annotate LICENSE.md @ 4131:31f510a88584 rhodecode-2.2.5-gpl

Update minified YUI to version 2.9 built from Source. yui.2.9.js used to be a minified version of YUI 2.9 until 5143b8df576c updated it to something else and applied more aggresive minification. We stick to a clean but minified version 2.9. The license of YUI is BSD 3-clause, as described on http://yuilibrary.com/license/ . Since the minified version combines with GPLv3'd Javascript, it is only GPLv3'd compliant to distribute this Object Code version with the Corresponding Source (or offer therefor). This yui.2.9.js is built from Source this way: git clone https://github.com/yui/builder git clone https://github.com/yui/yui2 cd yui2/ git checkout hudson-yui2-2800 ln -sf JumpToPageDropDown.js src/paginator/js/JumpToPageDropdown.js # work around inconsistent casing rm -f tmp.js for m in yahoo event dom connection animation dragdrop element datasource autocomplete container event-delegate json datatable paginator; do rm -f build/$m/$m.js; ( cd src/$m && ant build deploybuild ) && sed -e 's,@VERSION@,2.9.0,g' -e 's,@BUILD@,2800,g' build/$m/$m.js >> tmp.js done java -jar ../builder/componentbuild/lib/yuicompressor/yuicompressor-2.4.4.jar tmp.js -o yui.2.9.js The source is mirrored and available on https://kallithea-scm.org/repos/mirror .
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:03:18 -0400
parents 15e507047bae
children a1738072f2f6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4118
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
1 Third-Party Code Included Herein
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
2 ================================
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
3
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
4 Various third-party code under GPLv3-compatible licenses is included as part
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
5 of Kallithea.
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
6
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
7
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
8
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
9 Bootstrap
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
10 ---------
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
11
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
12 Kallithea incorporates parts of the Javascript system called
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
13 [Bootstrap](http://getbootstrap.com/), which is:
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
14
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
15 Copyright &copy; 2012 Twitter, Inc.
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
16
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
17 and licensed under
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
18 [the Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
19
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
20 A copy of the Apache License 2.0 is also included in this distribution in its
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
21 entirety in the file Apache-License-2.0.txt
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
22
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
23
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
24
4121
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
25 Codemirror
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
26 ----------
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
27
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
28 Kallithea incorporates parts of the Javascript system called
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
29 [Codemirror](http://codemirror.net/), which is primarily:
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
30
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
31 Copyright &copy; 2013 by Marijn Haverbeke <marijnh@gmail.com>
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
32
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
33 and licensed under the MIT-permissive license, which is
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
34 [included in this distribution](MIT-Permissive-License.txt).
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
35
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
36 Additional files from upstream Codemirror are copyrighted by various authors
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
37 and licensed under other permissive licenses. The sub-directories under
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
38 [.../public/js/mode/](rhodecode/public/js/mode) include the copyright and
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
39 license notice and information as they appeared in Codemirror's upstream
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
40 release.
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
41
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
42
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
43
4124
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
44 jQuery
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
45 ------
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
46
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
47 Kallithea incorporates the Javascript system called
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
48 [jQuery](http://jquery.org/),
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
49 [herein](rhodecode/public/js/jquery-1.10.2.min.js), and the Corresponding
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
50 Source can be found in https://github.com/jquery/jquery at tag 1.10.2
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
51 (mirrored at https://kallithea-scm.org/repos/mirror/jquery/files/1.10.2/ ).
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
52
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
53 It is Copyright 2013 jQuery Foundation and other contributors http://jquery.com/ and is under an
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
54 [MIT-permissive license](MIT-Permissive-License.txt).
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
55
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
56
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
57
4127
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
58 Mousetrap
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
59 ---------
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
60
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
61 Kallithea incorporates parts of the Javascript system called
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
62 [Mousetrap](http://craig.is/killing/mice/), which is:
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
63
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
64 Copyright 2013 Craig Campbell
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
65
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
66 and licensed under
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
67 [the Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
68
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
69 A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
70 in this distribution.
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
71
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
72
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
73
4125
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
74 Mergely
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
75 -------
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
76
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
77 Kallithea incorporates some code from the Javascript system called
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
78 [Mergely](http://http://www.mergely.com/).
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
79 [Mergely's license](http://www.mergely.com/license.php), a
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
80 [copy of which is included in this repository](LICENSE-MERGELY.html),
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
81 is (GPL|LGPL|MPL). Kallithea as GPLv3'd project chooses the GPL arm of that
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
82 tri-license.
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
83
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
84
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
85
4129
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
86 Select2
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
87 -------
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
88
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
89 Kallithea incorporates parts of the Javascript system called
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
90 [Select2](http://ivaynberg.github.io/select2/), which is:
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
91
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
92 Copyright 2012 Igor Vaynberg (and probably others)
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
93
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
94 and is licensed [under the following license](https://github.com/ivaynberg/select2/blob/master/LICENSE):
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
95
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
96 > This software is licensed under the Apache License, Version 2.0 (the
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
97 > "Apache License") or the GNU General Public License version 2 (the "GPL
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
98 > License"). You may choose either license to govern your use of this
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
99 > software only upon the condition that you accept all of the terms of either
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
100 > the Apache License or the GPL License.
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
101
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
102 A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
103 in this distribution.
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
104
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
105 Kallithea will take the Apache license fork of the dual license, since
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
106 Kallithea is GPLv3'd.
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
107
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
108
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
109
4130
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
110 Select2-Bootstrap-CSS
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
111 ---------------------
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
112
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
113 Kallithea incorporates some CSS from a system called
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
114 [Select2-bootstrap-css](https://github.com/t0m/select2-bootstrap-css), which
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
115 is:
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
116
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
117 Copyright &copy; 2013 Tom Terrace (and likely others)
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
118
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
119 and licensed under the MIT-permissive license, which is
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
120 [included in this distribution](MIT-Permissive-License.txt).
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
121
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
122
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
123
4131
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
124 YUI
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
125 ---
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
126
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
127 Kallithea incorporates parts of the Javascript system called
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
128 [YUI 2 — Yahoo! User Interface Library](http://yui.github.io/yui2/docs/yui_2.9.0_full/),
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
129 which is made available under the [BSD License](http://yuilibrary.com/license/):
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
130
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
131 Copyright &copy; 2013 Yahoo! Inc. All rights reserved.
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
132
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
133 Redistribution and use of this software in source and binary forms, with or
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
134 without modification, are permitted provided that the following conditions are
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
135 met:
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
136
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
137 * Redistributions of source code must retain the above copyright notice, this
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
138 list of conditions and the following disclaimer.
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
139
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
140 * Redistributions in binary form must reproduce the above copyright notice,
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
141 this list of conditions and the following disclaimer in the documentation
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
142 and/or other materials provided with the distribution.
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
143
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
144 * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
145 used to endorse or promote products derived from this software without
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
146 specific prior written permission of Yahoo! Inc.
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
147
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
148 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
149 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
150 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
151 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
152 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
153 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
154 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
155 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
156 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
157 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
158
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
159
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
160 Kallithea includes a minified version of YUI 2.9. To build yui.2.9.js:
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
161
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
162 git clone https://github.com/yui/builder
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
163 git clone https://github.com/yui/yui2
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
164 cd yui2/
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
165 git checkout hudson-yui2-2800
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
166 ln -sf JumpToPageDropDown.js src/paginator/js/JumpToPageDropdown.js # work around inconsistent casing
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
167 rm -f tmp.js
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
168 for m in yahoo event dom connection animation dragdrop element datasource autocomplete container event-delegate json datatable paginator; do
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
169 rm -f build/\$m/\$m.js
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
170 ( cd src/\$m && ant build deploybuild ) && sed -e 's,@VERSION@,2.9.0,g' -e 's,@BUILD@,2800,g' build/\$m/\$m.js >> tmp.js
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
171 done
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
172 java -jar ../builder/componentbuild/lib/yuicompressor/yuicompressor-2.4.4.jar tmp.js -o yui.2.9.js
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
173
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
174 In compliance with GPLv3 the Corresponding Source for this Object Code is made
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
175 available on
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
176 [https://kallithea-scm.org/repos/mirror](https://kallithea-scm.org/repos/mirror).
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
177
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
178
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
179
4118
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
180 EOF