Skip to content

Commit 293d0dd

Browse files
committed
Fixed the typo in "acknowlegement" to "acknowledgement" as spotted by Gary.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130183 13f79535-47bb-0310-9956-ffa450edef68
1 parent a5f669c commit 293d0dd

14 files changed

Lines changed: 90 additions & 90 deletions

File tree

src/java/org/apache/commons/codec/base64/Base64.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
* distribution.
2020
*
2121
* 3. The end-user documentation included with the redistribution, if
22-
* any, must include the following acknowlegement:
22+
* any, must include the following acknowledgement:
2323
* "This product includes software developed by the
2424
* Apache Software Foundation (http://www.apache.org/)."
25-
* Alternately, this acknowlegement may appear in the software itself,
26-
* if and wherever such third-party acknowlegements normally appear.
25+
* Alternately, this acknowledgement may appear in the software itself,
26+
* if and wherever such third-party acknowledgements normally appear.
2727
*
2828
* 4. The names "The Jakarta Project", "HttpClient", and "Apache Software
2929
* Foundation" must not be used to endorse or promote products derived
@@ -77,7 +77,7 @@
7777
* @deprecated This class has been replaced by
7878
* {@link org.apache.commons.codec.binary.Base64}
7979
*
80-
* @version $Id: Base64.java,v 1.5 2003/07/25 22:48:11 ggregory Exp $
80+
* @version $Id: Base64.java,v 1.6 2003/08/18 03:01:13 bayard Exp $
8181
*/
8282
public final class Base64 {
8383

src/java/org/apache/commons/codec/binary/Base64.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/java/org/apache/commons/codec/binary/Base64.java,v 1.7 2003/07/30 22:34:17 tobrien Exp $
3-
* $Revision: 1.7 $
4-
* $Date: 2003/07/30 22:34:17 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/java/org/apache/commons/codec/binary/Base64.java,v 1.8 2003/08/18 03:01:13 bayard Exp $
3+
* $Revision: 1.8 $
4+
* $Date: 2003/08/18 03:01:13 $
55
*
66
* ====================================================================
77
*
@@ -23,11 +23,11 @@
2323
* distribution.
2424
*
2525
* 3. The end-user documentation included with the redistribution, if
26-
* any, must include the following acknowlegement:
26+
* any, must include the following acknowledgement:
2727
* "This product includes software developed by the
2828
* Apache Software Foundation (http://www.apache.org/)."
29-
* Alternately, this acknowlegement may appear in the software itself,
30-
* if and wherever such third-party acknowlegements normally appear.
29+
* Alternately, this acknowledgement may appear in the software itself,
30+
* if and wherever such third-party acknowledgements normally appear.
3131
*
3232
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
3333
* Foundation" must not be used to endorse or promote products derived
@@ -80,7 +80,7 @@
8080
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
8181
* @author Tim O'Brien
8282
* @since 1.0-dev
83-
* @version $Id: Base64.java,v 1.7 2003/07/30 22:34:17 tobrien Exp $
83+
* @version $Id: Base64.java,v 1.8 2003/08/18 03:01:13 bayard Exp $
8484
*/
8585
public class Base64 implements BinaryEncoder, BinaryDecoder {
8686

src/java/org/apache/commons/codec/language/DoubleMetaphone.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
* distribution.
2020
*
2121
* 3. The end-user documentation included with the redistribution, if
22-
* any, must include the following acknowlegement:
22+
* any, must include the following acknowledgement:
2323
* "This product includes software developed by the
2424
* Apache Software Foundation (http://www.apache.org/)."
25-
* Alternately, this acknowlegement may appear in the software itself,
26-
* if and wherever such third-party acknowlegements normally appear.
25+
* Alternately, this acknowledgement may appear in the software itself,
26+
* if and wherever such third-party acknowledgements normally appear.
2727
*
2828
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
2929
* Foundation" must not be used to endorse or promote products derived
@@ -71,7 +71,7 @@
7171
* </ul>
7272
*
7373
* @author <a href="mailto:ben@walstrum.com">Benjamin Walstrum</a>
74-
* @version $Id: DoubleMetaphone.java,v 1.8 2003/08/11 19:15:45 ggregory Exp $
74+
* @version $Id: DoubleMetaphone.java,v 1.9 2003/08/18 03:01:13 bayard Exp $
7575
*/
7676
public class DoubleMetaphone implements StringEncoder {
7777

src/java/org/apache/commons/codec/net/URLCodec.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/java/org/apache/commons/codec/net/URLCodec.java,v 1.4 2003/08/14 06:59:31 ggregory Exp $
3-
* $Revision: 1.4 $
4-
* $Date: 2003/08/14 06:59:31 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/java/org/apache/commons/codec/net/URLCodec.java,v 1.5 2003/08/18 03:01:14 bayard Exp $
3+
* $Revision: 1.5 $
4+
* $Date: 2003/08/18 03:01:14 $
55
*
66
* ====================================================================
77
*
@@ -23,11 +23,11 @@
2323
* distribution.
2424
*
2525
* 3. The end-user documentation included with the redistribution, if
26-
* any, must include the following acknowlegement:
26+
* any, must include the following acknowledgement:
2727
* "This product includes software developed by the
2828
* Apache Software Foundation (http://www.apache.org/)."
29-
* Alternately, this acknowlegement may appear in the software itself,
30-
* if and wherever such third-party acknowlegements normally appear.
29+
* Alternately, this acknowledgement may appear in the software itself,
30+
* if and wherever such third-party acknowledgements normally appear.
3131
*
3232
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
3333
* Foundation" must not be used to endorse or promote products derived
@@ -89,7 +89,7 @@
8989
*
9090
* @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a>
9191
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
92-
* @version $Id: URLCodec.java,v 1.4 2003/08/14 06:59:31 ggregory Exp $
92+
* @version $Id: URLCodec.java,v 1.5 2003/08/18 03:01:14 bayard Exp $
9393
*/
9494

9595
public class URLCodec

src/test/org/apache/commons/codec/BinaryEncoderAbstractTest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/test/org/apache/commons/codec/BinaryEncoderAbstractTest.java,v 1.2 2003/07/30 22:34:18 tobrien Exp $
3-
* $Revision: 1.2 $
4-
* $Date: 2003/07/30 22:34:18 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/test/org/apache/commons/codec/BinaryEncoderAbstractTest.java,v 1.3 2003/08/18 03:01:14 bayard Exp $
3+
* $Revision: 1.3 $
4+
* $Date: 2003/08/18 03:01:14 $
55
*
66
* ====================================================================
77
*
@@ -23,11 +23,11 @@
2323
* distribution.
2424
*
2525
* 3. The end-user documentation included with the redistribution, if
26-
* any, must include the following acknowlegement:
26+
* any, must include the following acknowledgement:
2727
* "This product includes software developed by the
2828
* Apache Software Foundation (http://www.apache.org/)."
29-
* Alternately, this acknowlegement may appear in the software itself,
30-
* if and wherever such third-party acknowlegements normally appear.
29+
* Alternately, this acknowledgement may appear in the software itself,
30+
* if and wherever such third-party acknowledgements normally appear.
3131
*
3232
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
3333
* Foundation" must not be used to endorse or promote products derived
@@ -63,7 +63,7 @@
6363
import junit.framework.TestCase;
6464

6565
/**
66-
* @version $Revision: 1.2 $ $Date: 2003/07/30 22:34:18 $
66+
* @version $Revision: 1.3 $ $Date: 2003/08/18 03:01:14 $
6767
* @author Rodney Waldhoff
6868
* @author Tim O'Brien
6969
*/

src/test/org/apache/commons/codec/StringEncoderAbstractTest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/test/org/apache/commons/codec/StringEncoderAbstractTest.java,v 1.2 2003/07/30 22:34:18 tobrien Exp $
3-
* $Revision: 1.2 $
4-
* $Date: 2003/07/30 22:34:18 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/test/org/apache/commons/codec/StringEncoderAbstractTest.java,v 1.3 2003/08/18 03:01:14 bayard Exp $
3+
* $Revision: 1.3 $
4+
* $Date: 2003/08/18 03:01:14 $
55
*
66
* ====================================================================
77
*
@@ -23,11 +23,11 @@
2323
* distribution.
2424
*
2525
* 3. The end-user documentation included with the redistribution, if
26-
* any, must include the following acknowlegement:
26+
* any, must include the following acknowledgement:
2727
* "This product includes software developed by the
2828
* Apache Software Foundation (http://www.apache.org/)."
29-
* Alternately, this acknowlegement may appear in the software itself,
30-
* if and wherever such third-party acknowlegements normally appear.
29+
* Alternately, this acknowledgement may appear in the software itself,
30+
* if and wherever such third-party acknowledgements normally appear.
3131
*
3232
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
3333
* Foundation" must not be used to endorse or promote products derived
@@ -63,7 +63,7 @@
6363
import junit.framework.TestCase;
6464

6565
/**
66-
* @version $Revision: 1.2 $ $Date: 2003/07/30 22:34:18 $
66+
* @version $Revision: 1.3 $ $Date: 2003/08/18 03:01:14 $
6767
* @author Rodney Waldhoff
6868
* @author Tim O'Brien
6969
*/

src/test/org/apache/commons/codec/StringEncoderComparatorTest.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/test/org/apache/commons/codec/StringEncoderComparatorTest.java,v 1.2 2003/07/30 22:34:18 tobrien Exp $
3-
* $Revision: 1.2 $
4-
* $Date: 2003/07/30 22:34:18 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/test/org/apache/commons/codec/StringEncoderComparatorTest.java,v 1.3 2003/08/18 03:01:14 bayard Exp $
3+
* $Revision: 1.3 $
4+
* $Date: 2003/08/18 03:01:14 $
55
*
66
* ====================================================================
77
*
@@ -23,11 +23,11 @@
2323
* distribution.
2424
*
2525
* 3. The end-user documentation included with the redistribution, if
26-
* any, must include the following acknowlegement:
26+
* any, must include the following acknowledgement:
2727
* "This product includes software developed by the
2828
* Apache Software Foundation (http://www.apache.org/)."
29-
* Alternately, this acknowlegement may appear in the software itself,
30-
* if and wherever such third-party acknowlegements normally appear.
29+
* Alternately, this acknowledgement may appear in the software itself,
30+
* if and wherever such third-party acknowledgements normally appear.
3131
*
3232
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
3333
* Foundation" must not be used to endorse or promote products derived
@@ -65,7 +65,7 @@
6565
import org.apache.commons.codec.language.Soundex;
6666

6767
/**
68-
* @version $Revision: 1.2 $ $Date: 2003/07/30 22:34:18 $
68+
* @version $Revision: 1.3 $ $Date: 2003/08/18 03:01:14 $
6969
* @author Tim O'Brien
7070
*/
7171
public class StringEncoderComparatorTest extends TestCase {

src/test/org/apache/commons/codec/base64/Base64Test.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/test/org/apache/commons/codec/base64/Attic/Base64Test.java,v 1.1 2003/04/25 17:50:56 tobrien Exp $
3-
* $Revision: 1.1 $
4-
* $Date: 2003/04/25 17:50:56 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/test/org/apache/commons/codec/base64/Attic/Base64Test.java,v 1.2 2003/08/18 03:01:14 bayard Exp $
3+
* $Revision: 1.2 $
4+
* $Date: 2003/08/18 03:01:14 $
55
*
66
* ====================================================================
77
*
@@ -23,11 +23,11 @@
2323
* distribution.
2424
*
2525
* 3. The end-user documentation included with the redistribution, if
26-
* any, must include the following acknowlegement:
26+
* any, must include the following acknowledgement:
2727
* "This product includes software developed by the
2828
* Apache Software Foundation (http://www.apache.org/)."
29-
* Alternately, this acknowlegement may appear in the software itself,
30-
* if and wherever such third-party acknowlegements normally appear.
29+
* Alternately, this acknowledgement may appear in the software itself,
30+
* if and wherever such third-party acknowledgements normally appear.
3131
*
3232
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
3333
* Foundation" must not be used to endorse or promote products derived
@@ -69,7 +69,7 @@
6969
import junit.framework.TestSuite;
7070

7171
/**
72-
* @version $Revision: 1.1 $ $Date: 2003/04/25 17:50:56 $
72+
* @version $Revision: 1.2 $ $Date: 2003/08/18 03:01:14 $
7373
* @author Scott Sanders
7474
* @author Rodney Waldhoff
7575
*/

src/test/org/apache/commons/codec/binary/Base64Test.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/test/org/apache/commons/codec/binary/Base64Test.java,v 1.5 2003/07/30 22:34:18 tobrien Exp $
3-
* $Revision: 1.5 $
4-
* $Date: 2003/07/30 22:34:18 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/test/org/apache/commons/codec/binary/Base64Test.java,v 1.6 2003/08/18 03:01:14 bayard Exp $
3+
* $Revision: 1.6 $
4+
* $Date: 2003/08/18 03:01:14 $
55
*
66
* ====================================================================
77
*
@@ -23,11 +23,11 @@
2323
* distribution.
2424
*
2525
* 3. The end-user documentation included with the redistribution, if
26-
* any, must include the following acknowlegement:
26+
* any, must include the following acknowledgement:
2727
* "This product includes software developed by the
2828
* Apache Software Foundation (http://www.apache.org/)."
29-
* Alternately, this acknowlegement may appear in the software itself,
30-
* if and wherever such third-party acknowlegements normally appear.
29+
* Alternately, this acknowledgement may appear in the software itself,
30+
* if and wherever such third-party acknowledgements normally appear.
3131
*
3232
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
3333
* Foundation" must not be used to endorse or promote products derived
@@ -67,7 +67,7 @@
6767
import junit.framework.TestCase;
6868

6969
/**
70-
* @version $Revision: 1.5 $ $Date: 2003/07/30 22:34:18 $
70+
* @version $Revision: 1.6 $ $Date: 2003/08/18 03:01:14 $
7171
* @author <a href="mailto:sanders@apache.org">Scott Sanders</a>
7272
* @author <a href="mailto:rwaldhoff@apache.org">Rodney Waldhoff</a>
7373
* @author Tim O'Brien

src/test/org/apache/commons/codec/binary/HexTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/test/org/apache/commons/codec/binary/HexTest.java,v 1.2 2003/07/30 22:34:18 tobrien Exp $
3-
* $Revision: 1.2 $
4-
* $Date: 2003/07/30 22:34:18 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//codec/src/test/org/apache/commons/codec/binary/HexTest.java,v 1.3 2003/08/18 03:01:14 bayard Exp $
3+
* $Revision: 1.3 $
4+
* $Date: 2003/08/18 03:01:14 $
55
*
66
* ====================================================================
77
*
@@ -23,11 +23,11 @@
2323
* distribution.
2424
*
2525
* 3. The end-user documentation included with the redistribution, if
26-
* any, must include the following acknowlegement:
26+
* any, must include the following acknowledgement:
2727
* "This product includes software developed by the
2828
* Apache Software Foundation (http://www.apache.org/)."
29-
* Alternately, this acknowlegement may appear in the software itself,
30-
* if and wherever such third-party acknowlegements normally appear.
29+
* Alternately, this acknowledgement may appear in the software itself,
30+
* if and wherever such third-party acknowledgements normally appear.
3131
*
3232
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
3333
* Foundation" must not be used to endorse or promote products derived

0 commit comments

Comments
 (0)