donaldp     01/12/22 22:32:30

  Modified:    proposal/myrmidon/src/main/org/apache/tools/ant/util
                        DOMElementWriter.java FileNameMapper.java
                        FileUtils.java FlatFileNameMapper.java
                        GlobPatternMapper.java IdentityMapper.java
                        MergingMapper.java RegexpPatternMapper.java
                        SourceFileScanner.java
               proposal/myrmidon/src/main/org/apache/tools/ant/util/depend
                        Dependencies.java Filter.java
               proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp
                        JakartaOroMatcher.java JakartaOroRegexp.java
                        JakartaRegexpMatcher.java JakartaRegexpRegexp.java
                        Jdk14RegexpMatcher.java Jdk14RegexpRegexp.java
                        Regexp.java RegexpFactory.java RegexpMatcher.java
                        RegexpMatcherFactory.java RegexpUtil.java
  Log:
  Fix up license banner.
  
  Revision  Changes    Path
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/DOMElementWriter.java
  
  Index: DOMElementWriter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/DOMElementWriter.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DOMElementWriter.java     2001/12/16 00:39:05     1.2
  +++ DOMElementWriter.java     2001/12/23 06:32:30     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util;
   
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/FileNameMapper.java
  
  Index: FileNameMapper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/FileNameMapper.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FileNameMapper.java       2001/12/16 04:12:40     1.3
  +++ FileNameMapper.java       2001/12/23 06:32:30     1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util;
   
  
  
  
  1.9       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/FileUtils.java
  
  Index: FileUtils.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/FileUtils.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- FileUtils.java    2001/12/21 14:21:24     1.8
  +++ FileUtils.java    2001/12/23 06:32:30     1.9
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util;
   
  @@ -30,7 +30,7 @@
    * @author [EMAIL PROTECTED]
    * @author <a href="mailto:[EMAIL PROTECTED]">Conor MacNeill</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.8 $
  + * @version $Revision: 1.9 $
    */
   
   public class FileUtils
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/FlatFileNameMapper.java
  
  Index: FlatFileNameMapper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/FlatFileNameMapper.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FlatFileNameMapper.java   2001/12/16 00:39:05     1.2
  +++ FlatFileNameMapper.java   2001/12/23 06:32:30     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/GlobPatternMapper.java
  
  Index: GlobPatternMapper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/GlobPatternMapper.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- GlobPatternMapper.java    2001/12/16 00:39:05     1.2
  +++ GlobPatternMapper.java    2001/12/23 06:32:30     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/IdentityMapper.java
  
  Index: IdentityMapper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/IdentityMapper.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IdentityMapper.java       2001/12/16 00:39:05     1.2
  +++ IdentityMapper.java       2001/12/23 06:32:30     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/MergingMapper.java
  
  Index: MergingMapper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/MergingMapper.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MergingMapper.java        2001/12/16 00:39:05     1.2
  +++ MergingMapper.java        2001/12/23 06:32:30     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util;
   
  
  
  
  1.5       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/RegexpPatternMapper.java
  
  Index: RegexpPatternMapper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/RegexpPatternMapper.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RegexpPatternMapper.java  2001/12/21 14:21:24     1.4
  +++ RegexpPatternMapper.java  2001/12/23 06:32:30     1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util;
   
  
  
  
  1.7       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/SourceFileScanner.java
  
  Index: SourceFileScanner.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/SourceFileScanner.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SourceFileScanner.java    2001/12/22 12:52:46     1.6
  +++ SourceFileScanner.java    2001/12/23 06:32:30     1.7
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/depend/Dependencies.java
  
  Index: Dependencies.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/depend/Dependencies.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Dependencies.java 2001/12/16 00:39:05     1.2
  +++ Dependencies.java 2001/12/23 06:32:30     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util.depend;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/depend/Filter.java
  
  Index: Filter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/depend/Filter.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Filter.java       2001/12/16 00:39:05     1.2
  +++ Filter.java       2001/12/23 06:32:30     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util.depend;
   
  
  
  
  1.5       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/JakartaOroMatcher.java
  
  Index: JakartaOroMatcher.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/JakartaOroMatcher.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- JakartaOroMatcher.java    2001/12/21 14:21:24     1.4
  +++ JakartaOroMatcher.java    2001/12/23 06:32:30     1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util.regexp;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/JakartaOroRegexp.java
  
  Index: JakartaOroRegexp.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/JakartaOroRegexp.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JakartaOroRegexp.java     2001/12/16 00:39:05     1.2
  +++ JakartaOroRegexp.java     2001/12/23 06:32:30     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util.regexp;
   
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/JakartaRegexpMatcher.java
  
  Index: JakartaRegexpMatcher.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/JakartaRegexpMatcher.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JakartaRegexpMatcher.java 2001/12/21 14:21:24     1.3
  +++ JakartaRegexpMatcher.java 2001/12/23 06:32:30     1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util.regexp;
   
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/JakartaRegexpRegexp.java
  
  Index: JakartaRegexpRegexp.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/JakartaRegexpRegexp.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JakartaRegexpRegexp.java  2001/12/21 14:21:24     1.3
  +++ JakartaRegexpRegexp.java  2001/12/23 06:32:30     1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util.regexp;
   
  
  
  
  1.5       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcher.java
  
  Index: Jdk14RegexpMatcher.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcher.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Jdk14RegexpMatcher.java   2001/12/21 14:21:24     1.4
  +++ Jdk14RegexpMatcher.java   2001/12/23 06:32:30     1.5
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util.regexp;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexp.java
  
  Index: Jdk14RegexpRegexp.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/Jdk14RegexpRegexp.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Jdk14RegexpRegexp.java    2001/12/16 00:39:05     1.2
  +++ Jdk14RegexpRegexp.java    2001/12/23 06:32:30     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util.regexp;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/Regexp.java
  
  Index: Regexp.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/Regexp.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Regexp.java       2001/12/16 00:39:05     1.2
  +++ Regexp.java       2001/12/23 06:32:30     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util.regexp;
   
  
  
  
  1.3       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/RegexpFactory.java
  
  Index: RegexpFactory.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/RegexpFactory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RegexpFactory.java        2001/12/16 00:39:05     1.2
  +++ RegexpFactory.java        2001/12/23 06:32:30     1.3
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util.regexp;
   
  @@ -17,7 +17,7 @@
    *
    * @author Matthew Inger <a href="mailto:[EMAIL PROTECTED]">
    *      [EMAIL PROTECTED]</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class RegexpFactory extends RegexpMatcherFactory
   {
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/RegexpMatcher.java
  
  Index: RegexpMatcher.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/RegexpMatcher.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RegexpMatcher.java        2001/12/21 14:21:24     1.3
  +++ RegexpMatcher.java        2001/12/23 06:32:30     1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util.regexp;
   
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/RegexpMatcherFactory.java
  
  Index: RegexpMatcherFactory.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/RegexpMatcherFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RegexpMatcherFactory.java 2001/12/16 00:39:05     1.3
  +++ RegexpMatcherFactory.java 2001/12/23 06:32:30     1.4
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util.regexp;
   
  
  
  
  1.2       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/RegexpUtil.java
  
  Index: RegexpUtil.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/util/regexp/RegexpUtil.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RegexpUtil.java   2001/12/15 12:06:32     1.1
  +++ RegexpUtil.java   2001/12/23 06:32:30     1.2
  @@ -3,7 +3,7 @@
    *
    * This software is published under the terms of the Apache Software License
    * version 1.1, a copy of which has been included with this distribution in
  - * the LICENSE file.
  + * the LICENSE.txt file.
    */
   package org.apache.tools.ant.util.regexp;
   
  
  
  

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

Reply via email to