source: main/trunk/greenstone3/web/interfaces/default/style/themes/alt_theme_3/LICENSE.txt@ 36917

Last change on this file since 36917 was 36917, checked in by anupama, 17 months ago

With Carl's updates to jQuery UI 1.13.2 between revisions 36027 and 36028, the alt_themes 1 to 3 were removed from trac, I think because they used an older version of jQuery (v 1.11.x or 1.8.x I think). Following https://stackoverflow.com/questions/3802447/how-to-upgrade-a-custom-jquery-ui-theme, I used the URL with the instruction 'To view and modify this theme, visit (URL)' in each jquery-ui.theme.css or the 1.8 version of that css file to upgrade the old trac revision versions of the themes (recently missing from trac head) to version jQuery 1.13.2. Then I prefixed that content by copying in the CSS styles that preceded that upgrade URL in the defunct CSS stylesheet file. I am now committing the jQuery 1.13.2 compliant versions of the alt_theme_1 to alt_theme3.

File size: 1.8 KB
Line 
1Copyright jQuery Foundation and other contributors, https://jquery.org/
2
3This software consists of voluntary contributions made by many
4individuals. For exact contribution history, see the revision history
5available at https://github.com/jquery/jquery-ui
6
7The following license applies to all parts of this software except as
8documented below:
9
10====
11
12Permission is hereby granted, free of charge, to any person obtaining
13a copy of this software and associated documentation files (the
14"Software"), to deal in the Software without restriction, including
15without limitation the rights to use, copy, modify, merge, publish,
16distribute, sublicense, and/or sell copies of the Software, and to
17permit persons to whom the Software is furnished to do so, subject to
18the following conditions:
19
20The above copyright notice and this permission notice shall be
21included in all copies or substantial portions of the Software.
22
23THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
24EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
26NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
27LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
28OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
29WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30
31====
32
33Copyright and related rights for sample code are waived via CC0. Sample
34code is defined as all source code contained within the demos directory.
35
36CC0: http://creativecommons.org/publicdomain/zero/1.0/
37
38====
39
40All files located in the node_modules and external directories are
41externally maintained libraries used by this software which have their
42own licenses; we recommend you read them, as their terms may differ from
43the terms above.
Note: See TracBrowser for help on using the repository browser.