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

Commit dd56540

Browse files
committed
AGPL license added.
1 parent 43db50c commit dd56540

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Base64Coder Changes
33
-------------------
44

5+
2014-08-17 chdh
6+
- AGPL license added.
7+
58
2011-07-05 chdh
69
- MIT license added.
710
- build.xml revised.
@@ -44,4 +47,4 @@ Base64Coder Changes
4447
- Lincense changed from GPL to LGPL.
4548

4649
2003-07-22 chdh (Christian d'Heureuse)
47-
- Module created.
50+
- Module created.

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<fail unless="env.base64CoderJavaWebsiteDir" message="Undefined website directory."/>
9595
<property name="websiteDir" location="${env.base64CoderJavaWebsiteDir}"/>
9696
<antcall target="buildDistribZip"/>
97+
<delete dir="${websiteDir}/apidocs" failonerror="true"/>
9798
<copy todir="${websiteDir}" overwrite="true">
9899
<fileset dir="src" includes="**/*.java"/>
99100
<chainedmapper>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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
1011
// AL, Apache License, V2.0 or later, http://www.apache.org/licenses
1112
// BSD, BSD License, http://www.opensource.org/licenses/bsd-license.php
1213
// MIT, MIT License, http://www.opensource.org/licenses/MIT
@@ -224,4 +225,4 @@ public static byte[] decode (char[] in, int iOff, int iLen) {
224225
// Dummy constructor.
225226
private Base64Coder() {}
226227

227-
} // end class Base64Coder
228+
} // end class Base64Coder

0 commit comments

Comments
 (0)