You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2004/05/10 08:44:13 UTC

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester/plugins Declaration.java InitializableRule.java LogUtils.java PluginAssertionFailure.java PluginConfigurationException.java PluginCreateRule.java PluginDeclarationRule.java PluginInvalidInputException.java PluginManager.java PluginRules.java

skitching    2004/05/09 23:44:13

  Modified:    digester/src/java/org/apache/commons/digester/plugins
                        Declaration.java InitializableRule.java
                        LogUtils.java PluginAssertionFailure.java
                        PluginConfigurationException.java
                        PluginCreateRule.java PluginDeclarationRule.java
                        PluginInvalidInputException.java PluginManager.java
                        PluginRules.java
  Log:
  And fix copyright dates again.
  
  Revision  Changes    Path
  1.17      +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/Declaration.java
  
  Index: Declaration.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/Declaration.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Declaration.java	10 May 2004 06:36:38 -0000	1.16
  +++ Declaration.java	10 May 2004 06:44:13 -0000	1.17
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * 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.11      +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/InitializableRule.java
  
  Index: InitializableRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/InitializableRule.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- InitializableRule.java	10 May 2004 06:36:38 -0000	1.10
  +++ InitializableRule.java	10 May 2004 06:44:13 -0000	1.11
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * 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.8       +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/LogUtils.java
  
  Index: LogUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/LogUtils.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- LogUtils.java	10 May 2004 06:36:38 -0000	1.7
  +++ LogUtils.java	10 May 2004 06:44:13 -0000	1.8
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * 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.8       +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginAssertionFailure.java
  
  Index: PluginAssertionFailure.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginAssertionFailure.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PluginAssertionFailure.java	10 May 2004 06:36:38 -0000	1.7
  +++ PluginAssertionFailure.java	10 May 2004 06:44:13 -0000	1.8
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * 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.11      +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginConfigurationException.java
  
  Index: PluginConfigurationException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginConfigurationException.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- PluginConfigurationException.java	10 May 2004 06:36:38 -0000	1.10
  +++ PluginConfigurationException.java	10 May 2004 06:44:13 -0000	1.11
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * 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.19      +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginCreateRule.java
  
  Index: PluginCreateRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginCreateRule.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- PluginCreateRule.java	10 May 2004 06:36:38 -0000	1.18
  +++ PluginCreateRule.java	10 May 2004 06:44:13 -0000	1.19
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * 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.16      +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginDeclarationRule.java
  
  Index: PluginDeclarationRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginDeclarationRule.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- PluginDeclarationRule.java	10 May 2004 06:36:38 -0000	1.15
  +++ PluginDeclarationRule.java	10 May 2004 06:44:13 -0000	1.16
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * 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.11      +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginInvalidInputException.java
  
  Index: PluginInvalidInputException.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginInvalidInputException.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- PluginInvalidInputException.java	10 May 2004 06:36:38 -0000	1.10
  +++ PluginInvalidInputException.java	10 May 2004 06:44:13 -0000	1.11
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * 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.14      +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginManager.java
  
  Index: PluginManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginManager.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- PluginManager.java	10 May 2004 06:36:38 -0000	1.13
  +++ PluginManager.java	10 May 2004 06:44:13 -0000	1.14
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * 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.17      +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginRules.java
  
  Index: PluginRules.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/plugins/PluginRules.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- PluginRules.java	10 May 2004 06:36:38 -0000	1.16
  +++ PluginRules.java	10 May 2004 06:44:13 -0000	1.17
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org