annotate LICENSE.md @ 6128:b4db7ff78343

js: remove mousetrap - the current keyboard bindings are quite unknown and irrelevant
author Mads Kiilerich <madski@unity3d.com>
date Fri, 12 Aug 2016 03:04:48 +0200
parents 7894a440e134
children 5ae3fff8994e
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
4125
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
101 Mergely
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
102 -------
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
103
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
104 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
105 [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
106 [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
107 [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
108 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
109 tri-license.
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
110
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
111
aa3b55946089 Migrate to Mergely 3.3.4.
"Bradley M. Kuhn" <bkuhn@ebb.org>
parents: 4124
diff changeset
112
4129
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
113 Select2
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
114 -------
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
115
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
116 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
117 [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
118
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
119 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
120
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
121 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
122
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
123 > 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
124 > "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
125 > 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
126 > 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
127 > 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
128
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
129 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
130 in this distribution.
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 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
133 Kallithea is GPLv3'd.
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
3e32980f50f2 Update LICENSE.md to include license information about Select2
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4127
diff changeset
136
4130
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
137 Select2-Bootstrap-CSS
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
138 ---------------------
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
139
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
140 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
141 [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
142 is:
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
143
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
144 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
145
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
146 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
147 [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
148
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
149
15e507047bae Incorporate CSS from select2-bootstrap-css & its license information.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4129
diff changeset
150
4134
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
151 History.js
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
152 ----------
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
153
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
154 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
155
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
156 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
157
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
158 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
159 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
160
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
161 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
162 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
163
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
164 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
165 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
166 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
167
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
168 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
169 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
170 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
171 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
172 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
173 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
174 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
175 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
176 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
177 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
178 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
179
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
180
0fef0864baa0 Update LICENSE.md to include license information about History.js
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4133
diff changeset
181
4131
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
182 YUI
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
183 ---
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
184
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
185 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
186 [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
187 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
188
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
189 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
190
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
191 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
192 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
193 met:
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
194
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
195 * 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
196 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
197
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
198 * 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
199 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
200 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
201
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
202 * 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
203 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
204 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
205
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
206 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
207 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
208 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
209 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
210 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
211 (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
212 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
213 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
214 (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
215 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
216
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 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
219
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
220 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
221 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
222 cd yui2/
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
223 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
224 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
225 rm -f tmp.js
5943
81a1eb6cd56e js: drop some unused parts of YUI
Mads Kiilerich <madski@unity3d.com>
parents: 5937
diff changeset
226 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
227 rm -f build/$m/$m.js
81a1eb6cd56e js: drop some unused parts of YUI
Mads Kiilerich <madski@unity3d.com>
parents: 5937
diff changeset
228 ( 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
229 done
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
230 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
231
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
232 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
233 available on
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
234 [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
235
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
236
31f510a88584 Update minified YUI to version 2.9 built from Source.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4130
diff changeset
237
4133
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
238 Flot
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
239 ----
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
240
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
241 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
242 [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
243
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
244 Copyright 2006 Google Inc.
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
245
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
246 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
247 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
248
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
249 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
250 in this distribution.
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
251
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
252
a1738072f2f6 Update LICENSE.md to include license information about Flot
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4131
diff changeset
253
4567
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
254 Icon fonts
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
255 ----------
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
256
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
257 Kallithea incorporates subsets of both
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
258 [Font Awesome](http://fontawesome.io) and
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
259 [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
260
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
261 Copyright (c) 2012, Dave Gandy
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
262
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
263 Octicons is:
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
264
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
265 Copyright (c) 2012-2014 GitHub
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
266
4ce49d57765b license: add font license info
Sean Farley <sean.michael.farley@gmail.com>
parents: 4563
diff changeset
267 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
268 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
269
4136
c558221cf702 Clarify copyright and license of Migrate
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents: 4134
diff changeset
270
4118
fd2dff0588bc Introduce LICENSE.md to include license information about Bootstrap 3.0.0
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
271 EOF