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

Commit 5de9da9

Browse files
committed
Clarification of licenses. Added GPL.
1 parent 99f284e commit 5de9da9

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Base64Coder Changes
33
-------------------
44

5+
2010-09-21 chdh
6+
Added GPL (License).
7+
Added "... or later" to EPL, LGPL and APL.
8+
59
2010-02-23 chdh
610
New directory layout.
711
New Ant build script.

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
// This module is multi-licensed and may be used under the terms
55
// of any of the following licenses:
66
//
7-
// EPL, Eclipse Public License, http://www.eclipse.org/legal
8-
// LGPL, GNU Lesser General Public License, http://www.gnu.org/licenses/lgpl.html
9-
// AL, Apache License, http://www.apache.org/licenses
7+
// EPL, Eclipse Public License, V1.0 or later, http://www.eclipse.org/legal
8+
// LGPL, GNU Lesser General Public License, V2.1 or later, http://www.gnu.org/licenses/lgpl.html
9+
// GPL, GNU General Public License, V2 or later, http://www.gnu.org/licenses/gpl.html
10+
// AL, Apache License, V2.0 or later, http://www.apache.org/licenses
1011
// BSD, BSD License, http://www.opensource.org/licenses/bsd-license.php
1112
//
1213
// Please contact the author if you need another license.

0 commit comments

Comments
 (0)