From 06350fb9ae32aada9681d40401cf677ecc098b36 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 16 Jul 2014 14:45:20 -0400 Subject: [PATCH] Add a list of licenses we use for the JS libs --- static/lib/LICENSES | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 static/lib/LICENSES diff --git a/static/lib/LICENSES b/static/lib/LICENSES new file mode 100644 index 000000000..96df1ebf8 --- /dev/null +++ b/static/lib/LICENSES @@ -0,0 +1,24 @@ +Blob.js - MIT +FileSaver.js - MIT +ZeroClipboard - MIT (https://github.com/zeroclipboard/zeroclipboard/blob/master/LICENSE) +angular-cookies - MIT (part of AngularJS) +angular-md5 - MIT (https://github.com/gdi2290/angular-md5/blob/master/LICENSE) +angular-moment - MIT (https://github.com/urish/angular-moment) +angular-strap - MIT (https://github.com/mgcrea/angular-strap/blob/master/LICENSE.md) +angularlitcs - Permissive (https://github.com/luisfarzati/angulartics/blob/master/LICENSE) +ansi2html - None specified, but based on https://github.com/rburns/ansi-to-html/blob/master/LICENSE which is Permissive (https://github.com/jorgeecardona/ansi-to-html) +bindonce - MIT (https://github.com/Pasvaz/bindonce) +browser-chrome - Homemade +d3-tip - MIT (https://github.com/Caged/d3-tip/blob/master/LICENSE) +jquery.base64 - Permissive (https://github.com/yckart/jquery.base64.js) +jquery.jcarousel - Permissive (https://github.com/jsor/jcarousel/blob/master/LICENSE) +jszip - MIT (https://github.com/Stuk/jszip/blob/master/LICENSE.markdown) +loading-bar - MIT +nvd3 - Apache (https://github.com/novus/nvd3/blob/master/LICENSE.md) +typeahead - Permissive (https://github.com/twitter/typeahead.js/blob/master/LICENSE) +zlib - MIT (https://github.com/imaya/zlib.js) +pagedown - Permissive +jquery.overscroll - MIT (https://github.com/azoff/overscroll/blob/master/mit.license) + +Issues: +>>>>> jquery.spotlight - GPLv3 (https://github.com/jameshalsall/jQuery-Spotlight) \ No newline at end of file