]> git.mxchange.org Git - friendica-addons.git/blobdiff - jappixmini/lib.js
Merge pull request #112 from tobiasd/master
[friendica-addons.git] / jappixmini / lib.js
index deeb8b466794b785690fe2d18bb8fa1a66018bff..a777a7fddfc069462f55468fedb4e64f5c0a50ca 100644 (file)
@@ -1,3 +1,9 @@
+//
+// Copyright 2012 "Leberwurscht" <leberwurscht@hoegners.de>
+//
+// This file is dual-licensed under the MIT license (see MIT.txt) and the AGPL license (see jappix/COPYING).
+//
+
 function jappixmini_addon_xor(str1, str2) {
     if (str1.length != str2.length) throw "not same length";