Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 53318 invoked from network); 29 Dec 2005 02:24:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Dec 2005 02:24:24 -0000 Received: (qmail 68574 invoked by uid 500); 29 Dec 2005 02:24:22 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 68524 invoked by uid 500); 29 Dec 2005 02:24:21 -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 68502 invoked by uid 99); 29 Dec 2005 02:24:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2005 18:24:20 -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, 28 Dec 2005 18:24:08 -0800 Received: (qmail 52813 invoked by uid 65534); 29 Dec 2005 02:23:48 -0000 Message-ID: <20051229022348.52809.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r359679 [2/11] - in /incubator/activemq/trunk: activecluster/src/java/org/apache/activecluster/ activecluster/src/java/org/apache/activecluster/election/ activecluster/src/java/org/apache/activecluster/election/impl/ activecluster/src/java/... Date: Thu, 29 Dec 2005 02:20:29 -0000 To: activemq-commits@geronimo.apache.org From: chirino@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/apache/activecluster/Cluster.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/Cluster.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/Cluster.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/Cluster.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterEvent.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterEvent.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterEvent.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterEvent.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterException.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterException.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterException.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterException.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterFactory.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterFactory.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterFactory.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterListener.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterListener.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/ClusterListener.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/DestinationMarshaller.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/DestinationMarshaller.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/DestinationMarshaller.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/DestinationMarshaller.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/LocalNode.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/LocalNode.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/LocalNode.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/LocalNode.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/Node.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/Node.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/Node.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/Node.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/Service.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/Service.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/Service.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/Service.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/election/ElectionStrategy.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/election/ElectionStrategy.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/election/ElectionStrategy.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/election/ElectionStrategy.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/election/impl/BullyElectionStrategy.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/election/impl/BullyElectionStrategy.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/election/impl/BullyElectionStrategy.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/election/impl/BullyElectionStrategy.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/BuddyGroupModel.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/BuddyGroupModel.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/BuddyGroupModel.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/BuddyGroupModel.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/Group.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/Group.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/Group.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/Group.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/GroupClusterListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/GroupClusterListener.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/GroupClusterListener.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/GroupClusterListener.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/GroupModel.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/GroupModel.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/GroupModel.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/GroupModel.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/MasterZoneFilter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/MasterZoneFilter.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/MasterZoneFilter.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/MasterZoneFilter.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/Membership.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/Membership.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/Membership.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/Membership.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/NodeFilter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/NodeFilter.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/NodeFilter.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/NodeFilter.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/NodeMemberships.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/NodeMemberships.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/NodeMemberships.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/group/NodeMemberships.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/ActiveMQClusterFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/ActiveMQClusterFactory.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/ActiveMQClusterFactory.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/ActiveMQClusterFactory.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/DefaultCluster.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/DefaultCluster.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/DefaultCluster.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/DefaultCluster.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/DefaultClusterFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/DefaultClusterFactory.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/DefaultClusterFactory.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/DefaultClusterFactory.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/DefaultDestinationMarshaller.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/DefaultDestinationMarshaller.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/DefaultDestinationMarshaller.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/DefaultDestinationMarshaller.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/NodeImpl.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/NodeImpl.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/NodeImpl.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/NodeImpl.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/NodeState.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/NodeState.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/NodeState.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/NodeState.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/NonReplicatedLocalNode.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/NonReplicatedLocalNode.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/NonReplicatedLocalNode.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/NonReplicatedLocalNode.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/ReplicatedLocalNode.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/ReplicatedLocalNode.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/ReplicatedLocalNode.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/ReplicatedLocalNode.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateConsumer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateConsumer.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateConsumer.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateConsumer.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateService.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateService.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateService.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateService.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateServiceImpl.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateServiceImpl.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateServiceImpl.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateServiceImpl.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateServiceStub.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateServiceStub.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateServiceStub.java (original) +++ incubator/activemq/trunk/activecluster/src/java/org/apache/activecluster/impl/StateServiceStub.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ChatDemo.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ChatDemo.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ChatDemo.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ChatDemo.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterDemo.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterDemo.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterDemo.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterDemo.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterFunctionTest.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterFunctionTest.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterFunctionTest.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterFunctionTest.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterTest.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterTest.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterTest.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterTest.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterTestSupport.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterTestSupport.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterTestSupport.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/ClusterTestSupport.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/StubMessageListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/StubMessageListener.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/StubMessageListener.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/StubMessageListener.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/TestSupport.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/TestSupport.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/TestSupport.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/TestSupport.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/TestingClusterListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/TestingClusterListener.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/TestingClusterListener.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/TestingClusterListener.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/group/BuddyGroupModelTest.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/group/BuddyGroupModelTest.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/group/BuddyGroupModelTest.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/group/BuddyGroupModelTest.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/group/GroupModelTest.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/group/GroupModelTest.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/group/GroupModelTest.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/group/GroupModelTest.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/group/GroupTestSupport.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/group/GroupTestSupport.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/group/GroupTestSupport.java (original) +++ incubator/activemq/trunk/activecluster/src/test/org/apache/activecluster/group/GroupTestSupport.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/AcceptListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/AcceptListener.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/AcceptListener.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/AcceptListener.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/Adaptable.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/Adaptable.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/Adaptable.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/Adaptable.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/Channel.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/Channel.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/Channel.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/Channel.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/ChannelFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/ChannelFactory.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/ChannelFactory.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/ChannelFactory.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/ChannelServer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/ChannelServer.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/ChannelServer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/ChannelServer.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/Service.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/Service.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/Service.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/Service.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncChannelToOutputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncChannelToOutputStream.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncChannelToOutputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncChannelToOutputStream.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannel.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannel.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannel.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannel.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelFactory.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelFactory.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelFactory.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelServer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelServer.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelServer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelServer.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketByteArrayOutputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketByteArrayOutputStream.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketByteArrayOutputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketByteArrayOutputStream.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketInputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketInputStream.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketInputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketInputStream.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketOutputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketOutputStream.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketOutputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketOutputStream.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketToInputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketToInputStream.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketToInputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/PacketToInputStream.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelServerToServerSocket.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelServerToServerSocket.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelServerToServerSocket.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelServerToServerSocket.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToInputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToInputStream.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToInputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToInputStream.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToOutputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToOutputStream.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToOutputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToOutputStream.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToSocket.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToSocket.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToSocket.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToSocket.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannel.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannel.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannel.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannel.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelFactory.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelFactory.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelFactory.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelServer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelServer.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelServer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelServer.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SynchToAsynchChannelAdapter.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SynchToAsynchChannelAdapter.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SynchToAsynchChannelAdapter.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/adapter/SynchToAsynchChannelAdapter.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/AsyncChannelToAsyncCommandChannel.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/AsyncChannelToAsyncCommandChannel.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/AsyncChannelToAsyncCommandChannel.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/AsyncChannelToAsyncCommandChannel.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/AsyncCommandChannel.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/AsyncCommandChannel.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/AsyncCommandChannel.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/AsyncCommandChannel.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/ClassLoading.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/ClassLoading.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/ClassLoading.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/ClassLoading.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/ClassLoadingAwareObjectInputStream.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/ClassLoadingAwareObjectInputStream.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/ClassLoadingAwareObjectInputStream.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/ClassLoadingAwareObjectInputStream.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/CommandListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/CommandListener.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/CommandListener.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/CommandListener.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/DefaultWireFormat.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/DefaultWireFormat.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/DefaultWireFormat.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/DefaultWireFormat.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/WireFormat.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/WireFormat.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/WireFormat.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/WireFormat.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/WireFormatFactory.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/WireFormatFactory.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/WireFormatFactory.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/command/WireFormatFactory.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/InvalidRecordLocationException.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/InvalidRecordLocationException.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/InvalidRecordLocationException.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/InvalidRecordLocationException.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/Journal.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/Journal.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/Journal.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/Journal.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/JournalEventListener.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/JournalEventListener.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/JournalEventListener.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/JournalEventListener.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/RecordLocation.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/RecordLocation.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/RecordLocation.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/RecordLocation.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/BatchedWrite.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/BatchedWrite.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/BatchedWrite.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/BatchedWrite.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/ControlFile.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/ControlFile.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/ControlFile.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/ControlFile.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/JournalImpl.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/JournalImpl.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/JournalImpl.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/JournalImpl.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/Location.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/Location.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/Location.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/Location.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFile.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFile.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFile.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFile.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileManager.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileManager.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileManager.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileManager.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileNode.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileNode.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileNode.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileNode.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/Record.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/Record.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/Record.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/Record.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/RecordInfo.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/RecordInfo.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/RecordInfo.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/active/RecordInfo.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/howl/HowlJournal.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/howl/HowlJournal.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/howl/HowlJournal.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/howl/HowlJournal.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/howl/LongRecordLocation.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/howl/LongRecordLocation.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/howl/LongRecordLocation.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/journal/howl/LongRecordLocation.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/HttpRecognizer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/HttpRecognizer.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/HttpRecognizer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/HttpRecognizer.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/IIOPRecognizer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/IIOPRecognizer.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/IIOPRecognizer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/IIOPRecognizer.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/OnePortAsyncChannelServer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/OnePortAsyncChannelServer.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/OnePortAsyncChannelServer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/OnePortAsyncChannelServer.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/ProtocolRecognizer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/ProtocolRecognizer.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/ProtocolRecognizer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/ProtocolRecognizer.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/UnknownRecognizer.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/UnknownRecognizer.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/UnknownRecognizer.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/oneport/UnknownRecognizer.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/AppendedPacket.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/AppendedPacket.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/AppendedPacket.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/AppendedPacket.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteArrayPacket.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteArrayPacket.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteArrayPacket.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteArrayPacket.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacket.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacket.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacket.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacket.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacketPool.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacketPool.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacketPool.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacketPool.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/BytePacket.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/BytePacket.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/BytePacket.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/BytePacket.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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. Modified: incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteSequence.java URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteSequence.java?rev=359679&r1=359678&r2=359679&view=diff ============================================================================== --- incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteSequence.java (original) +++ incubator/activemq/trunk/activeio/activeio-core/src/main/java/org/apache/activeio/packet/ByteSequence.java Wed Dec 28 18:15:21 2005 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2005-2006 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.