jappixmini: make ready for distribution

This commit is contained in:
Leberwurscht 2012-04-18 01:13:18 +02:00
parent 302b2820d1
commit aba626e00a
5 changed files with 33 additions and 54 deletions

View 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";