##// END OF EJS Templates
Update LICENSE.md to include license information about Mousetrap.
Bradley M. Kuhn -
r4127:f8bb2cf6 rhodecode-2.2.5-gpl
parent child Browse files
Show More
@@ -1,70 +1,86 b''
1 Third-Party Code Included Herein
1 Third-Party Code Included Herein
2 ================================
2 ================================
3
3
4 Various third-party code under GPLv3-compatible licenses is included as part
4 Various third-party code under GPLv3-compatible licenses is included as part
5 of Kallithea.
5 of Kallithea.
6
6
7
7
8
8
9 Bootstrap
9 Bootstrap
10 ---------
10 ---------
11
11
12 Kallithea incorporates parts of the Javascript system called
12 Kallithea incorporates parts of the Javascript system called
13 [Bootstrap](http://getbootstrap.com/), which is:
13 [Bootstrap](http://getbootstrap.com/), which is:
14
14
15 Copyright © 2012 Twitter, Inc.
15 Copyright © 2012 Twitter, Inc.
16
16
17 and licensed under
17 and licensed under
18 [the Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
18 [the Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
19
19
20 A copy of the Apache License 2.0 is also included in this distribution in its
20 A copy of the Apache License 2.0 is also included in this distribution in its
21 entirety in the file Apache-License-2.0.txt
21 entirety in the file Apache-License-2.0.txt
22
22
23
23
24
24
25 Codemirror
25 Codemirror
26 ----------
26 ----------
27
27
28 Kallithea incorporates parts of the Javascript system called
28 Kallithea incorporates parts of the Javascript system called
29 [Codemirror](http://codemirror.net/), which is primarily:
29 [Codemirror](http://codemirror.net/), which is primarily:
30
30
31 Copyright &copy; 2013 by Marijn Haverbeke <marijnh@gmail.com>
31 Copyright &copy; 2013 by Marijn Haverbeke <marijnh@gmail.com>
32
32
33 and licensed under the MIT-permissive license, which is
33 and licensed under the MIT-permissive license, which is
34 [included in this distribution](MIT-Permissive-License.txt).
34 [included in this distribution](MIT-Permissive-License.txt).
35
35
36 Additional files from upstream Codemirror are copyrighted by various authors
36 Additional files from upstream Codemirror are copyrighted by various authors
37 and licensed under other permissive licenses. The sub-directories under
37 and licensed under other permissive licenses. The sub-directories under
38 [.../public/js/mode/](rhodecode/public/js/mode) include the copyright and
38 [.../public/js/mode/](rhodecode/public/js/mode) include the copyright and
39 license notice and information as they appeared in Codemirror's upstream
39 license notice and information as they appeared in Codemirror's upstream
40 release.
40 release.
41
41
42
42
43
43
44 jQuery
44 jQuery
45 ------
45 ------
46
46
47 Kallithea incorporates the Javascript system called
47 Kallithea incorporates the Javascript system called
48 [jQuery](http://jquery.org/),
48 [jQuery](http://jquery.org/),
49 [herein](rhodecode/public/js/jquery-1.10.2.min.js), and the Corresponding
49 [herein](rhodecode/public/js/jquery-1.10.2.min.js), and the Corresponding
50 Source can be found in https://github.com/jquery/jquery at tag 1.10.2
50 Source can be found in https://github.com/jquery/jquery at tag 1.10.2
51 (mirrored at https://kallithea-scm.org/repos/mirror/jquery/files/1.10.2/ ).
51 (mirrored at https://kallithea-scm.org/repos/mirror/jquery/files/1.10.2/ ).
52
52
53 It is Copyright 2013 jQuery Foundation and other contributors http://jquery.com/ and is under an
53 It is Copyright 2013 jQuery Foundation and other contributors http://jquery.com/ and is under an
54 [MIT-permissive license](MIT-Permissive-License.txt).
54 [MIT-permissive license](MIT-Permissive-License.txt).
55
55
56
56
57
57
58 Mousetrap
59 ---------
60
61 Kallithea incorporates parts of the Javascript system called
62 [Mousetrap](http://craig.is/killing/mice/), which is:
63
64 Copyright 2013 Craig Campbell
65
66 and licensed under
67 [the Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
68
69 A [copy of the Apache License 2.0](Apache-License-2.0.txt) is also included
70 in this distribution.
71
72
73
58 Mergely
74 Mergely
59 -------
75 -------
60
76
61 Kallithea incorporates some code from the Javascript system called
77 Kallithea incorporates some code from the Javascript system called
62 [Mergely](http://http://www.mergely.com/).
78 [Mergely](http://http://www.mergely.com/).
63 [Mergely's license](http://www.mergely.com/license.php), a
79 [Mergely's license](http://www.mergely.com/license.php), a
64 [copy of which is included in this repository](LICENSE-MERGELY.html),
80 [copy of which is included in this repository](LICENSE-MERGELY.html),
65 is (GPL|LGPL|MPL). Kallithea as GPLv3'd project chooses the GPL arm of that
81 is (GPL|LGPL|MPL). Kallithea as GPLv3'd project chooses the GPL arm of that
66 tri-license.
82 tri-license.
67
83
68
84
69
85
70 EOF
86 EOF
General Comments 0
You need to be logged in to leave comments. Login now