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:52:50 UTC

cvs commit: jakarta-commons/digester/src/java/org/apache/commons/digester NodeCreateRule.java ObjectParamRule.java ParserFeatureSetterFactory.java PathCallParamRule.java RegexMatcher.java RegexRules.java SetNestedPropertiesRule.java SetRootRule.java SimpleRegexMatcher.java Substitutor.java WithDefaultsRulesWrapper.java

skitching    2004/05/09 23:52:50

  Modified:    digester/src/java/org/apache/commons/digester
                        NodeCreateRule.java ObjectParamRule.java
                        ParserFeatureSetterFactory.java
                        PathCallParamRule.java RegexMatcher.java
                        RegexRules.java SetNestedPropertiesRule.java
                        SetRootRule.java SimpleRegexMatcher.java
                        Substitutor.java WithDefaultsRulesWrapper.java
  Log:
  Fix copyright dates
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/NodeCreateRule.java
  
  Index: NodeCreateRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/NodeCreateRule.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- NodeCreateRule.java	10 May 2004 06:30:06 -0000	1.9
  +++ NodeCreateRule.java	10 May 2004 06:52:50 -0000	1.10
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2002-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.10      +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/ObjectParamRule.java
  
  Index: ObjectParamRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/ObjectParamRule.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ObjectParamRule.java	10 May 2004 06:30:06 -0000	1.9
  +++ ObjectParamRule.java	10 May 2004 06:52:50 -0000	1.10
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2002-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.7       +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/ParserFeatureSetterFactory.java
  
  Index: ParserFeatureSetterFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/ParserFeatureSetterFactory.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ParserFeatureSetterFactory.java	10 May 2004 06:30:06 -0000	1.6
  +++ ParserFeatureSetterFactory.java	10 May 2004 06:52:50 -0000	1.7
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 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/PathCallParamRule.java
  
  Index: PathCallParamRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/PathCallParamRule.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- PathCallParamRule.java	10 May 2004 06:30:06 -0000	1.7
  +++ PathCallParamRule.java	10 May 2004 06:52:50 -0000	1.8
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * Copyright 2001-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.9       +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/RegexMatcher.java
  
  Index: RegexMatcher.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/RegexMatcher.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- RegexMatcher.java	10 May 2004 06:30:06 -0000	1.8
  +++ RegexMatcher.java	10 May 2004 06:52:50 -0000	1.9
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * Copyright 2001-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.9       +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/RegexRules.java
  
  Index: RegexRules.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/RegexRules.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- RegexRules.java	10 May 2004 06:30:06 -0000	1.8
  +++ RegexRules.java	10 May 2004 06:52:50 -0000	1.9
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * Copyright 2001-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/SetNestedPropertiesRule.java
  
  Index: SetNestedPropertiesRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/SetNestedPropertiesRule.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SetNestedPropertiesRule.java	10 May 2004 06:30:06 -0000	1.7
  +++ SetNestedPropertiesRule.java	10 May 2004 06:52:50 -0000	1.8
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * Copyright 2001-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.15      +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/SetRootRule.java
  
  Index: SetRootRule.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/SetRootRule.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- SetRootRule.java	10 May 2004 06:30:06 -0000	1.14
  +++ SetRootRule.java	10 May 2004 06:52:50 -0000	1.15
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * Copyright 2001-2004 The Apache Software Foundation.
  + * Copyright 2002-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.9       +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/SimpleRegexMatcher.java
  
  Index: SimpleRegexMatcher.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/SimpleRegexMatcher.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- SimpleRegexMatcher.java	10 May 2004 06:30:06 -0000	1.8
  +++ SimpleRegexMatcher.java	10 May 2004 06:52:50 -0000	1.9
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * Copyright 2001-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.9       +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/Substitutor.java
  
  Index: Substitutor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/Substitutor.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Substitutor.java	10 May 2004 06:30:06 -0000	1.8
  +++ Substitutor.java	10 May 2004 06:52:50 -0000	1.9
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * Copyright 2001-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.9       +2 -2      jakarta-commons/digester/src/java/org/apache/commons/digester/WithDefaultsRulesWrapper.java
  
  Index: WithDefaultsRulesWrapper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/src/java/org/apache/commons/digester/WithDefaultsRulesWrapper.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- WithDefaultsRulesWrapper.java	10 May 2004 06:30:06 -0000	1.8
  +++ WithDefaultsRulesWrapper.java	10 May 2004 06:52:50 -0000	1.9
  @@ -1,6 +1,6 @@
   /* $Id$
    *
  - * Copyright 2001-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