comparison LICENSE.md @ 7469:11800a6e526c

front-end: remove unused YUI
author domruf <dominikruf@gmail.com>
date Sun, 06 Aug 2017 12:46:03 +0200
parents 2e7ffb755d4f
children 006d68c4d7b9
comparison
equal deleted inserted replaced
7468:1f3b311e865f 7469:11800a6e526c
215 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 215 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
216 POSSIBILITY OF SUCH DAMAGE. 216 POSSIBILITY OF SUCH DAMAGE.
217 217
218 218
219 219
220 YUI
221 ---
222
223 Kallithea incorporates parts of the Javascript system called
224 [YUI 2 — Yahoo! User Interface Library](http://yui.github.io/yui2/docs/yui_2.9.0_full/),
225 which is made available under the [BSD License](http://yuilibrary.com/license/):
226
227 Copyright &copy; 2013 Yahoo! Inc. All rights reserved.
228
229 Redistribution and use of this software in source and binary forms, with or
230 without modification, are permitted provided that the following conditions are
231 met:
232
233 * Redistributions of source code must retain the above copyright notice, this
234 list of conditions and the following disclaimer.
235
236 * Redistributions in binary form must reproduce the above copyright notice,
237 this list of conditions and the following disclaimer in the documentation
238 and/or other materials provided with the distribution.
239
240 * Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be
241 used to endorse or promote products derived from this software without
242 specific prior written permission of Yahoo! Inc.
243
244 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
245 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
246 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
247 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
248 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
249 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
250 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
251 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
252 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
253 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
254
255
256 Kallithea includes a minified version of YUI 2.9. To build yui.2.9.js:
257
258 git clone https://github.com/yui/builder
259 git clone https://github.com/yui/yui2
260 cd yui2/
261 git checkout hudson-yui2-2800
262 ln -sf JumpToPageDropDown.js src/paginator/js/JumpToPageDropdown.js # work around inconsistent casing
263 rm -f tmp.js
264 for m in yahoo event dom animation datasource autocomplete event-delegate; do
265 rm -f build/$m/$m.js
266 ( 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
267 done
268 java -jar ../builder/componentbuild/lib/yuicompressor/yuicompressor-2.4.4.jar tmp.js -o yui.2.9.js
269
270 In compliance with GPLv3 the Corresponding Source for this Object Code is made
271 available on
272 [https://kallithea-scm.org/repos/mirror](https://kallithea-scm.org/repos/mirror).
273
274
275
276 YUI Flot
277 --------
278
279 Kallithea incorporates some CSS from a system called
280 [Flot](http://code.google.com/p/flot/), which is:
281
282 Copyright 2006 Google Inc.
283
284 Licensed under the Apache License, Version 2.0 (the "License");
285 you may not use this file except in compliance with the License.
286
287 A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
288 in this distribution.
289
290
291
292 Flot 220 Flot
293 ---- 221 ----
294 222
295 Kallithea uses some parts of a Javascript system called 223 Kallithea uses some parts of a Javascript system called
296 [Flot](http://www.flotcharts.org/), which is: 224 [Flot](http://www.flotcharts.org/), which is: