You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by br...@apache.org on 2004/04/05 02:21:13 UTC

cvs commit: db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo AbstractUseCase.java Application.java UCDeleteProduct.java UCEditProduct.java UCEnterNewProduct.java UCListAllProducts.java UCQuitApplication.java UseCase.java

brianm      2004/04/04 17:21:13

  Modified:    src/prevayler/org/apache/ojb/broker/prevayler
                        CommandDelete.java CommandStore.java Database.java
                        PBPrevaylerImpl.java
               src/prevayler/org/apache/ojb/broker/prevayler/demo
                        AbstractUseCase.java Application.java
                        UCDeleteProduct.java UCEditProduct.java
                        UCEnterNewProduct.java UCListAllProducts.java
                        UCQuitApplication.java UseCase.java
  Log:
  Correct copyright dates
  
  Revision  Changes    Path
  1.3       +1 -1      db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/CommandDelete.java
  
  Index: CommandDelete.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/CommandDelete.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandDelete.java	17 Mar 2004 01:28:06 -0000	1.2
  +++ CommandDelete.java	5 Apr 2004 00:21:13 -0000	1.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.prevayler;
   
  -/* 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       +1 -1      db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/CommandStore.java
  
  Index: CommandStore.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/CommandStore.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CommandStore.java	17 Mar 2004 01:28:06 -0000	1.2
  +++ CommandStore.java	5 Apr 2004 00:21:13 -0000	1.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.prevayler;
   
  -/* 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       +1 -1      db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/Database.java
  
  Index: Database.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/Database.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Database.java	17 Mar 2004 01:28:06 -0000	1.2
  +++ Database.java	5 Apr 2004 00:21:13 -0000	1.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.prevayler;
   
  -/* Copyright  2004 The Apache Software Foundation
  +/* Copyright 2003-2004 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +1 -1      db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/PBPrevaylerImpl.java
  
  Index: PBPrevaylerImpl.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/PBPrevaylerImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PBPrevaylerImpl.java	17 Mar 2004 01:28:06 -0000	1.3
  +++ PBPrevaylerImpl.java	5 Apr 2004 00:21:13 -0000	1.4
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.prevayler;
   
  -/* 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       +1 -1      db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/AbstractUseCase.java
  
  Index: AbstractUseCase.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/AbstractUseCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AbstractUseCase.java	17 Mar 2004 01:28:06 -0000	1.2
  +++ AbstractUseCase.java	5 Apr 2004 00:21:13 -0000	1.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.prevayler.demo;
   
  -/* 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       +1 -1      db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/Application.java
  
  Index: Application.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/Application.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Application.java	17 Mar 2004 01:28:06 -0000	1.2
  +++ Application.java	5 Apr 2004 00:21:13 -0000	1.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.prevayler.demo;
   
  -/* 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       +1 -1      db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/UCDeleteProduct.java
  
  Index: UCDeleteProduct.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/UCDeleteProduct.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- UCDeleteProduct.java	17 Mar 2004 01:28:06 -0000	1.2
  +++ UCDeleteProduct.java	5 Apr 2004 00:21:13 -0000	1.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.prevayler.demo;
   
  -/* 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       +1 -1      db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/UCEditProduct.java
  
  Index: UCEditProduct.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/UCEditProduct.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- UCEditProduct.java	17 Mar 2004 01:28:06 -0000	1.2
  +++ UCEditProduct.java	5 Apr 2004 00:21:13 -0000	1.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.prevayler.demo;
   
  -/* 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       +1 -1      db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/UCEnterNewProduct.java
  
  Index: UCEnterNewProduct.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/UCEnterNewProduct.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- UCEnterNewProduct.java	17 Mar 2004 01:28:06 -0000	1.2
  +++ UCEnterNewProduct.java	5 Apr 2004 00:21:13 -0000	1.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.prevayler.demo;
   
  -/* 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       +1 -1      db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/UCListAllProducts.java
  
  Index: UCListAllProducts.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/UCListAllProducts.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- UCListAllProducts.java	17 Mar 2004 01:28:06 -0000	1.2
  +++ UCListAllProducts.java	5 Apr 2004 00:21:13 -0000	1.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.prevayler.demo;
   
  -/* 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       +1 -1      db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/UCQuitApplication.java
  
  Index: UCQuitApplication.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/UCQuitApplication.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- UCQuitApplication.java	17 Mar 2004 01:28:06 -0000	1.2
  +++ UCQuitApplication.java	5 Apr 2004 00:21:13 -0000	1.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.prevayler.demo;
   
  -/* 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       +1 -1      db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/UseCase.java
  
  Index: UseCase.java
  ===================================================================
  RCS file: /home/cvs/db-ojb/src/prevayler/org/apache/ojb/broker/prevayler/demo/UseCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- UseCase.java	17 Mar 2004 01:28:06 -0000	1.2
  +++ UseCase.java	5 Apr 2004 00:21:13 -0000	1.3
  @@ -1,6 +1,6 @@
   package org.apache.ojb.broker.prevayler.demo;
   
  -/* 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.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org