|
1 | 1 | /* |
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 $ |
5 | 5 | * |
6 | 6 | * ==================================================================== |
7 | 7 | * |
|
23 | 23 | * distribution. |
24 | 24 | * |
25 | 25 | * 3. The end-user documentation included with the redistribution, if |
26 | | - * any, must include the following acknowlegement: |
| 26 | + * any, must include the following acknowledgement: |
27 | 27 | * "This product includes software developed by the |
28 | 28 | * 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. |
31 | 31 | * |
32 | 32 | * 4. The names "The Jakarta Project", "Commons", and "Apache Software |
33 | 33 | * Foundation" must not be used to endorse or promote products derived |
|
36 | 36 | * |
37 | 37 | * 5. Products derived from this software may not be called "Apache" |
38 | 38 | * nor may "Apache" appear in their names without prior written |
39 | | - * permission of the Apache Group. |
| 39 | + * permission of the Apache Software Foundation. |
40 | 40 | * |
41 | 41 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED |
42 | 42 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
|
68 | 68 | * |
69 | 69 | * @author John Keyes (john at integralsource.com) |
70 | 70 | * @see Parser |
71 | | - * @version $Revision: 1.11 $ |
| 71 | + * @version $Revision: 1.12 $ |
72 | 72 | */ |
73 | 73 | public class GnuParser extends Parser { |
74 | 74 |
|
|
0 commit comments