|
1 | 1 | /* |
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 $ |
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", "Tomcat", and "Apache Software |
33 | 33 | * Foundation" must not be used to endorse or promote products derived |
|
80 | 80 | * @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a> |
81 | 81 | * @author Tim O'Brien |
82 | 82 | * @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 $ |
84 | 84 | */ |
85 | 85 | public class Base64 implements BinaryEncoder, BinaryDecoder { |
86 | 86 |
|
|
0 commit comments