summaryrefslogtreecommitdiffstats
path: root/install/ui/README-LICENSE.txt
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-11-26 11:32:40 +0100
committerPetr Vobornik <pvoborni@redhat.com>2013-01-18 15:10:35 +0100
commit8c59ddbcbe2f348aff0ce6297d8c7d9631782d1c (patch)
tree5d86ba2b2f86bb8c293f498ed1414904edd61edd /install/ui/README-LICENSE.txt
parentc19af96cb8b1e272fbbd0f478ff203141a9572f7 (diff)
downloadfreeipa-8c59ddbcbe2f348aff0ce6297d8c7d9631782d1c.tar.gz
freeipa-8c59ddbcbe2f348aff0ce6297d8c7d9631782d1c.tar.xz
freeipa-8c59ddbcbe2f348aff0ce6297d8c7d9631782d1c.zip
Use Uglify.js for JS optimization
Uglify.js library was included in ui/util folder. A wrapper script util/uglifyjs/uglify was created to run Uglify.js in Rhino enviroment. https://fedorahosted.org/freeipa/ticket/112
Diffstat (limited to 'install/ui/README-LICENSE.txt')
-rw-r--r--install/ui/README-LICENSE.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/install/ui/README-LICENSE.txt b/install/ui/README-LICENSE.txt
index 607e1bafe..c1ffa5f8d 100644
--- a/install/ui/README-LICENSE.txt
+++ b/install/ui/README-LICENSE.txt
@@ -30,6 +30,10 @@ Envjs core-env.1.2.13 - licensed under MIT license
Overpass fonts - licensed under the SIL Open Font License, Version 1.1
* overpass*
+UglifyJS - licensed under BSD license
+ * util/uglifyjs/uglify-js.js
+ * utli/uglifyjs/lib/*
+
Full license texts and copyright notices are listed below.
= jQuery copyright notice with MIT license =
@@ -153,6 +157,37 @@ This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
+= UglifyJS copyright notice with BSD license =
+
+Copyright 2010 (c) Mihai Bazon <mihai.bazon@gmail.com>
+Based on parse-js (http://marijn.haverbeke.nl/parse-js/).
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+ * Redistributions of source code must retain the above
+ copyright notice, this list of conditions and the following
+ disclaimer.
+
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials
+ provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER “AS IS” AND ANY
+EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
+OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
+THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
= MIT license template =
Copyright (C) <year> <copyright holders>