forked from OpenNTF/JavascriptAggregator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
85 lines (67 loc) · 3.6 KB
/
NOTICE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
OpenNTF Javascript AMD Aggregator
(C)Copyright 2012, 2013 IBM Corporation
This product includes software contributed to
OpenNTF Alliance (http://www.OpenNTF.org/)
This product is licensed under the terms of the Apache 2.0 license.
The product includes the following third party packages:
A Dojo patch file (for Dojo 1.7.2)
Licensed under the Dojo License - http://dojotoolkit.org/license
Available from http://dojotoolkit.org/
Rhino 1.7R2 - L2
Licensed under the MPL/GPL dual license. We have used the code under the MPL license - http://www.mozilla.org/MPL/
Availavle from https://developer.mozilla.org/en-US/docs/Rhino/Downloads_archive?redirectlocale=en-US&redirectslug=Rhino_downloads_archive
Google Closure Compiler r1918
Licensed under Apache 2.0
Available from http://code.google.com/p/closure-compiler/
Guava r9
Licensed under Apache 2.0
Available from http://guava-libraries.googlecode.com
Apache Commons-lang 2.3
Licensed under Apache 2.0
Available under http://jakarta.apache.org/site/downloads/downloads_commons-lang.cgi
Copyright 2001-2007 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
Apache Commons-IO 2.0.1
Licensed under Apache 2.0
Available from http://archive.apache.org/dist/commons/io/source/
Copyright 2002-2010 The Apache Software Foundation
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
Wink 1.1.3
Licensed under Apache 2.0
Available from http://cwiki.apache.org/WINK
Copyright (c) 2009-2012 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Dojo 1.8
Licensed under either the terms of the modified BSD license or the Academic Free License version 2.1
Available from http://dojotoolkit.org/
Concurrent LinkedHashMap 1.3.2
Licensed under Apache 2.0
Available from http://code.google.com/p/concurrentlinkedhashmap/
Apache Commons-Codec 1.3
Licensed under Apache 2.0
Available from http://commons.apache.org/proper/commons-codec/
Quire McKluisky Algoritm (Java), 2013-03-08
Licensed under MIT
Available from http://en.literateprograms.org/index.php?title=Special:DownloadCode/Quine-McCluskey_algorithm_%28Java%29&oldid=17357
/* Copyright (c) 2013 the authors listed at the following URL, and/or
the authors of referenced articles or incorporated external code:
http://en.literateprograms.org/Quine-McCluskey_algorithm_(Java)?action=history&offset= 20110925122251
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.