@i14ks/ccv 0.1.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.
@@ -0,0 +1,644 @@
1
+ # Уведомления о стороннем коде
2
+
3
+ Интерфейс ccv — веб-страница, и её сборка (`web/assets/*.js`) содержит
4
+ минифицированный код 47 чужих библиотек. Vite при минификации не оставляет
5
+ в нём ни одного copyright-уведомления, а лицензии этих библиотек требуют
6
+ сохранять их в копиях. Этот файл и есть требуемое уведомление.
7
+
8
+ Он лежит внутри `packages/cli`, а не в корне репозитория, потому что
9
+ `npm publish` пакует каталог пакета: из корня он в архив бы не попал, и
10
+ опубликованный пакет остался бы без уведомлений.
11
+
12
+ Консольная часть (`bundle/ccv.mjs`) сюда не входит: чужого кода в ней нет —
13
+ `@anthropic-ai/claude-agent-sdk` и `ws` остаются обычными зависимостями и
14
+ приезжают в `node_modules` со своими файлами лицензий.
15
+
16
+ Файл собирается из настоящих LICENSE в `node_modules` на каждой сборке
17
+ (`packages/cli/notices.mjs`), поэтому версии ниже — те самые, из которых
18
+ собрана эта сборка. Текст MIT у разных авторов отличается мелочами, и вариантов
19
+ получилось 12; каждый приведён целиком, а не пересказан один раз за всех.
20
+
21
+ ---
22
+
23
+ ## MIT, вариант 1
24
+
25
+ - `@codemirror/autocomplete` 6.20.3
26
+ - `@codemirror/commands` 6.10.4
27
+ - `@codemirror/lang-cpp` 6.0.3
28
+ - `@codemirror/lang-css` 6.3.1
29
+ - `@codemirror/lang-html` 6.4.11
30
+ - `@codemirror/lang-java` 6.0.2
31
+ - `@codemirror/lang-javascript` 6.2.5
32
+ - `@codemirror/lang-json` 6.0.2
33
+ - `@codemirror/lang-markdown` 6.5.1
34
+ - `@codemirror/lang-php` 6.0.2
35
+ - `@codemirror/lang-python` 6.2.1
36
+ - `@codemirror/lang-rust` 6.0.2
37
+ - `@codemirror/lang-sql` 6.10.0
38
+ - `@codemirror/lang-xml` 6.1.0
39
+ - `@codemirror/language` 6.12.4
40
+ - `@codemirror/lint` 6.9.7
41
+ - `@codemirror/search` 6.7.1
42
+ - `@codemirror/state` 6.7.1
43
+ - `@codemirror/view` 6.43.6
44
+ - `codemirror` 6.0.2
45
+
46
+ ```
47
+ MIT License
48
+
49
+ Copyright (C) 2018-2021 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
50
+
51
+ Permission is hereby granted, free of charge, to any person obtaining a copy
52
+ of this software and associated documentation files (the "Software"), to deal
53
+ in the Software without restriction, including without limitation the rights
54
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
55
+ copies of the Software, and to permit persons to whom the Software is
56
+ furnished to do so, subject to the following conditions:
57
+
58
+ The above copyright notice and this permission notice shall be included in
59
+ all copies or substantial portions of the Software.
60
+
61
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
64
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
65
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
66
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
67
+ THE SOFTWARE.
68
+ ```
69
+
70
+ ---
71
+
72
+ ## MIT, вариант 2
73
+
74
+ - `@lezer/common` 1.5.2
75
+ - `@lezer/css` 1.3.4
76
+ - `@lezer/highlight` 1.2.3
77
+ - `@lezer/html` 1.3.13
78
+ - `@lezer/javascript` 1.5.4
79
+ - `@lezer/lr` 1.4.10
80
+ - `@lezer/php` 1.0.5
81
+ - `@lezer/rust` 1.0.2
82
+ - `@lezer/xml` 1.0.6
83
+
84
+ ```
85
+ MIT License
86
+
87
+ Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
88
+
89
+ Permission is hereby granted, free of charge, to any person obtaining a copy
90
+ of this software and associated documentation files (the "Software"), to deal
91
+ in the Software without restriction, including without limitation the rights
92
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
93
+ copies of the Software, and to permit persons to whom the Software is
94
+ furnished to do so, subject to the following conditions:
95
+
96
+ The above copyright notice and this permission notice shall be included in
97
+ all copies or substantial portions of the Software.
98
+
99
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
100
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
101
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
102
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
103
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
104
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
105
+ THE SOFTWARE.
106
+ ```
107
+
108
+ ---
109
+
110
+ ## MIT, вариант 3
111
+
112
+ - `@lezer/cpp` 1.1.6
113
+ - `@lezer/go` 1.0.1
114
+ - `@lezer/java` 1.1.3
115
+ - `@lezer/markdown` 1.7.2
116
+ - `@lezer/python` 1.1.19
117
+
118
+ ```
119
+ MIT License
120
+
121
+ Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
122
+
123
+ Permission is hereby granted, free of charge, to any person obtaining a copy
124
+ of this software and associated documentation files (the "Software"), to deal
125
+ in the Software without restriction, including without limitation the rights
126
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
127
+ copies of the Software, and to permit persons to whom the Software is
128
+ furnished to do so, subject to the following conditions:
129
+
130
+ The above copyright notice and this permission notice shall be included in
131
+ all copies or substantial portions of the Software.
132
+
133
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
134
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
135
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
136
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
137
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
138
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
139
+ THE SOFTWARE.
140
+ ```
141
+
142
+ ---
143
+
144
+ ## MIT, вариант 4
145
+
146
+ - `react` 19.2.8
147
+ - `react-dom` 19.2.8
148
+ - `scheduler` 0.27.0
149
+
150
+ ```
151
+ MIT License
152
+
153
+ Copyright (c) Meta Platforms, Inc. and affiliates.
154
+
155
+ Permission is hereby granted, free of charge, to any person obtaining a copy
156
+ of this software and associated documentation files (the "Software"), to deal
157
+ in the Software without restriction, including without limitation the rights
158
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
159
+ copies of the Software, and to permit persons to whom the Software is
160
+ furnished to do so, subject to the following conditions:
161
+
162
+ The above copyright notice and this permission notice shall be included in all
163
+ copies or substantial portions of the Software.
164
+
165
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
166
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
167
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
168
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
169
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
170
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
171
+ SOFTWARE.
172
+ ```
173
+
174
+ ---
175
+
176
+ ## MIT, вариант 5
177
+
178
+ - `@codemirror/lang-go` 6.0.1
179
+ - `@codemirror/lang-yaml` 6.1.3
180
+
181
+ ```
182
+ MIT License
183
+
184
+ Copyright (C) 2024 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
185
+
186
+ Permission is hereby granted, free of charge, to any person obtaining a copy
187
+ of this software and associated documentation files (the "Software"), to deal
188
+ in the Software without restriction, including without limitation the rights
189
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
190
+ copies of the Software, and to permit persons to whom the Software is
191
+ furnished to do so, subject to the following conditions:
192
+
193
+ The above copyright notice and this permission notice shall be included in
194
+ all copies or substantial portions of the Software.
195
+
196
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
197
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
198
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
199
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
200
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
201
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
202
+ THE SOFTWARE.
203
+ ```
204
+
205
+ ---
206
+
207
+ ## MIT, вариант 6
208
+
209
+ - `@lezer/json` 1.0.3
210
+
211
+ ```
212
+ MIT License
213
+
214
+ Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin>, Arun Srinivasan <rulfzid@gmail.com>, and others
215
+
216
+ Permission is hereby granted, free of charge, to any person obtaining a copy
217
+ of this software and associated documentation files (the "Software"), to deal
218
+ in the Software without restriction, including without limitation the rights
219
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
220
+ copies of the Software, and to permit persons to whom the Software is
221
+ furnished to do so, subject to the following conditions:
222
+
223
+ The above copyright notice and this permission notice shall be included in
224
+ all copies or substantial portions of the Software.
225
+
226
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
227
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
228
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
229
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
230
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
231
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
232
+ THE SOFTWARE.
233
+ ```
234
+
235
+ ---
236
+
237
+ ## MIT, вариант 7
238
+
239
+ - `@lezer/yaml` 1.0.4
240
+
241
+ ```
242
+ MIT License
243
+
244
+ Copyright (C) 2024 by Marijn Haverbeke <marijnh@gmail.com> and others
245
+
246
+ Permission is hereby granted, free of charge, to any person obtaining a copy
247
+ of this software and associated documentation files (the "Software"), to deal
248
+ in the Software without restriction, including without limitation the rights
249
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
250
+ copies of the Software, and to permit persons to whom the Software is
251
+ furnished to do so, subject to the following conditions:
252
+
253
+ The above copyright notice and this permission notice shall be included in
254
+ all copies or substantial portions of the Software.
255
+
256
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
257
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
258
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
259
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
260
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
261
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
262
+ THE SOFTWARE.
263
+ ```
264
+
265
+ ---
266
+
267
+ ## MIT, вариант 8
268
+
269
+ - `@marijn/find-cluster-break` 1.0.3
270
+
271
+ ```
272
+ MIT License
273
+
274
+ Copyright (C) 2024 by Marijn Haverbeke <marijn@haverbeke.berlin>
275
+
276
+ Permission is hereby granted, free of charge, to any person obtaining a copy
277
+ of this software and associated documentation files (the "Software"), to deal
278
+ in the Software without restriction, including without limitation the rights
279
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
280
+ copies of the Software, and to permit persons to whom the Software is
281
+ furnished to do so, subject to the following conditions:
282
+
283
+ The above copyright notice and this permission notice shall be included in
284
+ all copies or substantial portions of the Software.
285
+
286
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
287
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
288
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
289
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
290
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
291
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
292
+ THE SOFTWARE.
293
+ ```
294
+
295
+ ---
296
+
297
+ ## MIT, вариант 9
298
+
299
+ - `crelt` 1.0.7
300
+
301
+ ```
302
+ Copyright (C) 2020 by Marijn Haverbeke <marijn@haverbeke.berlin>
303
+
304
+ Permission is hereby granted, free of charge, to any person obtaining a copy
305
+ of this software and associated documentation files (the "Software"), to deal
306
+ in the Software without restriction, including without limitation the rights
307
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
308
+ copies of the Software, and to permit persons to whom the Software is
309
+ furnished to do so, subject to the following conditions:
310
+
311
+ The above copyright notice and this permission notice shall be included in
312
+ all copies or substantial portions of the Software.
313
+
314
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
315
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
316
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
317
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
318
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
319
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
320
+ THE SOFTWARE.
321
+ ```
322
+
323
+ ---
324
+
325
+ ## MIT, вариант 10
326
+
327
+ - `marked` 18.0.7
328
+
329
+ ```
330
+ # License information
331
+
332
+ ## Contribution License Agreement
333
+
334
+ If you contribute code to this project, you are implicitly allowing your code
335
+ to be distributed under the MIT license. You are also implicitly verifying that
336
+ all code is your original work. `</legalese>`
337
+
338
+ ## Marked
339
+
340
+ Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
341
+ Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
342
+
343
+ Permission is hereby granted, free of charge, to any person obtaining a copy
344
+ of this software and associated documentation files (the "Software"), to deal
345
+ in the Software without restriction, including without limitation the rights
346
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
347
+ copies of the Software, and to permit persons to whom the Software is
348
+ furnished to do so, subject to the following conditions:
349
+
350
+ The above copyright notice and this permission notice shall be included in
351
+ all copies or substantial portions of the Software.
352
+
353
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
354
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
355
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
356
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
357
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
358
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
359
+ THE SOFTWARE.
360
+
361
+ ## Markdown
362
+
363
+ Copyright © 2004, John Gruber
364
+ http://daringfireball.net/
365
+ All rights reserved.
366
+
367
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
368
+
369
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
370
+ * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
371
+ * Neither the name “Markdown” nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
372
+
373
+ This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
374
+ ```
375
+
376
+ ---
377
+
378
+ ## MIT, вариант 11
379
+
380
+ - `style-mod` 4.1.3
381
+
382
+ ```
383
+ Copyright (C) 2018 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
384
+
385
+ Permission is hereby granted, free of charge, to any person obtaining a copy
386
+ of this software and associated documentation files (the "Software"), to deal
387
+ in the Software without restriction, including without limitation the rights
388
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
389
+ copies of the Software, and to permit persons to whom the Software is
390
+ furnished to do so, subject to the following conditions:
391
+
392
+ The above copyright notice and this permission notice shall be included in
393
+ all copies or substantial portions of the Software.
394
+
395
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
396
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
397
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
398
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
399
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
400
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
401
+ THE SOFTWARE.
402
+ ```
403
+
404
+ ---
405
+
406
+ ## MIT, вариант 12
407
+
408
+ - `w3c-keyname` 2.2.8
409
+
410
+ ```
411
+ Copyright (C) 2016 by Marijn Haverbeke <marijn@haverbeke.berlin> and others
412
+
413
+ Permission is hereby granted, free of charge, to any person obtaining a copy
414
+ of this software and associated documentation files (the "Software"), to deal
415
+ in the Software without restriction, including without limitation the rights
416
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
417
+ copies of the Software, and to permit persons to whom the Software is
418
+ furnished to do so, subject to the following conditions:
419
+
420
+ The above copyright notice and this permission notice shall be included in
421
+ all copies or substantial portions of the Software.
422
+
423
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
424
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
425
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
426
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
427
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
428
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
429
+ THE SOFTWARE.
430
+ ```
431
+
432
+ ---
433
+
434
+ ## MPL-2.0 или Apache-2.0 — `dompurify` 3.4.12
435
+
436
+ DOMPurify распространяется под двумя лицензиями на выбор получателя
437
+ (`"license": "(MPL-2.0 OR Apache-2.0)"` в его `package.json`). Выбрана **Apache-2.0**:
438
+ она чисто атрибуционная, и это уведомление закрывает её требования целиком, а
439
+ MPL-2.0 оставила бы обязанность бессрочно предоставлять исходный код по запросу.
440
+ Ниже — текст, приложенный к самому пакету.
441
+
442
+ ```
443
+ Apache License
444
+ Version 2.0, January 2004
445
+ http://www.apache.org/licenses/
446
+
447
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
448
+
449
+ 1. Definitions.
450
+
451
+ "License" shall mean the terms and conditions for use, reproduction,
452
+ and distribution as defined by Sections 1 through 9 of this document.
453
+
454
+ "Licensor" shall mean the copyright owner or entity authorized by
455
+ the copyright owner that is granting the License.
456
+
457
+ "Legal Entity" shall mean the union of the acting entity and all
458
+ other entities that control, are controlled by, or are under common
459
+ control with that entity. For the purposes of this definition,
460
+ "control" means (i) the power, direct or indirect, to cause the
461
+ direction or management of such entity, whether by contract or
462
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
463
+ outstanding shares, or (iii) beneficial ownership of such entity.
464
+
465
+ "You" (or "Your") shall mean an individual or Legal Entity
466
+ exercising permissions granted by this License.
467
+
468
+ "Source" form shall mean the preferred form for making modifications,
469
+ including but not limited to software source code, documentation
470
+ source, and configuration files.
471
+
472
+ "Object" form shall mean any form resulting from mechanical
473
+ transformation or translation of a Source form, including but
474
+ not limited to compiled object code, generated documentation,
475
+ and conversions to other media types.
476
+
477
+ "Work" shall mean the work of authorship, whether in Source or
478
+ Object form, made available under the License, as indicated by a
479
+ copyright notice that is included in or attached to the work
480
+ (an example is provided in the Appendix below).
481
+
482
+ "Derivative Works" shall mean any work, whether in Source or Object
483
+ form, that is based on (or derived from) the Work and for which the
484
+ editorial revisions, annotations, elaborations, or other modifications
485
+ represent, as a whole, an original work of authorship. For the purposes
486
+ of this License, Derivative Works shall not include works that remain
487
+ separable from, or merely link (or bind by name) to the interfaces of,
488
+ the Work and Derivative Works thereof.
489
+
490
+ "Contribution" shall mean any work of authorship, including
491
+ the original version of the Work and any modifications or additions
492
+ to that Work or Derivative Works thereof, that is intentionally
493
+ submitted to Licensor for inclusion in the Work by the copyright owner
494
+ or by an individual or Legal Entity authorized to submit on behalf of
495
+ the copyright owner. For the purposes of this definition, "submitted"
496
+ means any form of electronic, verbal, or written communication sent
497
+ to the Licensor or its representatives, including but not limited to
498
+ communication on electronic mailing lists, source code control systems,
499
+ and issue tracking systems that are managed by, or on behalf of, the
500
+ Licensor for the purpose of discussing and improving the Work, but
501
+ excluding communication that is conspicuously marked or otherwise
502
+ designated in writing by the copyright owner as "Not a Contribution."
503
+
504
+ "Contributor" shall mean Licensor and any individual or Legal Entity
505
+ on behalf of whom a Contribution has been received by Licensor and
506
+ subsequently incorporated within the Work.
507
+
508
+ 2. Grant of Copyright License. Subject to the terms and conditions of
509
+ this License, each Contributor hereby grants to You a perpetual,
510
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
511
+ copyright license to reproduce, prepare Derivative Works of,
512
+ publicly display, publicly perform, sublicense, and distribute the
513
+ Work and such Derivative Works in Source or Object form.
514
+
515
+ 3. Grant of Patent License. Subject to the terms and conditions of
516
+ this License, each Contributor hereby grants to You a perpetual,
517
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
518
+ (except as stated in this section) patent license to make, have made,
519
+ use, offer to sell, sell, import, and otherwise transfer the Work,
520
+ where such license applies only to those patent claims licensable
521
+ by such Contributor that are necessarily infringed by their
522
+ Contribution(s) alone or by combination of their Contribution(s)
523
+ with the Work to which such Contribution(s) was submitted. If You
524
+ institute patent litigation against any entity (including a
525
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
526
+ or a Contribution incorporated within the Work constitutes direct
527
+ or contributory patent infringement, then any patent licenses
528
+ granted to You under this License for that Work shall terminate
529
+ as of the date such litigation is filed.
530
+
531
+ 4. Redistribution. You may reproduce and distribute copies of the
532
+ Work or Derivative Works thereof in any medium, with or without
533
+ modifications, and in Source or Object form, provided that You
534
+ meet the following conditions:
535
+
536
+ (a) You must give any other recipients of the Work or
537
+ Derivative Works a copy of this License; and
538
+
539
+ (b) You must cause any modified files to carry prominent notices
540
+ stating that You changed the files; and
541
+
542
+ (c) You must retain, in the Source form of any Derivative Works
543
+ that You distribute, all copyright, patent, trademark, and
544
+ attribution notices from the Source form of the Work,
545
+ excluding those notices that do not pertain to any part of
546
+ the Derivative Works; and
547
+
548
+ (d) If the Work includes a "NOTICE" text file as part of its
549
+ distribution, then any Derivative Works that You distribute must
550
+ include a readable copy of the attribution notices contained
551
+ within such NOTICE file, excluding those notices that do not
552
+ pertain to any part of the Derivative Works, in at least one
553
+ of the following places: within a NOTICE text file distributed
554
+ as part of the Derivative Works; within the Source form or
555
+ documentation, if provided along with the Derivative Works; or,
556
+ within a display generated by the Derivative Works, if and
557
+ wherever such third-party notices normally appear. The contents
558
+ of the NOTICE file are for informational purposes only and
559
+ do not modify the License. You may add Your own attribution
560
+ notices within Derivative Works that You distribute, alongside
561
+ or as an addendum to the NOTICE text from the Work, provided
562
+ that such additional attribution notices cannot be construed
563
+ as modifying the License.
564
+
565
+ You may add Your own copyright statement to Your modifications and
566
+ may provide additional or different license terms and conditions
567
+ for use, reproduction, or distribution of Your modifications, or
568
+ for any such Derivative Works as a whole, provided Your use,
569
+ reproduction, and distribution of the Work otherwise complies with
570
+ the conditions stated in this License.
571
+
572
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
573
+ any Contribution intentionally submitted for inclusion in the Work
574
+ by You to the Licensor shall be under the terms and conditions of
575
+ this License, without any additional terms or conditions.
576
+ Notwithstanding the above, nothing herein shall supersede or modify
577
+ the terms of any separate license agreement you may have executed
578
+ with Licensor regarding such Contributions.
579
+
580
+ 6. Trademarks. This License does not grant permission to use the trade
581
+ names, trademarks, service marks, or product names of the Licensor,
582
+ except as required for reasonable and customary use in describing the
583
+ origin of the Work and reproducing the content of the NOTICE file.
584
+
585
+ 7. Disclaimer of Warranty. Unless required by applicable law or
586
+ agreed to in writing, Licensor provides the Work (and each
587
+ Contributor provides its Contributions) on an "AS IS" BASIS,
588
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
589
+ implied, including, without limitation, any warranties or conditions
590
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
591
+ PARTICULAR PURPOSE. You are solely responsible for determining the
592
+ appropriateness of using or redistributing the Work and assume any
593
+ risks associated with Your exercise of permissions under this License.
594
+
595
+ 8. Limitation of Liability. In no event and under no legal theory,
596
+ whether in tort (including negligence), contract, or otherwise,
597
+ unless required by applicable law (such as deliberate and grossly
598
+ negligent acts) or agreed to in writing, shall any Contributor be
599
+ liable to You for damages, including any direct, indirect, special,
600
+ incidental, or consequential damages of any character arising as a
601
+ result of this License or out of the use or inability to use the
602
+ Work (including but not limited to damages for loss of goodwill,
603
+ work stoppage, computer failure or malfunction, or any and all
604
+ other commercial damages or losses), even if such Contributor
605
+ has been advised of the possibility of such damages.
606
+
607
+ 9. Accepting Warranty or Additional Liability. While redistributing
608
+ the Work or Derivative Works thereof, You may choose to offer,
609
+ and charge a fee for, acceptance of support, warranty, indemnity,
610
+ or other liability obligations and/or rights consistent with this
611
+ License. However, in accepting such obligations, You may act only
612
+ on Your own behalf and on Your sole responsibility, not on behalf
613
+ of any other Contributor, and only if You agree to indemnify,
614
+ defend, and hold each Contributor harmless for any liability
615
+ incurred by, or claims asserted against, such Contributor by reason
616
+ of your accepting any such warranty or additional liability.
617
+
618
+ END OF TERMS AND CONDITIONS
619
+
620
+ APPENDIX: How to apply the Apache License to your work.
621
+
622
+ To apply the Apache License to your work, attach the following
623
+ boilerplate notice, with the fields enclosed by brackets "[]"
624
+ replaced with your own identifying information. (Don't include
625
+ the brackets!) The text should be enclosed in the appropriate
626
+ comment syntax for the file format. We also recommend that a
627
+ file or class name and description of purpose be included on the
628
+ same "printed page" as the copyright notice for easier
629
+ identification within third-party archives.
630
+
631
+ Copyright [yyyy] [name of copyright owner]
632
+
633
+ Licensed under the Apache License, Version 2.0 (the "License");
634
+ you may not use this file except in compliance with the License.
635
+ You may obtain a copy of the License at
636
+
637
+ http://www.apache.org/licenses/LICENSE-2.0
638
+
639
+ Unless required by applicable law or agreed to in writing, software
640
+ distributed under the License is distributed on an "AS IS" BASIS,
641
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
642
+ See the License for the specific language governing permissions and
643
+ limitations under the License.
644
+ ```