From 63f722220b670740b55c18735c7b6cda99e23f76 Mon Sep 17 00:00:00 2001 From: Murali Shankar Date: Tue, 8 Sep 2015 14:11:01 -0700 Subject: [PATCH] Prepare for viewer inclusion. Add licensing for underscore --- NOTICE | 10 +++++++++- documentcloud_license.txt | 23 +++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 documentcloud_license.txt diff --git a/NOTICE b/NOTICE index 1440053e7..c9cb53679 100644 --- a/NOTICE +++ b/NOTICE @@ -38,4 +38,12 @@ jca-2.3.6.jar These components are included under the terms of the MIT license agreement, a local copy of which can be found in the file jquery_license.txt jquery-1.8.2.min.js jquery-ui-1.9.1.custom.zip -jquery.flot.js \ No newline at end of file +jquery.flot.js +require.js +require.min.js + +These components are included under the DocumentCloud license, a local copy of which can be found in the file documentcloud_license.txt +underscore.js +unserscore-min.js + + diff --git a/documentcloud_license.txt b/documentcloud_license.txt new file mode 100644 index 000000000..ad0e71bc4 --- /dev/null +++ b/documentcloud_license.txt @@ -0,0 +1,23 @@ +Copyright (c) 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative +Reporters & Editors + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE.