tomdz       2005/12/21 14:23:11

  Modified:    src/java/org/apache/ojb/broker/accesslayer Tag:
                        OJB_1_0_RELEASE JoinSyntaxTypes.java
                        ReferencePrefetcher.java ConnectionManagerImpl.java
                        ChainingIterator.java PkIterator.java
                        QueryCustomizerDefaultImpl.java
                        RelationshipPrefetcherFactory.java
                        JdbcAccessFactory.java RsIterator.java
                        CollectionPrefetcher.java
                        RelationshipPrefetcher.java RowReader.java
                        PagingIterator.java RelationshipPrefetcherImpl.java
                        RowReaderDefaultImpl.java
                        MtoNCollectionPrefetcher.java JdbcAccess.java
                        PlainPrefetcher.java StatementsForClassFactory.java
                        SqlBasedReportQueryRsIterator.java
                        RsQueryObject.java StatementManagerIF.java
                        ReportQueryRsIterator.java OJBIterator.java
                        QueryCustomizer.java ConnectionManagerFactory.java
                        OJBBatchUpdateException.java
                        ResultSetAndStatement.java
                        ConnectionFactoryFactory.java BasePrefetcher.java
                        SqlBasedRsIterator.java LookupException.java
                        StatementManagerFactory.java PkEnumeration.java
               contrib/src Tag: OJB_1_0_RELEASE ObjectCacheOSCacheImpl.java
  Log:
  Updated license
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.4.2.1   +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/JoinSyntaxTypes.java
  
  Index: JoinSyntaxTypes.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/JoinSyntaxTypes.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- JoinSyntaxTypes.java      4 Apr 2004 23:53:31 -0000       1.4
  +++ JoinSyntaxTypes.java      21 Dec 2005 22:22:58 -0000      1.4.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.20.2.3  +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/ReferencePrefetcher.java
  
  Index: ReferencePrefetcher.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/ReferencePrefetcher.java,v
  retrieving revision 1.20.2.2
  retrieving revision 1.20.2.3
  diff -u -r1.20.2.2 -r1.20.2.3
  --- ReferencePrefetcher.java  25 Nov 2005 16:27:50 -0000      1.20.2.2
  +++ ReferencePrefetcher.java  21 Dec 2005 22:22:58 -0000      1.20.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.17.2.4  +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/ConnectionManagerImpl.java
  
  Index: ConnectionManagerImpl.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/ConnectionManagerImpl.java,v
  retrieving revision 1.17.2.3
  retrieving revision 1.17.2.4
  diff -u -r1.17.2.3 -r1.17.2.4
  --- ConnectionManagerImpl.java        27 Apr 2005 00:23:52 -0000      1.17.2.3
  +++ ConnectionManagerImpl.java        21 Dec 2005 22:22:58 -0000      1.17.2.4
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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.13.2.2  +4 -3      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/ChainingIterator.java
  
  Index: ChainingIterator.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/ChainingIterator.java,v
  retrieving revision 1.13.2.1
  retrieving revision 1.13.2.2
  diff -u -r1.13.2.1 -r1.13.2.2
  --- ChainingIterator.java     26 Aug 2005 19:26:39 -0000      1.13.2.1
  +++ ChainingIterator.java     21 Dec 2005 22:22:58 -0000      1.13.2.2
  @@ -1,4 +1,6 @@
  -/* Copyright 2002-2004 The Apache Software Foundation
  +package org.apache.ojb.broker.accesslayer;
  +
  +/* Copyright 2002-2005 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.
  @@ -12,7 +14,6 @@
    * See the License for the specific language governing permissions and
    * limitations under the License.
    */
  -package org.apache.ojb.broker.accesslayer;
   
   import java.util.ArrayList;
   import java.util.Iterator;
  
  
  
  1.8.2.2   +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/PkIterator.java
  
  Index: PkIterator.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/PkIterator.java,v
  retrieving revision 1.8.2.1
  retrieving revision 1.8.2.2
  diff -u -r1.8.2.1 -r1.8.2.2
  --- PkIterator.java   3 Nov 2004 19:11:47 -0000       1.8.2.1
  +++ PkIterator.java   21 Dec 2005 22:22:58 -0000      1.8.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1   +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/QueryCustomizerDefaultImpl.java
  
  Index: QueryCustomizerDefaultImpl.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/QueryCustomizerDefaultImpl.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- QueryCustomizerDefaultImpl.java   4 Apr 2004 23:53:31 -0000       1.5
  +++ QueryCustomizerDefaultImpl.java   21 Dec 2005 22:22:58 -0000      1.5.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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   +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/RelationshipPrefetcherFactory.java
  
  Index: RelationshipPrefetcherFactory.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/RelationshipPrefetcherFactory.java,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -r1.6.2.1 -r1.6.2.2
  --- RelationshipPrefetcherFactory.java        15 Feb 2005 19:17:48 -0000      
1.6.2.1
  +++ RelationshipPrefetcherFactory.java        21 Dec 2005 22:22:58 -0000      
1.6.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1   +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/Attic/JdbcAccessFactory.java
  
  Index: JdbcAccessFactory.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/Attic/JdbcAccessFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- JdbcAccessFactory.java    4 Apr 2004 23:53:30 -0000       1.4
  +++ JdbcAccessFactory.java    21 Dec 2005 22:22:58 -0000      1.4.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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.63.2.19 +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/RsIterator.java
  
  Index: RsIterator.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/RsIterator.java,v
  retrieving revision 1.63.2.18
  retrieving revision 1.63.2.19
  diff -u -r1.63.2.18 -r1.63.2.19
  --- RsIterator.java   25 Nov 2005 16:27:50 -0000      1.63.2.18
  +++ RsIterator.java   21 Dec 2005 22:22:58 -0000      1.63.2.19
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.29.2.5  +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/CollectionPrefetcher.java
  
  Index: CollectionPrefetcher.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/CollectionPrefetcher.java,v
  retrieving revision 1.29.2.4
  retrieving revision 1.29.2.5
  diff -u -r1.29.2.4 -r1.29.2.5
  --- CollectionPrefetcher.java 25 Nov 2005 16:27:50 -0000      1.29.2.4
  +++ CollectionPrefetcher.java 21 Dec 2005 22:22:58 -0000      1.29.2.5
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1   +2 -3      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/RelationshipPrefetcher.java
  
  Index: RelationshipPrefetcher.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/RelationshipPrefetcher.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- RelationshipPrefetcher.java       4 Apr 2004 23:53:31 -0000       1.5
  +++ RelationshipPrefetcher.java       21 Dec 2005 22:22:58 -0000      1.5.2.1
  @@ -1,7 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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   +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/RowReader.java
  
  Index: RowReader.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/RowReader.java,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.2
  diff -u -r1.9.2.1 -r1.9.2.2
  --- RowReader.java    5 Oct 2005 18:01:25 -0000       1.9.2.1
  +++ RowReader.java    21 Dec 2005 22:22:58 -0000      1.9.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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  +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/PagingIterator.java
  
  Index: PagingIterator.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/PagingIterator.java,v
  retrieving revision 1.10.2.1
  retrieving revision 1.10.2.2
  diff -u -r1.10.2.1 -r1.10.2.2
  --- PagingIterator.java       26 Aug 2005 19:26:39 -0000      1.10.2.1
  +++ PagingIterator.java       21 Dec 2005 22:22:58 -0000      1.10.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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.13.2.1  +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/RelationshipPrefetcherImpl.java
  
  Index: RelationshipPrefetcherImpl.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/RelationshipPrefetcherImpl.java,v
  retrieving revision 1.13
  retrieving revision 1.13.2.1
  diff -u -r1.13 -r1.13.2.1
  --- RelationshipPrefetcherImpl.java   12 May 2004 19:25:54 -0000      1.13
  +++ RelationshipPrefetcherImpl.java   21 Dec 2005 22:22:58 -0000      1.13.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.30.2.11 +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/RowReaderDefaultImpl.java
  
  Index: RowReaderDefaultImpl.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/RowReaderDefaultImpl.java,v
  retrieving revision 1.30.2.10
  retrieving revision 1.30.2.11
  diff -u -r1.30.2.10 -r1.30.2.11
  --- RowReaderDefaultImpl.java 25 Oct 2005 23:50:15 -0000      1.30.2.10
  +++ RowReaderDefaultImpl.java 21 Dec 2005 22:22:58 -0000      1.30.2.11
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.7  +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/MtoNCollectionPrefetcher.java
  
  Index: MtoNCollectionPrefetcher.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/MtoNCollectionPrefetcher.java,v
  retrieving revision 1.12.2.6
  retrieving revision 1.12.2.7
  diff -u -r1.12.2.6 -r1.12.2.7
  --- MtoNCollectionPrefetcher.java     25 Nov 2005 16:27:50 -0000      1.12.2.6
  +++ MtoNCollectionPrefetcher.java     21 Dec 2005 22:22:58 -0000      1.12.2.7
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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.34.2.1  +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/JdbcAccess.java
  
  Index: JdbcAccess.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/JdbcAccess.java,v
  retrieving revision 1.34
  retrieving revision 1.34.2.1
  diff -u -r1.34 -r1.34.2.1
  --- JdbcAccess.java   4 Apr 2004 23:53:30 -0000       1.34
  +++ JdbcAccess.java   21 Dec 2005 22:22:58 -0000      1.34.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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   +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/PlainPrefetcher.java
  
  Index: PlainPrefetcher.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/PlainPrefetcher.java,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.2
  diff -u -r1.9.2.1 -r1.9.2.2
  --- PlainPrefetcher.java      25 Nov 2005 16:27:50 -0000      1.9.2.1
  +++ PlainPrefetcher.java      21 Dec 2005 22:22:58 -0000      1.9.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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.1   +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/Attic/StatementsForClassFactory.java
  
  Index: StatementsForClassFactory.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/Attic/StatementsForClassFactory.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- StatementsForClassFactory.java    4 Apr 2004 23:53:31 -0000       1.5
  +++ StatementsForClassFactory.java    21 Dec 2005 22:22:58 -0000      1.5.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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.11.2.2  +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/SqlBasedReportQueryRsIterator.java
  
  Index: SqlBasedReportQueryRsIterator.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/SqlBasedReportQueryRsIterator.java,v
  retrieving revision 1.11.2.1
  retrieving revision 1.11.2.2
  diff -u -r1.11.2.1 -r1.11.2.2
  --- SqlBasedReportQueryRsIterator.java        10 Mar 2005 17:55:30 -0000      
1.11.2.1
  +++ SqlBasedReportQueryRsIterator.java        21 Dec 2005 22:22:58 -0000      
1.11.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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   +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/RsQueryObject.java
  
  Index: RsQueryObject.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/RsQueryObject.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- RsQueryObject.java        26 Apr 2005 03:41:35 -0000      1.5.2.1
  +++ RsQueryObject.java        21 Dec 2005 22:22:58 -0000      1.5.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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.3  +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/Attic/StatementManagerIF.java
  
  Index: StatementManagerIF.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/Attic/StatementManagerIF.java,v
  retrieving revision 1.10.2.2
  retrieving revision 1.10.2.3
  diff -u -r1.10.2.2 -r1.10.2.3
  --- StatementManagerIF.java   4 Jun 2005 14:13:43 -0000       1.10.2.2
  +++ StatementManagerIF.java   21 Dec 2005 22:22:58 -0000      1.10.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.13.2.3  +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/ReportQueryRsIterator.java
  
  Index: ReportQueryRsIterator.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/ReportQueryRsIterator.java,v
  retrieving revision 1.13.2.2
  retrieving revision 1.13.2.3
  diff -u -r1.13.2.2 -r1.13.2.3
  --- ReportQueryRsIterator.java        8 Jun 2005 19:45:30 -0000       1.13.2.2
  +++ ReportQueryRsIterator.java        21 Dec 2005 22:22:58 -0000      1.13.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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   +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/OJBIterator.java
  
  Index: OJBIterator.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/OJBIterator.java,v
  retrieving revision 1.9.2.1
  retrieving revision 1.9.2.2
  diff -u -r1.9.2.1 -r1.9.2.2
  --- OJBIterator.java  26 Aug 2005 19:26:39 -0000      1.9.2.1
  +++ OJBIterator.java  21 Dec 2005 22:22:58 -0000      1.9.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1   +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/QueryCustomizer.java
  
  Index: QueryCustomizer.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/QueryCustomizer.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- QueryCustomizer.java      4 Apr 2004 23:53:31 -0000       1.7
  +++ QueryCustomizer.java      21 Dec 2005 22:22:58 -0000      1.7.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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.1   +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/Attic/ConnectionManagerFactory.java
  
  Index: ConnectionManagerFactory.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/Attic/ConnectionManagerFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ConnectionManagerFactory.java     4 Apr 2004 23:53:30 -0000       1.4
  +++ ConnectionManagerFactory.java     21 Dec 2005 22:22:58 -0000      1.4.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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.1   +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/OJBBatchUpdateException.java
  
  Index: OJBBatchUpdateException.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/OJBBatchUpdateException.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- OJBBatchUpdateException.java      4 Apr 2004 23:53:31 -0000       1.6
  +++ OJBBatchUpdateException.java      21 Dec 2005 22:22:58 -0000      1.6.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.13.2.4  +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/ResultSetAndStatement.java
  
  Index: ResultSetAndStatement.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/ResultSetAndStatement.java,v
  retrieving revision 1.13.2.3
  retrieving revision 1.13.2.4
  diff -u -r1.13.2.3 -r1.13.2.4
  --- ResultSetAndStatement.java        5 Nov 2005 16:19:36 -0000       1.13.2.3
  +++ ResultSetAndStatement.java        21 Dec 2005 22:22:58 -0000      1.13.2.4
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1  +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/Attic/ConnectionFactoryFactory.java
  
  Index: ConnectionFactoryFactory.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/Attic/ConnectionFactoryFactory.java,v
  retrieving revision 1.10
  retrieving revision 1.10.2.1
  diff -u -r1.10 -r1.10.2.1
  --- ConnectionFactoryFactory.java     4 Apr 2004 23:53:30 -0000       1.10
  +++ ConnectionFactoryFactory.java     21 Dec 2005 22:22:58 -0000      1.10.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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  +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/BasePrefetcher.java
  
  Index: BasePrefetcher.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/BasePrefetcher.java,v
  retrieving revision 1.10.2.1
  retrieving revision 1.10.2.2
  diff -u -r1.10.2.1 -r1.10.2.2
  --- BasePrefetcher.java       13 Jan 2005 19:20:03 -0000      1.10.2.1
  +++ BasePrefetcher.java       21 Dec 2005 22:22:58 -0000      1.10.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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.23.2.1  +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/SqlBasedRsIterator.java
  
  Index: SqlBasedRsIterator.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/SqlBasedRsIterator.java,v
  retrieving revision 1.23
  retrieving revision 1.23.2.1
  diff -u -r1.23 -r1.23.2.1
  --- SqlBasedRsIterator.java   4 Apr 2004 23:53:31 -0000       1.23
  +++ SqlBasedRsIterator.java   21 Dec 2005 22:22:58 -0000      1.23.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1   +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/LookupException.java
  
  Index: LookupException.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/LookupException.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- LookupException.java      4 Apr 2004 23:53:31 -0000       1.5
  +++ LookupException.java      21 Dec 2005 22:22:58 -0000      1.5.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.1   +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/Attic/StatementManagerFactory.java
  
  Index: StatementManagerFactory.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/Attic/StatementManagerFactory.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- StatementManagerFactory.java      4 Apr 2004 23:53:31 -0000       1.4
  +++ StatementManagerFactory.java      21 Dec 2005 22:22:58 -0000      1.4.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2003-2004 The Apache Software Foundation
  +/* Copyright 2003-2005 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.17.2.3  +2 -2      
db-ojb/src/java/org/apache/ojb/broker/accesslayer/Attic/PkEnumeration.java
  
  Index: PkEnumeration.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/java/org/apache/ojb/broker/accesslayer/Attic/PkEnumeration.java,v
  retrieving revision 1.17.2.2
  retrieving revision 1.17.2.3
  diff -u -r1.17.2.2 -r1.17.2.3
  --- PkEnumeration.java        25 Nov 2005 16:27:50 -0000      1.17.2.2
  +++ PkEnumeration.java        21 Dec 2005 22:22:59 -0000      1.17.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.accesslayer;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.
  
  
  
  No                   revision
  No                   revision
  1.1.4.4   +1 -1      db-ojb/contrib/src/Attic/ObjectCacheOSCacheImpl.java
  
  Index: ObjectCacheOSCacheImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/contrib/src/Attic/ObjectCacheOSCacheImpl.java,v
  retrieving revision 1.1.4.3
  retrieving revision 1.1.4.4
  diff -u -r1.1.4.3 -r1.1.4.4
  --- ObjectCacheOSCacheImpl.java       13 May 2005 18:24:31 -0000      1.1.4.3
  +++ ObjectCacheOSCacheImpl.java       21 Dec 2005 22:23:11 -0000      1.1.4.4
  @@ -10,7 +10,7 @@
   import org.apache.ojb.broker.util.logging.Logger;
   import org.apache.ojb.broker.util.logging.LoggerFactory;
   
  -/* Copyright 2002-2004 The Apache Software Foundation
  +/* Copyright 2002-2005 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.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to