X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=libs%2FBase64-LICENSE.txt;fp=libs%2FBase64-LICENSE.txt;h=02c21930b73f474a9711329a73db4c77d097b4ff;hb=72c32e8891f0964080f957fb6f4ff332b2ca203f;hp=0000000000000000000000000000000000000000;hpb=8afbf87208c7da2278434afab6f98e62815930ef;p=nikiroo-utils.git diff --git a/libs/Base64-LICENSE.txt b/libs/Base64-LICENSE.txt new file mode 100644 index 0000000..02c2193 --- /dev/null +++ b/libs/Base64-LICENSE.txt @@ -0,0 +1,11 @@ +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.