|
1 | | -/* ==================================================================== |
| 1 | +/* |
| 2 | + * ==================================================================== |
| 3 | + * |
2 | 4 | * The Apache Software License, Version 1.1 |
3 | 5 | * |
4 | | - * Copyright (c) 2003 The Apache Software Foundation. All rights |
| 6 | + * Copyright (c) 2001-2003 The Apache Software Foundation. All rights |
5 | 7 | * reserved. |
6 | 8 | * |
7 | 9 | * Redistribution and use in source and binary forms, with or without |
8 | 10 | * modification, are permitted provided that the following conditions |
9 | 11 | * are met: |
10 | 12 | * |
11 | 13 | * 1. Redistributions of source code must retain the above copyright |
12 | | - * notice, this list of conditions and the following disclaimer. |
| 14 | + * notice, this list of conditions and the following disclaimer. |
13 | 15 | * |
14 | 16 | * 2. Redistributions in binary form must reproduce the above copyright |
15 | 17 | * notice, this list of conditions and the following disclaimer in |
16 | 18 | * the documentation and/or other materials provided with the |
17 | 19 | * distribution. |
18 | 20 | * |
19 | 21 | * 3. The end-user documentation included with the redistribution, |
20 | | - * if any, must include the following acknowledgment: |
21 | | - * "This product includes software developed by the |
| 22 | + * if any, must include the following acknowledgement: |
| 23 | + * "This product includes software developed by the |
22 | 24 | * Apache Software Foundation (http://www.apache.org/)." |
23 | | - * Alternately, this acknowledgment may appear in the software itself, |
24 | | - * if and wherever such third-party acknowledgments normally appear. |
| 25 | + * Alternately, this acknowledgement may appear in the software itself, |
| 26 | + * if and wherever such third-party acknowledgements normally appear. |
25 | 27 | * |
26 | | - * 4. The names "Apache" and "Apache Software Foundation" and |
27 | | - * "Apache Commons" must not be used to endorse or promote products |
28 | | - * derived from this software without prior written permission. For |
29 | | - * written permission, please contact apache@apache.org. |
| 28 | + * 4. The names "Apache", "The Jakarta Project", "Commons", and "Apache Software |
| 29 | + * Foundation" must not be used to endorse or promote products derived |
| 30 | + * from this software without prior written permission. For written |
| 31 | + * permission, please contact apache@apache.org. |
30 | 32 | * |
31 | 33 | * 5. Products derived from this software may not be called "Apache", |
32 | | - * "Apache Commons", nor may "Apache" appear in their name, without |
33 | | - * prior written permission of the Apache Software Foundation. |
| 34 | + * "Apache" nor may "Apache" appear in their names without prior |
| 35 | + * written permission of the Apache Software Foundation. |
34 | 36 | * |
35 | 37 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED |
36 | 38 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
|
50 | 52 | * individuals on behalf of the Apache Software Foundation. For more |
51 | 53 | * information on the Apache Software Foundation, please see |
52 | 54 | * <http://www.apache.org/>. |
53 | | - */ |
| 55 | + * |
| 56 | + */ |
| 57 | + |
54 | 58 | package org.apache.commons.codec; |
55 | 59 |
|
56 | 60 | /** |
57 | 61 | * Thrown when a Decoder has encountered a failure condition during a decode. |
58 | 62 | * |
59 | 63 | * @author Tim O'Brien |
60 | 64 | * @author Gary Gregory |
61 | | - * @version $Id: DecoderException.java,v 1.4 2003/08/14 07:40:17 ggregory Exp $ |
| 65 | + * @version $Id: DecoderException.java,v 1.5 2003/10/05 21:34:21 tobrien Exp $ |
62 | 66 | */ |
63 | 67 | public class DecoderException extends Exception { |
64 | 68 |
|
|
0 commit comments