donaldp     01/12/22 22:35:03

  Modified:    proposal/myrmidon/src/main/org/apache/tools/bzip2
                        BZip2Constants.java CBZip2InputStream.java
                        CBZip2OutputStream.java CRC.java
               proposal/myrmidon/src/main/org/apache/tools/mail
                        MailMessage.java SmtpResponseReader.java
               proposal/myrmidon/src/main/org/apache/tools/tar
                        TarBuffer.java TarConstants.java TarEntry.java
                        TarInputStream.java TarOutputStream.java
                        TarUtils.java
               proposal/myrmidon/src/main/org/apache/tools/zip
                        AsiExtraField.java ExtraFieldUtils.java
                        UnixStat.java UnrecognizedExtraField.java
                        ZipEntry.java ZipExtraField.java ZipLong.java
                        ZipOutputStream.java ZipShort.java
  Log:
  Fix up license banner.
  
  Revision  Changes    Path
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/bzip2/BZip2Constants.java
  
  Index: BZip2Constants.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/bzip2/BZip2Constants.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BZip2Constants.java       2001/12/22 12:47:04     1.2
  +++ BZip2Constants.java       2001/12/23 06:35:02     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.bzip2;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/bzip2/CBZip2InputStream.java
  
  Index: CBZip2InputStream.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/bzip2/CBZip2InputStream.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CBZip2InputStream.java    2001/12/22 12:47:04     1.2
  +++ CBZip2InputStream.java    2001/12/23 06:35:02     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.bzip2;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/bzip2/CBZip2OutputStream.java
  
  Index: CBZip2OutputStream.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/bzip2/CBZip2OutputStream.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CBZip2OutputStream.java   2001/12/22 12:47:04     1.2
  +++ CBZip2OutputStream.java   2001/12/23 06:35:02     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.bzip2;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/bzip2/CRC.java
  
  Index: CRC.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/bzip2/CRC.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CRC.java  2001/12/22 12:47:04     1.2
  +++ CRC.java  2001/12/23 06:35:02     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.bzip2;
   
  
  
  
  1.4       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/mail/MailMessage.java
  
  Index: MailMessage.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/mail/MailMessage.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MailMessage.java  2001/12/22 12:47:11     1.3
  +++ MailMessage.java  2001/12/23 06:35:02     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.mail;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/mail/SmtpResponseReader.java
  
  Index: SmtpResponseReader.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/mail/SmtpResponseReader.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SmtpResponseReader.java   2001/12/22 12:47:11     1.2
  +++ SmtpResponseReader.java   2001/12/23 06:35:02     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.mail;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/tar/TarBuffer.java
  
  Index: TarBuffer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/tar/TarBuffer.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TarBuffer.java    2001/12/22 12:47:21     1.2
  +++ TarBuffer.java    2001/12/23 06:35:02     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.tar;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/tar/TarConstants.java
  
  Index: TarConstants.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/tar/TarConstants.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TarConstants.java 2001/12/22 12:47:21     1.2
  +++ TarConstants.java 2001/12/23 06:35:02     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.tar;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/tar/TarEntry.java
  
  Index: TarEntry.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/tar/TarEntry.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TarEntry.java     2001/12/22 12:47:21     1.2
  +++ TarEntry.java     2001/12/23 06:35:02     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.tar;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/tar/TarInputStream.java
  
  Index: TarInputStream.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/tar/TarInputStream.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TarInputStream.java       2001/12/22 12:47:21     1.2
  +++ TarInputStream.java       2001/12/23 06:35:02     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.tar;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/tar/TarOutputStream.java
  
  Index: TarOutputStream.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/tar/TarOutputStream.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TarOutputStream.java      2001/12/22 12:47:21     1.2
  +++ TarOutputStream.java      2001/12/23 06:35:02     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.tar;
   
  
  
  
  1.3       +1 -1      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/tar/TarUtils.java
  
  Index: TarUtils.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/tar/TarUtils.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TarUtils.java     2001/12/22 12:47:21     1.2
  +++ TarUtils.java     2001/12/23 06:35:02     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.tar;
   
  
  
  
  1.3       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/AsiExtraField.java
  
  Index: AsiExtraField.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/AsiExtraField.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AsiExtraField.java        2001/12/22 12:47:28     1.2
  +++ AsiExtraField.java        2001/12/23 06:35:02     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.zip;
   
  @@ -33,7 +33,7 @@
    * device numbers are currently not supported.</p>
    *
    * @author <a href="[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class AsiExtraField implements ZipExtraField, UnixStat, Cloneable
   {
  
  
  
  1.3       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/ExtraFieldUtils.java
  
  Index: ExtraFieldUtils.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/ExtraFieldUtils.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ExtraFieldUtils.java      2001/12/21 14:21:24     1.2
  +++ ExtraFieldUtils.java      2001/12/23 06:35:02     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.zip;
   
  @@ -15,7 +15,7 @@
    * ZipExtraField related methods
    *
    * @author <a href="[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class ExtraFieldUtils
   {
  
  
  
  1.2       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/UnixStat.java
  
  Index: UnixStat.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/UnixStat.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- UnixStat.java     2001/12/15 12:06:33     1.1
  +++ UnixStat.java     2001/12/23 06:35:02     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.zip;
   
  @@ -11,7 +11,7 @@
    * Constants from stat.h on Unix systems.
    *
    * @author <a href="[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public interface UnixStat
   {
  
  
  
  1.3       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/UnrecognizedExtraField.java
  
  Index: UnrecognizedExtraField.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/UnrecognizedExtraField.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- UnrecognizedExtraField.java       2001/12/22 12:47:28     1.2
  +++ UnrecognizedExtraField.java       2001/12/23 06:35:02     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.zip;
   
  @@ -14,7 +14,7 @@
    * told the opposite.</p>
    *
    * @author <a href="[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class UnrecognizedExtraField implements ZipExtraField
   {
  
  
  
  1.4       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/ZipEntry.java
  
  Index: ZipEntry.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/ZipEntry.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ZipEntry.java     2001/12/22 12:47:28     1.3
  +++ ZipEntry.java     2001/12/23 06:35:02     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.zip;
   
  @@ -17,7 +17,7 @@
    * the internal and external file attributes.
    *
    * @author <a href="[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ZipEntry extends java.util.zip.ZipEntry
   {
  
  
  
  1.3       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/ZipExtraField.java
  
  Index: ZipExtraField.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/ZipExtraField.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ZipExtraField.java        2001/12/22 12:47:28     1.2
  +++ ZipExtraField.java        2001/12/23 06:35:02     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.zip;
   
  @@ -18,7 +18,7 @@
    * will only use the local file data in both places.</p>
    *
    * @author <a href="[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public interface ZipExtraField
   {
  
  
  
  1.3       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/ZipLong.java
  
  Index: ZipLong.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/ZipLong.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ZipLong.java      2001/12/22 12:47:28     1.2
  +++ ZipLong.java      2001/12/23 06:35:02     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.zip;
   
  @@ -12,7 +12,7 @@
    * the big endian byte order of ZIP files.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class ZipLong implements Cloneable
   {
  
  
  
  1.4       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/ZipOutputStream.java
  
  Index: ZipOutputStream.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/ZipOutputStream.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ZipOutputStream.java      2001/12/22 12:47:28     1.3
  +++ ZipOutputStream.java      2001/12/23 06:35:02     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.zip;
   
  @@ -31,7 +31,7 @@
    * #putNextEntry putNextEntry} will be called.</p>
    *
    * @author <a href="[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   public class ZipOutputStream extends DeflaterOutputStream
   {
  
  
  
  1.3       +2 -2      
jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/ZipShort.java
  
  Index: ZipShort.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/zip/ZipShort.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ZipShort.java     2001/12/22 12:47:28     1.2
  +++ ZipShort.java     2001/12/23 06:35:02     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.zip;
   
  @@ -12,7 +12,7 @@
    * the big endian byte order of ZIP files.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class ZipShort implements Cloneable
   {
  
  
  

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

Reply via email to