summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/jszip/lib/license_header.js
diff options
context:
space:
mode:
Diffstat (limited to 'afb-client/bower_components/jszip/lib/license_header.js')
-rw-r--r--afb-client/bower_components/jszip/lib/license_header.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/afb-client/bower_components/jszip/lib/license_header.js b/afb-client/bower_components/jszip/lib/license_header.js
new file mode 100644
index 0000000..b156bc7
--- /dev/null
+++ b/afb-client/bower_components/jszip/lib/license_header.js
@@ -0,0 +1,11 @@
+/*!
+
+JSZip - A Javascript class for generating and reading zip files
+<http://stuartk.com/jszip>
+
+(c) 2009-2014 Stuart Knightley <stuart [at] stuartk.com>
+Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/master/LICENSE.markdown.
+
+JSZip uses the library pako released under the MIT license :
+https://github.com/nodeca/pako/blob/master/LICENSE
+*/