X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=libs%2Flicenses%2FBase64-LICENSE.txt;fp=libs%2Flicenses%2FBase64-LICENSE.txt;h=0000000000000000000000000000000000000000;hb=9affcf28821d67bcfb0e4c7c4eeb94b3dcdcbb26;hp=02c21930b73f474a9711329a73db4c77d097b4ff;hpb=5a1f942d51553ab482d01c44bb093dd4187c0799;p=nikiroo-utils.git 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.