gdamour     2004/03/10 01:59:58

  Modified:    specs/j2ee-management project.xml
               specs/j2ee-management/src/java/javax/management/j2ee
                        ListenerRegistration.java Management.java
                        ManagementHome.java
               specs/j2ee-management/src/java/javax/management/j2ee/statistics
                        BoundaryStatistic.java BoundedRangeStatistic.java
                        CountStatistic.java EJBStats.java
                        EntityBeanStats.java JCAConnectionPoolStats.java
                        JCAConnectionStats.java JCAStats.java
                        JDBCConnectionPoolStats.java
                        JDBCConnectionStats.java JDBCStats.java
                        JMSConnectionStats.java JMSConsumerStats.java
                        JMSEndpointStats.java JMSProducerStats.java
                        JMSSessionStats.java JMSStats.java JTAStats.java
                        JVMStats.java JavaMailStats.java
                        MessageDrivenBeanStats.java RangeStatistic.java
                        ServletStats.java SessionBeanStats.java
                        StatefulSessionBeanStats.java
                        StatelessSessionBeanStats.java Statistic.java
                        Stats.java TimeStatistic.java URLStats.java
               specs/j2ee-management/src/test/javax/management/j2ee
                        ListenerRegistrationTest.java
               specs/j2ee-management/xdocs navigation.xml
  Added:       specs/j2ee-management NOTICE.txt
  Log:
  Reporters: David Jencks, Dain Sundstrom.
  
  Copyright range fix subsequent to the License migration 1.1 => 2.0.
  
  Revision  Changes    Path
  1.8       +18 -1     incubator-geronimo/specs/j2ee-management/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/j2ee-management/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml       19 Feb 2004 09:00:30 -0000      1.7
  +++ project.xml       10 Mar 2004 09:59:56 -0000      1.8
  @@ -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/specs/j2ee-management/NOTICE.txt
  
  Index: NOTICE.txt
  ===================================================================
  This product includes software developed by
  The Apache Software Foundation (http://www.apache.org/).
  
  
  
  
  1.3       +2 -2      
incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/ListenerRegistration.java
  
  Index: ListenerRegistration.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/ListenerRegistration.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ListenerRegistration.java 25 Feb 2004 09:58:41 -0000      1.2
  +++ ListenerRegistration.java 10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/Management.java
  
  Index: Management.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/Management.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Management.java   25 Feb 2004 09:58:41 -0000      1.2
  +++ Management.java   10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/ManagementHome.java
  
  Index: ManagementHome.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/ManagementHome.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ManagementHome.java       25 Feb 2004 09:58:41 -0000      1.2
  +++ ManagementHome.java       10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/BoundaryStatistic.java
  
  Index: BoundaryStatistic.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/BoundaryStatistic.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BoundaryStatistic.java    25 Feb 2004 09:58:41 -0000      1.2
  +++ BoundaryStatistic.java    10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/BoundedRangeStatistic.java
  
  Index: BoundedRangeStatistic.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/BoundedRangeStatistic.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BoundedRangeStatistic.java        25 Feb 2004 09:58:41 -0000      1.2
  +++ BoundedRangeStatistic.java        10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/CountStatistic.java
  
  Index: CountStatistic.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/CountStatistic.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CountStatistic.java       25 Feb 2004 09:58:41 -0000      1.2
  +++ CountStatistic.java       10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/EJBStats.java
  
  Index: EJBStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/EJBStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EJBStats.java     25 Feb 2004 09:58:41 -0000      1.2
  +++ EJBStats.java     10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/EntityBeanStats.java
  
  Index: EntityBeanStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/EntityBeanStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EntityBeanStats.java      25 Feb 2004 09:58:41 -0000      1.2
  +++ EntityBeanStats.java      10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JCAConnectionPoolStats.java
  
  Index: JCAConnectionPoolStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JCAConnectionPoolStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JCAConnectionPoolStats.java       25 Feb 2004 09:58:41 -0000      1.2
  +++ JCAConnectionPoolStats.java       10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JCAConnectionStats.java
  
  Index: JCAConnectionStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JCAConnectionStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JCAConnectionStats.java   25 Feb 2004 09:58:41 -0000      1.2
  +++ JCAConnectionStats.java   10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JCAStats.java
  
  Index: JCAStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JCAStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JCAStats.java     25 Feb 2004 09:58:41 -0000      1.2
  +++ JCAStats.java     10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JDBCConnectionPoolStats.java
  
  Index: JDBCConnectionPoolStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JDBCConnectionPoolStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JDBCConnectionPoolStats.java      25 Feb 2004 09:58:41 -0000      1.2
  +++ JDBCConnectionPoolStats.java      10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JDBCConnectionStats.java
  
  Index: JDBCConnectionStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JDBCConnectionStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JDBCConnectionStats.java  25 Feb 2004 09:58:41 -0000      1.2
  +++ JDBCConnectionStats.java  10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JDBCStats.java
  
  Index: JDBCStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JDBCStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JDBCStats.java    25 Feb 2004 09:58:41 -0000      1.2
  +++ JDBCStats.java    10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JMSConnectionStats.java
  
  Index: JMSConnectionStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JMSConnectionStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JMSConnectionStats.java   25 Feb 2004 09:58:41 -0000      1.2
  +++ JMSConnectionStats.java   10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JMSConsumerStats.java
  
  Index: JMSConsumerStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JMSConsumerStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JMSConsumerStats.java     25 Feb 2004 09:58:41 -0000      1.2
  +++ JMSConsumerStats.java     10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JMSEndpointStats.java
  
  Index: JMSEndpointStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JMSEndpointStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JMSEndpointStats.java     25 Feb 2004 09:58:41 -0000      1.2
  +++ JMSEndpointStats.java     10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JMSProducerStats.java
  
  Index: JMSProducerStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JMSProducerStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JMSProducerStats.java     25 Feb 2004 09:58:41 -0000      1.2
  +++ JMSProducerStats.java     10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JMSSessionStats.java
  
  Index: JMSSessionStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JMSSessionStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JMSSessionStats.java      25 Feb 2004 09:58:41 -0000      1.2
  +++ JMSSessionStats.java      10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JMSStats.java
  
  Index: JMSStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JMSStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JMSStats.java     25 Feb 2004 09:58:41 -0000      1.2
  +++ JMSStats.java     10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JTAStats.java
  
  Index: JTAStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JTAStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JTAStats.java     25 Feb 2004 09:58:41 -0000      1.2
  +++ JTAStats.java     10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JVMStats.java
  
  Index: JVMStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JVMStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JVMStats.java     25 Feb 2004 09:58:41 -0000      1.2
  +++ JVMStats.java     10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JavaMailStats.java
  
  Index: JavaMailStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/JavaMailStats.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JavaMailStats.java        25 Feb 2004 09:58:41 -0000      1.3
  +++ JavaMailStats.java        10 Mar 2004 09:59:56 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/MessageDrivenBeanStats.java
  
  Index: MessageDrivenBeanStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/MessageDrivenBeanStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MessageDrivenBeanStats.java       25 Feb 2004 09:58:41 -0000      1.2
  +++ MessageDrivenBeanStats.java       10 Mar 2004 09:59:57 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/RangeStatistic.java
  
  Index: RangeStatistic.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/RangeStatistic.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RangeStatistic.java       25 Feb 2004 09:58:41 -0000      1.2
  +++ RangeStatistic.java       10 Mar 2004 09:59:57 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/ServletStats.java
  
  Index: ServletStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/ServletStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ServletStats.java 25 Feb 2004 09:58:41 -0000      1.2
  +++ ServletStats.java 10 Mar 2004 09:59:57 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/SessionBeanStats.java
  
  Index: SessionBeanStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/SessionBeanStats.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SessionBeanStats.java     25 Feb 2004 09:58:41 -0000      1.3
  +++ SessionBeanStats.java     10 Mar 2004 09:59:57 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/StatefulSessionBeanStats.java
  
  Index: StatefulSessionBeanStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/StatefulSessionBeanStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StatefulSessionBeanStats.java     25 Feb 2004 09:58:41 -0000      1.2
  +++ StatefulSessionBeanStats.java     10 Mar 2004 09:59:57 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/StatelessSessionBeanStats.java
  
  Index: StatelessSessionBeanStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/StatelessSessionBeanStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- StatelessSessionBeanStats.java    25 Feb 2004 09:58:41 -0000      1.2
  +++ StatelessSessionBeanStats.java    10 Mar 2004 09:59:57 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/Statistic.java
  
  Index: Statistic.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/Statistic.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Statistic.java    25 Feb 2004 09:58:41 -0000      1.2
  +++ Statistic.java    10 Mar 2004 09:59:57 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/Stats.java
  
  Index: Stats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/Stats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Stats.java        25 Feb 2004 09:58:41 -0000      1.2
  +++ Stats.java        10 Mar 2004 09:59:57 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/TimeStatistic.java
  
  Index: TimeStatistic.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/TimeStatistic.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TimeStatistic.java        25 Feb 2004 09:58:41 -0000      1.2
  +++ TimeStatistic.java        10 Mar 2004 09:59:57 -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/specs/j2ee-management/src/java/javax/management/j2ee/statistics/URLStats.java
  
  Index: URLStats.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/java/javax/management/j2ee/statistics/URLStats.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- URLStats.java     25 Feb 2004 09:58:41 -0000      1.2
  +++ URLStats.java     10 Mar 2004 09:59:57 -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       +1 -1      
incubator-geronimo/specs/j2ee-management/src/test/javax/management/j2ee/ListenerRegistrationTest.java
  
  Index: ListenerRegistrationTest.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/src/test/javax/management/j2ee/ListenerRegistrationTest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ListenerRegistrationTest.java     25 Feb 2004 09:58:42 -0000      1.3
  +++ ListenerRegistrationTest.java     10 Mar 2004 09:59:58 -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       +18 -1     
incubator-geronimo/specs/j2ee-management/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/j2ee-management/xdocs/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navigation.xml    25 Nov 2003 05:30:27 -0000      1.3
  +++ navigation.xml    10 Mar 2004 09:59:58 -0000      1.4
  @@ -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$ -->
   
  
  
  

Reply via email to