From: Niki Roo Date: Sat, 18 May 2019 12:40:18 +0000 (+0200) Subject: remove Base64 license since we don't use that version anymore X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=commitdiff_plain;h=9affcf28821d67bcfb0e4c7c4eeb94b3dcdcbb26 remove Base64 license since we don't use that version anymore --- diff --git a/libs/licenses/Base64-LICENSE.txt b/libs/licenses/Base64-LICENSE.txt deleted file mode 100644 index 02c2193..0000000 --- a/libs/licenses/Base64-LICENSE.txt +++ /dev/null @@ -1,11 +0,0 @@ -http://iharder.sourceforge.net/current/java/base64/ - -This is a Public Domain Java class providing very fast Base64 encoding and decoding in the form of convenience methods and input/output streams. - -There are other Base64 utilities on the Internet, some part of proprietary packages, some with various open source licenses. In any event, I hope with one or more of these Base64 tools, you won't have to write your own like I did. - -If you use Maven, thank Owen O'Malley from Apache and Matthew from Sensible Development for working up a Base64 Maven Repository. - -Thanks to Brian Burton for providing this Base64Test.java test class for use with JUnit.org. (The test file hasn't been updated in a while.) - -You may view the Base64 javadoc API online, if you like.