@cesdk/cesdk-js 1.14.0-rc.1 → 1.15.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ThirdPartyLicenses.md +367 -268
- package/assets/core/{cesdk-v1.14.0-rc.1-a4d8e67d3d3f05a30b6b.wasm → cesdk-v1.15.0-rc.0-1ca9110064ab62d9ff06.wasm} +0 -0
- package/assets/core/{cesdk-v1.14.0-rc.1-9a6bc3ff1760df174440.data → cesdk-v1.15.0-rc.0-7a4b44a70a18a86d7978.data} +0 -0
- package/assets/i18n/de.json +9 -1
- package/assets/i18n/en.json +9 -1
- package/assets/ui/stylesheets/cesdk.css +45 -42
- package/cesdk.umd.js +1 -1
- package/index.d.ts +129 -101
- package/index.html +108 -107
- package/package.json +1 -1
package/ThirdPartyLicenses.md
CHANGED
|
@@ -21,7 +21,8 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
|
21
21
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
22
22
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
---
|
|
25
|
+
|
|
25
26
|
## @reach/descendants (https://github.com/reach/reach-ui.git)
|
|
26
27
|
|
|
27
28
|
The MIT License (MIT)
|
|
@@ -34,7 +35,8 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
34
35
|
|
|
35
36
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
36
37
|
|
|
37
|
-
|
|
38
|
+
---
|
|
39
|
+
|
|
38
40
|
## @sentry/react (https://github.com/getsentry/sentry-javascript/tree/master/packages/react)
|
|
39
41
|
|
|
40
42
|
BSD 3-Clause License
|
|
@@ -45,14 +47,14 @@ All rights reserved.
|
|
|
45
47
|
Redistribution and use in source and binary forms, with or without
|
|
46
48
|
modification, are permitted provided that the following conditions are met:
|
|
47
49
|
|
|
48
|
-
|
|
50
|
+
- Redistributions of source code must retain the above copyright notice, this
|
|
49
51
|
list of conditions and the following disclaimer.
|
|
50
52
|
|
|
51
|
-
|
|
53
|
+
- Redistributions in binary form must reproduce the above copyright notice,
|
|
52
54
|
this list of conditions and the following disclaimer in the documentation
|
|
53
55
|
and/or other materials provided with the distribution.
|
|
54
56
|
|
|
55
|
-
|
|
57
|
+
- Neither the name of the copyright holder nor the names of its
|
|
56
58
|
contributors may be used to endorse or promote products derived from
|
|
57
59
|
this software without specific prior written permission.
|
|
58
60
|
|
|
@@ -67,7 +69,8 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
|
67
69
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
68
70
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
69
71
|
|
|
70
|
-
|
|
72
|
+
---
|
|
73
|
+
|
|
71
74
|
## @sentry/tracing (https://github.com/getsentry/sentry-javascript/tree/master/packages/tracing)
|
|
72
75
|
|
|
73
76
|
MIT License
|
|
@@ -92,7 +95,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
92
95
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
93
96
|
SOFTWARE.
|
|
94
97
|
|
|
95
|
-
|
|
98
|
+
---
|
|
99
|
+
|
|
96
100
|
## @tippyjs/react (https://github.com/atomiks/tippyjs-react#readme)
|
|
97
101
|
|
|
98
102
|
MIT License
|
|
@@ -117,7 +121,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
117
121
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
118
122
|
SOFTWARE.
|
|
119
123
|
|
|
120
|
-
|
|
124
|
+
---
|
|
125
|
+
|
|
121
126
|
## @types/invariant (https://github.com/DefinitelyTyped/DefinitelyTyped.git)
|
|
122
127
|
|
|
123
128
|
MIT License
|
|
@@ -142,35 +147,36 @@ SOFTWARE.
|
|
|
142
147
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
143
148
|
SOFTWARE
|
|
144
149
|
|
|
145
|
-
|
|
150
|
+
---
|
|
151
|
+
|
|
146
152
|
## c-uri-chop (https://github.com/chansen/c-uri-chop)
|
|
147
153
|
|
|
148
154
|
Copyright (c) 2013 Christian Hansen <chansen@cpan.org>
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
list of conditions and the following disclaimer.
|
|
157
|
-
|
|
155
|
+
<https://github.com/chansen/c-uri-chop>
|
|
156
|
+
All rights reserved.
|
|
157
|
+
|
|
158
|
+
Redistribution and use in source and binary forms, with or without
|
|
159
|
+
modification, are permitted provided that the following conditions are met:
|
|
160
|
+
|
|
161
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
162
|
+
list of conditions and the following disclaimer.
|
|
163
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
158
164
|
this list of conditions and the following disclaimer in the documentation
|
|
159
|
-
and/or other materials provided with the distribution.
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
165
|
+
and/or other materials provided with the distribution.
|
|
166
|
+
|
|
167
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
168
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
169
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
170
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
171
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
172
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
173
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
174
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
175
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
176
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
174
180
|
## cereal (http://uscilab.github.io/cereal/)
|
|
175
181
|
|
|
176
182
|
Copyright (c) 2014, Randolph Voorhies, Shane Grant
|
|
@@ -178,14 +184,13 @@ All rights reserved.
|
|
|
178
184
|
|
|
179
185
|
Redistribution and use in source and binary forms, with or without
|
|
180
186
|
modification, are permitted provided that the following conditions are met:
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
derived from this software without specific prior written permission.
|
|
187
|
+
_ Redistributions of source code must retain the above copyright
|
|
188
|
+
notice, this list of conditions and the following disclaimer.
|
|
189
|
+
_ Redistributions in binary form must reproduce the above copyright
|
|
190
|
+
notice, this list of conditions and the following disclaimer in the
|
|
191
|
+
documentation and/or other materials provided with the distribution. \* Neither the name of cereal nor the
|
|
192
|
+
names of its contributors may be used to endorse or promote products
|
|
193
|
+
derived from this software without specific prior written permission.
|
|
189
194
|
|
|
190
195
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
191
196
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
@@ -198,7 +203,8 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
198
203
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
199
204
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
200
205
|
|
|
201
|
-
|
|
206
|
+
---
|
|
207
|
+
|
|
202
208
|
## classnames (https://github.com/JedWatson/classnames.git)
|
|
203
209
|
|
|
204
210
|
The MIT License (MIT)
|
|
@@ -223,7 +229,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
223
229
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
224
230
|
SOFTWARE.
|
|
225
231
|
|
|
226
|
-
|
|
232
|
+
---
|
|
233
|
+
|
|
227
234
|
## cpr (https://whoshuu.github.io/cpr/)
|
|
228
235
|
|
|
229
236
|
The MIT License (MIT)
|
|
@@ -248,10 +255,11 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
248
255
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
249
256
|
THE SOFTWARE.
|
|
250
257
|
|
|
251
|
-
|
|
258
|
+
---
|
|
259
|
+
|
|
252
260
|
## cryptopp (https://cryptopp.com/)
|
|
253
261
|
|
|
254
|
-
Compilation Copyright (c) 1995-2019 by Wei Dai.
|
|
262
|
+
Compilation Copyright (c) 1995-2019 by Wei Dai. All rights reserved.
|
|
255
263
|
This copyright applies only to this software distribution package
|
|
256
264
|
as a compilation, and does not imply a copyright on any particular
|
|
257
265
|
file in the package.
|
|
@@ -325,17 +333,18 @@ Redistribution and use in source and binary forms, with or without
|
|
|
325
333
|
modification, are permitted provided that the following conditions
|
|
326
334
|
are met:
|
|
327
335
|
|
|
328
|
-
|
|
336
|
+
- Redistributions of source code must retain copyright notices,
|
|
329
337
|
this list of conditions and the following disclaimer.
|
|
330
|
-
|
|
338
|
+
- Redistributions in binary form must reproduce the above
|
|
331
339
|
copyright notice, this list of conditions and the following
|
|
332
340
|
disclaimer in the documentation and/or other materials
|
|
333
341
|
provided with the distribution.
|
|
334
|
-
|
|
342
|
+
- Neither the name of the CRYPTOGAMS nor the names of its copyright
|
|
335
343
|
holder and contributors may be used to endorse or promote products
|
|
336
344
|
derived from this software without specific prior written permission.
|
|
337
345
|
|
|
338
|
-
|
|
346
|
+
---
|
|
347
|
+
|
|
339
348
|
## entt (https://github.com/skypjack/entt/wiki)
|
|
340
349
|
|
|
341
350
|
The MIT License (MIT)
|
|
@@ -360,7 +369,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
360
369
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
361
370
|
SOFTWARE.
|
|
362
371
|
|
|
363
|
-
|
|
372
|
+
---
|
|
373
|
+
|
|
364
374
|
## focus-trap-react (https://github.com/focus-trap/focus-trap-react#readme)
|
|
365
375
|
|
|
366
376
|
The MIT License (MIT)
|
|
@@ -385,7 +395,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
385
395
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
386
396
|
SOFTWARE.
|
|
387
397
|
|
|
388
|
-
|
|
398
|
+
---
|
|
399
|
+
|
|
389
400
|
## framer-motion (https://github.com/framer/motion/)
|
|
390
401
|
|
|
391
402
|
The MIT License (MIT)
|
|
@@ -410,7 +421,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
410
421
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
411
422
|
SOFTWARE.
|
|
412
423
|
|
|
413
|
-
|
|
424
|
+
---
|
|
425
|
+
|
|
414
426
|
## freetype (https://www.freetype.org/)
|
|
415
427
|
|
|
416
428
|
The FreeType Project LICENSE
|
|
@@ -421,25 +433,22 @@ SOFTWARE.
|
|
|
421
433
|
Copyright 1996-2002, 2006 by
|
|
422
434
|
David Turner, Robert Wilhelm, and Werner Lemberg
|
|
423
435
|
|
|
436
|
+
# Introduction
|
|
424
437
|
|
|
438
|
+
The FreeType Project is distributed in several archive packages;
|
|
439
|
+
some of them may contain, in addition to the FreeType font engine,
|
|
440
|
+
various tools and contributions which rely on, or relate to, the
|
|
441
|
+
FreeType Project.
|
|
425
442
|
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
some of them may contain, in addition to the FreeType font engine,
|
|
431
|
-
various tools and contributions which rely on, or relate to, the
|
|
432
|
-
FreeType Project.
|
|
433
|
-
|
|
434
|
-
This license applies to all files found in such packages, and
|
|
435
|
-
which do not fall under their own explicit license. The license
|
|
436
|
-
affects thus the FreeType font engine, the test programs,
|
|
437
|
-
documentation and makefiles, at the very least.
|
|
443
|
+
This license applies to all files found in such packages, and
|
|
444
|
+
which do not fall under their own explicit license. The license
|
|
445
|
+
affects thus the FreeType font engine, the test programs,
|
|
446
|
+
documentation and makefiles, at the very least.
|
|
438
447
|
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
448
|
+
This license was inspired by the BSD, Artistic, and IJG
|
|
449
|
+
(Independent JPEG Group) licenses, which all encourage inclusion
|
|
450
|
+
and use of free software in commercial and freeware products
|
|
451
|
+
alike. As a consequence, its main points are that:
|
|
443
452
|
|
|
444
453
|
o We don't promise that this software works. However, we will be
|
|
445
454
|
interested in any kind of bug reports. (`as is' distribution)
|
|
@@ -452,74 +461,74 @@ Introduction
|
|
|
452
461
|
somewhere in your documentation that you have used the
|
|
453
462
|
FreeType code. (`credits')
|
|
454
463
|
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
464
|
+
We specifically permit and encourage the inclusion of this
|
|
465
|
+
software, with or without modifications, in commercial products.
|
|
466
|
+
We disclaim all warranties covering The FreeType Project and
|
|
467
|
+
assume no liability related to The FreeType Project.
|
|
459
468
|
|
|
469
|
+
Finally, many people asked us for a preferred form for a
|
|
470
|
+
credit/disclaimer to use in compliance with this license. We thus
|
|
471
|
+
encourage you to use the following text:
|
|
460
472
|
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
473
|
+
"""
|
|
474
|
+
Portions of this software are copyright © <year> The FreeType
|
|
475
|
+
Project (www.freetype.org). All rights reserved.
|
|
476
|
+
"""
|
|
464
477
|
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
Project (www.freetype.org). All rights reserved.
|
|
468
|
-
"""
|
|
478
|
+
Please replace <year> with the value from the FreeType version you
|
|
479
|
+
actually use.
|
|
469
480
|
|
|
470
|
-
|
|
471
|
-
actually use.
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
Legal Terms
|
|
475
|
-
===========
|
|
481
|
+
# Legal Terms
|
|
476
482
|
|
|
477
483
|
0. Definitions
|
|
478
|
-
--------------
|
|
479
484
|
|
|
480
|
-
|
|
481
|
-
|
|
485
|
+
---
|
|
486
|
+
|
|
487
|
+
Throughout this license, the terms `package', `FreeType Project',
|
|
488
|
+
and `FreeType archive' refer to the set of files originally
|
|
482
489
|
distributed by the authors (David Turner, Robert Wilhelm, and
|
|
483
490
|
Werner Lemberg) as the `FreeType Project', be they named as alpha,
|
|
484
|
-
|
|
491
|
+
beta or final release.
|
|
485
492
|
|
|
486
|
-
|
|
493
|
+
`You' refers to the licensee, or person using the project, where
|
|
487
494
|
`using' is a generic term including compiling the project's source
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
495
|
+
code as well as linking it to form a `program' or `executable'.
|
|
496
|
+
This program is referred to as `a program using the FreeType
|
|
497
|
+
engine'.
|
|
491
498
|
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
499
|
+
This license applies to all files distributed in the original
|
|
500
|
+
FreeType Project, including all source code, binaries and
|
|
501
|
+
documentation, unless otherwise stated in the file in its
|
|
502
|
+
original, unmodified form as distributed in the original archive.
|
|
503
|
+
If you are unsure whether or not a particular file is covered by
|
|
504
|
+
this license, you must contact us to verify this.
|
|
498
505
|
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
506
|
+
The FreeType Project is copyright (C) 1996-2000 by David Turner,
|
|
507
|
+
Robert Wilhelm, and Werner Lemberg. All rights reserved except as
|
|
508
|
+
specified below.
|
|
502
509
|
|
|
503
510
|
1. No Warranty
|
|
504
|
-
--------------
|
|
505
511
|
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
+
---
|
|
513
|
+
|
|
514
|
+
THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
|
|
515
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
|
516
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
517
|
+
PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
|
|
518
|
+
BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
|
|
519
|
+
USE, OF THE FREETYPE PROJECT.
|
|
512
520
|
|
|
513
521
|
2. Redistribution
|
|
514
|
-
-----------------
|
|
515
522
|
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
+
---
|
|
524
|
+
|
|
525
|
+
This license grants a worldwide, royalty-free, perpetual and
|
|
526
|
+
irrevocable right and license to use, execute, perform, compile,
|
|
527
|
+
display, copy, create derivative works of, distribute and
|
|
528
|
+
sublicense the FreeType Project (in both source and object code
|
|
529
|
+
forms) and derivative works thereof for any purpose; and to
|
|
530
|
+
authorize others to exercise some or all of the rights granted
|
|
531
|
+
herein, subject to the following conditions:
|
|
523
532
|
|
|
524
533
|
o Redistribution of source code must retain this license file
|
|
525
534
|
(`FTL.TXT') unaltered; any additions, deletions or changes to
|
|
@@ -534,35 +543,37 @@ Legal Terms
|
|
|
534
543
|
encourage you to put an URL to the FreeType web page in your
|
|
535
544
|
documentation, though this isn't mandatory.
|
|
536
545
|
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
546
|
+
These conditions apply to any software derived from or based on
|
|
547
|
+
the FreeType Project, not just the unmodified files. If you use
|
|
548
|
+
our work, you must acknowledge us. However, no fee need be paid
|
|
549
|
+
to us.
|
|
541
550
|
|
|
542
551
|
3. Advertising
|
|
543
|
-
--------------
|
|
544
552
|
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
553
|
+
---
|
|
554
|
+
|
|
555
|
+
Neither the FreeType authors and contributors nor you shall use
|
|
556
|
+
the name of the other for commercial, advertising, or promotional
|
|
557
|
+
purposes without specific prior written permission.
|
|
548
558
|
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
559
|
+
We suggest, but do not require, that you use one or more of the
|
|
560
|
+
following phrases to refer to this software in your documentation
|
|
561
|
+
or advertising materials: `FreeType Project', `FreeType Engine',
|
|
562
|
+
`FreeType library', or `FreeType Distribution'.
|
|
553
563
|
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
564
|
+
As you have not signed this license, you are not required to
|
|
565
|
+
accept it. However, as the FreeType Project is copyrighted
|
|
566
|
+
material, only this license, or another one contracted with the
|
|
567
|
+
authors, grants you the right to use, distribute, and modify it.
|
|
568
|
+
Therefore, by using, distributing, or modifying the FreeType
|
|
569
|
+
Project, you indicate that you understand and accept all the terms
|
|
570
|
+
of this license.
|
|
561
571
|
|
|
562
572
|
4. Contacts
|
|
563
|
-
-----------
|
|
564
573
|
|
|
565
|
-
|
|
574
|
+
---
|
|
575
|
+
|
|
576
|
+
There are two mailing lists related to FreeType:
|
|
566
577
|
|
|
567
578
|
o freetype@nongnu.org
|
|
568
579
|
|
|
@@ -576,11 +587,12 @@ Legal Terms
|
|
|
576
587
|
Discusses bugs, as well as engine internals, design issues,
|
|
577
588
|
specific licenses, porting, etc.
|
|
578
589
|
|
|
579
|
-
|
|
590
|
+
Our home page can be found at
|
|
580
591
|
|
|
581
592
|
https://www.freetype.org
|
|
582
593
|
|
|
583
|
-
|
|
594
|
+
---
|
|
595
|
+
|
|
584
596
|
## glad (https://glad.dav1d.de/)
|
|
585
597
|
|
|
586
598
|
The MIT License (MIT)
|
|
@@ -604,7 +616,8 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
|
604
616
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
605
617
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
606
618
|
|
|
607
|
-
|
|
619
|
+
---
|
|
620
|
+
|
|
608
621
|
## glfw (https://www.glfw.org/)
|
|
609
622
|
|
|
610
623
|
Copyright (c) 2002-2006 Marcus Geelnard
|
|
@@ -630,7 +643,8 @@ freely, subject to the following restrictions:
|
|
|
630
643
|
3. This notice may not be removed or altered from any source
|
|
631
644
|
distribution.
|
|
632
645
|
|
|
633
|
-
|
|
646
|
+
---
|
|
647
|
+
|
|
634
648
|
## glm (https://github.com/g-truc/glm)
|
|
635
649
|
|
|
636
650
|
Copyright (c) 2005 - G-Truc Creation
|
|
@@ -653,30 +667,30 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
653
667
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
654
668
|
THE SOFTWARE.
|
|
655
669
|
|
|
656
|
-
|
|
670
|
+
---
|
|
671
|
+
|
|
657
672
|
## harfbuzz (https://harfbuzz.github.io/)
|
|
658
673
|
|
|
659
|
-
HarfBuzz is licensed under the so-called "Old MIT" license.
|
|
674
|
+
HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
|
|
660
675
|
For parts of HarfBuzz that are licensed under different licenses see individual
|
|
661
676
|
files names COPYING in subdirectories where applicable.
|
|
662
677
|
|
|
663
|
-
Copyright © 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020
|
|
664
|
-
Copyright © 2018,2019,2020
|
|
665
|
-
Copyright © 2019,2020
|
|
666
|
-
Copyright © 2012
|
|
667
|
-
Copyright © 2011
|
|
668
|
-
Copyright © 2008,2010
|
|
669
|
-
Copyright © 2009
|
|
670
|
-
Copyright © 2009
|
|
671
|
-
Copyright © 2007
|
|
672
|
-
Copyright © 2006
|
|
673
|
-
Copyright © 2005
|
|
674
|
-
Copyright © 2004,2007,2008,2009,2010
|
|
675
|
-
Copyright © 1998-2004
|
|
678
|
+
Copyright © 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 Google, Inc.
|
|
679
|
+
Copyright © 2018,2019,2020 Ebrahim Byagowi
|
|
680
|
+
Copyright © 2019,2020 Facebook, Inc.
|
|
681
|
+
Copyright © 2012 Mozilla Foundation
|
|
682
|
+
Copyright © 2011 Codethink Limited
|
|
683
|
+
Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies)
|
|
684
|
+
Copyright © 2009 Keith Stribley
|
|
685
|
+
Copyright © 2009 Martin Hosken and SIL International
|
|
686
|
+
Copyright © 2007 Chris Wilson
|
|
687
|
+
Copyright © 2006 Behdad Esfahbod
|
|
688
|
+
Copyright © 2005 David Turner
|
|
689
|
+
Copyright © 2004,2007,2008,2009,2010 Red Hat, Inc.
|
|
690
|
+
Copyright © 1998-2004 David Turner and Werner Lemberg
|
|
676
691
|
|
|
677
692
|
For full copyright notices consult the individual files in the package.
|
|
678
693
|
|
|
679
|
-
|
|
680
694
|
Permission is hereby granted, without written agreement and without
|
|
681
695
|
license or royalty fees, to use, copy, modify, and distribute this
|
|
682
696
|
software and its documentation for any purpose, provided that the
|
|
@@ -691,11 +705,12 @@ DAMAGE.
|
|
|
691
705
|
|
|
692
706
|
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
|
|
693
707
|
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
694
|
-
FITNESS FOR A PARTICULAR PURPOSE.
|
|
708
|
+
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
|
|
695
709
|
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
|
|
696
710
|
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|
697
711
|
|
|
698
|
-
|
|
712
|
+
---
|
|
713
|
+
|
|
699
714
|
## i18next (http://i18next.com)
|
|
700
715
|
|
|
701
716
|
The MIT License (MIT)
|
|
@@ -720,7 +735,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
720
735
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
721
736
|
SOFTWARE.
|
|
722
737
|
|
|
723
|
-
|
|
738
|
+
---
|
|
739
|
+
|
|
724
740
|
## inja (https://pantor.github.io/inja/)
|
|
725
741
|
|
|
726
742
|
MIT License
|
|
@@ -745,23 +761,20 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
745
761
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
746
762
|
SOFTWARE.
|
|
747
763
|
|
|
748
|
-
|
|
749
764
|
---
|
|
750
765
|
|
|
751
|
-
|
|
752
766
|
Copyright (c) 2009-2018 FIRST
|
|
753
767
|
All rights reserved.
|
|
754
768
|
|
|
755
769
|
Redistribution and use in source and binary forms, with or without
|
|
756
770
|
modification, are permitted provided that the following conditions are met:
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
derived from this software without specific prior written permission.
|
|
771
|
+
_ Redistributions of source code must retain the above copyright
|
|
772
|
+
notice, this list of conditions and the following disclaimer.
|
|
773
|
+
_ Redistributions in binary form must reproduce the above copyright
|
|
774
|
+
notice, this list of conditions and the following disclaimer in the
|
|
775
|
+
documentation and/or other materials provided with the distribution. \* Neither the name of the FIRST nor the
|
|
776
|
+
names of its contributors may be used to endorse or promote products
|
|
777
|
+
derived from this software without specific prior written permission.
|
|
765
778
|
|
|
766
779
|
THIS SOFTWARE IS PROVIDED BY FIRST AND CONTRIBUTORS``AS IS'' AND ANY
|
|
767
780
|
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
@@ -774,7 +787,8 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
774
787
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
775
788
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
776
789
|
|
|
777
|
-
|
|
790
|
+
---
|
|
791
|
+
|
|
778
792
|
## invariant (https://github.com/zertosh/invariant)
|
|
779
793
|
|
|
780
794
|
MIT License
|
|
@@ -799,7 +813,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
799
813
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
800
814
|
SOFTWARE.
|
|
801
815
|
|
|
802
|
-
|
|
816
|
+
---
|
|
817
|
+
|
|
803
818
|
## lodash.debounce (https://lodash.com/)
|
|
804
819
|
|
|
805
820
|
Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
@@ -850,7 +865,8 @@ maintained libraries used by this software which have their own
|
|
|
850
865
|
licenses; we recommend you read them, as their terms may differ from the
|
|
851
866
|
terms above.
|
|
852
867
|
|
|
853
|
-
|
|
868
|
+
---
|
|
869
|
+
|
|
854
870
|
## lodash.isequal (https://lodash.com/)
|
|
855
871
|
|
|
856
872
|
Copyright JS Foundation and other contributors <https://js.foundation/>
|
|
@@ -901,7 +917,8 @@ maintained libraries used by this software which have their own
|
|
|
901
917
|
licenses; we recommend you read them, as their terms may differ from the
|
|
902
918
|
terms above.
|
|
903
919
|
|
|
904
|
-
|
|
920
|
+
---
|
|
921
|
+
|
|
905
922
|
## lodash.sortby (https://lodash.com/)
|
|
906
923
|
|
|
907
924
|
Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
@@ -952,7 +969,8 @@ maintained libraries used by this software which have their own
|
|
|
952
969
|
licenses; we recommend you read them, as their terms may differ from the
|
|
953
970
|
terms above.
|
|
954
971
|
|
|
955
|
-
|
|
972
|
+
---
|
|
973
|
+
|
|
956
974
|
## lodash.throttle (https://lodash.com/)
|
|
957
975
|
|
|
958
976
|
Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
@@ -1003,7 +1021,8 @@ maintained libraries used by this software which have their own
|
|
|
1003
1021
|
licenses; we recommend you read them, as their terms may differ from the
|
|
1004
1022
|
terms above.
|
|
1005
1023
|
|
|
1006
|
-
|
|
1024
|
+
---
|
|
1025
|
+
|
|
1007
1026
|
## lodash.uniqueid (https://lodash.com/)
|
|
1008
1027
|
|
|
1009
1028
|
Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
@@ -1054,7 +1073,8 @@ maintained libraries used by this software which have their own
|
|
|
1054
1073
|
licenses; we recommend you read them, as their terms may differ from the
|
|
1055
1074
|
terms above.
|
|
1056
1075
|
|
|
1057
|
-
|
|
1076
|
+
---
|
|
1077
|
+
|
|
1058
1078
|
## mobx (https://mobx.js.org/)
|
|
1059
1079
|
|
|
1060
1080
|
The MIT License (MIT)
|
|
@@ -1079,9 +1099,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1079
1099
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1080
1100
|
SOFTWARE.
|
|
1081
1101
|
|
|
1082
|
-
|
|
1083
|
-
## mobx-react (https://mobxjs.github.io/mobx)
|
|
1102
|
+
---
|
|
1084
1103
|
|
|
1104
|
+
## mobx-react (https://mobxjs.github.io/mobx)
|
|
1085
1105
|
|
|
1086
1106
|
The MIT License (MIT)
|
|
1087
1107
|
|
|
@@ -1105,7 +1125,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1105
1125
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1106
1126
|
SOFTWARE.
|
|
1107
1127
|
|
|
1108
|
-
|
|
1128
|
+
---
|
|
1129
|
+
|
|
1109
1130
|
## mobx-react-lite (https://mobx-react.js.org)
|
|
1110
1131
|
|
|
1111
1132
|
The MIT License (MIT)
|
|
@@ -1130,9 +1151,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1130
1151
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1131
1152
|
SOFTWARE.
|
|
1132
1153
|
|
|
1133
|
-
|
|
1134
|
-
## mousetrap (https://github.com/ccampbell/mousetrap.git)
|
|
1154
|
+
---
|
|
1135
1155
|
|
|
1156
|
+
## mousetrap (https://github.com/ccampbell/mousetrap.git)
|
|
1136
1157
|
|
|
1137
1158
|
Apache License
|
|
1138
1159
|
Version 2.0, January 2004
|
|
@@ -1228,33 +1249,33 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
1228
1249
|
meet the following conditions:
|
|
1229
1250
|
|
|
1230
1251
|
(a) You must give any other recipients of the Work or
|
|
1231
|
-
|
|
1252
|
+
Derivative Works a copy of this License; and
|
|
1232
1253
|
|
|
1233
1254
|
(b) You must cause any modified files to carry prominent notices
|
|
1234
|
-
|
|
1255
|
+
stating that You changed the files; and
|
|
1235
1256
|
|
|
1236
1257
|
(c) You must retain, in the Source form of any Derivative Works
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1258
|
+
that You distribute, all copyright, patent, trademark, and
|
|
1259
|
+
attribution notices from the Source form of the Work,
|
|
1260
|
+
excluding those notices that do not pertain to any part of
|
|
1261
|
+
the Derivative Works; and
|
|
1241
1262
|
|
|
1242
1263
|
(d) If the Work includes a "NOTICE" text file as part of its
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1264
|
+
distribution, then any Derivative Works that You distribute must
|
|
1265
|
+
include a readable copy of the attribution notices contained
|
|
1266
|
+
within such NOTICE file, excluding those notices that do not
|
|
1267
|
+
pertain to any part of the Derivative Works, in at least one
|
|
1268
|
+
of the following places: within a NOTICE text file distributed
|
|
1269
|
+
as part of the Derivative Works; within the Source form or
|
|
1270
|
+
documentation, if provided along with the Derivative Works; or,
|
|
1271
|
+
within a display generated by the Derivative Works, if and
|
|
1272
|
+
wherever such third-party notices normally appear. The contents
|
|
1273
|
+
of the NOTICE file are for informational purposes only and
|
|
1274
|
+
do not modify the License. You may add Your own attribution
|
|
1275
|
+
notices within Derivative Works that You distribute, alongside
|
|
1276
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
1277
|
+
that such additional attribution notices cannot be construed
|
|
1278
|
+
as modifying the License.
|
|
1258
1279
|
|
|
1259
1280
|
You may add Your own copyright statement to Your modifications and
|
|
1260
1281
|
may provide additional or different license terms and conditions
|
|
@@ -1327,13 +1348,14 @@ prospectively choose to deem waived or otherwise exclude such Section(s) of
|
|
|
1327
1348
|
the License, but only in their entirety and only with respect to the Combined
|
|
1328
1349
|
Software.
|
|
1329
1350
|
|
|
1330
|
-
|
|
1351
|
+
---
|
|
1352
|
+
|
|
1331
1353
|
## nanosvg (https://github.com/memononen/nanosvg)
|
|
1332
1354
|
|
|
1333
1355
|
Copyright (c) 2013-14 Mikko Mononen memon@inside.org
|
|
1334
1356
|
|
|
1335
1357
|
This software is provided 'as-is', without any express or implied
|
|
1336
|
-
warranty.
|
|
1358
|
+
warranty. In no event will the authors be held liable for any damages
|
|
1337
1359
|
arising from the use of this software.
|
|
1338
1360
|
|
|
1339
1361
|
Permission is granted to anyone to use this software for any purpose,
|
|
@@ -1341,17 +1363,18 @@ including commercial applications, and to alter it and redistribute it
|
|
|
1341
1363
|
freely, subject to the following restrictions:
|
|
1342
1364
|
|
|
1343
1365
|
1. The origin of this software must not be misrepresented; you must not
|
|
1344
|
-
claim that you wrote the original software. If you use this software
|
|
1345
|
-
in a product, an acknowledgment in the product documentation would be
|
|
1346
|
-
appreciated but is not required.
|
|
1366
|
+
claim that you wrote the original software. If you use this software
|
|
1367
|
+
in a product, an acknowledgment in the product documentation would be
|
|
1368
|
+
appreciated but is not required.
|
|
1347
1369
|
2. Altered source versions must be plainly marked as such, and must not be
|
|
1348
|
-
misrepresented as being the original software.
|
|
1370
|
+
misrepresented as being the original software.
|
|
1349
1371
|
3. This notice may not be removed or altered from any source distribution.
|
|
1350
1372
|
|
|
1351
|
-
|
|
1373
|
+
---
|
|
1374
|
+
|
|
1352
1375
|
## nlohmann_json (https://json.nlohmann.me/)
|
|
1353
1376
|
|
|
1354
|
-
MIT License
|
|
1377
|
+
MIT License
|
|
1355
1378
|
|
|
1356
1379
|
Copyright (c) 2013-2020 Niels Lohmann
|
|
1357
1380
|
|
|
@@ -1373,7 +1396,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1373
1396
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1374
1397
|
SOFTWARE.
|
|
1375
1398
|
|
|
1376
|
-
|
|
1399
|
+
---
|
|
1400
|
+
|
|
1377
1401
|
## parse-color (https://github.com/substack/parse-color)
|
|
1378
1402
|
|
|
1379
1403
|
This software is released under the MIT license:
|
|
@@ -1395,7 +1419,8 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
|
1395
1419
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1396
1420
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1397
1421
|
|
|
1398
|
-
|
|
1422
|
+
---
|
|
1423
|
+
|
|
1399
1424
|
## path-to-regexp (https://github.com/pillarjs/path-to-regexp.git)
|
|
1400
1425
|
|
|
1401
1426
|
The MIT License (MIT)
|
|
@@ -1420,7 +1445,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1420
1445
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1421
1446
|
THE SOFTWARE.
|
|
1422
1447
|
|
|
1423
|
-
|
|
1448
|
+
---
|
|
1449
|
+
|
|
1424
1450
|
## popmotion (https://popmotion.io)
|
|
1425
1451
|
|
|
1426
1452
|
The MIT License (MIT)
|
|
@@ -1433,7 +1459,8 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
1433
1459
|
|
|
1434
1460
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1435
1461
|
|
|
1436
|
-
|
|
1462
|
+
---
|
|
1463
|
+
|
|
1437
1464
|
## react (https://reactjs.org/)
|
|
1438
1465
|
|
|
1439
1466
|
MIT License
|
|
@@ -1458,7 +1485,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1458
1485
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1459
1486
|
SOFTWARE.
|
|
1460
1487
|
|
|
1461
|
-
|
|
1488
|
+
---
|
|
1489
|
+
|
|
1462
1490
|
## react-dom (https://reactjs.org/)
|
|
1463
1491
|
|
|
1464
1492
|
MIT License
|
|
@@ -1483,32 +1511,34 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1483
1511
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1484
1512
|
SOFTWARE.
|
|
1485
1513
|
|
|
1486
|
-
|
|
1514
|
+
---
|
|
1515
|
+
|
|
1487
1516
|
## react-draggable (https://github.com/mzabriskie/react-draggable)
|
|
1488
1517
|
|
|
1489
1518
|
(MIT License)
|
|
1490
1519
|
|
|
1491
1520
|
Copyright (c) 2014-2016 Matt Zabriskie. All rights reserved.
|
|
1492
|
-
|
|
1521
|
+
|
|
1493
1522
|
Permission is hereby granted, free of charge, to any person obtaining a
|
|
1494
|
-
copy of this software and associated documentation files (the "Software"),
|
|
1495
|
-
to deal in the Software without restriction, including without limitation
|
|
1496
|
-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
1497
|
-
and/or sell copies of the Software, and to permit persons to whom the
|
|
1523
|
+
copy of this software and associated documentation files (the "Software"),
|
|
1524
|
+
to deal in the Software without restriction, including without limitation
|
|
1525
|
+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
1526
|
+
and/or sell copies of the Software, and to permit persons to whom the
|
|
1498
1527
|
Software is furnished to do so, subject to the following conditions:
|
|
1499
|
-
|
|
1528
|
+
|
|
1500
1529
|
The above copyright notice and this permission notice shall be included in
|
|
1501
1530
|
all copies or substantial portions of the Software.
|
|
1502
|
-
|
|
1531
|
+
|
|
1503
1532
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1504
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1533
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1505
1534
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1506
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1507
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1508
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1535
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1536
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
1537
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
1509
1538
|
DEALINGS IN THE SOFTWARE.
|
|
1510
1539
|
|
|
1511
|
-
|
|
1540
|
+
---
|
|
1541
|
+
|
|
1512
1542
|
## react-i18next (https://github.com/i18next/react-i18next)
|
|
1513
1543
|
|
|
1514
1544
|
The MIT License (MIT)
|
|
@@ -1533,7 +1563,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1533
1563
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1534
1564
|
SOFTWARE.
|
|
1535
1565
|
|
|
1536
|
-
|
|
1566
|
+
---
|
|
1567
|
+
|
|
1537
1568
|
## react-popper (https://popper.js.org/react-popper)
|
|
1538
1569
|
|
|
1539
1570
|
The MIT License (MIT)
|
|
@@ -1558,7 +1589,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1558
1589
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1559
1590
|
SOFTWARE.
|
|
1560
1591
|
|
|
1561
|
-
|
|
1592
|
+
---
|
|
1593
|
+
|
|
1562
1594
|
## react-query (https://react-query.tanstack.com/)
|
|
1563
1595
|
|
|
1564
1596
|
MIT License
|
|
@@ -1583,7 +1615,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1583
1615
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1584
1616
|
SOFTWARE.
|
|
1585
1617
|
|
|
1586
|
-
|
|
1618
|
+
---
|
|
1587
1619
|
|
|
1588
1620
|
## react-router-dom (https://github.com/ReactTraining/react-router)
|
|
1589
1621
|
|
|
@@ -1609,7 +1641,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1609
1641
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1610
1642
|
SOFTWARE.
|
|
1611
1643
|
|
|
1612
|
-
|
|
1644
|
+
---
|
|
1645
|
+
|
|
1613
1646
|
## react-textarea-autosize (https://github.com/Andarist/react-textarea-autosize.git)
|
|
1614
1647
|
|
|
1615
1648
|
The MIT License (MIT)
|
|
@@ -1633,7 +1666,8 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
|
1633
1666
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1634
1667
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1635
1668
|
|
|
1636
|
-
|
|
1669
|
+
---
|
|
1670
|
+
|
|
1637
1671
|
## skia (https://github.com/google/skia)
|
|
1638
1672
|
|
|
1639
1673
|
Copyright (c) 2011 Google Inc. All rights reserved.
|
|
@@ -1642,17 +1676,17 @@ Redistribution and use in source and binary forms, with or without
|
|
|
1642
1676
|
modification, are permitted provided that the following conditions are
|
|
1643
1677
|
met:
|
|
1644
1678
|
|
|
1645
|
-
|
|
1646
|
-
|
|
1679
|
+
- Redistributions of source code must retain the above copyright
|
|
1680
|
+
notice, this list of conditions and the following disclaimer.
|
|
1647
1681
|
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1682
|
+
- Redistributions in binary form must reproduce the above copyright
|
|
1683
|
+
notice, this list of conditions and the following disclaimer in
|
|
1684
|
+
the documentation and/or other materials provided with the
|
|
1685
|
+
distribution.
|
|
1652
1686
|
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1687
|
+
- Neither the name of the copyright holder nor the names of its
|
|
1688
|
+
contributors may be used to endorse or promote products derived
|
|
1689
|
+
from this software without specific prior written permission.
|
|
1656
1690
|
|
|
1657
1691
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
1658
1692
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
@@ -1666,7 +1700,8 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
1666
1700
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
1667
1701
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1668
1702
|
|
|
1669
|
-
|
|
1703
|
+
---
|
|
1704
|
+
|
|
1670
1705
|
## stb (https://github.com/nothings/stb#stb_libs)
|
|
1671
1706
|
|
|
1672
1707
|
Copyright (c) 2017 Sean Barrett
|
|
@@ -1686,7 +1721,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1686
1721
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1687
1722
|
SOFTWARE.
|
|
1688
1723
|
|
|
1689
|
-
|
|
1724
|
+
---
|
|
1725
|
+
|
|
1690
1726
|
## tippy.js (https://atomiks.github.io/tippyjs/)
|
|
1691
1727
|
|
|
1692
1728
|
MIT License
|
|
@@ -1711,34 +1747,97 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1711
1747
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1712
1748
|
SOFTWARE.
|
|
1713
1749
|
|
|
1714
|
-
|
|
1750
|
+
---
|
|
1751
|
+
|
|
1715
1752
|
## zlib (http://www.zlib.net/)
|
|
1716
1753
|
|
|
1717
|
-
|
|
1718
|
-
|
|
1754
|
+
zlib.h -- interface of the 'zlib' general purpose compression library
|
|
1755
|
+
version 1.2.11, January 15th, 2017
|
|
1719
1756
|
|
|
1720
|
-
|
|
1757
|
+
Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
|
|
1721
1758
|
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1759
|
+
This software is provided 'as-is', without any express or implied
|
|
1760
|
+
warranty. In no event will the authors be held liable for any damages
|
|
1761
|
+
arising from the use of this software.
|
|
1762
|
+
|
|
1763
|
+
Permission is granted to anyone to use this software for any purpose,
|
|
1764
|
+
including commercial applications, and to alter it and redistribute it
|
|
1765
|
+
freely, subject to the following restrictions:
|
|
1725
1766
|
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1767
|
+
1. The origin of this software must not be misrepresented; you must not
|
|
1768
|
+
claim that you wrote the original software. If you use this software
|
|
1769
|
+
in a product, an acknowledgment in the product documentation would be
|
|
1770
|
+
appreciated but is not required.
|
|
1771
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
|
1772
|
+
misrepresented as being the original software.
|
|
1773
|
+
3. This notice may not be removed or altered from any source distribution.
|
|
1774
|
+
|
|
1775
|
+
Jean-loup Gailly Mark Adler
|
|
1776
|
+
jloup@gzip.org madler@alumni.caltech.edu
|
|
1729
1777
|
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
appreciated but is not required.
|
|
1734
|
-
2. Altered source versions must be plainly marked as such, and must not be
|
|
1735
|
-
misrepresented as being the original software.
|
|
1736
|
-
3. This notice may not be removed or altered from any source distribution.
|
|
1778
|
+
The data format used by the zlib library is described by RFCs (Request for
|
|
1779
|
+
Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950
|
|
1780
|
+
(zlib format), rfc1951 (deflate format) and rfc1952 (gzip format).
|
|
1737
1781
|
|
|
1738
|
-
|
|
1739
|
-
jloup@gzip.org madler@alumni.caltech.edu
|
|
1782
|
+
---
|
|
1740
1783
|
|
|
1784
|
+
## ImageTracerCpp (https://github.com/dov/ImageTracerCpp)
|
|
1741
1785
|
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1786
|
+
(Desktop version in C++. See ImageTracerAndroid.java for the Android version.)
|
|
1787
|
+
Simple raster image tracer and vectorizer written in C++.
|
|
1788
|
+
This is a port of https://github.com/jankovicsandras/imagetracerjava
|
|
1789
|
+
|
|
1790
|
+
by Dov Grobgeld <dov.grobgeld@gmail.com>
|
|
1791
|
+
|
|
1792
|
+
The Unlicense / PUBLIC DOMAIN
|
|
1793
|
+
|
|
1794
|
+
This is free and unencumbered software released into the public domain.
|
|
1795
|
+
|
|
1796
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
|
1797
|
+
distribute this software, either in source code form or as a compiled
|
|
1798
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
|
1799
|
+
means.
|
|
1800
|
+
|
|
1801
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
|
1802
|
+
of this software dedicate any and all copyright interest in the
|
|
1803
|
+
software to the public domain. We make this dedication for the benefit
|
|
1804
|
+
of the public at large and to the detriment of our heirs and
|
|
1805
|
+
successors. We intend this dedication to be an overt act of
|
|
1806
|
+
relinquishment in perpetuity of all present and future rights to this
|
|
1807
|
+
software under copyright law.
|
|
1808
|
+
|
|
1809
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1810
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1811
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
1812
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
1813
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
1814
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
1815
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
1816
|
+
|
|
1817
|
+
For more information, please refer to http://unlicense.org/
|
|
1818
|
+
|
|
1819
|
+
---
|
|
1820
|
+
|
|
1821
|
+
## CurveFitting (https://github.com/vicrucann/CurveFitting)
|
|
1822
|
+
|
|
1823
|
+
MIT License
|
|
1824
|
+
|
|
1825
|
+
Copyright (c) 2016 Victoria Rudakova
|
|
1826
|
+
|
|
1827
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1828
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1829
|
+
in the Software without restriction, including without limitation the rights
|
|
1830
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1831
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1832
|
+
furnished to do so, subject to the following conditions:
|
|
1833
|
+
|
|
1834
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1835
|
+
copies or substantial portions of the Software.
|
|
1836
|
+
|
|
1837
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1838
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1839
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1840
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1841
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1842
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1843
|
+
SOFTWARE.
|