@@ -25,3 +25,290 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25
25
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26
26
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
27
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
+
29
+ ------------------------------------------------------------------------------
30
+
31
+ This package bundles several JavaScript npm packages in the
32
+ jupyterlab_widgets/static directory. Their licenses (as packaged in their
33
+ distributions in the node_modules package installation directory) are copied
34
+ below.
35
+
36
+ ------------------------------------------------------------------------------
37
+ From css-loader/LICENSE:
38
+
39
+ Copyright JS Foundation and other contributors
40
+
41
+ Permission is hereby granted, free of charge, to any person obtaining
42
+ a copy of this software and associated documentation files (the
43
+ 'Software'), to deal in the Software without restriction, including
44
+ without limitation the rights to use, copy, modify, merge, publish,
45
+ distribute, sublicense, and/or sell copies of the Software, and to
46
+ permit persons to whom the Software is furnished to do so, subject to
47
+ the following conditions:
48
+
49
+ The above copyright notice and this permission notice shall be
50
+ included in all copies or substantial portions of the Software.
51
+
52
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
53
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
54
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
55
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
56
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
57
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
58
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
59
+
60
+ ------------------------------------------------------------------------------
61
+ From style-loader/LICENSE:
62
+
63
+ Copyright JS Foundation and other contributors
64
+
65
+ Permission is hereby granted, free of charge, to any person obtaining
66
+ a copy of this software and associated documentation files (the
67
+ 'Software'), to deal in the Software without restriction, including
68
+ without limitation the rights to use, copy, modify, merge, publish,
69
+ distribute, sublicense, and/or sell copies of the Software, and to
70
+ permit persons to whom the Software is furnished to do so, subject to
71
+ the following conditions:
72
+
73
+ The above copyright notice and this permission notice shall be
74
+ included in all copies or substantial portions of the Software.
75
+
76
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
77
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
78
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
79
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
80
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
81
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
82
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
83
+
84
+ ------------------------------------------------------------------------------
85
+ From backbone/backbone.js
86
+
87
+ // (c) 2010-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
88
+ // Backbone may be freely distributed under the MIT license.
89
+ // For all details and documentation:
90
+ // http://backbonejs.org
91
+
92
+ ------------------------------------------------------------------------------
93
+ From base-64/LICENSE
94
+
95
+ The MIT License (MIT)
96
+
97
+ Copyright (c) 2014 Jameson Little
98
+
99
+ Permission is hereby granted, free of charge, to any person obtaining a copy
100
+ of this software and associated documentation files (the "Software"), to deal
101
+ in the Software without restriction, including without limitation the rights
102
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
103
+ copies of the Software, and to permit persons to whom the Software is
104
+ furnished to do so, subject to the following conditions:
105
+
106
+ The above copyright notice and this permission notice shall be included in
107
+ all copies or substantial portions of the Software.
108
+
109
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
110
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
111
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
112
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
113
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
114
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
115
+ THE SOFTWARE.
116
+
117
+ ------------------------------------------------------------------------------
118
+ From lodash/LICENSE
119
+
120
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
121
+
122
+ Based on Underscore.js, copyright Jeremy Ashkenas,
123
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
124
+
125
+ This software consists of voluntary contributions made by many
126
+ individuals. For exact contribution history, see the revision history
127
+ available at https://github.com/lodash/lodash
128
+
129
+ The following license applies to all parts of this software except as
130
+ documented below:
131
+
132
+ ====
133
+
134
+ Permission is hereby granted, free of charge, to any person obtaining
135
+ a copy of this software and associated documentation files (the
136
+ "Software"), to deal in the Software without restriction, including
137
+ without limitation the rights to use, copy, modify, merge, publish,
138
+ distribute, sublicense, and/or sell copies of the Software, and to
139
+ permit persons to whom the Software is furnished to do so, subject to
140
+ the following conditions:
141
+
142
+ The above copyright notice and this permission notice shall be
143
+ included in all copies or substantial portions of the Software.
144
+
145
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
146
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
147
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
148
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
149
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
150
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
151
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
152
+
153
+ ====
154
+
155
+ Copyright and related rights for sample code are waived via CC0. Sample
156
+ code is defined as all source code displayed within the prose of the
157
+ documentation.
158
+
159
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
160
+
161
+ ====
162
+
163
+ Files located in the node_modules and vendor directories are externally
164
+ maintained libraries used by this software which have their own
165
+ licenses; we recommend you read them, as their terms may differ from the
166
+ terms above.
167
+
168
+ ------------------------------------------------------------------------------
169
+ From d3-format/LICENSE:
170
+
171
+ Copyright 2010-2015 Mike Bostock
172
+ All rights reserved.
173
+
174
+ Redistribution and use in source and binary forms, with or without modification,
175
+ are permitted provided that the following conditions are met:
176
+
177
+ * Redistributions of source code must retain the above copyright notice, this
178
+ list of conditions and the following disclaimer.
179
+
180
+ * Redistributions in binary form must reproduce the above copyright notice,
181
+ this list of conditions and the following disclaimer in the documentation
182
+ and/or other materials provided with the distribution.
183
+
184
+ * Neither the name of the author nor the names of contributors may be used to
185
+ endorse or promote products derived from this software without specific prior
186
+ written permission.
187
+
188
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
189
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
190
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
191
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
192
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
193
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
194
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
195
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
196
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
197
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
198
+
199
+ ------------------------------------------------------------------------------
200
+ From jquery-ui/LICENSE.txt
201
+
202
+ Copyright jQuery Foundation and other contributors, https://jquery.org/
203
+
204
+ This software consists of voluntary contributions made by many
205
+ individuals. For exact contribution history, see the revision history
206
+ available at https://github.com/jquery/jquery-ui
207
+
208
+ The following license applies to all parts of this software except as
209
+ documented below:
210
+
211
+ ====
212
+
213
+ Permission is hereby granted, free of charge, to any person obtaining
214
+ a copy of this software and associated documentation files (the
215
+ "Software"), to deal in the Software without restriction, including
216
+ without limitation the rights to use, copy, modify, merge, publish,
217
+ distribute, sublicense, and/or sell copies of the Software, and to
218
+ permit persons to whom the Software is furnished to do so, subject to
219
+ the following conditions:
220
+
221
+ The above copyright notice and this permission notice shall be
222
+ included in all copies or substantial portions of the Software.
223
+
224
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
225
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
226
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
227
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
228
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
229
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
230
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
231
+
232
+ ====
233
+
234
+ Copyright and related rights for sample code are waived via CC0. Sample
235
+ code is defined as all source code contained within the demos directory.
236
+
237
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
238
+
239
+ ====
240
+
241
+ All files located in the node_modules and external directories are
242
+ externally maintained libraries used by this software which have their
243
+ own licenses; we recommend you read them, as their terms may differ from
244
+ the terms above.
245
+
246
+ ------------------------------------------------------------------
247
+ From jquery/LICENSE.txt
248
+
249
+ Copyright JS Foundation and other contributors, https://js.foundation/
250
+
251
+ Permission is hereby granted, free of charge, to any person obtaining
252
+ a copy of this software and associated documentation files (the
253
+ "Software"), to deal in the Software without restriction, including
254
+ without limitation the rights to use, copy, modify, merge, publish,
255
+ distribute, sublicense, and/or sell copies of the Software, and to
256
+ permit persons to whom the Software is furnished to do so, subject to
257
+ the following conditions:
258
+
259
+ The above copyright notice and this permission notice shall be
260
+ included in all copies or substantial portions of the Software.
261
+
262
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
263
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
264
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
265
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
266
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
267
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
268
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
269
+
270
+ ------------------------------------------------------------------
271
+ From semver/LICENSE:
272
+
273
+ The ISC License
274
+
275
+ Copyright (c) Isaac Z. Schlueter and Contributors
276
+
277
+ Permission to use, copy, modify, and/or distribute this software for any
278
+ purpose with or without fee is hereby granted, provided that the above
279
+ copyright notice and this permission notice appear in all copies.
280
+
281
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
282
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
283
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
284
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
285
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
286
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
287
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
288
+
289
+ ------------------------------------------------------------------
290
+ From underscore/LICENSE
291
+
292
+ Copyright (c) 2009-2018 Jeremy Ashkenas, DocumentCloud and Investigative
293
+ Reporters & Editors
294
+
295
+ Permission is hereby granted, free of charge, to any person
296
+ obtaining a copy of this software and associated documentation
297
+ files (the "Software"), to deal in the Software without
298
+ restriction, including without limitation the rights to use,
299
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
300
+ copies of the Software, and to permit persons to whom the
301
+ Software is furnished to do so, subject to the following
302
+ conditions:
303
+
304
+ The above copyright notice and this permission notice shall be
305
+ included in all copies or substantial portions of the Software.
306
+
307
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
308
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
309
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
310
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
311
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
312
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
313
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
314
+ OTHER DEALINGS IN THE SOFTWARE.
0 commit comments