Skip to content

Commit c76ca5e

Browse files
author
Timothy O'Brien
committed
Another license fix, in section five changed plural "names"
to singular "name" git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130205 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2180420 commit c76ca5e

31 files changed

Lines changed: 56 additions & 56 deletions

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* permission, please contact apache@apache.org.
3232
*
3333
* 5. Products derived from this software may not be called "Apache",
34-
* "Apache" nor may "Apache" appear in their names without prior
34+
* "Apache" nor may "Apache" appear in their name without prior
3535
* written permission of the Apache Software Foundation.
3636
*
3737
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED

src/java/org/apache/commons/codec/BinaryDecoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* permission, please contact apache@apache.org.
3232
*
3333
* 5. Products derived from this software may not be called "Apache",
34-
* "Apache" nor may "Apache" appear in their names without prior
34+
* "Apache" nor may "Apache" appear in their name without prior
3535
* written permission of the Apache Software Foundation.
3636
*
3737
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -62,7 +62,7 @@
6262
*
6363
* @author Tim O'Brien
6464
* @author Gary Gregory
65-
* @version $Id: BinaryDecoder.java,v 1.5 2003/10/05 21:34:21 tobrien Exp $
65+
* @version $Id: BinaryDecoder.java,v 1.6 2003/10/05 21:45:48 tobrien Exp $
6666
*/
6767
public interface BinaryDecoder extends Decoder {
6868

src/java/org/apache/commons/codec/BinaryEncoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* permission, please contact apache@apache.org.
3232
*
3333
* 5. Products derived from this software may not be called "Apache",
34-
* "Apache" nor may "Apache" appear in their names without prior
34+
* "Apache" nor may "Apache" appear in their name without prior
3535
* written permission of the Apache Software Foundation.
3636
*
3737
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -62,7 +62,7 @@
6262
*
6363
* @author Tim O'Brien
6464
* @author Gary Gregory
65-
* @version $Id: BinaryEncoder.java,v 1.5 2003/10/05 21:34:21 tobrien Exp $
65+
* @version $Id: BinaryEncoder.java,v 1.6 2003/10/05 21:45:48 tobrien Exp $
6666
*/
6767
public interface BinaryEncoder extends Encoder {
6868

src/java/org/apache/commons/codec/Decoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* permission, please contact apache@apache.org.
3232
*
3333
* 5. Products derived from this software may not be called "Apache",
34-
* "Apache" nor may "Apache" appear in their names without prior
34+
* "Apache" nor may "Apache" appear in their name without prior
3535
* written permission of the Apache Software Foundation.
3636
*
3737
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -69,7 +69,7 @@
6969
*
7070
* @author Tim O'Brien
7171
* @author Gary Gregory
72-
* @version $Id: Decoder.java,v 1.5 2003/10/05 21:34:21 tobrien Exp $
72+
* @version $Id: Decoder.java,v 1.6 2003/10/05 21:45:48 tobrien Exp $
7373
*/
7474
public interface Decoder {
7575

src/java/org/apache/commons/codec/DecoderException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* permission, please contact apache@apache.org.
3232
*
3333
* 5. Products derived from this software may not be called "Apache",
34-
* "Apache" nor may "Apache" appear in their names without prior
34+
* "Apache" nor may "Apache" appear in their name without prior
3535
* written permission of the Apache Software Foundation.
3636
*
3737
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -62,7 +62,7 @@
6262
*
6363
* @author Tim O'Brien
6464
* @author Gary Gregory
65-
* @version $Id: DecoderException.java,v 1.5 2003/10/05 21:34:21 tobrien Exp $
65+
* @version $Id: DecoderException.java,v 1.6 2003/10/05 21:45:48 tobrien Exp $
6666
*/
6767
public class DecoderException extends Exception {
6868

src/java/org/apache/commons/codec/Encoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* permission, please contact apache@apache.org.
3232
*
3333
* 5. Products derived from this software may not be called "Apache",
34-
* "Apache" nor may "Apache" appear in their names without prior
34+
* "Apache" nor may "Apache" appear in their name without prior
3535
* written permission of the Apache Software Foundation.
3636
*
3737
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -65,7 +65,7 @@
6565
*
6666
* @author Tim O'Brien
6767
* @author Gary Gregory
68-
* @version $Id: Encoder.java,v 1.6 2003/10/05 21:34:21 tobrien Exp $
68+
* @version $Id: Encoder.java,v 1.7 2003/10/05 21:45:48 tobrien Exp $
6969
*/
7070
public interface Encoder {
7171

src/java/org/apache/commons/codec/EncoderException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* permission, please contact apache@apache.org.
3232
*
3333
* 5. Products derived from this software may not be called "Apache",
34-
* "Apache" nor may "Apache" appear in their names without prior
34+
* "Apache" nor may "Apache" appear in their name without prior
3535
* written permission of the Apache Software Foundation.
3636
*
3737
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -65,7 +65,7 @@
6565
*
6666
* @author Tim O'Brien
6767
* @author Gary Gregory
68-
* @version $Id: EncoderException.java,v 1.6 2003/10/05 21:34:21 tobrien Exp $
68+
* @version $Id: EncoderException.java,v 1.7 2003/10/05 21:45:48 tobrien Exp $
6969
*/
7070
public class EncoderException extends Exception {
7171

src/java/org/apache/commons/codec/StringDecoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* permission, please contact apache@apache.org.
3232
*
3333
* 5. Products derived from this software may not be called "Apache",
34-
* "Apache" nor may "Apache" appear in their names without prior
34+
* "Apache" nor may "Apache" appear in their name without prior
3535
* written permission of the Apache Software Foundation.
3636
*
3737
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -62,7 +62,7 @@
6262
*
6363
* @author Tim O'Brien
6464
* @author Gary Gregory
65-
* @version $Id: StringDecoder.java,v 1.5 2003/10/05 21:34:21 tobrien Exp $
65+
* @version $Id: StringDecoder.java,v 1.6 2003/10/05 21:45:48 tobrien Exp $
6666
*/
6767
public interface StringDecoder extends Decoder {
6868

src/java/org/apache/commons/codec/StringEncoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* permission, please contact apache@apache.org.
3232
*
3333
* 5. Products derived from this software may not be called "Apache",
34-
* "Apache" nor may "Apache" appear in their names without prior
34+
* "Apache" nor may "Apache" appear in their name without prior
3535
* written permission of the Apache Software Foundation.
3636
*
3737
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -62,7 +62,7 @@
6262
*
6363
* @author Tim O'Brien
6464
* @author Gary Gregory
65-
* @version $Id: StringEncoder.java,v 1.5 2003/10/05 21:34:21 tobrien Exp $
65+
* @version $Id: StringEncoder.java,v 1.6 2003/10/05 21:45:48 tobrien Exp $
6666
*/
6767
public interface StringEncoder extends Encoder {
6868

src/java/org/apache/commons/codec/StringEncoderComparator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* permission, please contact apache@apache.org.
3232
*
3333
* 5. Products derived from this software may not be called "Apache",
34-
* "Apache" nor may "Apache" appear in their names without prior
34+
* "Apache" nor may "Apache" appear in their name without prior
3535
* written permission of the Apache Software Foundation.
3636
*
3737
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -70,7 +70,7 @@
7070
*
7171
* @author Tim O'Brien
7272
* @author Gary Gregory
73-
* @version $Id: StringEncoderComparator.java,v 1.5 2003/10/05 21:34:21 tobrien Exp $
73+
* @version $Id: StringEncoderComparator.java,v 1.6 2003/10/05 21:45:48 tobrien Exp $
7474
*/
7575
public class StringEncoderComparator implements Comparator {
7676

0 commit comments

Comments
 (0)