gdamour     2004/03/10 01:59:41

  Modified:    specs/ejb project.xml
               specs/ejb/src/java/javax/ejb AccessLocalException.java
                        CreateException.java DuplicateKeyException.java
                        EJBContext.java EJBException.java EJBHome.java
                        EJBLocalHome.java EJBLocalObject.java
                        EJBMetaData.java EJBObject.java EnterpriseBean.java
                        EntityBean.java EntityContext.java
                        FinderException.java Handle.java HomeHandle.java
                        MessageDrivenBean.java MessageDrivenContext.java
                        NoSuchEntityException.java
                        NoSuchObjectLocalException.java
                        ObjectNotFoundException.java RemoveException.java
                        SessionBean.java SessionContext.java
                        SessionSynchronization.java TimedObject.java
                        Timer.java TimerHandle.java TimerService.java
                        TransactionRequiredLocalException.java
                        TransactionRolledbackLocalException.java
               specs/ejb/src/java/javax/ejb/spi HandleDelegate.java
               specs/ejb/src/java/javax/xml/rpc/handler MessageContext.java
               specs/ejb/xdocs navigation.xml
  Added:       specs/ejb NOTICE.txt
  Log:
  Reporters: David Jencks, Dain Sundstrom.
  
  Copyright range fix subsequent to the License migration 1.1 => 2.0.
  
  Revision  Changes    Path
  1.7       +18 -1     incubator-geronimo/specs/ejb/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/ejb/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml       19 Feb 2004 09:00:29 -0000      1.6
  +++ project.xml       10 Mar 2004 09:59:39 -0000      1.7
  @@ -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/ejb/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/ejb/src/java/javax/ejb/AccessLocalException.java
  
  Index: AccessLocalException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/AccessLocalException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AccessLocalException.java 25 Feb 2004 09:58:22 -0000      1.2
  +++ AccessLocalException.java 10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/CreateException.java
  
  Index: CreateException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/CreateException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CreateException.java      25 Feb 2004 09:58:22 -0000      1.2
  +++ CreateException.java      10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/DuplicateKeyException.java
  
  Index: DuplicateKeyException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/DuplicateKeyException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DuplicateKeyException.java        25 Feb 2004 09:58:22 -0000      1.2
  +++ DuplicateKeyException.java        10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/EJBContext.java
  
  Index: EJBContext.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/EJBContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EJBContext.java   25 Feb 2004 09:58:22 -0000      1.2
  +++ EJBContext.java   10 Mar 2004 09:59:39 -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/specs/ejb/src/java/javax/ejb/EJBException.java
  
  Index: EJBException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/EJBException.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- EJBException.java 25 Feb 2004 09:58:22 -0000      1.4
  +++ EJBException.java 10 Mar 2004 09:59:39 -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/specs/ejb/src/java/javax/ejb/EJBHome.java
  
  Index: EJBHome.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/EJBHome.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EJBHome.java      25 Feb 2004 09:58:22 -0000      1.2
  +++ EJBHome.java      10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/EJBLocalHome.java
  
  Index: EJBLocalHome.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/EJBLocalHome.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EJBLocalHome.java 25 Feb 2004 09:58:22 -0000      1.2
  +++ EJBLocalHome.java 10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/EJBLocalObject.java
  
  Index: EJBLocalObject.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/EJBLocalObject.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EJBLocalObject.java       25 Feb 2004 09:58:22 -0000      1.2
  +++ EJBLocalObject.java       10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/EJBMetaData.java
  
  Index: EJBMetaData.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/EJBMetaData.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EJBMetaData.java  25 Feb 2004 09:58:22 -0000      1.2
  +++ EJBMetaData.java  10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/EJBObject.java
  
  Index: EJBObject.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/EJBObject.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EJBObject.java    25 Feb 2004 09:58:22 -0000      1.2
  +++ EJBObject.java    10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/EnterpriseBean.java
  
  Index: EnterpriseBean.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/EnterpriseBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EnterpriseBean.java       25 Feb 2004 09:58:22 -0000      1.2
  +++ EnterpriseBean.java       10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/EntityBean.java
  
  Index: EntityBean.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/EntityBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EntityBean.java   25 Feb 2004 09:58:22 -0000      1.2
  +++ EntityBean.java   10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/EntityContext.java
  
  Index: EntityContext.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/EntityContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EntityContext.java        25 Feb 2004 09:58:22 -0000      1.2
  +++ EntityContext.java        10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/FinderException.java
  
  Index: FinderException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/FinderException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FinderException.java      25 Feb 2004 09:58:22 -0000      1.2
  +++ FinderException.java      10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/Handle.java
  
  Index: Handle.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/Handle.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Handle.java       25 Feb 2004 09:58:22 -0000      1.2
  +++ Handle.java       10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/HomeHandle.java
  
  Index: HomeHandle.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/HomeHandle.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HomeHandle.java   25 Feb 2004 09:58:22 -0000      1.2
  +++ HomeHandle.java   10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/MessageDrivenBean.java
  
  Index: MessageDrivenBean.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/MessageDrivenBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MessageDrivenBean.java    25 Feb 2004 09:58:22 -0000      1.2
  +++ MessageDrivenBean.java    10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/MessageDrivenContext.java
  
  Index: MessageDrivenContext.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/MessageDrivenContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MessageDrivenContext.java 25 Feb 2004 09:58:22 -0000      1.2
  +++ MessageDrivenContext.java 10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/NoSuchEntityException.java
  
  Index: NoSuchEntityException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/NoSuchEntityException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NoSuchEntityException.java        25 Feb 2004 09:58:22 -0000      1.2
  +++ NoSuchEntityException.java        10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/NoSuchObjectLocalException.java
  
  Index: NoSuchObjectLocalException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/NoSuchObjectLocalException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NoSuchObjectLocalException.java   25 Feb 2004 09:58:22 -0000      1.2
  +++ NoSuchObjectLocalException.java   10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/ObjectNotFoundException.java
  
  Index: ObjectNotFoundException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/ObjectNotFoundException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ObjectNotFoundException.java      25 Feb 2004 09:58:22 -0000      1.2
  +++ ObjectNotFoundException.java      10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/RemoveException.java
  
  Index: RemoveException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/RemoveException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RemoveException.java      25 Feb 2004 09:58:22 -0000      1.2
  +++ RemoveException.java      10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/SessionBean.java
  
  Index: SessionBean.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/SessionBean.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SessionBean.java  25 Feb 2004 09:58:22 -0000      1.2
  +++ SessionBean.java  10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/SessionContext.java
  
  Index: SessionContext.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/SessionContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SessionContext.java       25 Feb 2004 09:58:22 -0000      1.2
  +++ SessionContext.java       10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/SessionSynchronization.java
  
  Index: SessionSynchronization.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/SessionSynchronization.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SessionSynchronization.java       25 Feb 2004 09:58:22 -0000      1.2
  +++ SessionSynchronization.java       10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/TimedObject.java
  
  Index: TimedObject.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/TimedObject.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TimedObject.java  25 Feb 2004 09:58:22 -0000      1.2
  +++ TimedObject.java  10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/Timer.java
  
  Index: Timer.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/Timer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Timer.java        25 Feb 2004 09:58:22 -0000      1.2
  +++ Timer.java        10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/TimerHandle.java
  
  Index: TimerHandle.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/TimerHandle.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TimerHandle.java  25 Feb 2004 09:58:22 -0000      1.2
  +++ TimerHandle.java  10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/TimerService.java
  
  Index: TimerService.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/TimerService.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TimerService.java 25 Feb 2004 09:58:22 -0000      1.2
  +++ TimerService.java 10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/TransactionRequiredLocalException.java
  
  Index: TransactionRequiredLocalException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/TransactionRequiredLocalException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransactionRequiredLocalException.java    25 Feb 2004 09:58:22 -0000      
1.2
  +++ TransactionRequiredLocalException.java    10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/TransactionRolledbackLocalException.java
  
  Index: TransactionRolledbackLocalException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/TransactionRolledbackLocalException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransactionRolledbackLocalException.java  25 Feb 2004 09:58:22 -0000      
1.2
  +++ TransactionRolledbackLocalException.java  10 Mar 2004 09:59:39 -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/ejb/src/java/javax/ejb/spi/HandleDelegate.java
  
  Index: HandleDelegate.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/ejb/spi/HandleDelegate.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HandleDelegate.java       25 Feb 2004 09:58:23 -0000      1.2
  +++ HandleDelegate.java       10 Mar 2004 09:59:40 -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/ejb/src/java/javax/xml/rpc/handler/MessageContext.java
  
  Index: MessageContext.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/ejb/src/java/javax/xml/rpc/handler/MessageContext.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MessageContext.java       25 Feb 2004 09:58:23 -0000      1.2
  +++ MessageContext.java       10 Mar 2004 09:59:40 -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       +18 -1     incubator-geronimo/specs/ejb/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/ejb/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:41 -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