summaryrefslogtreecommitdiffstats
path: root/install/ui/README-LICENSE.txt
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-09-20 13:47:39 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-03-12 17:29:28 +0100
commit6d1ef651dbbbd1fb1d1e6149458a4390cdb94d9b (patch)
tree6a8dba4fb18c28835a4a9b4154c08041a3f88e6a /install/ui/README-LICENSE.txt
parent57021d1a501bd311ebb8e702fb38234fd0766ff0 (diff)
downloadfreeipa-6d1ef651dbbbd1fb1d1e6149458a4390cdb94d9b.tar.gz
freeipa-6d1ef651dbbbd1fb1d1e6149458a4390cdb94d9b.tar.xz
freeipa-6d1ef651dbbbd1fb1d1e6149458a4390cdb94d9b.zip
Added QRcode generation to Web UI
https://fedorahosted.org/freeipa/ticket/3369 Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
Diffstat (limited to 'install/ui/README-LICENSE.txt')
-rw-r--r--install/ui/README-LICENSE.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/install/ui/README-LICENSE.txt b/install/ui/README-LICENSE.txt
index 32ea1328d..5ef44d5a1 100644
--- a/install/ui/README-LICENSE.txt
+++ b/install/ui/README-LICENSE.txt
@@ -40,6 +40,9 @@ Dojo, Dojo Builder - dual licensed under BSD license and AFL version 2.1
* util/build/_base/*.js
* build/dojo/dojo.js
+QRCode.js - licensed under MIT license
+ * qrcode.js
+
Full license texts and copyright notices are listed below.
= jQuery copyright notice with MIT license =
@@ -194,6 +197,27 @@ 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.
+= The MIT License (MIT) - QRCcode.js =
+Copyright (c) 2012 davidshimjs
+
+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.
+
= MIT license template =
Copyright (C) <year> <copyright holders>