summaryrefslogtreecommitdiffstats
path: root/base/common/THIRD_PARTY_LICENSES
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/THIRD_PARTY_LICENSES')
-rw-r--r--base/common/THIRD_PARTY_LICENSES61
1 files changed, 61 insertions, 0 deletions
diff --git a/base/common/THIRD_PARTY_LICENSES b/base/common/THIRD_PARTY_LICENSES
new file mode 100644
index 000000000..374952950
--- /dev/null
+++ b/base/common/THIRD_PARTY_LICENSES
@@ -0,0 +1,61 @@
+This file contains a list of third party code which is not under general
+Dogtag copyright.
+
+
+Third party code:
+
+jQuery - licensed under MIT license
+ * jquery-min.js (compressed 'minified' version)
+ Project URL: http://jquery.com/
+ License URL: https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt
+
+jQuery.i18n.properties - dual licensed under MIT and GPL licenses
+ * jquery.i18n.properties-min.js (compressed 'minified' version)
+ Project URL: http://code.google.com/p/jquery-i18n-properties/
+ License URLS: http://dev.jquery.com/browser/trunk/jquery/MIT-LICENSE.txt
+ http://dev.jquery.com/browser/trunk/jquery/GPL-LICENSE.txt
+
+
+
+Full license texts, copyright notices, and headers are listed below.
+
+= jQuery copyright notice with MIT license =
+
+Copyright 2013 jQuery Foundation and other contributors
+http://jquery.com/
+
+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.
+
+= jQuery.i18n.properties header =
+
+******************************************************************************
+ * jquery.i18n.properties
+ *
+ * Dual licensed under the GPL (http://dev.jquery.com/browser/trunk/jquery/GPL-LICENSE.txt) and
+ * MIT (http://dev.jquery.com/browser/trunk/jquery/MIT-LICENSE.txt) licenses.
+ *
+ * @version 1.1.x
+ * @author Nuno Fernandes
+ * Matthew Lohbihler
+ * @url www.codingwithcoffee.com
+ * @inspiration Localisation assistance for jQuery (http://keith-wood.name/localisation.html)
+ * by Keith Wood (kbwood{at}iinet.com.au) June 2007
+ *
+ *****************************************************************************/