tomdz       2005/12/21 14:21:40

  Modified:    src/connector/main/org/apache/ojb/jboss Tag: OJB_1_0_RELEASE
                        ODMGFactoryMBean.java PBFactory.java
                        PBFactoryMBean.java ODMGFactory.java
               src/ejb/org/apache/ojb/ejb Tag: OJB_1_0_RELEASE
                        PersonVO.java SessionBeanImpl.java VOHelper.java
                        CategoryVO.java ArticleVO.java AllPBTests.java
                        AllODMGTests.java ContextHelper.java
               src/ejb/org/apache/ojb/ejb/pb Tag: OJB_1_0_RELEASE
                        ArticleTestClient.java ArticleManagerPBBean.java
                        StressTestClient.java
                        PersonArticleManagerPBBean.java StressTest.java
                        PersonManagerPBBean.java PBSessionBean.java
                        RollbackClient.java PBClient.java
                        PersonArticleClient.java RollbackBean.java
                        PBBaseBeanImpl.java
               src/ejb/org/apache/ojb/ejb/odmg Tag: OJB_1_0_RELEASE
                        ODMGHelper.java StressTest.java
                        PersonManagerODMGBean.java ODMGBaseBeanImpl.java
                        PersonArticleClientODMG.java
                        ArticleManagerODMGBean.java RollbackClient.java
                        StressTestClient.java ODMGClient.java
                        RollbackBean.java ODMGSessionBean.java
                        ArticleTestClient.java
                        PersonArticleManagerODMGBean.java
  Log:
  Updated license
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.4.2.1   +1 -1      
db-ojb/src/connector/main/org/apache/ojb/jboss/ODMGFactoryMBean.java
  
  Index: ODMGFactoryMBean.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/connector/main/org/apache/ojb/jboss/ODMGFactoryMBean.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ODMGFactoryMBean.java     5 Apr 2004 00:41:38 -0000       1.4
  +++ ODMGFactoryMBean.java     21 Dec 2005 22:21:38 -0000      1.4.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.jboss;
   
  -/* 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   +1 -1      
db-ojb/src/connector/main/org/apache/ojb/jboss/PBFactory.java
  
  Index: PBFactory.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/connector/main/org/apache/ojb/jboss/PBFactory.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- PBFactory.java    5 Apr 2004 00:41:38 -0000       1.6
  +++ PBFactory.java    21 Dec 2005 22:21:38 -0000      1.6.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.jboss;
   
  -/* 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   +1 -1      
db-ojb/src/connector/main/org/apache/ojb/jboss/PBFactoryMBean.java
  
  Index: PBFactoryMBean.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/connector/main/org/apache/ojb/jboss/PBFactoryMBean.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- PBFactoryMBean.java       5 Apr 2004 00:41:38 -0000       1.5
  +++ PBFactoryMBean.java       21 Dec 2005 22:21:38 -0000      1.5.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.jboss;
   
  -/* 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.7.2.1   +1 -1      
db-ojb/src/connector/main/org/apache/ojb/jboss/ODMGFactory.java
  
  Index: ODMGFactory.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/connector/main/org/apache/ojb/jboss/ODMGFactory.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- ODMGFactory.java  3 May 2004 23:06:56 -0000       1.7
  +++ ODMGFactory.java  21 Dec 2005 22:21:38 -0000      1.7.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.jboss;
   
  -/* 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.
  
  
  
  No                   revision
  No                   revision
  1.5.2.1   +2 -2      db-ojb/src/ejb/org/apache/ojb/ejb/PersonVO.java
  
  Index: PersonVO.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/PersonVO.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- PersonVO.java     5 Apr 2004 00:17:07 -0000       1.5
  +++ PersonVO.java     21 Dec 2005 22:21:38 -0000      1.5.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb;
   
  -/* 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/ejb/org/apache/ojb/ejb/SessionBeanImpl.java
  
  Index: SessionBeanImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/SessionBeanImpl.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- SessionBeanImpl.java      5 Apr 2004 00:17:07 -0000       1.6
  +++ SessionBeanImpl.java      21 Dec 2005 22:21:38 -0000      1.6.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb;
   
  -/* 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.1   +1 -1      db-ojb/src/ejb/org/apache/ojb/ejb/VOHelper.java
  
  Index: VOHelper.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/VOHelper.java,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -u -r1.9 -r1.9.2.1
  --- VOHelper.java     5 Apr 2004 00:17:07 -0000       1.9
  +++ VOHelper.java     21 Dec 2005 22:21:38 -0000      1.9.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb;
   
  -/* 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.6.2.1   +2 -2      db-ojb/src/ejb/org/apache/ojb/ejb/CategoryVO.java
  
  Index: CategoryVO.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/CategoryVO.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- CategoryVO.java   5 Apr 2004 00:17:07 -0000       1.6
  +++ CategoryVO.java   21 Dec 2005 22:21:38 -0000      1.6.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb;
   
  -/* 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/ejb/org/apache/ojb/ejb/ArticleVO.java
  
  Index: ArticleVO.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/ArticleVO.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- ArticleVO.java    5 Apr 2004 00:17:07 -0000       1.6
  +++ ArticleVO.java    21 Dec 2005 22:21:38 -0000      1.6.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb;
   
  -/* 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.2   +2 -2      db-ojb/src/ejb/org/apache/ojb/ejb/AllPBTests.java
  
  Index: AllPBTests.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/AllPBTests.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- AllPBTests.java   11 Sep 2004 12:20:01 -0000      1.4.2.1
  +++ AllPBTests.java   21 Dec 2005 22:21:38 -0000      1.4.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.2   +2 -2      db-ojb/src/ejb/org/apache/ojb/ejb/AllODMGTests.java
  
  Index: AllODMGTests.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/AllODMGTests.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- AllODMGTests.java 11 Sep 2004 12:20:01 -0000      1.4.2.1
  +++ AllODMGTests.java 21 Dec 2005 22:21:38 -0000      1.4.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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/ejb/org/apache/ojb/ejb/ContextHelper.java
  
  Index: ContextHelper.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/ContextHelper.java,v
  retrieving revision 1.6.2.1
  retrieving revision 1.6.2.2
  diff -u -r1.6.2.1 -r1.6.2.2
  --- ContextHelper.java        11 Sep 2004 12:20:01 -0000      1.6.2.1
  +++ ContextHelper.java        21 Dec 2005 22:21:38 -0000      1.6.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb;
   
  -/* 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.
  
  
  
  No                   revision
  No                   revision
  1.4.2.1   +2 -2      
db-ojb/src/ejb/org/apache/ojb/ejb/pb/ArticleTestClient.java
  
  Index: ArticleTestClient.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/pb/ArticleTestClient.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ArticleTestClient.java    5 Apr 2004 00:17:08 -0000       1.4
  +++ ArticleTestClient.java    21 Dec 2005 22:21:38 -0000      1.4.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.pb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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/ejb/org/apache/ojb/ejb/pb/ArticleManagerPBBean.java
  
  Index: ArticleManagerPBBean.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/pb/ArticleManagerPBBean.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ArticleManagerPBBean.java 5 Apr 2004 00:17:08 -0000       1.4
  +++ ArticleManagerPBBean.java 21 Dec 2005 22:21:38 -0000      1.4.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.pb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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/ejb/org/apache/ojb/ejb/pb/StressTestClient.java
  
  Index: StressTestClient.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/pb/StressTestClient.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- StressTestClient.java     5 Apr 2004 00:17:08 -0000       1.4
  +++ StressTestClient.java     21 Dec 2005 22:21:38 -0000      1.4.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.pb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.4   +2 -2      
db-ojb/src/ejb/org/apache/ojb/ejb/pb/PersonArticleManagerPBBean.java
  
  Index: PersonArticleManagerPBBean.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/pb/PersonArticleManagerPBBean.java,v
  retrieving revision 1.5.2.3
  retrieving revision 1.5.2.4
  diff -u -r1.5.2.3 -r1.5.2.4
  --- PersonArticleManagerPBBean.java   13 Jan 2005 19:57:44 -0000      1.5.2.3
  +++ PersonArticleManagerPBBean.java   21 Dec 2005 22:21:38 -0000      1.5.2.4
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.pb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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/ejb/org/apache/ojb/ejb/pb/StressTest.java
  
  Index: StressTest.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/pb/StressTest.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- StressTest.java   21 Jun 2004 07:12:54 -0000      1.5
  +++ StressTest.java   21 Dec 2005 22:21:38 -0000      1.5.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.pb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.2   +2 -2      
db-ojb/src/ejb/org/apache/ojb/ejb/pb/PersonManagerPBBean.java
  
  Index: PersonManagerPBBean.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/pb/PersonManagerPBBean.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- PersonManagerPBBean.java  13 Jan 2005 19:57:44 -0000      1.4.2.1
  +++ PersonManagerPBBean.java  21 Dec 2005 22:21:38 -0000      1.4.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.pb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.3   +2 -2      db-ojb/src/ejb/org/apache/ojb/ejb/pb/PBSessionBean.java
  
  Index: PBSessionBean.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/pb/PBSessionBean.java,v
  retrieving revision 1.5.2.2
  retrieving revision 1.5.2.3
  diff -u -r1.5.2.2 -r1.5.2.3
  --- PBSessionBean.java        13 Jan 2005 19:57:44 -0000      1.5.2.2
  +++ PBSessionBean.java        21 Dec 2005 22:21:38 -0000      1.5.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.pb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.1.2.2   +2 -2      db-ojb/src/ejb/org/apache/ojb/ejb/pb/RollbackClient.java
  
  Index: RollbackClient.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/pb/RollbackClient.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- RollbackClient.java       11 Sep 2004 12:20:01 -0000      1.1.2.1
  +++ RollbackClient.java       21 Dec 2005 22:21:38 -0000      1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.pb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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/ejb/org/apache/ojb/ejb/pb/PBClient.java
  
  Index: PBClient.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/pb/PBClient.java,v
  retrieving revision 1.5.2.1
  retrieving revision 1.5.2.2
  diff -u -r1.5.2.1 -r1.5.2.2
  --- PBClient.java     11 Sep 2004 12:20:01 -0000      1.5.2.1
  +++ PBClient.java     21 Dec 2005 22:21:38 -0000      1.5.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.pb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.3   +2 -2      
db-ojb/src/ejb/org/apache/ojb/ejb/pb/PersonArticleClient.java
  
  Index: PersonArticleClient.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/pb/PersonArticleClient.java,v
  retrieving revision 1.5.2.2
  retrieving revision 1.5.2.3
  diff -u -r1.5.2.2 -r1.5.2.3
  --- PersonArticleClient.java  11 Sep 2004 12:20:01 -0000      1.5.2.2
  +++ PersonArticleClient.java  21 Dec 2005 22:21:38 -0000      1.5.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.pb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.1.2.3   +2 -2      db-ojb/src/ejb/org/apache/ojb/ejb/pb/RollbackBean.java
  
  Index: RollbackBean.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/pb/RollbackBean.java,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- RollbackBean.java 13 Jan 2005 19:57:44 -0000      1.1.2.2
  +++ RollbackBean.java 21 Dec 2005 22:21:38 -0000      1.1.2.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.pb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.2   +2 -2      db-ojb/src/ejb/org/apache/ojb/ejb/pb/PBBaseBeanImpl.java
  
  Index: PBBaseBeanImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/pb/PBBaseBeanImpl.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- PBBaseBeanImpl.java       13 Jan 2005 19:57:44 -0000      1.4.2.1
  +++ PBBaseBeanImpl.java       21 Dec 2005 22:21:38 -0000      1.4.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.pb;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.2.2   +2 -2      db-ojb/src/ejb/org/apache/ojb/ejb/odmg/ODMGHelper.java
  
  Index: ODMGHelper.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/odmg/ODMGHelper.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- ODMGHelper.java   14 Aug 2004 23:16:28 -0000      1.1.2.1
  +++ ODMGHelper.java   21 Dec 2005 22:21:39 -0000      1.1.2.2
  @@ -5,7 +5,7 @@
   import org.odmg.Implementation;
   import org.odmg.ODMGException;
   
  -/* 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/ejb/org/apache/ojb/ejb/odmg/StressTest.java
  
  Index: StressTest.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/odmg/StressTest.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- StressTest.java   21 Jun 2004 07:12:54 -0000      1.5
  +++ StressTest.java   21 Dec 2005 22:21:39 -0000      1.5.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.odmg;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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/ejb/org/apache/ojb/ejb/odmg/PersonManagerODMGBean.java
  
  Index: PersonManagerODMGBean.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/odmg/PersonManagerODMGBean.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- PersonManagerODMGBean.java        5 Apr 2004 00:17:08 -0000       1.4
  +++ PersonManagerODMGBean.java        21 Dec 2005 22:21:39 -0000      1.4.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.odmg;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.4   +2 -2      
db-ojb/src/ejb/org/apache/ojb/ejb/odmg/ODMGBaseBeanImpl.java
  
  Index: ODMGBaseBeanImpl.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/odmg/ODMGBaseBeanImpl.java,v
  retrieving revision 1.5.2.3
  retrieving revision 1.5.2.4
  diff -u -r1.5.2.3 -r1.5.2.4
  --- ODMGBaseBeanImpl.java     13 Jan 2005 19:57:44 -0000      1.5.2.3
  +++ ODMGBaseBeanImpl.java     21 Dec 2005 22:21:39 -0000      1.5.2.4
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.odmg;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.2   +2 -2      
db-ojb/src/ejb/org/apache/ojb/ejb/odmg/PersonArticleClientODMG.java
  
  Index: PersonArticleClientODMG.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/odmg/PersonArticleClientODMG.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- PersonArticleClientODMG.java      11 Sep 2004 12:20:01 -0000      1.4.2.1
  +++ PersonArticleClientODMG.java      21 Dec 2005 22:21:39 -0000      1.4.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.odmg;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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/ejb/org/apache/ojb/ejb/odmg/ArticleManagerODMGBean.java
  
  Index: ArticleManagerODMGBean.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/odmg/ArticleManagerODMGBean.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ArticleManagerODMGBean.java       5 Apr 2004 00:17:08 -0000       1.4
  +++ ArticleManagerODMGBean.java       21 Dec 2005 22:21:39 -0000      1.4.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.odmg;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.1.2.2   +2 -2      
db-ojb/src/ejb/org/apache/ojb/ejb/odmg/RollbackClient.java
  
  Index: RollbackClient.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/odmg/RollbackClient.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- RollbackClient.java       11 Sep 2004 12:20:01 -0000      1.1.2.1
  +++ RollbackClient.java       21 Dec 2005 22:21:39 -0000      1.1.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.odmg;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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/ejb/org/apache/ojb/ejb/odmg/StressTestClient.java
  
  Index: StressTestClient.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/odmg/StressTestClient.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- StressTestClient.java     5 Apr 2004 00:17:08 -0000       1.4
  +++ StressTestClient.java     21 Dec 2005 22:21:39 -0000      1.4.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.odmg;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.2   +2 -2      db-ojb/src/ejb/org/apache/ojb/ejb/odmg/ODMGClient.java
  
  Index: ODMGClient.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/odmg/ODMGClient.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- ODMGClient.java   11 Sep 2004 12:20:01 -0000      1.4.2.1
  +++ ODMGClient.java   21 Dec 2005 22:21:39 -0000      1.4.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.odmg;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.1.2.4   +2 -2      db-ojb/src/ejb/org/apache/ojb/ejb/odmg/RollbackBean.java
  
  Index: RollbackBean.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/odmg/RollbackBean.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- RollbackBean.java 24 Mar 2005 19:05:07 -0000      1.1.2.3
  +++ RollbackBean.java 21 Dec 2005 22:21:39 -0000      1.1.2.4
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.odmg;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.4   +2 -2      
db-ojb/src/ejb/org/apache/ojb/ejb/odmg/ODMGSessionBean.java
  
  Index: ODMGSessionBean.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/odmg/ODMGSessionBean.java,v
  retrieving revision 1.5.2.3
  retrieving revision 1.5.2.4
  diff -u -r1.5.2.3 -r1.5.2.4
  --- ODMGSessionBean.java      24 Mar 2005 19:05:07 -0000      1.5.2.3
  +++ ODMGSessionBean.java      21 Dec 2005 22:21:39 -0000      1.5.2.4
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.odmg;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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/ejb/org/apache/ojb/ejb/odmg/ArticleTestClient.java
  
  Index: ArticleTestClient.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/odmg/ArticleTestClient.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- ArticleTestClient.java    31 May 2004 23:20:58 -0000      1.5
  +++ ArticleTestClient.java    21 Dec 2005 22:21:39 -0000      1.5.2.1
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.odmg;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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.2   +2 -2      
db-ojb/src/ejb/org/apache/ojb/ejb/odmg/PersonArticleManagerODMGBean.java
  
  Index: PersonArticleManagerODMGBean.java
  ===================================================================
  RCS file: 
/home/cvs/db-ojb/src/ejb/org/apache/ojb/ejb/odmg/PersonArticleManagerODMGBean.java,v
  retrieving revision 1.4.2.1
  retrieving revision 1.4.2.2
  diff -u -r1.4.2.1 -r1.4.2.2
  --- PersonArticleManagerODMGBean.java 11 Sep 2004 12:20:01 -0000      1.4.2.1
  +++ PersonArticleManagerODMGBean.java 21 Dec 2005 22:21:39 -0000      1.4.2.2
  @@ -1,6 +1,6 @@
   package org.apache.ojb.ejb.odmg;
   
  -/* Copyright 2004-2004 The Apache Software Foundation
  +/* Copyright 2004-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