Skip to content

Commit c2309ac

Browse files
Fixed typos in apache licenses
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@129947 13f79535-47bb-0310-9956-ffa450edef68
1 parent ec19c28 commit c2309ac

22 files changed

Lines changed: 119 additions & 119 deletions

LICENSE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

src/java/org/apache/commons/cli/AlreadySelectedException.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

src/java/org/apache/commons/cli/BasicParser.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//cli/src/java/org/apache/commons/cli/BasicParser.java,v 1.4 2002/12/09 23:47:24 jkeyes Exp $
3-
* $Revision: 1.4 $
4-
* $Date: 2002/12/09 23:47:24 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//cli/src/java/org/apache/commons/cli/BasicParser.java,v 1.5 2003/10/09 20:57:01 rdonkin Exp $
3+
* $Revision: 1.5 $
4+
* $Date: 2003/10/09 20:57:01 $
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

src/java/org/apache/commons/cli/CommandLine.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

src/java/org/apache/commons/cli/CommandLineParser.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//cli/src/java/org/apache/commons/cli/CommandLineParser.java,v 1.6 2002/12/09 23:47:24 jkeyes Exp $
3-
* $Revision: 1.6 $
4-
* $Date: 2002/12/09 23:47:24 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//cli/src/java/org/apache/commons/cli/CommandLineParser.java,v 1.7 2003/10/09 20:57:01 rdonkin Exp $
3+
* $Revision: 1.7 $
4+
* $Date: 2003/10/09 20:57:01 $
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

src/java/org/apache/commons/cli/GnuParser.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//cli/src/java/org/apache/commons/cli/GnuParser.java,v 1.11 2002/12/09 23:47:24 jkeyes Exp $
3-
* $Revision: 1.11 $
4-
* $Date: 2002/12/09 23:47:24 $
2+
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//cli/src/java/org/apache/commons/cli/GnuParser.java,v 1.12 2003/10/09 20:57:01 rdonkin Exp $
3+
* $Revision: 1.12 $
4+
* $Date: 2003/10/09 20:57:01 $
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
@@ -68,7 +68,7 @@
6868
*
6969
* @author John Keyes (john at integralsource.com)
7070
* @see Parser
71-
* @version $Revision: 1.11 $
71+
* @version $Revision: 1.12 $
7272
*/
7373
public class GnuParser extends Parser {
7474

src/java/org/apache/commons/cli/HelpFormatter.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

src/java/org/apache/commons/cli/MissingArgumentException.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

src/java/org/apache/commons/cli/MissingOptionException.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

src/java/org/apache/commons/cli/Option.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)