|
1 | 1 | /* |
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 $ |
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 |
|
73 | 73 | * @author <a href="mailto:time@ice.com">Timothy Gerard Endres</a> |
74 | 74 | * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a> |
75 | 75 | * @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 $ |
77 | 77 | * @see TarInputStream |
78 | 78 | * @see TarEntry |
79 | 79 | */ |
|
0 commit comments