|
7 | 7 | // EPL, Eclipse Public License, V1.0 or later, http://www.eclipse.org/legal
|
8 | 8 | // LGPL, GNU Lesser General Public License, V2.1 or later, http://www.gnu.org/licenses/lgpl.html
|
9 | 9 | // GPL, GNU General Public License, V2 or later, http://www.gnu.org/licenses/gpl.html
|
10 |
| -// AGPL, GNU Affero General Public License V1 or later, http://www.gnu.org/licenses/agpl.html |
| 10 | +// AGPL, GNU Affero General Public License V3 or later, http://www.gnu.org/licenses/agpl.html |
11 | 11 | // AL, Apache License, V2.0 or later, http://www.apache.org/licenses
|
12 | 12 | // BSD, BSD License, http://www.opensource.org/licenses/bsd-license.php
|
13 | 13 | // MIT, MIT License, http://www.opensource.org/licenses/MIT
|
14 | 14 | //
|
15 | 15 | // Please contact the author if you need another license.
|
16 | 16 | // This module is provided "as is", without warranties of any kind.
|
| 17 | +// |
| 18 | +// Project home page: www.source-code.biz/base64coder/java |
17 | 19 |
|
18 | 20 | package biz.source_code.base64Coder;
|
19 | 21 |
|
|
23 | 25 | * <p>
|
24 | 26 | * This class is used to encode and decode data in Base64 format as described in RFC 1521.
|
25 | 27 | *
|
26 |
| -* <p> |
27 |
| -* Project home page: <a href="http://www.source-code.biz/base64coder/java/">www.source-code.biz/base64coder/java</a><br> |
28 |
| -* Author: Christian d'Heureuse, Inventec Informatik AG, Zurich, Switzerland<br> |
29 |
| -* Multi-licensed: EPL / LGPL / GPL / AL / BSD / MIT. |
| 28 | +* @author |
| 29 | +* Christian d'Heureuse, Inventec Informatik AG, Zurich, Switzerland, www.source-code.biz |
30 | 30 | */
|
31 | 31 | public class Base64Coder {
|
32 | 32 |
|
|
0 commit comments