gdamour     2004/03/10 02:00:13

  Modified:    specs/jta project.xml
               specs/jta/src/java/javax/transaction
                        HeuristicCommitException.java
                        HeuristicMixedException.java
                        HeuristicRollbackException.java
                        InvalidTransactionException.java
                        NotSupportedException.java RollbackException.java
                        Status.java Synchronization.java
                        SystemException.java Transaction.java
                        TransactionManager.java
                        TransactionRequiredException.java
                        TransactionRolledbackException.java
                        UserTransaction.java
               specs/jta/src/java/javax/transaction/xa XAException.java
                        XAResource.java Xid.java
               specs/jta/xdocs navigation.xml
  Added:       specs/jta NOTICE.txt
  Log:
  Reporters: David Jencks, Dain Sundstrom.
  
  Copyright range fix subsequent to the License migration 1.1 => 2.0.
  
  Revision  Changes    Path
  1.5       +18 -1     incubator-geronimo/specs/jta/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jta/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       19 Feb 2004 09:00:30 -0000      1.4
  +++ project.xml       10 Mar 2004 10:00:11 -0000      1.5
  @@ -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/jta/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/jta/src/java/javax/transaction/HeuristicCommitException.java
  
  Index: HeuristicCommitException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/HeuristicCommitException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HeuristicCommitException.java     25 Feb 2004 09:58:54 -0000      1.2
  +++ HeuristicCommitException.java     10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/HeuristicMixedException.java
  
  Index: HeuristicMixedException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/HeuristicMixedException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HeuristicMixedException.java      25 Feb 2004 09:58:54 -0000      1.2
  +++ HeuristicMixedException.java      10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/HeuristicRollbackException.java
  
  Index: HeuristicRollbackException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/HeuristicRollbackException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HeuristicRollbackException.java   25 Feb 2004 09:58:54 -0000      1.2
  +++ HeuristicRollbackException.java   10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/InvalidTransactionException.java
  
  Index: InvalidTransactionException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/InvalidTransactionException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InvalidTransactionException.java  25 Feb 2004 09:58:54 -0000      1.2
  +++ InvalidTransactionException.java  10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/NotSupportedException.java
  
  Index: NotSupportedException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/NotSupportedException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NotSupportedException.java        25 Feb 2004 09:58:54 -0000      1.2
  +++ NotSupportedException.java        10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/RollbackException.java
  
  Index: RollbackException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/RollbackException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RollbackException.java    25 Feb 2004 09:58:54 -0000      1.2
  +++ RollbackException.java    10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/Status.java
  
  Index: Status.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/Status.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Status.java       25 Feb 2004 09:58:54 -0000      1.2
  +++ Status.java       10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/Synchronization.java
  
  Index: Synchronization.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/Synchronization.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Synchronization.java      25 Feb 2004 09:58:54 -0000      1.2
  +++ Synchronization.java      10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/SystemException.java
  
  Index: SystemException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/SystemException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SystemException.java      25 Feb 2004 09:58:54 -0000      1.2
  +++ SystemException.java      10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/Transaction.java
  
  Index: Transaction.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/Transaction.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Transaction.java  25 Feb 2004 09:58:54 -0000      1.2
  +++ Transaction.java  10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/TransactionManager.java
  
  Index: TransactionManager.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/TransactionManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransactionManager.java   25 Feb 2004 09:58:54 -0000      1.2
  +++ TransactionManager.java   10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/TransactionRequiredException.java
  
  Index: TransactionRequiredException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/TransactionRequiredException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransactionRequiredException.java 25 Feb 2004 09:58:54 -0000      1.2
  +++ TransactionRequiredException.java 10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/TransactionRolledbackException.java
  
  Index: TransactionRolledbackException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/TransactionRolledbackException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TransactionRolledbackException.java       25 Feb 2004 09:58:54 -0000      
1.2
  +++ TransactionRolledbackException.java       10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/UserTransaction.java
  
  Index: UserTransaction.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/UserTransaction.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- UserTransaction.java      25 Feb 2004 09:58:54 -0000      1.2
  +++ UserTransaction.java      10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/xa/XAException.java
  
  Index: XAException.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/xa/XAException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XAException.java  25 Feb 2004 09:58:54 -0000      1.2
  +++ XAException.java  10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/xa/XAResource.java
  
  Index: XAResource.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/xa/XAResource.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XAResource.java   25 Feb 2004 09:58:54 -0000      1.2
  +++ XAResource.java   10 Mar 2004 10:00:12 -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/jta/src/java/javax/transaction/xa/Xid.java
  
  Index: Xid.java
  ===================================================================
  RCS file: 
/home/cvs/incubator-geronimo/specs/jta/src/java/javax/transaction/xa/Xid.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Xid.java  25 Feb 2004 09:58:54 -0000      1.2
  +++ Xid.java  10 Mar 2004 10:00:12 -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/jta/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/specs/jta/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 10:00:13 -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