You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gd...@apache.org on 2004/03/10 10:59:21 UTC

cvs commit: incubator-geronimo/modules/remoting/src/test-data/mock-app/org/apache/geronimo/remoting IPerson.java Person.java TransientValue.java

gdamour     2004/03/10 01:59:21

  Modified:    modules/remoting maven.xml project.xml
               modules/remoting/src/deploy remoting-service.xml
               modules/remoting/src/java/org/apache/geronimo/remoting
                        DeMarshalingInterceptor.java
                        InterVMRoutingInterceptor.java
                        InterceptorRegistry.java
                        IntraVMRoutingInterceptor.java
                        InvocationSupport.java InvocationType.java
                        MarshalingInterceptor.java MarshalledObject.java
                        TransportContext.java TransportInterceptor.java
               modules/remoting/src/java/org/apache/geronimo/remoting/jmx
                        MBeanServerStub.java
                        NotificationRemoterInterceptor.java
                        RemoteMBeanServerFactory.java
               modules/remoting/src/java/org/apache/geronimo/remoting/router
                        AbstractInterceptorRouter.java
                        AbstractRouterRouter.java
                        InterceptorRegistryRouter.java JMXRouter.java
                        JMXTarget.java Router.java RouterTarget.java
                        SubsystemRouter.java
               modules/remoting/src/java/org/apache/geronimo/remoting/transport
                        BytesMarshalledObject.java BytesMsg.java
                        ConnectionFailedException.java Msg.java
                        NullTransportInterceptor.java
                        RemoteTransportInterceptor.java
                        StreamCorruptedException.java TransportClient.java
                        TransportException.java TransportFactory.java
                        TransportLoader.java TransportServer.java
                        URISupport.java
               modules/remoting/src/java/org/apache/geronimo/remoting/transport/async
                        AbstractServer.java AsyncClient.java AsyncMsg.java
                        BackChannelServer.java Channel.java
                        ChannelListner.java ChannelPool.java
                        Compression.java Correlator.java
                        IdentityInterceptor.java Registry.java
                        RemoteRef.java TransportFactory.java
               modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/bio
                        BlockingChannel.java BlockingServer.java
               modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/nio
                        NonBlockingChannel.java NonBlockingServer.java
                        SelectionEventListner.java SelectorManager.java
               modules/remoting/src/test/org/apache/geronimo/remoting
                        JMXRemotingTest.java JMXRemotingTestMain.java
                        MarshalingInterceptorsTest.java
                        RemotingInterceptorsTest.java StartupTest.java
               modules/remoting/src/test/org/apache/geronimo/remoting/transport
                        AsyncTransportStress.java AsyncTransportTest.java
               modules/remoting/src/test-data/mock-app/org/apache/geronimo/remoting
                        IPerson.java Person.java TransientValue.java
  Added:       modules/remoting NOTICE.txt
  Log:
  Reporters: David Jencks, Dain Sundstrom.
  
  Copyright range fix subsequent to the License migration 1.1 => 2.0.
  
  Revision  Changes    Path
  1.3       +18 -1     incubator-geronimo/modules/remoting/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	16 Nov 2003 06:36:02 -0000	1.2
  +++ maven.xml	10 Mar 2004 09:59:19 -0000	1.3
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!--
  +
  +    Copyright 2003-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.
  +-->
  +  
   
   <!-- $Revision$ $Date$ -->
   
  
  
  
  1.9       +18 -1     incubator-geronimo/modules/remoting/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	19 Feb 2004 09:00:28 -0000	1.8
  +++ project.xml	10 Mar 2004 09:59:19 -0000	1.9
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2003-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.
  +-->
  +  
   
   <!-- $Revision$ $Date$ -->
   
  
  
  
  1.1                  incubator-geronimo/modules/remoting/NOTICE.txt
  
  Index: NOTICE.txt
  ===================================================================
  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/).
  
  
  
  
  1.3       +17 -0     incubator-geronimo/modules/remoting/src/deploy/remoting-service.xml
  
  Index: remoting-service.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/deploy/remoting-service.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- remoting-service.xml	16 Nov 2003 06:36:03 -0000	1.2
  +++ remoting-service.xml	10 Mar 2004 09:59:19 -0000	1.3
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +
  +    Copyright 2003-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.
  +-->
  +  
   <components>
       <class-space name="geronimo.system:role=ClassSpace,name=System"/>
   
  
  
  
  1.8       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/DeMarshalingInterceptor.java
  
  Index: DeMarshalingInterceptor.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/DeMarshalingInterceptor.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DeMarshalingInterceptor.java	25 Feb 2004 09:58:02 -0000	1.7
  +++ DeMarshalingInterceptor.java	10 Mar 2004 09:59:19 -0000	1.8
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/InterVMRoutingInterceptor.java
  
  Index: InterVMRoutingInterceptor.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/InterVMRoutingInterceptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- InterVMRoutingInterceptor.java	25 Feb 2004 09:58:02 -0000	1.3
  +++ InterVMRoutingInterceptor.java	10 Mar 2004 09:59:19 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.5       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/InterceptorRegistry.java
  
  Index: InterceptorRegistry.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/InterceptorRegistry.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- InterceptorRegistry.java	25 Feb 2004 09:58:02 -0000	1.4
  +++ InterceptorRegistry.java	10 Mar 2004 09:59:19 -0000	1.5
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.5       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/IntraVMRoutingInterceptor.java
  
  Index: IntraVMRoutingInterceptor.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/IntraVMRoutingInterceptor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- IntraVMRoutingInterceptor.java	25 Feb 2004 09:58:02 -0000	1.4
  +++ IntraVMRoutingInterceptor.java	10 Mar 2004 09:59:19 -0000	1.5
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/InvocationSupport.java
  
  Index: InvocationSupport.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/InvocationSupport.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InvocationSupport.java	25 Feb 2004 09:58:02 -0000	1.2
  +++ InvocationSupport.java	10 Mar 2004 09:59:19 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/InvocationType.java
  
  Index: InvocationType.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/InvocationType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InvocationType.java	25 Feb 2004 09:58:03 -0000	1.2
  +++ InvocationType.java	10 Mar 2004 09:59:19 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.7       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/MarshalingInterceptor.java
  
  Index: MarshalingInterceptor.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/MarshalingInterceptor.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- MarshalingInterceptor.java	25 Feb 2004 09:58:03 -0000	1.6
  +++ MarshalingInterceptor.java	10 Mar 2004 09:59:19 -0000	1.7
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/MarshalledObject.java
  
  Index: MarshalledObject.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/MarshalledObject.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MarshalledObject.java	25 Feb 2004 09:58:03 -0000	1.2
  +++ MarshalledObject.java	10 Mar 2004 09:59:19 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/TransportContext.java
  
  Index: TransportContext.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/TransportContext.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TransportContext.java	25 Feb 2004 09:58:03 -0000	1.3
  +++ TransportContext.java	10 Mar 2004 09:59:19 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/TransportInterceptor.java
  
  Index: TransportInterceptor.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/TransportInterceptor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransportInterceptor.java	25 Feb 2004 09:58:03 -0000	1.2
  +++ TransportInterceptor.java	10 Mar 2004 09:59:19 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.12      +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/jmx/MBeanServerStub.java
  
  Index: MBeanServerStub.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/jmx/MBeanServerStub.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- MBeanServerStub.java	25 Feb 2004 09:58:03 -0000	1.11
  +++ MBeanServerStub.java	10 Mar 2004 09:59:19 -0000	1.12
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.6       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/jmx/NotificationRemoterInterceptor.java
  
  Index: NotificationRemoterInterceptor.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/jmx/NotificationRemoterInterceptor.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- NotificationRemoterInterceptor.java	25 Feb 2004 09:58:03 -0000	1.5
  +++ NotificationRemoterInterceptor.java	10 Mar 2004 09:59:19 -0000	1.6
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.6       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/jmx/RemoteMBeanServerFactory.java
  
  Index: RemoteMBeanServerFactory.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/jmx/RemoteMBeanServerFactory.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- RemoteMBeanServerFactory.java	25 Feb 2004 09:58:03 -0000	1.5
  +++ RemoteMBeanServerFactory.java	10 Mar 2004 09:59:19 -0000	1.6
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.8       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/AbstractInterceptorRouter.java
  
  Index: AbstractInterceptorRouter.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/AbstractInterceptorRouter.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- AbstractInterceptorRouter.java	25 Feb 2004 09:58:03 -0000	1.7
  +++ AbstractInterceptorRouter.java	10 Mar 2004 09:59:19 -0000	1.8
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.5       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/AbstractRouterRouter.java
  
  Index: AbstractRouterRouter.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/AbstractRouterRouter.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AbstractRouterRouter.java	25 Feb 2004 09:58:03 -0000	1.4
  +++ AbstractRouterRouter.java	10 Mar 2004 09:59:19 -0000	1.5
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.6       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/InterceptorRegistryRouter.java
  
  Index: InterceptorRegistryRouter.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/InterceptorRegistryRouter.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- InterceptorRegistryRouter.java	25 Feb 2004 09:58:03 -0000	1.5
  +++ InterceptorRegistryRouter.java	10 Mar 2004 09:59:19 -0000	1.6
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.10      +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/JMXRouter.java
  
  Index: JMXRouter.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/JMXRouter.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- JMXRouter.java	25 Feb 2004 09:58:03 -0000	1.9
  +++ JMXRouter.java	10 Mar 2004 09:59:19 -0000	1.10
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/JMXTarget.java
  
  Index: JMXTarget.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/JMXTarget.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JMXTarget.java	25 Feb 2004 09:58:03 -0000	1.3
  +++ JMXTarget.java	10 Mar 2004 09:59:19 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/Router.java
  
  Index: Router.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/Router.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Router.java	25 Feb 2004 09:58:03 -0000	1.2
  +++ Router.java	10 Mar 2004 09:59:19 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/RouterTarget.java
  
  Index: RouterTarget.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/RouterTarget.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RouterTarget.java	25 Feb 2004 09:58:03 -0000	1.3
  +++ RouterTarget.java	10 Mar 2004 09:59:19 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.5       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/SubsystemRouter.java
  
  Index: SubsystemRouter.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/router/SubsystemRouter.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SubsystemRouter.java	25 Feb 2004 09:58:03 -0000	1.4
  +++ SubsystemRouter.java	10 Mar 2004 09:59:19 -0000	1.5
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.5       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/BytesMarshalledObject.java
  
  Index: BytesMarshalledObject.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/BytesMarshalledObject.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BytesMarshalledObject.java	25 Feb 2004 09:58:03 -0000	1.4
  +++ BytesMarshalledObject.java	10 Mar 2004 09:59:19 -0000	1.5
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/BytesMsg.java
  
  Index: BytesMsg.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/BytesMsg.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BytesMsg.java	25 Feb 2004 09:58:03 -0000	1.3
  +++ BytesMsg.java	10 Mar 2004 09:59:19 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/ConnectionFailedException.java
  
  Index: ConnectionFailedException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/ConnectionFailedException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConnectionFailedException.java	25 Feb 2004 09:58:03 -0000	1.2
  +++ ConnectionFailedException.java	10 Mar 2004 09:59:19 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/Msg.java
  
  Index: Msg.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/Msg.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Msg.java	25 Feb 2004 09:58:03 -0000	1.2
  +++ Msg.java	10 Mar 2004 09:59:19 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/NullTransportInterceptor.java
  
  Index: NullTransportInterceptor.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/NullTransportInterceptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NullTransportInterceptor.java	25 Feb 2004 09:58:03 -0000	1.3
  +++ NullTransportInterceptor.java	10 Mar 2004 09:59:19 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.5       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/RemoteTransportInterceptor.java
  
  Index: RemoteTransportInterceptor.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/RemoteTransportInterceptor.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RemoteTransportInterceptor.java	25 Feb 2004 09:58:03 -0000	1.4
  +++ RemoteTransportInterceptor.java	10 Mar 2004 09:59:19 -0000	1.5
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/StreamCorruptedException.java
  
  Index: StreamCorruptedException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/StreamCorruptedException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StreamCorruptedException.java	25 Feb 2004 09:58:03 -0000	1.2
  +++ StreamCorruptedException.java	10 Mar 2004 09:59:19 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/TransportClient.java
  
  Index: TransportClient.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/TransportClient.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransportClient.java	25 Feb 2004 09:58:03 -0000	1.2
  +++ TransportClient.java	10 Mar 2004 09:59:19 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/TransportException.java
  
  Index: TransportException.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/TransportException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransportException.java	25 Feb 2004 09:58:03 -0000	1.2
  +++ TransportException.java	10 Mar 2004 09:59:19 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/TransportFactory.java
  
  Index: TransportFactory.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/TransportFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TransportFactory.java	25 Feb 2004 09:58:03 -0000	1.3
  +++ TransportFactory.java	10 Mar 2004 09:59:20 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.9       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/TransportLoader.java
  
  Index: TransportLoader.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/TransportLoader.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- TransportLoader.java	25 Feb 2004 09:58:03 -0000	1.8
  +++ TransportLoader.java	10 Mar 2004 09:59:20 -0000	1.9
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/TransportServer.java
  
  Index: TransportServer.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/TransportServer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransportServer.java	25 Feb 2004 09:58:03 -0000	1.2
  +++ TransportServer.java	10 Mar 2004 09:59:20 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/URISupport.java
  
  Index: URISupport.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/URISupport.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- URISupport.java	25 Feb 2004 09:58:03 -0000	1.2
  +++ URISupport.java	10 Mar 2004 09:59:20 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/AbstractServer.java
  
  Index: AbstractServer.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/AbstractServer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractServer.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ AbstractServer.java	10 Mar 2004 09:59:20 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.6       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/AsyncClient.java
  
  Index: AsyncClient.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/AsyncClient.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AsyncClient.java	25 Feb 2004 09:58:04 -0000	1.5
  +++ AsyncClient.java	10 Mar 2004 09:59:20 -0000	1.6
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/AsyncMsg.java
  
  Index: AsyncMsg.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/AsyncMsg.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AsyncMsg.java	25 Feb 2004 09:58:04 -0000	1.3
  +++ AsyncMsg.java	10 Mar 2004 09:59:20 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/BackChannelServer.java
  
  Index: BackChannelServer.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/BackChannelServer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BackChannelServer.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ BackChannelServer.java	10 Mar 2004 09:59:20 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/Channel.java
  
  Index: Channel.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/Channel.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Channel.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ Channel.java	10 Mar 2004 09:59:20 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/ChannelListner.java
  
  Index: ChannelListner.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/ChannelListner.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ChannelListner.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ ChannelListner.java	10 Mar 2004 09:59:20 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/ChannelPool.java
  
  Index: ChannelPool.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/ChannelPool.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ChannelPool.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ ChannelPool.java	10 Mar 2004 09:59:20 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/Compression.java
  
  Index: Compression.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/Compression.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Compression.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ Compression.java	10 Mar 2004 09:59:20 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/Correlator.java
  
  Index: Correlator.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/Correlator.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Correlator.java	25 Feb 2004 09:58:04 -0000	1.3
  +++ Correlator.java	10 Mar 2004 09:59:20 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/IdentityInterceptor.java
  
  Index: IdentityInterceptor.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/IdentityInterceptor.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- IdentityInterceptor.java	25 Feb 2004 09:58:04 -0000	1.3
  +++ IdentityInterceptor.java	10 Mar 2004 09:59:20 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.6       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/Registry.java
  
  Index: Registry.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/Registry.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Registry.java	25 Feb 2004 09:58:04 -0000	1.5
  +++ Registry.java	10 Mar 2004 09:59:20 -0000	1.6
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +1 -1      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/RemoteRef.java
  
  Index: RemoteRef.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/RemoteRef.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RemoteRef.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ RemoteRef.java	10 Mar 2004 09:59:20 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/TransportFactory.java
  
  Index: TransportFactory.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/TransportFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TransportFactory.java	25 Feb 2004 09:58:04 -0000	1.3
  +++ TransportFactory.java	10 Mar 2004 09:59:20 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/bio/BlockingChannel.java
  
  Index: BlockingChannel.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/bio/BlockingChannel.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BlockingChannel.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ BlockingChannel.java	10 Mar 2004 09:59:20 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/bio/BlockingServer.java
  
  Index: BlockingServer.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/bio/BlockingServer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BlockingServer.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ BlockingServer.java	10 Mar 2004 09:59:20 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/nio/NonBlockingChannel.java
  
  Index: NonBlockingChannel.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/nio/NonBlockingChannel.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NonBlockingChannel.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ NonBlockingChannel.java	10 Mar 2004 09:59:20 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/nio/NonBlockingServer.java
  
  Index: NonBlockingServer.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/nio/NonBlockingServer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NonBlockingServer.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ NonBlockingServer.java	10 Mar 2004 09:59:20 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/nio/SelectionEventListner.java
  
  Index: SelectionEventListner.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/nio/SelectionEventListner.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SelectionEventListner.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ SelectionEventListner.java	10 Mar 2004 09:59:20 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/nio/SelectorManager.java
  
  Index: SelectorManager.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/transport/async/nio/SelectorManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SelectorManager.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ SelectorManager.java	10 Mar 2004 09:59:20 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.5       +2 -2      incubator-geronimo/modules/remoting/src/test/org/apache/geronimo/remoting/JMXRemotingTest.java
  
  Index: JMXRemotingTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/test/org/apache/geronimo/remoting/JMXRemotingTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JMXRemotingTest.java	25 Feb 2004 09:58:04 -0000	1.4
  +++ JMXRemotingTest.java	10 Mar 2004 09:59:20 -0000	1.5
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.8       +1 -1      incubator-geronimo/modules/remoting/src/test/org/apache/geronimo/remoting/JMXRemotingTestMain.java
  
  Index: JMXRemotingTestMain.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/test/org/apache/geronimo/remoting/JMXRemotingTestMain.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- JMXRemotingTestMain.java	25 Feb 2004 09:58:04 -0000	1.7
  +++ JMXRemotingTestMain.java	10 Mar 2004 09:59:20 -0000	1.8
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.4       +2 -2      incubator-geronimo/modules/remoting/src/test/org/apache/geronimo/remoting/MarshalingInterceptorsTest.java
  
  Index: MarshalingInterceptorsTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/test/org/apache/geronimo/remoting/MarshalingInterceptorsTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MarshalingInterceptorsTest.java	25 Feb 2004 09:58:04 -0000	1.3
  +++ MarshalingInterceptorsTest.java	10 Mar 2004 09:59:20 -0000	1.4
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.5       +2 -2      incubator-geronimo/modules/remoting/src/test/org/apache/geronimo/remoting/RemotingInterceptorsTest.java
  
  Index: RemotingInterceptorsTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/test/org/apache/geronimo/remoting/RemotingInterceptorsTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RemotingInterceptorsTest.java	25 Feb 2004 09:58:04 -0000	1.4
  +++ RemotingInterceptorsTest.java	10 Mar 2004 09:59:20 -0000	1.5
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.6       +2 -2      incubator-geronimo/modules/remoting/src/test/org/apache/geronimo/remoting/StartupTest.java
  
  Index: StartupTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/test/org/apache/geronimo/remoting/StartupTest.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- StartupTest.java	25 Feb 2004 09:58:04 -0000	1.5
  +++ StartupTest.java	10 Mar 2004 09:59:20 -0000	1.6
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/test/org/apache/geronimo/remoting/transport/AsyncTransportStress.java
  
  Index: AsyncTransportStress.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/test/org/apache/geronimo/remoting/transport/AsyncTransportStress.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AsyncTransportStress.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ AsyncTransportStress.java	10 Mar 2004 09:59:21 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/test/org/apache/geronimo/remoting/transport/AsyncTransportTest.java
  
  Index: AsyncTransportTest.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/test/org/apache/geronimo/remoting/transport/AsyncTransportTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AsyncTransportTest.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ AsyncTransportTest.java	10 Mar 2004 09:59:21 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/test-data/mock-app/org/apache/geronimo/remoting/IPerson.java
  
  Index: IPerson.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/test-data/mock-app/org/apache/geronimo/remoting/IPerson.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IPerson.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ IPerson.java	10 Mar 2004 09:59:21 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/test-data/mock-app/org/apache/geronimo/remoting/Person.java
  
  Index: Person.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/test-data/mock-app/org/apache/geronimo/remoting/Person.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Person.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ Person.java	10 Mar 2004 09:59:21 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.
  
  
  
  1.3       +2 -2      incubator-geronimo/modules/remoting/src/test-data/mock-app/org/apache/geronimo/remoting/TransientValue.java
  
  Index: TransientValue.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/test-data/mock-app/org/apache/geronimo/remoting/TransientValue.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransientValue.java	25 Feb 2004 09:58:04 -0000	1.2
  +++ TransientValue.java	10 Mar 2004 09:59:21 -0000	1.3
  @@ -1,6 +1,6 @@
   /**
    *
  - * Copyright 2004 The Apache Software Foundation
  + * Copyright 2003-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.