[Pkg-mozext-commits] [perspectives-extension] 04/19: external libraries - Import SparkMD5 implementation

David Prévot taffit at moszumanska.debian.org
Sun Oct 12 16:35:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository perspectives-extension.

commit 2381aab81be5411ae17f3c0519633c7c4cde9c1d
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Sun Sep 28 13:09:24 2014 -0600

    external libraries - Import SparkMD5 implementation
    
    Taken with thanks from https://github.com/satazor/SparkMD5
    All credit to André Cruz
    
    SparkMD5 is licensed under WTFPL,
    so including it as an external library is an acceptable use.
    Also discussed with and received permission from André.
    
    Note that only SparkMD5 uses this license -
    everything Perspectives is still GPL3 (has not changed)
---
 licenses/WTFPL.txt                            | 13 +++++++++++++
 plugin/chrome/content/extlib/spark-md5.min.js |  1 +
 2 files changed, 14 insertions(+)

diff --git a/licenses/WTFPL.txt b/licenses/WTFPL.txt
new file mode 100644
index 0000000..8cffccc
--- /dev/null
+++ b/licenses/WTFPL.txt
@@ -0,0 +1,13 @@
+            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+                    Version 2, December 2004
+
+ Copyright (C) 2004 Sam Hocevar <sam at hocevar.net>
+
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+
+            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. You just DO WHAT THE FUCK YOU WANT TO.
\ No newline at end of file
diff --git a/plugin/chrome/content/extlib/spark-md5.min.js b/plugin/chrome/content/extlib/spark-md5.min.js
new file mode 100644
index 0000000..622ba26
--- /dev/null
+++ b/plugin/chrome/content/extlib/spark-md5.min.js
@@ -0,0 +1 @@
+(function(a){if(typeof exports==="object"){module.exports=a()}else{if(typeof define==="function"&&define.amd){define(a)}else{var c;try{c=window}catch(b){c=self}c.SparkMD5=a()}}}(function(c){var e=function(s,r){return(s+r)&4294967295},n=function(z,v,u,r,y,w){v=e(e(v,z),e(r,w));return e((v<<y)|(v>>>(32-y)),u)},a=function(v,u,A,z,r,y,w){return n((u&A)|((~u)&z),v,u,r,y,w)},k=function(v,u,A,z,r,y,w){return n((u&z)|(A&(~z)),v,u,r,y,w)},f=function(v,u,A,z,r,y,w){return n(u^A^z,v,u,r,y,w)},p=fun [...]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list