Skip to content

Commit f3454e2

Browse files
Fixed typos in apache license
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140393 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1cd9f67 commit f3454e2

57 files changed

Lines changed: 318 additions & 318 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
* distribution.
1818
*
1919
* 3. The end-user documentation included with the redistribution, if
20-
* any, must include the following acknowlegement:
20+
* any, must include the following acknowledgement:
2121
* "This product includes software developed by the
2222
* Apache Software Foundation (http://www.apache.org/)."
23-
* Alternately, this acknowlegement may appear in the software itself,
24-
* if and wherever such third-party acknowlegements normally appear.
23+
* Alternately, this acknowledgement may appear in the software itself,
24+
* if and wherever such third-party acknowledgements normally appear.
2525
*
2626
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
2727
* Foundation" must not be used to endorse or promote products derived

src/java/org/apache/commons/io/CopyUtils.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
* distribution.
1818
*
1919
* 3. The end-user documentation included with the redistribution, if
20-
* any, must include the following acknowlegement:
20+
* any, must include the following acknowledgement:
2121
* "This product includes software developed by the
2222
* Apache Software Foundation (http://www.apache.org/)."
23-
* Alternately, this acknowlegement may appear in the software itself,
24-
* if and wherever such third-party acknowlegements normally appear.
23+
* Alternately, this acknowledgement may appear in the software itself,
24+
* if and wherever such third-party acknowledgements normally appear.
2525
*
2626
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
2727
* Foundation" must not be used to endorse or promote products derived
@@ -69,7 +69,7 @@
6969
* @author Peter Donald
7070
* @author Jeff Turner
7171
* @author Matthew Hawthorne
72-
* @version $Id: CopyUtils.java,v 1.1 2003/08/21 18:40:48 jeremias Exp $
72+
* @version $Id: CopyUtils.java,v 1.2 2003/10/13 07:04:52 rdonkin Exp $
7373
*/
7474
public class CopyUtils {
7575

src/java/org/apache/commons/io/EndianUtils.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
* distribution.
1818
*
1919
* 3. The end-user documentation included with the redistribution, if
20-
* any, must include the following acknowlegement:
20+
* any, must include the following acknowledgement:
2121
* "This product includes software developed by the
2222
* Apache Software Foundation (http://www.apache.org/)."
23-
* Alternately, this acknowlegement may appear in the software itself,
24-
* if and wherever such third-party acknowlegements normally appear.
23+
* Alternately, this acknowledgement may appear in the software itself,
24+
* if and wherever such third-party acknowledgements normally appear.
2525
*
2626
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
2727
* Foundation" must not be used to endorse or promote products derived
@@ -64,7 +64,7 @@
6464
* Origin of code: Apache Avalon (Excalibur)
6565
*
6666
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
67-
* @version CVS $Revision: 1.3 $ $Date: 2003/07/29 13:07:39 $
67+
* @version CVS $Revision: 1.4 $ $Date: 2003/10/13 07:04:52 $
6868
*/
6969
public final class EndianUtils
7070
{

src/java/org/apache/commons/io/FileUtils.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
* distribution.
1818
*
1919
* 3. The end-user documentation included with the redistribution, if
20-
* any, must include the following acknowlegement:
20+
* any, must include the following acknowledgement:
2121
* "This product includes software developed by the
2222
* Apache Software Foundation (http://www.apache.org/)."
23-
* Alternately, this acknowlegement may appear in the software itself,
24-
* if and wherever such third-party acknowlegements normally appear.
23+
* Alternately, this acknowledgement may appear in the software itself,
24+
* if and wherever such third-party acknowledgements normally appear.
2525
*
2626
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
2727
* Foundation" must not be used to endorse or promote products derived
@@ -106,7 +106,7 @@
106106
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
107107
* @author <a href="mailto:jefft@apache.org">Jeff Turner</a>
108108
* @author Matthew Hawthorne
109-
* @version $Id: FileUtils.java,v 1.14 2003/08/21 18:40:48 jeremias Exp $
109+
* @version $Id: FileUtils.java,v 1.15 2003/10/13 07:04:52 rdonkin Exp $
110110
*/
111111
public class FileUtils {
112112

src/java/org/apache/commons/io/HexDump.java

Lines changed: 8 additions & 8 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//io/src/java/org/apache/commons/io/HexDump.java,v 1.3 2003/07/29 13:07:39 jeremias Exp $
3-
* $Revision: 1.3 $
4-
* $Date: 2003/07/29 13:07:39 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/java/org/apache/commons/io/HexDump.java,v 1.4 2003/10/13 07:04:52 rdonkin Exp $
3+
* $Revision: 1.4 $
4+
* $Date: 2003/10/13 07:04:52 $
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
@@ -36,7 +36,7 @@
3636
*
3737
* 5. Products derived from this software may not be called "Apache"
3838
* nor may "Apache" appear in their names without prior written
39-
* permission of the Apache Group.
39+
* permission of the Apache Software Foundation.
4040
*
4141
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
4242
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -70,7 +70,7 @@
7070
*
7171
* @author Scott Sanders (sanders at apache dot org)
7272
* @author Marc Johnson
73-
* @version $Revision: 1.3 $ $Date: 2003/07/29 13:07:39 $
73+
* @version $Revision: 1.4 $ $Date: 2003/10/13 07:04:52 $
7474
*/
7575
public class HexDump {
7676

src/java/org/apache/commons/io/IOUtils.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
* distribution.
1818
*
1919
* 3. The end-user documentation included with the redistribution, if
20-
* any, must include the following acknowlegement:
20+
* any, must include the following acknowledgement:
2121
* "This product includes software developed by the
2222
* Apache Software Foundation (http://www.apache.org/)."
23-
* Alternately, this acknowlegement may appear in the software itself,
24-
* if and wherever such third-party acknowlegements normally appear.
23+
* Alternately, this acknowledgement may appear in the software itself,
24+
* if and wherever such third-party acknowledgements normally appear.
2525
*
2626
* 4. The names "The Jakarta Project", "Commons", and "Apache Software
2727
* Foundation" must not be used to endorse or promote products derived
@@ -144,7 +144,7 @@
144144
*
145145
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
146146
* @author <a href="mailto:jefft@apache.org">Jeff Turner</a>
147-
* @version CVS $Revision: 1.5 $ $Date: 2003/08/21 18:40:48 $
147+
* @version CVS $Revision: 1.6 $ $Date: 2003/10/13 07:04:52 $
148148
*/
149149
public final class IOUtils
150150
{

src/java/org/apache/commons/io/compress/tar/TarBuffer.java

Lines changed: 8 additions & 8 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//io/src/java/org/apache/commons/io/compress/tar/Attic/TarBuffer.java,v 1.2 2002/07/13 22:37:46 nicolaken Exp $
3-
* $Revision: 1.2 $
4-
* $Date: 2002/07/13 22:37:46 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/java/org/apache/commons/io/compress/tar/Attic/TarBuffer.java,v 1.3 2003/10/13 07:01:15 rdonkin Exp $
3+
* $Revision: 1.3 $
4+
* $Date: 2003/10/13 07:01:15 $
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
@@ -36,7 +36,7 @@
3636
*
3737
* 5. Products derived from this software may not be called "Apache"
3838
* nor may "Apache" appear in their names without prior written
39-
* permission of the Apache Group.
39+
* permission of the Apache Software Foundation.
4040
*
4141
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
4242
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -76,7 +76,7 @@
7676
*
7777
* @author <a href="mailto:time@ice.com">Timothy Gerard Endres</a>
7878
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
79-
* @version $Revision: 1.2 $ $Date: 2002/07/13 22:37:46 $
79+
* @version $Revision: 1.3 $ $Date: 2003/10/13 07:01:15 $
8080
*/
8181
class TarBuffer
8282
{

src/java/org/apache/commons/io/compress/tar/TarConstants.java

Lines changed: 8 additions & 8 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//io/src/java/org/apache/commons/io/compress/tar/Attic/TarConstants.java,v 1.2 2002/07/13 22:37:46 nicolaken Exp $
3-
* $Revision: 1.2 $
4-
* $Date: 2002/07/13 22:37:46 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/java/org/apache/commons/io/compress/tar/Attic/TarConstants.java,v 1.3 2003/10/13 07:01:15 rdonkin Exp $
3+
* $Revision: 1.3 $
4+
* $Date: 2003/10/13 07:01:15 $
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
@@ -36,7 +36,7 @@
3636
*
3737
* 5. Products derived from this software may not be called "Apache"
3838
* nor may "Apache" appear in their names without prior written
39-
* permission of the Apache Group.
39+
* permission of the Apache Software Foundation.
4040
*
4141
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
4242
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -65,7 +65,7 @@
6565
*
6666
* @author <a href="mailto:time@ice.com">Timothy Gerard Endres</a>
6767
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
68-
* @version $Revision: 1.2 $ $Date: 2002/07/13 22:37:46 $
68+
* @version $Revision: 1.3 $ $Date: 2003/10/13 07:01:15 $
6969
*/
7070
interface TarConstants
7171
{

src/java/org/apache/commons/io/compress/tar/TarEntry.java

Lines changed: 8 additions & 8 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//io/src/java/org/apache/commons/io/compress/tar/Attic/TarEntry.java,v 1.2 2002/07/13 22:37:46 nicolaken Exp $
3-
* $Revision: 1.2 $
4-
* $Date: 2002/07/13 22:37:46 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/java/org/apache/commons/io/compress/tar/Attic/TarEntry.java,v 1.3 2003/10/13 07:01:15 rdonkin Exp $
3+
* $Revision: 1.3 $
4+
* $Date: 2003/10/13 07:01:15 $
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
@@ -36,7 +36,7 @@
3636
*
3737
* 5. Products derived from this software may not be called "Apache"
3838
* nor may "Apache" appear in their names without prior written
39-
* permission of the Apache Group.
39+
* permission of the Apache Software Foundation.
4040
*
4141
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
4242
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -108,7 +108,7 @@
108108
* @author <a href="mailto:time@ice.com">Timothy Gerard Endres</a>
109109
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
110110
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
111-
* @version $Revision: 1.2 $ $Date: 2002/07/13 22:37:46 $
111+
* @version $Revision: 1.3 $ $Date: 2003/10/13 07:01:15 $
112112
* @see TarInputStream
113113
* @see TarOutputStream
114114
*/

src/java/org/apache/commons/io/compress/tar/TarInputStream.java

Lines changed: 8 additions & 8 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//io/src/java/org/apache/commons/io/compress/tar/Attic/TarInputStream.java,v 1.2 2002/07/13 22:37:46 nicolaken Exp $
3-
* $Revision: 1.2 $
4-
* $Date: 2002/07/13 22:37:46 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/java/org/apache/commons/io/compress/tar/Attic/TarInputStream.java,v 1.3 2003/10/13 07:01:15 rdonkin Exp $
3+
* $Revision: 1.3 $
4+
* $Date: 2003/10/13 07:01:15 $
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
@@ -36,7 +36,7 @@
3636
*
3737
* 5. Products derived from this software may not be called "Apache"
3838
* nor may "Apache" appear in their names without prior written
39-
* permission of the Apache Group.
39+
* permission of the Apache Software Foundation.
4040
*
4141
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
4242
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -73,7 +73,7 @@
7373
* @author <a href="mailto:time@ice.com">Timothy Gerard Endres</a>
7474
* @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
7575
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
76-
* @version $Revision: 1.2 $ $Date: 2002/07/13 22:37:46 $
76+
* @version $Revision: 1.3 $ $Date: 2003/10/13 07:01:15 $
7777
* @see TarInputStream
7878
* @see TarEntry
7979
*/

0 commit comments

Comments
 (0)