Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7e3cc7b

Browse files
committed
Author notice moved to @author tag.
1 parent dd56540 commit 7e3cc7b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/java/biz/source_code/base64Coder/Base64Coder.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77
// EPL, Eclipse Public License, V1.0 or later, http://www.eclipse.org/legal
88
// LGPL, GNU Lesser General Public License, V2.1 or later, http://www.gnu.org/licenses/lgpl.html
99
// 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
1111
// AL, Apache License, V2.0 or later, http://www.apache.org/licenses
1212
// BSD, BSD License, http://www.opensource.org/licenses/bsd-license.php
1313
// MIT, MIT License, http://www.opensource.org/licenses/MIT
1414
//
1515
// Please contact the author if you need another license.
1616
// This module is provided "as is", without warranties of any kind.
17+
//
18+
// Project home page: www.source-code.biz/base64coder/java
1719

1820
package biz.source_code.base64Coder;
1921

@@ -23,10 +25,8 @@
2325
* <p>
2426
* This class is used to encode and decode data in Base64 format as described in RFC 1521.
2527
*
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
3030
*/
3131
public class Base64Coder {
3232

0 commit comments

Comments
 (0)