annotate LICENSE.md @ 6017:7894a440e134

db: add Alembic "migration environment" Add in kallithea/alembic an unmodified Alembic "migration environment", as generated by 'alembic init': Copyright (C) 2009-2016 by Michael Bayer. Alembic is a trademark of Michael Bayer. Also update LICENSE, MANIFEST and setup metadata.
author Søren Løvborg <sorenl@unity3d.com>
date Thu, 02 Jun 2016 13:21:59 +0200
parents 968f2d4214e8
children b4db7ff78343
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4208
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
1 Kallithea License
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
2 =================
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
3
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
4 Kallithea as a whole is copyrighted by various authors and is licensed under
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
5 the terms of the GNU General Public License, version 3 (GPLv3), which is a
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
6 license published by the Free Software Foundation,
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
7 Inc. [A copy of GPLv3](/COPYING) is included herein.
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
8
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
9 Some individual files have copyright notices and those who offer changes to
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
10 those files should update the copyright notices in those specific files if
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
11 they so chose.
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
12
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
13 However, the definitive list of copyright holders for this project is kept in
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
14 [the about page template](kallithea/templates/about.html) so that it is
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
15 displayed appropriately when Kallithea is installed. This is the most
5379
1949ece749ce cleanup: fix whitespace in CONTRIBUTORS (and other forgotten files) too
Mads Kiilerich <madski@unity3d.com>
parents: 5018
diff changeset
16 important place to update copyright notices.
4208
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
17
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
18 Third-Party Code Incorporated in Kallithea
ad38f9f93b3b Correct licensing information in individual files.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4186
diff changeset
19 ==========================================
4118
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
20
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
21 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
22 of Kallithea.
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
6017
7894a440e134 db: add Alembic "migration environment"
Søren Løvborg <sorenl@unity3d.com>
parents: 6015
diff changeset
25 Alembic
7894a440e134 db: add Alembic "migration environment"
Søren Løvborg <sorenl@unity3d.com>
parents: 6015
diff changeset
26 -------
7894a440e134 db: add Alembic "migration environment"
Søren Løvborg <sorenl@unity3d.com>
parents: 6015
diff changeset
27
7894a440e134 db: add Alembic "migration environment"
Søren Løvborg <sorenl@unity3d.com>
parents: 6015
diff changeset
28 Kallithea incorporates an [Alembic](http://alembic.zzzcomputing.com/en/latest/)
7894a440e134 db: add Alembic "migration environment"
Søren Løvborg <sorenl@unity3d.com>
parents: 6015
diff changeset
29 "migration environment" in `kallithea/alembic`, portions of which is:
7894a440e134 db: add Alembic "migration environment"
Søren Løvborg <sorenl@unity3d.com>
parents: 6015
diff changeset
30
7894a440e134 db: add Alembic "migration environment"
Søren Løvborg <sorenl@unity3d.com>
parents: 6015
diff changeset
31 Copyright &copy; 2009-2016 by Michael Bayer.
7894a440e134 db: add Alembic "migration environment"
Søren Løvborg <sorenl@unity3d.com>
parents: 6015
diff changeset
32 Alembic is a trademark of Michael Bayer.
7894a440e134 db: add Alembic "migration environment"
Søren Løvborg <sorenl@unity3d.com>
parents: 6015
diff changeset
33
7894a440e134 db: add Alembic "migration environment"
Søren Løvborg <sorenl@unity3d.com>
parents: 6015
diff changeset
34 and licensed under the MIT-permissive license, which is
7894a440e134 db: add Alembic "migration environment"
Søren Løvborg <sorenl@unity3d.com>
parents: 6015
diff changeset
35 [included in this distribution](MIT-Permissive-License.txt).
7894a440e134 db: add Alembic "migration environment"
Søren Løvborg <sorenl@unity3d.com>
parents: 6015
diff changeset
36
4118
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
37
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
38 Bootstrap
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
39 ---------
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
40
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
41 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
42 [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
43
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
44 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
45
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
46 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
47 [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
48
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
49 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
50 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
51
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
52
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
53
4121
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
54 Codemirror
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
55 ----------
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
56
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
57 Kallithea incorporates parts of the Javascript system called
4563
c384703b3ae3 codemirror: updated to version 4.7
Christian Oyarzun <oyarzun@gmail.com>
parents: 4540
diff changeset
58 [Codemirror](http://codemirror.net/), version 4.7.0, which is primarily:
4121
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
59
4563
c384703b3ae3 codemirror: updated to version 4.7
Christian Oyarzun <oyarzun@gmail.com>
parents: 4540
diff changeset
60 Copyright &copy; 2013-2014 by Marijn Haverbeke <marijnh@gmail.com>
4121
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
61
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
62 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
63 [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
64
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
65 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
66 and licensed under other permissive licenses. The sub-directories under
4539
b4d77d1c710c codemirror: move everything to separate codemirror folder - splitting it up in css and js serves no purpose
Mads Kiilerich <madski@unity3d.com>
parents: 4208
diff changeset
67 [.../public/codemirror](kallithea/public/codemirror) include the copyright and
4121
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
68 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
69 release.
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
70
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
71
8c543e371e39 Update LICENSE.md to include license information about Codemirror 3.15
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4118
diff changeset
72
4124
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
73 jQuery
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
74 ------
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
75
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
76 Kallithea incorporates the Javascript system called
5936
7a4dec17e837 js: update jQuery to 1.12.3
Mads Kiilerich <madski@unity3d.com>
parents: 5379
diff changeset
77 [jQuery](http://jquery.org/), [herein](kallithea/public/js/jquery.min.js),
7a4dec17e837 js: update jQuery to 1.12.3
Mads Kiilerich <madski@unity3d.com>
parents: 5379
diff changeset
78 which can be found together with its Corresponding Source in
7a4dec17e837 js: update jQuery to 1.12.3
Mads Kiilerich <madski@unity3d.com>
parents: 5379
diff changeset
79 https://github.com/jquery/jquery at tag 1.12.3 (mirrored at
7a4dec17e837 js: update jQuery to 1.12.3
Mads Kiilerich <madski@unity3d.com>
parents: 5379
diff changeset
80 https://kallithea-scm.org/repos/mirror/jquery/files/1.12.3/ ).
4124
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
81
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
82 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
83 [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
84
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
85
34a887bd21ae Update LICENSE.md to include license information about jQueery 1.10.2
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4121
diff changeset
86
5937
4e78a8ed3f07 datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
Daniel Hobley <danielh@unity3d.com>
parents: 5936
diff changeset
87 DataTables
4e78a8ed3f07 datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
Daniel Hobley <danielh@unity3d.com>
parents: 5936
diff changeset
88 ----------
4e78a8ed3f07 datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
Daniel Hobley <danielh@unity3d.com>
parents: 5936
diff changeset
89
4e78a8ed3f07 datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
Daniel Hobley <danielh@unity3d.com>
parents: 5936
diff changeset
90 Kallithea incorporates the Javascript system called
4e78a8ed3f07 datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
Daniel Hobley <danielh@unity3d.com>
parents: 5936
diff changeset
91 [DataTables](http://www.datatables.net/) (jquery.dataTables.min.js and .css)
4e78a8ed3f07 datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
Daniel Hobley <danielh@unity3d.com>
parents: 5936
diff changeset
92 which can be found together with their Corresponding Source in
4e78a8ed3f07 datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
Daniel Hobley <danielh@unity3d.com>
parents: 5936
diff changeset
93 https://github.com/DataTables/DataTables at tag 1.10.11 (mirrored at
4e78a8ed3f07 datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
Daniel Hobley <danielh@unity3d.com>
parents: 5936
diff changeset
94 https://kallithea-scm.org/repos/mirror/DataTables/files/1.10.11/ ).
4e78a8ed3f07 datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
Daniel Hobley <danielh@unity3d.com>
parents: 5936
diff changeset
95
4e78a8ed3f07 datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
Daniel Hobley <danielh@unity3d.com>
parents: 5936
diff changeset
96 It is Copyright 2008-2015 SpryMedia Ltd. and is under an
4e78a8ed3f07 datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
Daniel Hobley <danielh@unity3d.com>
parents: 5936
diff changeset
97 [MIT-permissive license](MIT-Permissive-License.txt).
4e78a8ed3f07 datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
Daniel Hobley <danielh@unity3d.com>
parents: 5936
diff changeset
98
4e78a8ed3f07 datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
Daniel Hobley <danielh@unity3d.com>
parents: 5936
diff changeset
99
4e78a8ed3f07 datatables: introduce jQuery DataTables to replace YAHOO.widget.DataTable
Daniel Hobley <danielh@unity3d.com>
parents: 5936
diff changeset
100
4127
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
101 Mousetrap
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
102 ---------
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
103
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
104 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
105 [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
106
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
107 Copyright 2013 Craig Campbell
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
108
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
109 and licensed under
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
110 [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
111
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
112 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
113 in this distribution.
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
114
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
115
f8bb2cf6bdaf Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4125
diff changeset
116
4125
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
117 Mergely
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
118 -------
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
119
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
120 Kallithea incorporates some code from the Javascript system called
5018
991308f49979 doc: remove extra scheme from Mergely URL
Kevin Bullock <kbullock@ringworld.org>
parents: 4789
diff changeset
121 [Mergely](http://www.mergely.com/), version 3.3.9.
4125
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
122 [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
123 [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
124 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
125 tri-license.
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
126
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
127
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
128
4129
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
129 Select2
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
130 -------
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
131
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
132 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
133 [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
134
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
135 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
136
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
137 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
138
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
139 > 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
140 > "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
141 > 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
142 > 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
143 > 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
144
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
145 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
146 in this distribution.
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
147
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
148 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
149 Kallithea is GPLv3'd.
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
150
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
151
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
152
4130
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
153 Select2-Bootstrap-CSS
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
154 ---------------------
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
155
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
156 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
157 [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
158 is:
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
159
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
160 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
161
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
162 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
163 [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
164
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
165
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
166
4134
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
167 History.js
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
168 ----------
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
169
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
170 Kallithea incorporates some CSS from a system called History.js, which is
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
171
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
172 Copyright 2010-2011 Benjamin Arthur Lupton <contact@balupton.com>
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
173
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
174 Redistribution and use in source and binary forms, with or without
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
175 modification, are permitted provided that the following conditions are met:
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
176
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
177 1. Redistributions of source code must retain the above copyright notice,
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
178 this list of conditions and the following disclaimer.
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
179
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
180 2. Redistributions in binary form must reproduce the above copyright notice,
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
181 this list of conditions and the following disclaimer in the documentation
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
182 and/or other materials provided with the distribution.
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
183
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
184 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
185 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
186 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
187 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
188 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
189 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
190 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
191 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
192 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
193 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
194 POSSIBILITY OF SUCH DAMAGE.
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
195
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
196
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
197
4131
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
198 YUI
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
199 ---
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
200
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
201 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
202 [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
203 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
204
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
205 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
206
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
207 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
208 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
209 met:
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
210
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
211 * 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
212 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
213
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
214 * 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
215 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
216 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
217
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
218 * 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
219 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
220 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
221
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
222 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
223 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
224 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
225 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
226 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
227 (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
228 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
229 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
230 (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
231 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
232
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
233
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
234 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
235
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
236 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
237 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
238 cd yui2/
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
239 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
240 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
241 rm -f tmp.js
5943
81a1eb6cd56e js: drop some unused parts of YUI
Mads Kiilerich <madski@unity3d.com>
parents: 5937
diff changeset
242 for m in yahoo event dom animation datasource autocomplete event-delegate; do
81a1eb6cd56e js: drop some unused parts of YUI
Mads Kiilerich <madski@unity3d.com>
parents: 5937
diff changeset
243 rm -f build/$m/$m.js
81a1eb6cd56e js: drop some unused parts of YUI
Mads Kiilerich <madski@unity3d.com>
parents: 5937
diff changeset
244 ( 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
4131
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
245 done
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
246 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
247
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
248 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
249 available on
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
250 [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
251
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
252
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
253
4133
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
254 Flot
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
255 ----
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
256
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
257 Kallithea incorporates some CSS from a system called
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
258 [Flot](http://code.google.com/p/flot/), which is:
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
259
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
260 Copyright 2006 Google Inc.
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
261
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
262 Licensed under the Apache License, Version 2.0 (the "License");
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
263 you may not use this file except in compliance with the License.
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
264
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
265 A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
266 in this distribution.
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
267
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
268
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
269
4567
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
270 Icon fonts
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
271 ----------
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
272
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
273 Kallithea incorporates subsets of both
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
274 [Font Awesome](http://fontawesome.io) and
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
275 [GitHub Octicons](https://octicons.github.com) for icons. Font Awesome is:
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
276
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
277 Copyright (c) 2012, Dave Gandy
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
278
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
279 Octicons is:
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
280
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
281 Copyright (c) 2012-2014 GitHub
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
282
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
283 These two sets are distributed under [SIL OFL 1.1](http://scripts.sil.org/OFL)
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
284 and have been combined into one font called "kallithea."
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
285
4136
c558221cf702 Clarify copyright and license of Migrate
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4134
diff changeset
286
4118
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
287 EOF