-
Notifications
You must be signed in to change notification settings - Fork 128
/
NOTICE.txt
162 lines (128 loc) · 4.84 KB
/
NOTICE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
Some components of Talkyard are copyrighted by other people and licensed
under licenses that are compatible to the terms of the GNU Affero
General Public License, e.g. Apache 2 and MIT. See the respective
components, including:
Javascript and CSS:
(This list might be incomplete. See package.json for a complete list of
client side modules, and run `yarn install` to download licenses and
copyrights to `node_modules/`. See project/Build.scala for server side stuff.)
- angular-slugify (but all Angular stuff removed)
./client/third-party/non-angular-slugify.js
Copyright © 2013 Paul Smith <[email protected]>
MIT license
- Bliss
./lient/third-party/bliss.shy.js
Copyright (c) 2015 Lea Verou
The MIT License (MIT)
https://github.com/LeaVerou/bliss
- Bootstrap
./modules/twitter-bootstrap/
Copyright 2012 Twitter, Inc.
Apache License v2.0
http://twitter.github.io/bootstrap/
- Caret.js
./bower_components/Caret.js/LICENSE-MIT
Copyright (c) 2013 [email protected]
MIT license
- dropzone.js
./bower_components/dropzone/
https://github.com/enyo/dropzone/
Copyright (c) 2012 Matias Meno <[email protected]>
MIT License
- EventEmitter3
./node_modules/eventemitter3/
Copyright (c) 2013 hij1nx
MIT license
- FileAPI
./node_modules/fileapi/
Copyright (C) 2012 FileAPI authors: Konstantin Lebedev, Demidov Vladimir.
BSD license
https://github.com/mailru/FileAPI
- Fontello
./images/web/ty-media/fontello/
Different fonts copyrighted by different people.
Various licenses.
http://fontello.com/
- Gifffer
./client/third-party/gifffer/
Copyright (c) 2014 Krasimir Tsonev
MIT license
https://github.com/krasimir/gifffer
- markdown-it
./bower_components/...
Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin
MIT license
https://github.com/markdown-it/markdown-it
- JsHtmlSanitizer from Google Caja
./client/third-party/html-css-sanitizer-bundle.js
Copyright Google Inc.
Apache License 2.0
https://code.google.com/p/google-caja/wiki/JsHtmlSanitizer
- jQuery Browser Plugin
./client/third-party/jquery.browser.js
Original code Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors, http://jquery.org/license
Modifications Copyright 2013 Gabriel Cebrian, https://github.com/gabceb
The MIT license
https://github.com/gabceb/jquery-browser-plugin
- jQuery Cookie plugin
./client/third-party/get-set-cookie.js
Copyright (c) 2006 Klaus Hartl (stilbuero.de)
MIT license
- jQuery ':scrollable' selector
./client/third-party/jquery-scrollable.js
Copyright (c) 2011 Robert Koritnik
MIT license
https://github.com/litera/jquery-scrollintoview/blob/master/
- popuplib.js
./client/vendor/popuplib.js
Copyright 2009 Google Inc.
Apache License 2.0
http://step2.googlecode.com/svn/code/java/trunk/example-consumer/src/main/webapp/popuplib.js
- keymaster
./node_modules/keymaster/
Copyright (c) 2011-2013 Thomas Fuchs
MIT license
- lodash
./node_modules/lodash/
Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
- moment
./node_modules/moment/
Copyright (c) 2011-2013 Tim Wood, Iskren Chernev, Moment.js contributors
- pretty-bytes
client/app/utils/utils.ts
Copyright (c) Sindre Sorhus
MIT license
https://github.com/sindresorhus/pretty-bytes
- React.js
Copyright 2013-2014, Facebook, Inc.
- React Bootstrap
Copyright (c) 2014 Stephen J. Collings, Matthew Honnibal, Pieter Vanderwerff
- React Router
Copyright (c) 2014 Ryan Florence, Michael Jackson
- React-Select
Copyright (c) 2015 Jed Watson
MIT license
https://github.com/JedWatson/react-select
- smoothscroll
./client/third-party/smoothscroll-tiny.js
Copyright (C) 2013 Dustan Kasten
MIT license
https://github.com/iamdustan/smoothscroll
Javascript and Java:
- google-diff-match-patch
./client/third-party/diff_match_patch.js
Apache License 2.0
https://code.google.com/p/google-diff-match-patch/
Unknown licenses, seemingly okay to use:
- function hashStringToNumber // [4KFBW2]
Copyright (C) Wes Widner (I think)
I (KajMagnus) found it here: http://stackoverflow.com/a/7616484/694469
which is a copy of this:
http://werxltd.com/wp/2010/05/13/javascript-implementation-of-javas-string-hashcode-method/
(that's a blog post that essentially asks the whole Internet to use the short string has function)
License: I emailed and asked: [email protected], Wes Widner replied:
"""Thanks for the email! I'm really happy to hear that you've found that code snippet
to be useful. Yes, the MIT license looks like it would be a great fit for that code.
All I ask is for attribution."""
(Ok, attribution link above :-))
vim: fdm=marker et ts=2 sw=2 tw=0 fo=r list