##// END OF EJS Templates
Clarify copyright and license of Migrate
Bradley M. Kuhn -
r4136:c558221c rhodecode-2.2.5-gpl
parent child Browse files
Show More
@@ -1,227 +1,241 b''
1 Third-Party Code Included Herein
1 Third-Party Code Included Herein
2 ================================
2 ================================
3
3
4 Various third-party code under GPLv3-compatible licenses is included as part
4 Various third-party code under GPLv3-compatible licenses is included as part
5 of Kallithea.
5 of Kallithea.
6
6
7
7
8
8
9 Bootstrap
9 Bootstrap
10 ---------
10 ---------
11
11
12 Kallithea incorporates parts of the Javascript system called
12 Kallithea incorporates parts of the Javascript system called
13 [Bootstrap](http://getbootstrap.com/), which is:
13 [Bootstrap](http://getbootstrap.com/), which is:
14
14
15 Copyright © 2012 Twitter, Inc.
15 Copyright © 2012 Twitter, Inc.
16
16
17 and licensed under
17 and licensed under
18 [the Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
18 [the Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
19
19
20 A copy of the Apache License 2.0 is also included in this distribution in its
20 A copy of the Apache License 2.0 is also included in this distribution in its
21 entirety in the file Apache-License-2.0.txt
21 entirety in the file Apache-License-2.0.txt
22
22
23
23
24
24
25 Codemirror
25 Codemirror
26 ----------
26 ----------
27
27
28 Kallithea incorporates parts of the Javascript system called
28 Kallithea incorporates parts of the Javascript system called
29 [Codemirror](http://codemirror.net/), which is primarily:
29 [Codemirror](http://codemirror.net/), which is primarily:
30
30
31 Copyright &copy; 2013 by Marijn Haverbeke <marijnh@gmail.com>
31 Copyright &copy; 2013 by Marijn Haverbeke <marijnh@gmail.com>
32
32
33 and licensed under the MIT-permissive license, which is
33 and licensed under the MIT-permissive license, which is
34 [included in this distribution](MIT-Permissive-License.txt).
34 [included in this distribution](MIT-Permissive-License.txt).
35
35
36 Additional files from upstream Codemirror are copyrighted by various authors
36 Additional files from upstream Codemirror are copyrighted by various authors
37 and licensed under other permissive licenses. The sub-directories under
37 and licensed under other permissive licenses. The sub-directories under
38 [.../public/js/mode/](rhodecode/public/js/mode) include the copyright and
38 [.../public/js/mode/](rhodecode/public/js/mode) include the copyright and
39 license notice and information as they appeared in Codemirror's upstream
39 license notice and information as they appeared in Codemirror's upstream
40 release.
40 release.
41
41
42
42
43
43
44 jQuery
44 jQuery
45 ------
45 ------
46
46
47 Kallithea incorporates the Javascript system called
47 Kallithea incorporates the Javascript system called
48 [jQuery](http://jquery.org/),
48 [jQuery](http://jquery.org/),
49 [herein](rhodecode/public/js/jquery-1.10.2.min.js), and the Corresponding
49 [herein](rhodecode/public/js/jquery-1.10.2.min.js), and the Corresponding
50 Source can be found in https://github.com/jquery/jquery at tag 1.10.2
50 Source can be found in https://github.com/jquery/jquery at tag 1.10.2
51 (mirrored at https://kallithea-scm.org/repos/mirror/jquery/files/1.10.2/ ).
51 (mirrored at https://kallithea-scm.org/repos/mirror/jquery/files/1.10.2/ ).
52
52
53 It is Copyright 2013 jQuery Foundation and other contributors http://jquery.com/ and is under an
53 It is Copyright 2013 jQuery Foundation and other contributors http://jquery.com/ and is under an
54 [MIT-permissive license](MIT-Permissive-License.txt).
54 [MIT-permissive license](MIT-Permissive-License.txt).
55
55
56
56
57
57
58 Mousetrap
58 Mousetrap
59 ---------
59 ---------
60
60
61 Kallithea incorporates parts of the Javascript system called
61 Kallithea incorporates parts of the Javascript system called
62 [Mousetrap](http://craig.is/killing/mice/), which is:
62 [Mousetrap](http://craig.is/killing/mice/), which is:
63
63
64 Copyright 2013 Craig Campbell
64 Copyright 2013 Craig Campbell
65
65
66 and licensed under
66 and licensed under
67 [the Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
67 [the Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
68
68
69 A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
69 A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
70 in this distribution.
70 in this distribution.
71
71
72
72
73
73
74 Mergely
74 Mergely
75 -------
75 -------
76
76
77 Kallithea incorporates some code from the Javascript system called
77 Kallithea incorporates some code from the Javascript system called
78 [Mergely](http://http://www.mergely.com/).
78 [Mergely](http://http://www.mergely.com/).
79 [Mergely's license](http://www.mergely.com/license.php), a
79 [Mergely's license](http://www.mergely.com/license.php), a
80 [copy of which is included in this repository](LICENSE-MERGELY.html),
80 [copy of which is included in this repository](LICENSE-MERGELY.html),
81 is (GPL|LGPL|MPL). Kallithea as GPLv3'd project chooses the GPL arm of that
81 is (GPL|LGPL|MPL). Kallithea as GPLv3'd project chooses the GPL arm of that
82 tri-license.
82 tri-license.
83
83
84
84
85
85
86 Select2
86 Select2
87 -------
87 -------
88
88
89 Kallithea incorporates parts of the Javascript system called
89 Kallithea incorporates parts of the Javascript system called
90 [Select2](http://ivaynberg.github.io/select2/), which is:
90 [Select2](http://ivaynberg.github.io/select2/), which is:
91
91
92 Copyright 2012 Igor Vaynberg (and probably others)
92 Copyright 2012 Igor Vaynberg (and probably others)
93
93
94 and is licensed [under the following license](https://github.com/ivaynberg/select2/blob/master/LICENSE):
94 and is licensed [under the following license](https://github.com/ivaynberg/select2/blob/master/LICENSE):
95
95
96 > This software is licensed under the Apache License, Version 2.0 (the
96 > This software is licensed under the Apache License, Version 2.0 (the
97 > "Apache License") or the GNU General Public License version 2 (the "GPL
97 > "Apache License") or the GNU General Public License version 2 (the "GPL
98 > License"). You may choose either license to govern your use of this
98 > License"). You may choose either license to govern your use of this
99 > software only upon the condition that you accept all of the terms of either
99 > software only upon the condition that you accept all of the terms of either
100 > the Apache License or the GPL License.
100 > the Apache License or the GPL License.
101
101
102 A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
102 A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
103 in this distribution.
103 in this distribution.
104
104
105 Kallithea will take the Apache license fork of the dual license, since
105 Kallithea will take the Apache license fork of the dual license, since
106 Kallithea is GPLv3'd.
106 Kallithea is GPLv3'd.
107
107
108
108
109
109
110 Select2-Bootstrap-CSS
110 Select2-Bootstrap-CSS
111 ---------------------
111 ---------------------
112
112
113 Kallithea incorporates some CSS from a system called
113 Kallithea incorporates some CSS from a system called
114 [Select2-bootstrap-css](https://github.com/t0m/select2-bootstrap-css), which
114 [Select2-bootstrap-css](https://github.com/t0m/select2-bootstrap-css), which
115 is:
115 is:
116
116
117 Copyright &copy; 2013 Tom Terrace (and likely others)
117 Copyright &copy; 2013 Tom Terrace (and likely others)
118
118
119 and licensed under the MIT-permissive license, which is
119 and licensed under the MIT-permissive license, which is
120 [included in this distribution](MIT-Permissive-License.txt).
120 [included in this distribution](MIT-Permissive-License.txt).
121
121
122
122
123
123
124 History.js
124 History.js
125 ----------
125 ----------
126
126
127 Kallithea incorporates some CSS from a system called History.js, which is
127 Kallithea incorporates some CSS from a system called History.js, which is
128
128
129 Copyright 2010-2011 Benjamin Arthur Lupton <contact@balupton.com>
129 Copyright 2010-2011 Benjamin Arthur Lupton <contact@balupton.com>
130
130
131 Redistribution and use in source and binary forms, with or without
131 Redistribution and use in source and binary forms, with or without
132 modification, are permitted provided that the following conditions are met:
132 modification, are permitted provided that the following conditions are met:
133
133
134 1. Redistributions of source code must retain the above copyright notice,
134 1. Redistributions of source code must retain the above copyright notice,
135 this list of conditions and the following disclaimer.
135 this list of conditions and the following disclaimer.
136
136
137 2. Redistributions in binary form must reproduce the above copyright notice,
137 2. Redistributions in binary form must reproduce the above copyright notice,
138 this list of conditions and the following disclaimer in the documentation
138 this list of conditions and the following disclaimer in the documentation
139 and/or other materials provided with the distribution.
139 and/or other materials provided with the distribution.
140
140
141 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
141 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
142 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
142 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
143 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
143 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
144 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
144 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
145 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
145 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
146 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
146 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
147 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
147 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
148 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
148 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
149 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
149 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
150 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
150 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
151 POSSIBILITY OF SUCH DAMAGE.
151 POSSIBILITY OF SUCH DAMAGE.
152
152
153
153
154
154
155 YUI
155 YUI
156 ---
156 ---
157
157
158 Kallithea incorporates parts of the Javascript system called
158 Kallithea incorporates parts of the Javascript system called
159 [YUI 2 — Yahoo! User Interface Library](http://yui.github.io/yui2/docs/yui_2.9.0_full/),
159 [YUI 2 — Yahoo! User Interface Library](http://yui.github.io/yui2/docs/yui_2.9.0_full/),
160 which is made available under the [BSD License](http://yuilibrary.com/license/):
160 which is made available under the [BSD License](http://yuilibrary.com/license/):
161
161
162 Copyright &copy; 2013 Yahoo! Inc. All rights reserved.
162 Copyright &copy; 2013 Yahoo! Inc. All rights reserved.
163
163
164 Redistribution and use of this software in source and binary forms, with or
164 Redistribution and use of this software in source and binary forms, with or
165 without modification, are permitted provided that the following conditions are
165 without modification, are permitted provided that the following conditions are
166 met:
166 met:
167
167
168 * Redistributions of source code must retain the above copyright notice, this
168 * Redistributions of source code must retain the above copyright notice, this
169 list of conditions and the following disclaimer.
169 list of conditions and the following disclaimer.
170
170
171 * Redistributions in binary form must reproduce the above copyright notice,
171 * Redistributions in binary form must reproduce the above copyright notice,
172 this list of conditions and the following disclaimer in the documentation
172 this list of conditions and the following disclaimer in the documentation
173 and/or other materials provided with the distribution.
173 and/or other materials provided with the distribution.
174
174
175 * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be
175 * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be
176 used to endorse or promote products derived from this software without
176 used to endorse or promote products derived from this software without
177 specific prior written permission of Yahoo! Inc.
177 specific prior written permission of Yahoo! Inc.
178
178
179 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
179 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
180 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
180 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
181 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
181 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
182 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
182 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
183 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
183 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
184 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
184 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
185 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
185 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
186 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
186 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
187 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
187 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
188 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
188 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
189
189
190
190
191 Kallithea includes a minified version of YUI 2.9. To build yui.2.9.js:
191 Kallithea includes a minified version of YUI 2.9. To build yui.2.9.js:
192
192
193 git clone https://github.com/yui/builder
193 git clone https://github.com/yui/builder
194 git clone https://github.com/yui/yui2
194 git clone https://github.com/yui/yui2
195 cd yui2/
195 cd yui2/
196 git checkout hudson-yui2-2800
196 git checkout hudson-yui2-2800
197 ln -sf JumpToPageDropDown.js src/paginator/js/JumpToPageDropdown.js # work around inconsistent casing
197 ln -sf JumpToPageDropDown.js src/paginator/js/JumpToPageDropdown.js # work around inconsistent casing
198 rm -f tmp.js
198 rm -f tmp.js
199 for m in yahoo event dom connection animation dragdrop element datasource autocomplete container event-delegate json datatable paginator; do
199 for m in yahoo event dom connection animation dragdrop element datasource autocomplete container event-delegate json datatable paginator; do
200 rm -f build/\$m/\$m.js
200 rm -f build/\$m/\$m.js
201 ( 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
201 ( 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
202 done
202 done
203 java -jar ../builder/componentbuild/lib/yuicompressor/yuicompressor-2.4.4.jar tmp.js -o yui.2.9.js
203 java -jar ../builder/componentbuild/lib/yuicompressor/yuicompressor-2.4.4.jar tmp.js -o yui.2.9.js
204
204
205 In compliance with GPLv3 the Corresponding Source for this Object Code is made
205 In compliance with GPLv3 the Corresponding Source for this Object Code is made
206 available on
206 available on
207 [https://kallithea-scm.org/repos/mirror](https://kallithea-scm.org/repos/mirror).
207 [https://kallithea-scm.org/repos/mirror](https://kallithea-scm.org/repos/mirror).
208
208
209
209
210
210
211 Flot
211 Flot
212 ----
212 ----
213
213
214 Kallithea incorporates some CSS from a system called
214 Kallithea incorporates some CSS from a system called
215 [Flot](http://code.google.com/p/flot/), which is:
215 [Flot](http://code.google.com/p/flot/), which is:
216
216
217 Copyright 2006 Google Inc.
217 Copyright 2006 Google Inc.
218
218
219 Licensed under the Apache License, Version 2.0 (the "License");
219 Licensed under the Apache License, Version 2.0 (the "License");
220 you may not use this file except in compliance with the License.
220 you may not use this file except in compliance with the License.
221
221
222 A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
222 A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
223 in this distribution.
223 in this distribution.
224
224
225
225
226
226
227 Migrate
228 -------
229
230 Kallithea incorporates in rhodecode/lib/dbmigrate/migrate parts of the Python
231 system called [Migrate or sqlalchemy-migrate](https://github.com/stackforge/sqlalchemy-migrate),
232 which is:
233
234 Copyright (c) 2009 Evan Rosson, Jan Dittberner, Domen Kožar
235
236 and licensed under the MIT-permissive license, which is
237 [included in this distribution](MIT-Permissive-License.txt).
238
239
240
227 EOF
241 EOF
General Comments 0
You need to be logged in to leave comments. Login now