Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 22733 invoked from network); 22 Dec 2005 06:59:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Dec 2005 06:59:09 -0000 Received: (qmail 60237 invoked by uid 500); 22 Dec 2005 06:59:08 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 60197 invoked by uid 500); 22 Dec 2005 06:59:08 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 60133 invoked by uid 99); 22 Dec 2005 06:59:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2005 22:59:07 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 21 Dec 2005 22:58:56 -0800 Received: (qmail 22556 invoked by uid 65534); 22 Dec 2005 06:58:35 -0000 Message-ID: <20051222065835.22555.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r358513 [2/21] - in /incubator/activemq/trunk: activecluster/src/java/org/activecluster/ activecluster/src/java/org/activecluster/election/ activecluster/src/java/org/activecluster/election/impl/ activecluster/src/java/org/activecluster/gro... Date: Thu, 22 Dec 2005 06:55:31 -0000 To: activemq-commits@geronimo.apache.org From: jlim@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/Cluster.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/Cluster.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/Cluster.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/Cluster.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ - + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster; import java.io.Serializable; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterEvent.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterEvent.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterEvent.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterEvent.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster; import java.io.Externalizable; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterException.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterException.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterException.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterException.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterFactory.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterFactory.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterFactory.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterListener.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterListener.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/ClusterListener.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/LocalNode.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/LocalNode.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/LocalNode.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/LocalNode.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster; import javax.jms.JMSException; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/Node.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/Node.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/Node.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/Node.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster; import java.io.Serializable; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/Service.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/Service.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/Service.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/Service.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/election/ElectionStrategy.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/election/ElectionStrategy.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/election/ElectionStrategy.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/election/ElectionStrategy.java Wed Dec 21 22:11:40 2005 @@ -1,21 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ - + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.election; import javax.jms.JMSException; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/election/impl/BullyElectionStrategy.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/election/impl/BullyElectionStrategy.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/election/impl/BullyElectionStrategy.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/election/impl/BullyElectionStrategy.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.election.impl; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/BuddyGroupModel.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/BuddyGroupModel.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/BuddyGroupModel.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/BuddyGroupModel.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.group; import org.activecluster.Node; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/Group.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/Group.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/Group.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/Group.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.group; import org.activecluster.Node; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/GroupClusterListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/GroupClusterListener.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/GroupClusterListener.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/GroupClusterListener.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.group; import org.activecluster.ClusterEvent; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/GroupModel.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/GroupModel.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/GroupModel.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/GroupModel.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ /** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.group; import org.activecluster.Node; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/MasterZoneFilter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/MasterZoneFilter.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/MasterZoneFilter.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/MasterZoneFilter.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.group; import org.activecluster.Node; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/Membership.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/Membership.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/Membership.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/Membership.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.group; /** Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/NodeFilter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/NodeFilter.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/NodeFilter.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/NodeFilter.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.group; import org.activecluster.Node; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/NodeMemberships.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/NodeMemberships.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/NodeMemberships.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/group/NodeMemberships.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.group; import org.activecluster.Node; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/ActiveMQClusterFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/ActiveMQClusterFactory.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/ActiveMQClusterFactory.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/ActiveMQClusterFactory.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.impl; import org.activecluster.impl.DefaultClusterFactory; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/DefaultCluster.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/DefaultCluster.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/DefaultCluster.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/DefaultCluster.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.impl; import java.io.Serializable; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/DefaultClusterFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/DefaultClusterFactory.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/DefaultClusterFactory.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/DefaultClusterFactory.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ /** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.impl; import java.util.Timer; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/NodeImpl.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/NodeImpl.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/NodeImpl.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/NodeImpl.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.impl; import java.util.HashMap; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/NonReplicatedLocalNode.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/NonReplicatedLocalNode.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/NonReplicatedLocalNode.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/NonReplicatedLocalNode.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.impl; import java.util.Map; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/ReplicatedLocalNode.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/ReplicatedLocalNode.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/ReplicatedLocalNode.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/ReplicatedLocalNode.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.impl; import java.util.Map; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateConsumer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateConsumer.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateConsumer.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateConsumer.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.impl; import org.apache.commons.logging.Log; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateService.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateService.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateService.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateService.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.impl; import org.activecluster.Node; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateServiceImpl.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateServiceImpl.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateServiceImpl.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateServiceImpl.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.impl; import java.util.HashMap; Modified: incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateServiceStub.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateServiceStub.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateServiceStub.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/activecluster/impl/StateServiceStub.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.impl; import org.apache.commons.logging.Log; Modified: incubator/activemq/trunk/activecluster/src/test/org/activecluster/ChatDemo.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/activecluster/ChatDemo.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/activecluster/ChatDemo.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/activecluster/ChatDemo.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster; import java.io.BufferedReader; Modified: incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterDemo.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterDemo.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterDemo.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterDemo.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster; import org.activecluster.impl.ActiveMQClusterFactory; Modified: incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterFunctionTest.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterFunctionTest.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterFunctionTest.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterFunctionTest.java Wed Dec 21 22:11:40 2005 @@ -1,19 +1,18 @@ /** * - * Copyright 2003-2004 The Apache Software Foundation + * Copyright 2004 The Apache Software Foundation * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.activecluster; Modified: incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterTest.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterTest.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterTest.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterTest.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster; import java.util.List; Modified: incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterTestSupport.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterTestSupport.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterTestSupport.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/activecluster/ClusterTestSupport.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster; import org.activecluster.impl.ActiveMQClusterFactory; Modified: incubator/activemq/trunk/activecluster/src/test/org/activecluster/StubMessageListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/activecluster/StubMessageListener.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/activecluster/StubMessageListener.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/activecluster/StubMessageListener.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster; import javax.jms.Message; Modified: incubator/activemq/trunk/activecluster/src/test/org/activecluster/TestSupport.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/activecluster/TestSupport.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/activecluster/TestSupport.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/activecluster/TestSupport.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster; import junit.framework.TestCase; Modified: incubator/activemq/trunk/activecluster/src/test/org/activecluster/TestingClusterListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/activecluster/TestingClusterListener.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/activecluster/TestingClusterListener.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/activecluster/TestingClusterListener.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster; import org.activecluster.impl.DefaultCluster; Modified: incubator/activemq/trunk/activecluster/src/test/org/activecluster/group/BuddyGroupModelTest.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/activecluster/group/BuddyGroupModelTest.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/activecluster/group/BuddyGroupModelTest.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/activecluster/group/BuddyGroupModelTest.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.group; import java.util.List; Modified: incubator/activemq/trunk/activecluster/src/test/org/activecluster/group/GroupModelTest.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/activecluster/group/GroupModelTest.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/activecluster/group/GroupModelTest.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/activecluster/group/GroupModelTest.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.group; import java.util.List; Modified: incubator/activemq/trunk/activecluster/src/test/org/activecluster/group/GroupTestSupport.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/activecluster/group/GroupTestSupport.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/activecluster/group/GroupTestSupport.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/activecluster/group/GroupTestSupport.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2005 LogicBlaze, Inc. (http://www.logicblaze.com) - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activecluster.group; import java.util.HashMap; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/AcceptListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/AcceptListener.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/AcceptListener.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/AcceptListener.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.activeio; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/Adaptable.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/Adaptable.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/Adaptable.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/Adaptable.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.activeio; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/Channel.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/Channel.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/Channel.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/Channel.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.activeio; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/ChannelFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/ChannelFactory.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/ChannelFactory.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/ChannelFactory.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2004 Protique Ltd - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activeio; import java.io.IOException; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/ChannelServer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/ChannelServer.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/ChannelServer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/ChannelServer.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.activeio; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/Service.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/Service.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/Service.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/Service.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.activeio; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncChannelToOutputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncChannelToOutputStream.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncChannelToOutputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncChannelToOutputStream.java Wed Dec 21 22:11:40 2005 @@ -1,18 +1,18 @@ /** * - * Copyright 2004 Hiram Chirino + * Copyright 2004 The Apache Software Foundation * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package org.activeio.adapter; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncToSyncChannel.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncToSyncChannel.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncToSyncChannel.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncToSyncChannel.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2004 Hiram Chirino - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activeio.adapter; import java.io.IOException; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncToSyncChannelFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncToSyncChannelFactory.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncToSyncChannelFactory.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncToSyncChannelFactory.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2004 Hiram Chirino - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activeio.adapter; import java.io.IOException; Modified: incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncToSyncChannelServer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncToSyncChannelServer.java?rev=358513&r1=358512&r2=358513&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncToSyncChannelServer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/java/org/activeio/adapter/AsyncToSyncChannelServer.java Wed Dec 21 22:11:40 2005 @@ -1,20 +1,19 @@ -/** - * - * Copyright 2004 Hiram Chirino - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * +/** + * + * Copyright 2004 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - **/ + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.activeio.adapter; import java.io.IOException;