Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/ThirdPartyNotices.txt
3274 views
1
NOTICES
2
3
This repository incorporates material as listed below or described in the code.
4
5
6
7
---------------------------------------------------------
8
9
@fig/autocomplete-shared 1.1.2
10
https://github.com/withfig/autocomplete-tools
11
12
MIT License
13
14
Copyright (c) 2021 Hercules Labs Inc. (Fig)
15
16
Permission is hereby granted, free of charge, to any person obtaining a copy
17
of this software and associated documentation files (the "Software"), to deal
18
in the Software without restriction, including without limitation the rights
19
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20
copies of the Software, and to permit persons to whom the Software is
21
furnished to do so, subject to the following conditions:
22
23
The above copyright notice and this permission notice shall be included in all
24
copies or substantial portions of the Software.
25
26
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32
SOFTWARE.
33
---------------------------------------------------------
34
35
---------------------------------------------------------
36
37
@iktakahiro/markdown-it-katex 4.0.2 - MIT
38
https://github.com/mjbvz/markdown-it-katex
39
40
The MIT License (MIT)
41
42
Copyright (c) 2016 Waylon Flinn
43
44
Permission is hereby granted, free of charge, to any person obtaining a copy
45
of this software and associated documentation files (the "Software"), to deal
46
in the Software without restriction, including without limitation the rights
47
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
48
copies of the Software, and to permit persons to whom the Software is
49
furnished to do so, subject to the following conditions:
50
51
The above copyright notice and this permission notice shall be included in all
52
copies or substantial portions of the Software.
53
54
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
55
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
56
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
57
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
58
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
59
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
60
SOFTWARE.
61
62
---
63
64
The MIT License (MIT)
65
66
Copyright (c) 2018 Takahiro Ethan Ikeuchi @iktakahiro
67
68
Permission is hereby granted, free of charge, to any person obtaining a copy
69
of this software and associated documentation files (the "Software"), to deal
70
in the Software without restriction, including without limitation the rights
71
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
72
copies of the Software, and to permit persons to whom the Software is
73
furnished to do so, subject to the following conditions:
74
75
The above copyright notice and this permission notice shall be included in all
76
copies or substantial portions of the Software.
77
78
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
79
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
80
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
81
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
82
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
83
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
84
SOFTWARE.
85
---------------------------------------------------------
86
87
---------------------------------------------------------
88
89
amazon-q-developer-cli f66e0b0e917ab185eef528dc36eca56b78ca8b5d
90
https://github.com/aws/amazon-q-developer-cli
91
92
MIT License
93
94
Copyright (c) 2024 Amazon.com, Inc. or its affiliates.
95
96
Permission is hereby granted, free of charge, to any person obtaining a copy
97
of this software and associated documentation files (the "Software"), to deal
98
in the Software without restriction, including without limitation the rights
99
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
100
copies of the Software, and to permit persons to whom the Software is
101
furnished to do so, subject to the following conditions:
102
103
The above copyright notice and this permission notice shall be included in all
104
copies or substantial portions of the Software.
105
106
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
107
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
108
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
109
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
110
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
111
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
112
SOFTWARE.
113
---------------------------------------------------------
114
115
---------------------------------------------------------
116
117
atom/language-clojure 0.22.8 - MIT
118
https://github.com/atom/language-clojure
119
120
Copyright (c) 2014 GitHub Inc.
121
122
Permission is hereby granted, free of charge, to any person obtaining
123
a copy of this software and associated documentation files (the
124
"Software"), to deal in the Software without restriction, including
125
without limitation the rights to use, copy, modify, merge, publish,
126
distribute, sublicense, and/or sell copies of the Software, and to
127
permit persons to whom the Software is furnished to do so, subject to
128
the following conditions:
129
130
The above copyright notice and this permission notice shall be
131
included in all copies or substantial portions of the Software.
132
133
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
134
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
135
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
136
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
137
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
138
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
139
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
140
141
142
This package was derived from a TextMate bundle located at
143
https://github.com/mmcgrana/textmate-clojure and distributed under the
144
following license, located in `LICENSE.md`:
145
146
The MIT License (MIT)
147
148
Copyright (c) 2010- Mark McGranaghan
149
150
Permission is hereby granted, free of charge, to any person obtaining a copy
151
of this software and associated documentation files (the "Software"), to deal
152
in the Software without restriction, including without limitation the rights
153
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
154
copies of the Software, and to permit persons to whom the Software is
155
furnished to do so, subject to the following conditions:
156
157
The above copyright notice and this permission notice shall be included in all
158
copies or substantial portions of the Software.
159
160
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
161
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
162
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
163
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
164
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
165
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
166
SOFTWARE.
167
---------------------------------------------------------
168
169
---------------------------------------------------------
170
171
atom/language-coffee-script 0.49.3 - MIT
172
https://github.com/atom/language-coffee-script
173
174
The MIT License (MIT)
175
176
Copyright (c) 2014 GitHub Inc.
177
178
Permission is hereby granted, free of charge, to any person obtaining
179
a copy of this software and associated documentation files (the
180
"Software"), to deal in the Software without restriction, including
181
without limitation the rights to use, copy, modify, merge, publish,
182
distribute, sublicense, and/or sell copies of the Software, and to
183
permit persons to whom the Software is furnished to do so, subject to
184
the following conditions:
185
186
The above copyright notice and this permission notice shall be
187
included in all copies or substantial portions of the Software.
188
189
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
190
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
191
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
192
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
193
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
194
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
195
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
196
197
198
This package was derived from a TextMate bundle located at
199
https://github.com/jashkenas/coffee-script-tmbundle and distributed under the
200
following license, located in `LICENSE`:
201
202
Copyright (c) 2009-2014 Jeremy Ashkenas
203
204
Permission is hereby granted, free of charge, to any person
205
obtaining a copy of this software and associated documentation
206
files (the "Software"), to deal in the Software without
207
restriction, including without limitation the rights to use,
208
copy, modify, merge, publish, distribute, sublicense, and/or sell
209
copies of the Software, and to permit persons to whom the
210
Software is furnished to do so, subject to the following
211
conditions:
212
213
The above copyright notice and this permission notice shall be
214
included in all copies or substantial portions of the Software.
215
216
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
217
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
218
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
219
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
220
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
221
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
222
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
223
OTHER DEALINGS IN THE SOFTWARE.
224
---------------------------------------------------------
225
226
---------------------------------------------------------
227
228
atom/language-sass 0.62.1 - MIT
229
https://github.com/atom/language-sass
230
231
The MIT License (MIT)
232
233
Copyright (c) 2014 GitHub Inc.
234
235
Permission is hereby granted, free of charge, to any person obtaining
236
a copy of this software and associated documentation files (the
237
"Software"), to deal in the Software without restriction, including
238
without limitation the rights to use, copy, modify, merge, publish,
239
distribute, sublicense, and/or sell copies of the Software, and to
240
permit persons to whom the Software is furnished to do so, subject to
241
the following conditions:
242
243
The above copyright notice and this permission notice shall be
244
included in all copies or substantial portions of the Software.
245
246
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
247
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
248
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
249
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
250
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
251
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
252
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
253
254
255
This package was derived from a TextMate bundle located at
256
https://github.com/alexsancho/Sass.tmbundle and distributed under the following
257
license, located in `LICENSE.md`:
258
259
Copyright (c) 2012 Alex Sancho, http://alexsancho.name/
260
261
Permission is hereby granted, free of charge, to any person obtaining
262
a copy of this software and associated documentation files (the
263
"Software"), to deal in the Software without restriction, including
264
without limitation the rights to use, copy, modify, merge, publish,
265
distribute, sublicense, and/or sell copies of the Software, and to
266
permit persons to whom the Software is furnished to do so, subject to
267
the following conditions:
268
269
The above copyright notice and this permission notice shall be
270
included in all copies or substantial portions of the Software.
271
272
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
273
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
274
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
275
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
276
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
277
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
278
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
279
---------------------------------------------------------
280
281
---------------------------------------------------------
282
283
atom/language-xml 0.35.2 - MIT
284
https://github.com/atom/language-xml
285
286
The MIT License (MIT)
287
288
Copyright (c) 2014 GitHub Inc.
289
290
Permission is hereby granted, free of charge, to any person obtaining
291
a copy of this software and associated documentation files (the
292
"Software"), to deal in the Software without restriction, including
293
without limitation the rights to use, copy, modify, merge, publish,
294
distribute, sublicense, and/or sell copies of the Software, and to
295
permit persons to whom the Software is furnished to do so, subject to
296
the following conditions:
297
298
The above copyright notice and this permission notice shall be
299
included in all copies or substantial portions of the Software.
300
301
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
302
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
303
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
304
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
305
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
306
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
307
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
308
309
310
This package was derived from a TextMate bundle located at
311
https://github.com/textmate/xml.tmbundle and distributed under the following
312
license, located in `README.mdown`:
313
314
Permission to copy, use, modify, sell and distribute this
315
software is granted. This software is provided "as is" without
316
express or implied warranty, and with no claim as to its
317
suitability for any purpose.
318
---------------------------------------------------------
319
320
---------------------------------------------------------
321
322
autocomplete 2.684.0 - MIT
323
https://github.com/withfig/autocomplete
324
325
MIT License
326
327
Copyright (c) 2021 Hercules Labs Inc. (Fig)
328
329
Permission is hereby granted, free of charge, to any person obtaining a copy
330
of this software and associated documentation files (the "Software"), to deal
331
in the Software without restriction, including without limitation the rights
332
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
333
copies of the Software, and to permit persons to whom the Software is
334
furnished to do so, subject to the following conditions:
335
336
The above copyright notice and this permission notice shall be included in all
337
copies or substantial portions of the Software.
338
339
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
340
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
341
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
342
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
343
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
344
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
345
SOFTWARE.
346
---------------------------------------------------------
347
348
---------------------------------------------------------
349
350
cacheable-request 7.0.4 - MIT
351
352
353
Copyright (c) cacheable-request authors
354
355
MIT License
356
357
Permission is hereby granted, free of charge, to any person obtaining a copy
358
of this software and associated documentation files (the "Software"), to
359
deal in the Software without restriction, including without limitation the
360
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
361
sell copies of the Software, and to permit persons to whom the Software is
362
furnished to do so, subject to the following conditions:
363
364
The above copyright notice and this permission notice shall be included in
365
all copies or substantial portions of the Software.
366
367
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
368
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
369
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
370
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
371
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
372
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
373
DEALINGS IN THE SOFTWARE.
374
---------------------------------------------------------
375
376
---------------------------------------------------------
377
378
Colorsublime-Themes 0.1.0
379
https://github.com/Colorsublime/Colorsublime-Themes
380
381
Copyright (c) 2015 Colorsublime.com
382
383
Permission is hereby granted, free of charge, to any person obtaining a copy
384
of this software and associated documentation files (the "Software"), to deal
385
in the Software without restriction, including without limitation the rights
386
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
387
copies of the Software, and to permit persons to whom the Software is
388
furnished to do so, subject to the following conditions:
389
390
The above copyright notice and this permission notice shall be included in
391
all copies or substantial portions of the Software.
392
393
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
394
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
395
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
396
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
397
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
398
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
399
THE SOFTWARE.
400
---------------------------------------------------------
401
402
---------------------------------------------------------
403
404
daaain/Handlebars 1.8.0 - MIT
405
https://github.com/daaain/Handlebars
406
407
-- Credits
408
409
Adapted from the great sublime-text-handlebars package by Nicholas Westlake.
410
411
Thanks a lot to all the generous contributors (in alphabetical order): @bittersweetryan, @bradcliffe, @calumbrodie, @duncanbeevers, @hlvnst, @jonschlinkert, @Krutius, @samselikoff, @utkarshkukreti, @zeppelin
412
413
-- License
414
415
(The MIT License)
416
417
Copyright (c) daaain/Handlebars project authors
418
419
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
420
421
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
422
423
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.
424
---------------------------------------------------------
425
426
---------------------------------------------------------
427
428
dart-lang/dart-syntax-highlight 0.0.0 - BSD
429
https://github.com/dart-lang/dart-syntax-highlight
430
431
Copyright 2020, the Dart project authors.
432
433
Redistribution and use in source and binary forms, with or without
434
modification, are permitted provided that the following conditions are
435
met:
436
437
* Redistributions of source code must retain the above copyright
438
notice, this list of conditions and the following disclaimer.
439
* Redistributions in binary form must reproduce the above
440
copyright notice, this list of conditions and the following
441
disclaimer in the documentation and/or other materials provided
442
with the distribution.
443
* Neither the name of Google LLC nor the names of its
444
contributors may be used to endorse or promote products derived
445
from this software without specific prior written permission.
446
447
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
448
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
449
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
450
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
451
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
452
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
453
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
454
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
455
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
456
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
457
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
458
---------------------------------------------------------
459
460
---------------------------------------------------------
461
462
davidrios/pug-tmbundle 0.0.0 - MIT
463
https://github.com/davidrios/pug-tmbundle
464
465
The MIT License (MIT)
466
467
Copyright (c) 2016 David Rios
468
469
Permission is hereby granted, free of charge, to any person obtaining a copy of
470
this software and associated documentation files (the "Software"), to deal in
471
the Software without restriction, including without limitation the rights to
472
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
473
the Software, and to permit persons to whom the Software is furnished to do so,
474
subject to the following conditions:
475
476
The above copyright notice and this permission notice shall be included in all
477
copies or substantial portions of the Software.
478
479
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
480
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
481
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
482
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
483
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
484
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
485
---------------------------------------------------------
486
487
---------------------------------------------------------
488
489
definitelytyped - MIT
490
https://github.com/DefinitelyTyped/DefinitelyTyped
491
492
This project is licensed under the MIT license.
493
Copyrights are respective of each contributor listed at the beginning of each definition file.
494
495
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
496
497
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
498
499
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.
500
---------------------------------------------------------
501
502
---------------------------------------------------------
503
504
Document Object Model 4.0.0 - W3C License
505
https://www.w3.org/DOM/
506
507
W3C License
508
This work is being provided by the copyright holders under the following license.
509
By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions.
510
Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following
511
on ALL copies of the work or portions thereof, including modifications:
512
* The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
513
* Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included.
514
* Notice of any changes or modifications, through a copyright statement on the new code or document such as "This software or document includes material copied from or derived
515
from Document Object Model. Copyright © 2015 W3C® (MIT, ERCIM, Keio, Beihang)."
516
Disclaimers
517
THIS WORK IS PROVIDED "AS IS
518
AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR
519
FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
520
COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.
521
The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the work without specific, written prior permission.
522
Title to copyright in this work will at all times remain with copyright holders.
523
---------------------------------------------------------
524
525
---------------------------------------------------------
526
527
dompurify 3.1.7 - Apache 2.0
528
https://github.com/cure53/DOMPurify
529
530
DOMPurify
531
Copyright 2025 Dr.-Ing. Mario Heiderich, Cure53
532
533
DOMPurify is free software; you can redistribute it and/or modify it under the
534
terms of either:
535
536
a) the Apache License Version 2.0, or
537
b) the Mozilla Public License Version 2.0
538
539
-----------------------------------------------------------------------------
540
541
Apache License
542
Version 2.0, January 2004
543
http://www.apache.org/licenses/
544
545
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
546
547
1. Definitions.
548
549
"License" shall mean the terms and conditions for use, reproduction,
550
and distribution as defined by Sections 1 through 9 of this document.
551
552
"Licensor" shall mean the copyright owner or entity authorized by
553
the copyright owner that is granting the License.
554
555
"Legal Entity" shall mean the union of the acting entity and all
556
other entities that control, are controlled by, or are under common
557
control with that entity. For the purposes of this definition,
558
"control" means (i) the power, direct or indirect, to cause the
559
direction or management of such entity, whether by contract or
560
otherwise, or (ii) ownership of fifty percent (50%) or more of the
561
outstanding shares, or (iii) beneficial ownership of such entity.
562
563
"You" (or "Your") shall mean an individual or Legal Entity
564
exercising permissions granted by this License.
565
566
"Source" form shall mean the preferred form for making modifications,
567
including but not limited to software source code, documentation
568
source, and configuration files.
569
570
"Object" form shall mean any form resulting from mechanical
571
transformation or translation of a Source form, including but
572
not limited to compiled object code, generated documentation,
573
and conversions to other media types.
574
575
"Work" shall mean the work of authorship, whether in Source or
576
Object form, made available under the License, as indicated by a
577
copyright notice that is included in or attached to the work
578
(an example is provided in the Appendix below).
579
580
"Derivative Works" shall mean any work, whether in Source or Object
581
form, that is based on (or derived from) the Work and for which the
582
editorial revisions, annotations, elaborations, or other modifications
583
represent, as a whole, an original work of authorship. For the purposes
584
of this License, Derivative Works shall not include works that remain
585
separable from, or merely link (or bind by name) to the interfaces of,
586
the Work and Derivative Works thereof.
587
588
"Contribution" shall mean any work of authorship, including
589
the original version of the Work and any modifications or additions
590
to that Work or Derivative Works thereof, that is intentionally
591
submitted to Licensor for inclusion in the Work by the copyright owner
592
or by an individual or Legal Entity authorized to submit on behalf of
593
the copyright owner. For the purposes of this definition, "submitted"
594
means any form of electronic, verbal, or written communication sent
595
to the Licensor or its representatives, including but not limited to
596
communication on electronic mailing lists, source code control systems,
597
and issue tracking systems that are managed by, or on behalf of, the
598
Licensor for the purpose of discussing and improving the Work, but
599
excluding communication that is conspicuously marked or otherwise
600
designated in writing by the copyright owner as "Not a Contribution."
601
602
"Contributor" shall mean Licensor and any individual or Legal Entity
603
on behalf of whom a Contribution has been received by Licensor and
604
subsequently incorporated within the Work.
605
606
2. Grant of Copyright License. Subject to the terms and conditions of
607
this License, each Contributor hereby grants to You a perpetual,
608
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
609
copyright license to reproduce, prepare Derivative Works of,
610
publicly display, publicly perform, sublicense, and distribute the
611
Work and such Derivative Works in Source or Object form.
612
613
3. Grant of Patent License. Subject to the terms and conditions of
614
this License, each Contributor hereby grants to You a perpetual,
615
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
616
(except as stated in this section) patent license to make, have made,
617
use, offer to sell, sell, import, and otherwise transfer the Work,
618
where such license applies only to those patent claims licensable
619
by such Contributor that are necessarily infringed by their
620
Contribution(s) alone or by combination of their Contribution(s)
621
with the Work to which such Contribution(s) was submitted. If You
622
institute patent litigation against any entity (including a
623
cross-claim or counterclaim in a lawsuit) alleging that the Work
624
or a Contribution incorporated within the Work constitutes direct
625
or contributory patent infringement, then any patent licenses
626
granted to You under this License for that Work shall terminate
627
as of the date such litigation is filed.
628
629
4. Redistribution. You may reproduce and distribute copies of the
630
Work or Derivative Works thereof in any medium, with or without
631
modifications, and in Source or Object form, provided that You
632
meet the following conditions:
633
634
(a) You must give any other recipients of the Work or
635
Derivative Works a copy of this License; and
636
637
(b) You must cause any modified files to carry prominent notices
638
stating that You changed the files; and
639
640
(c) You must retain, in the Source form of any Derivative Works
641
that You distribute, all copyright, patent, trademark, and
642
attribution notices from the Source form of the Work,
643
excluding those notices that do not pertain to any part of
644
the Derivative Works; and
645
646
(d) If the Work includes a "NOTICE" text file as part of its
647
distribution, then any Derivative Works that You distribute must
648
include a readable copy of the attribution notices contained
649
within such NOTICE file, excluding those notices that do not
650
pertain to any part of the Derivative Works, in at least one
651
of the following places: within a NOTICE text file distributed
652
as part of the Derivative Works; within the Source form or
653
documentation, if provided along with the Derivative Works; or,
654
within a display generated by the Derivative Works, if and
655
wherever such third-party notices normally appear. The contents
656
of the NOTICE file are for informational purposes only and
657
do not modify the License. You may add Your own attribution
658
notices within Derivative Works that You distribute, alongside
659
or as an addendum to the NOTICE text from the Work, provided
660
that such additional attribution notices cannot be construed
661
as modifying the License.
662
663
You may add Your own copyright statement to Your modifications and
664
may provide additional or different license terms and conditions
665
for use, reproduction, or distribution of Your modifications, or
666
for any such Derivative Works as a whole, provided Your use,
667
reproduction, and distribution of the Work otherwise complies with
668
the conditions stated in this License.
669
670
5. Submission of Contributions. Unless You explicitly state otherwise,
671
any Contribution intentionally submitted for inclusion in the Work
672
by You to the Licensor shall be under the terms and conditions of
673
this License, without any additional terms or conditions.
674
Notwithstanding the above, nothing herein shall supersede or modify
675
the terms of any separate license agreement you may have executed
676
with Licensor regarding such Contributions.
677
678
6. Trademarks. This License does not grant permission to use the trade
679
names, trademarks, service marks, or product names of the Licensor,
680
except as required for reasonable and customary use in describing the
681
origin of the Work and reproducing the content of the NOTICE file.
682
683
7. Disclaimer of Warranty. Unless required by applicable law or
684
agreed to in writing, Licensor provides the Work (and each
685
Contributor provides its Contributions) on an "AS IS" BASIS,
686
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
687
implied, including, without limitation, any warranties or conditions
688
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
689
PARTICULAR PURPOSE. You are solely responsible for determining the
690
appropriateness of using or redistributing the Work and assume any
691
risks associated with Your exercise of permissions under this License.
692
693
8. Limitation of Liability. In no event and under no legal theory,
694
whether in tort (including negligence), contract, or otherwise,
695
unless required by applicable law (such as deliberate and grossly
696
negligent acts) or agreed to in writing, shall any Contributor be
697
liable to You for damages, including any direct, indirect, special,
698
incidental, or consequential damages of any character arising as a
699
result of this License or out of the use or inability to use the
700
Work (including but not limited to damages for loss of goodwill,
701
work stoppage, computer failure or malfunction, or any and all
702
other commercial damages or losses), even if such Contributor
703
has been advised of the possibility of such damages.
704
705
9. Accepting Warranty or Additional Liability. While redistributing
706
the Work or Derivative Works thereof, You may choose to offer,
707
and charge a fee for, acceptance of support, warranty, indemnity,
708
or other liability obligations and/or rights consistent with this
709
License. However, in accepting such obligations, You may act only
710
on Your own behalf and on Your sole responsibility, not on behalf
711
of any other Contributor, and only if You agree to indemnify,
712
defend, and hold each Contributor harmless for any liability
713
incurred by, or claims asserted against, such Contributor by reason
714
of your accepting any such warranty or additional liability.
715
716
END OF TERMS AND CONDITIONS
717
718
APPENDIX: How to apply the Apache License to your work.
719
720
To apply the Apache License to your work, attach the following
721
boilerplate notice, with the fields enclosed by brackets "[]"
722
replaced with your own identifying information. (Don't include
723
the brackets!) The text should be enclosed in the appropriate
724
comment syntax for the file format. We also recommend that a
725
file or class name and description of purpose be included on the
726
same "printed page" as the copyright notice for easier
727
identification within third-party archives.
728
729
Copyright [yyyy] [name of copyright owner]
730
731
Licensed under the Apache License, Version 2.0 (the "License");
732
you may not use this file except in compliance with the License.
733
You may obtain a copy of the License at
734
735
http://www.apache.org/licenses/LICENSE-2.0
736
737
Unless required by applicable law or agreed to in writing, software
738
distributed under the License is distributed on an "AS IS" BASIS,
739
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
740
See the License for the specific language governing permissions and
741
limitations under the License.
742
743
-----------------------------------------------------------------------------
744
Mozilla Public License, version 2.0
745
746
1. Definitions
747
748
1.1. "Contributor"
749
750
means each individual or legal entity that creates, contributes to the
751
creation of, or owns Covered Software.
752
753
1.2. "Contributor Version"
754
755
means the combination of the Contributions of others (if any) used by a
756
Contributor and that particular Contributor’s Contribution.
757
758
1.3. "Contribution"
759
760
means Covered Software of a particular Contributor.
761
762
1.4. "Covered Software"
763
764
means Source Code Form to which the initial Contributor has attached the
765
notice in Exhibit A, the Executable Form of such Source Code Form, and
766
Modifications of such Source Code Form, in each case including portions
767
thereof.
768
769
1.5. "Incompatible With Secondary Licenses"
770
means
771
772
a. that the initial Contributor has attached the notice described in
773
Exhibit B to the Covered Software; or
774
775
b. that the Covered Software was made available under the terms of version
776
1.1 or earlier of the License, but not also under the terms of a
777
Secondary License.
778
779
1.6. "Executable Form"
780
781
means any form of the work other than Source Code Form.
782
783
1.7. "Larger Work"
784
785
means a work that combines Covered Software with other material, in a separate
786
file or files, that is not Covered Software.
787
788
1.8. "License"
789
790
means this document.
791
792
1.9. "Licensable"
793
794
means having the right to grant, to the maximum extent possible, whether at the
795
time of the initial grant or subsequently, any and all of the rights conveyed by
796
this License.
797
798
1.10. "Modifications"
799
800
means any of the following:
801
802
a. any file in Source Code Form that results from an addition to, deletion
803
from, or modification of the contents of Covered Software; or
804
805
b. any new file in Source Code Form that contains any Covered Software.
806
807
1.11. "Patent Claims" of a Contributor
808
809
means any patent claim(s), including without limitation, method, process,
810
and apparatus claims, in any patent Licensable by such Contributor that
811
would be infringed, but for the grant of the License, by the making,
812
using, selling, offering for sale, having made, import, or transfer of
813
either its Contributions or its Contributor Version.
814
815
1.12. "Secondary License"
816
817
means either the GNU General Public License, Version 2.0, the GNU Lesser
818
General Public License, Version 2.1, the GNU Affero General Public
819
License, Version 3.0, or any later versions of those licenses.
820
821
1.13. "Source Code Form"
822
823
means the form of the work preferred for making modifications.
824
825
1.14. "You" (or "Your")
826
827
means an individual or a legal entity exercising rights under this
828
License. For legal entities, "You" includes any entity that controls, is
829
controlled by, or is under common control with You. For purposes of this
830
definition, "control" means (a) the power, direct or indirect, to cause
831
the direction or management of such entity, whether by contract or
832
otherwise, or (b) ownership of more than fifty percent (50%) of the
833
outstanding shares or beneficial ownership of such entity.
834
835
836
2. License Grants and Conditions
837
838
2.1. Grants
839
840
Each Contributor hereby grants You a world-wide, royalty-free,
841
non-exclusive license:
842
843
a. under intellectual property rights (other than patent or trademark)
844
Licensable by such Contributor to use, reproduce, make available,
845
modify, display, perform, distribute, and otherwise exploit its
846
Contributions, either on an unmodified basis, with Modifications, or as
847
part of a Larger Work; and
848
849
b. under Patent Claims of such Contributor to make, use, sell, offer for
850
sale, have made, import, and otherwise transfer either its Contributions
851
or its Contributor Version.
852
853
2.2. Effective Date
854
855
The licenses granted in Section 2.1 with respect to any Contribution become
856
effective for each Contribution on the date the Contributor first distributes
857
such Contribution.
858
859
2.3. Limitations on Grant Scope
860
861
The licenses granted in this Section 2 are the only rights granted under this
862
License. No additional rights or licenses will be implied from the distribution
863
or licensing of Covered Software under this License. Notwithstanding Section
864
2.1(b) above, no patent license is granted by a Contributor:
865
866
a. for any code that a Contributor has removed from Covered Software; or
867
868
b. for infringements caused by: (i) Your and any other third party’s
869
modifications of Covered Software, or (ii) the combination of its
870
Contributions with other software (except as part of its Contributor
871
Version); or
872
873
c. under Patent Claims infringed by Covered Software in the absence of its
874
Contributions.
875
876
This License does not grant any rights in the trademarks, service marks, or
877
logos of any Contributor (except as may be necessary to comply with the
878
notice requirements in Section 3.4).
879
880
2.4. Subsequent Licenses
881
882
No Contributor makes additional grants as a result of Your choice to
883
distribute the Covered Software under a subsequent version of this License
884
(see Section 10.2) or under the terms of a Secondary License (if permitted
885
under the terms of Section 3.3).
886
887
2.5. Representation
888
889
Each Contributor represents that the Contributor believes its Contributions
890
are its original creation(s) or it has sufficient rights to grant the
891
rights to its Contributions conveyed by this License.
892
893
2.6. Fair Use
894
895
This License is not intended to limit any rights You have under applicable
896
copyright doctrines of fair use, fair dealing, or other equivalents.
897
898
2.7. Conditions
899
900
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
901
Section 2.1.
902
903
904
3. Responsibilities
905
906
3.1. Distribution of Source Form
907
908
All distribution of Covered Software in Source Code Form, including any
909
Modifications that You create or to which You contribute, must be under the
910
terms of this License. You must inform recipients that the Source Code Form
911
of the Covered Software is governed by the terms of this License, and how
912
they can obtain a copy of this License. You may not attempt to alter or
913
restrict the recipients’ rights in the Source Code Form.
914
915
3.2. Distribution of Executable Form
916
917
If You distribute Covered Software in Executable Form then:
918
919
a. such Covered Software must also be made available in Source Code Form,
920
as described in Section 3.1, and You must inform recipients of the
921
Executable Form how they can obtain a copy of such Source Code Form by
922
reasonable means in a timely manner, at a charge no more than the cost
923
of distribution to the recipient; and
924
925
b. You may distribute such Executable Form under the terms of this License,
926
or sublicense it under different terms, provided that the license for
927
the Executable Form does not attempt to limit or alter the recipients’
928
rights in the Source Code Form under this License.
929
930
3.3. Distribution of a Larger Work
931
932
You may create and distribute a Larger Work under terms of Your choice,
933
provided that You also comply with the requirements of this License for the
934
Covered Software. If the Larger Work is a combination of Covered Software
935
with a work governed by one or more Secondary Licenses, and the Covered
936
Software is not Incompatible With Secondary Licenses, this License permits
937
You to additionally distribute such Covered Software under the terms of
938
such Secondary License(s), so that the recipient of the Larger Work may, at
939
their option, further distribute the Covered Software under the terms of
940
either this License or such Secondary License(s).
941
942
3.4. Notices
943
944
You may not remove or alter the substance of any license notices (including
945
copyright notices, patent notices, disclaimers of warranty, or limitations
946
of liability) contained within the Source Code Form of the Covered
947
Software, except that You may alter any license notices to the extent
948
required to remedy known factual inaccuracies.
949
950
3.5. Application of Additional Terms
951
952
You may choose to offer, and to charge a fee for, warranty, support,
953
indemnity or liability obligations to one or more recipients of Covered
954
Software. However, You may do so only on Your own behalf, and not on behalf
955
of any Contributor. You must make it absolutely clear that any such
956
warranty, support, indemnity, or liability obligation is offered by You
957
alone, and You hereby agree to indemnify every Contributor for any
958
liability incurred by such Contributor as a result of warranty, support,
959
indemnity or liability terms You offer. You may include additional
960
disclaimers of warranty and limitations of liability specific to any
961
jurisdiction.
962
963
4. Inability to Comply Due to Statute or Regulation
964
965
If it is impossible for You to comply with any of the terms of this License
966
with respect to some or all of the Covered Software due to statute, judicial
967
order, or regulation then You must: (a) comply with the terms of this License
968
to the maximum extent possible; and (b) describe the limitations and the code
969
they affect. Such description must be placed in a text file included with all
970
distributions of the Covered Software under this License. Except to the
971
extent prohibited by statute or regulation, such description must be
972
sufficiently detailed for a recipient of ordinary skill to be able to
973
understand it.
974
975
5. Termination
976
977
5.1. The rights granted under this License will terminate automatically if You
978
fail to comply with any of its terms. However, if You become compliant,
979
then the rights granted under this License from a particular Contributor
980
are reinstated (a) provisionally, unless and until such Contributor
981
explicitly and finally terminates Your grants, and (b) on an ongoing basis,
982
if such Contributor fails to notify You of the non-compliance by some
983
reasonable means prior to 60 days after You have come back into compliance.
984
Moreover, Your grants from a particular Contributor are reinstated on an
985
ongoing basis if such Contributor notifies You of the non-compliance by
986
some reasonable means, this is the first time You have received notice of
987
non-compliance with this License from such Contributor, and You become
988
compliant prior to 30 days after Your receipt of the notice.
989
990
5.2. If You initiate litigation against any entity by asserting a patent
991
infringement claim (excluding declaratory judgment actions, counter-claims,
992
and cross-claims) alleging that a Contributor Version directly or
993
indirectly infringes any patent, then the rights granted to You by any and
994
all Contributors for the Covered Software under Section 2.1 of this License
995
shall terminate.
996
997
5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
998
license agreements (excluding distributors and resellers) which have been
999
validly granted by You or Your distributors under this License prior to
1000
termination shall survive termination.
1001
1002
6. Disclaimer of Warranty
1003
1004
Covered Software is provided under this License on an "as is" basis, without
1005
warranty of any kind, either expressed, implied, or statutory, including,
1006
without limitation, warranties that the Covered Software is free of defects,
1007
merchantable, fit for a particular purpose or non-infringing. The entire
1008
risk as to the quality and performance of the Covered Software is with You.
1009
Should any Covered Software prove defective in any respect, You (not any
1010
Contributor) assume the cost of any necessary servicing, repair, or
1011
correction. This disclaimer of warranty constitutes an essential part of this
1012
License. No use of any Covered Software is authorized under this License
1013
except under this disclaimer.
1014
1015
7. Limitation of Liability
1016
1017
Under no circumstances and under no legal theory, whether tort (including
1018
negligence), contract, or otherwise, shall any Contributor, or anyone who
1019
distributes Covered Software as permitted above, be liable to You for any
1020
direct, indirect, special, incidental, or consequential damages of any
1021
character including, without limitation, damages for lost profits, loss of
1022
goodwill, work stoppage, computer failure or malfunction, or any and all
1023
other commercial damages or losses, even if such party shall have been
1024
informed of the possibility of such damages. This limitation of liability
1025
shall not apply to liability for death or personal injury resulting from such
1026
party’s negligence to the extent applicable law prohibits such limitation.
1027
Some jurisdictions do not allow the exclusion or limitation of incidental or
1028
consequential damages, so this exclusion and limitation may not apply to You.
1029
1030
8. Litigation
1031
1032
Any litigation relating to this License may be brought only in the courts of
1033
a jurisdiction where the defendant maintains its principal place of business
1034
and such litigation shall be governed by laws of that jurisdiction, without
1035
reference to its conflict-of-law provisions. Nothing in this Section shall
1036
prevent a party’s ability to bring cross-claims or counter-claims.
1037
1038
9. Miscellaneous
1039
1040
This License represents the complete agreement concerning the subject matter
1041
hereof. If any provision of this License is held to be unenforceable, such
1042
provision shall be reformed only to the extent necessary to make it
1043
enforceable. Any law or regulation which provides that the language of a
1044
contract shall be construed against the drafter shall not be used to construe
1045
this License against a Contributor.
1046
1047
1048
10. Versions of the License
1049
1050
10.1. New Versions
1051
1052
Mozilla Foundation is the license steward. Except as provided in Section
1053
10.3, no one other than the license steward has the right to modify or
1054
publish new versions of this License. Each version will be given a
1055
distinguishing version number.
1056
1057
10.2. Effect of New Versions
1058
1059
You may distribute the Covered Software under the terms of the version of
1060
the License under which You originally received the Covered Software, or
1061
under the terms of any subsequent version published by the license
1062
steward.
1063
1064
10.3. Modified Versions
1065
1066
If you create software not governed by this License, and you want to
1067
create a new license for such software, you may create and use a modified
1068
version of this License if you rename the license and remove any
1069
references to the name of the license steward (except to note that such
1070
modified license differs from this License).
1071
1072
10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
1073
If You choose to distribute Source Code Form that is Incompatible With
1074
Secondary Licenses under the terms of this version of the License, the
1075
notice described in Exhibit B of this License must be attached.
1076
1077
Exhibit A - Source Code Form License Notice
1078
1079
This Source Code Form is subject to the
1080
terms of the Mozilla Public License, v.
1081
2.0. If a copy of the MPL was not
1082
distributed with this file, You can
1083
obtain one at
1084
http://mozilla.org/MPL/2.0/.
1085
1086
If it is not possible or desirable to put the notice in a particular file, then
1087
You may include the notice in a location (such as a LICENSE file in a relevant
1088
directory) where a recipient would be likely to look for such a notice.
1089
1090
You may add additional accurate notices of copyright ownership.
1091
1092
Exhibit B - "Incompatible With Secondary Licenses" Notice
1093
1094
This Source Code Form is "Incompatible
1095
With Secondary Licenses", as defined by
1096
the Mozilla Public License, v. 2.0.
1097
---------------------------------------------------------
1098
1099
---------------------------------------------------------
1100
1101
dotnet/csharp-tmLanguage 0.1.0 - MIT
1102
https://github.com/dotnet/csharp-tmLanguage
1103
1104
MIT License
1105
1106
Copyright (c) 2016 .NET Foundation
1107
1108
Permission is hereby granted, free of charge, to any person obtaining a copy
1109
of this software and associated documentation files (the "Software"), to deal
1110
in the Software without restriction, including without limitation the rights
1111
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1112
copies of the Software, and to permit persons to whom the Software is
1113
furnished to do so, subject to the following conditions:
1114
1115
The above copyright notice and this permission notice shall be included in all
1116
copies or substantial portions of the Software.
1117
1118
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1119
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1120
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1121
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1122
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1123
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1124
SOFTWARE.
1125
---------------------------------------------------------
1126
1127
---------------------------------------------------------
1128
1129
dotnet/razor 1.0.0 - MIT
1130
https://github.com/dotnet/razor
1131
1132
MIT License
1133
1134
Copyright (c) .NET Foundation and Contributors
1135
All Rights Reserved
1136
1137
Permission is hereby granted, free of charge, to any person obtaining a copy
1138
of this software and associated documentation files (the "Software"), to deal
1139
in the Software without restriction, including without limitation the rights
1140
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1141
copies of the Software, and to permit persons to whom the Software is
1142
furnished to do so, subject to the following conditions:
1143
1144
The above copyright notice and this permission notice shall be included in all
1145
copies or substantial portions of the Software.
1146
1147
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1148
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1149
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1150
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1151
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1152
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1153
SOFTWARE.
1154
---------------------------------------------------------
1155
1156
---------------------------------------------------------
1157
1158
expand-abbreviation 0.5.8 - MIT
1159
https://github.com/emmetio/expand-abbreviation
1160
1161
MIT License
1162
1163
Copyright (c) 2017 Emmet.io
1164
1165
Permission is hereby granted, free of charge, to any person obtaining a copy
1166
of this software and associated documentation files (the "Software"), to deal
1167
in the Software without restriction, including without limitation the rights
1168
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1169
copies of the Software, and to permit persons to whom the Software is
1170
furnished to do so, subject to the following conditions:
1171
1172
The above copyright notice and this permission notice shall be included in all
1173
copies or substantial portions of the Software.
1174
1175
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1176
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1177
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1178
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1179
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1180
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1181
SOFTWARE.
1182
---------------------------------------------------------
1183
1184
---------------------------------------------------------
1185
1186
fadeevab/make.tmbundle 0.0.0 - TextMate Bundle License
1187
https://github.com/fadeevab/make.tmbundle
1188
1189
Copyright (c) textmate-make.tmbundle project authors
1190
1191
If not otherwise specified (see below), files in this repository fall under the following license:
1192
1193
Permission to copy, use, modify, sell and distribute this
1194
software is granted. This software is provided "as is" without
1195
express or implied warranty, and with no claim as to its
1196
suitability for any purpose.
1197
1198
An exception is made for files in readable text which contain their own license information,
1199
or files where an accompanying file exists (in the same directory) with a "-license" suffix added
1200
to the base-name name of the original file, and an extension of txt, html, or similar. For example
1201
"tidy" is accompanied by "tidy-license.txt".
1202
---------------------------------------------------------
1203
1204
---------------------------------------------------------
1205
1206
fish-shell 3.7.1
1207
https://github.com/fish-shell/fish-shell
1208
1209
Fish is a smart and user-friendly command line shell.
1210
1211
Copyright (C) 2005-2009 Axel Liljencrantz
1212
Copyright (C) 2009- fish-shell contributors
1213
1214
fish is free software.
1215
1216
Most of fish is licensed under the GNU General Public License version 2, and
1217
you can redistribute it and/or modify it under the terms of the GNU GPL as
1218
published by the Free Software Foundation.
1219
1220
fish also includes software licensed under the Python Software Foundation License version 2, the MIT
1221
license, and the GNU Library General Public License version 2.
1222
1223
Full licensing information is contained in doc_src/license.rst.
1224
1225
This program is distributed in the hope that it will be useful, but WITHOUT
1226
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1227
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
1228
more details.
1229
---------------------------------------------------------
1230
1231
---------------------------------------------------------
1232
1233
go-syntax 0.8.4 - MIT
1234
https://github.com/worlpaker/go-syntax
1235
1236
MIT License
1237
1238
Copyright (c) 2023 Furkan Ozalp
1239
1240
Permission is hereby granted, free of charge, to any person obtaining a copy
1241
of this software and associated documentation files (the "Software"), to deal
1242
in the Software without restriction, including without limitation the rights
1243
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1244
copies of the Software, and to permit persons to whom the Software is
1245
furnished to do so, subject to the following conditions:
1246
1247
The above copyright notice and this permission notice shall be included in all
1248
copies or substantial portions of the Software.
1249
1250
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1251
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1252
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1253
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1254
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1255
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1256
SOFTWARE.
1257
---------------------------------------------------------
1258
1259
---------------------------------------------------------
1260
1261
HTML 5.1 W3C Working Draft 08 October 2015 - W3C Document License
1262
http://www.w3.org/TR/2015/WD-html51-20151008/
1263
1264
Copyright © 2015 W3C® (MIT, ERCIM, Keio, Beihang). This software or document includes material copied
1265
from or derived from HTML 5.1 W3C Working Draft (http://www.w3.org/TR/2015/WD-html51-20151008/.)
1266
1267
THIS DOCUMENT IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT
1268
NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF
1269
THE DOCUMENT ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY
1270
PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
1271
1272
COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE
1273
DOCUMENT OR THE PERFORMANCE OR IMPLEMENTATION OF THE CONTENTS THEREOF.
1274
1275
The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to this document or its contents
1276
without specific, written prior permission. Title to copyright in this document will at all times remain with copyright holders.
1277
---------------------------------------------------------
1278
1279
---------------------------------------------------------
1280
1281
Ionic documentation 1.2.4 - Apache-2.0
1282
https://github.com/ionic-team/ionic-site
1283
1284
Copyright Drifty Co. http://drifty.com/.
1285
1286
Apache License
1287
1288
Version 2.0, January 2004
1289
1290
http://www.apache.org/licenses/
1291
1292
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1293
1294
1. Definitions.
1295
1296
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
1297
1298
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
1299
1300
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
1301
1302
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
1303
1304
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
1305
1306
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
1307
1308
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
1309
1310
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
1311
1312
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
1313
1314
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
1315
1316
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
1317
1318
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
1319
1320
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
1321
1322
You must give any other recipients of the Work or Derivative Works a copy of this License; and
1323
1324
You must cause any modified files to carry prominent notices stating that You changed the files; and
1325
1326
You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
1327
1328
If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
1329
1330
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
1331
1332
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
1333
1334
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
1335
1336
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
1337
1338
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
1339
1340
END OF TERMS AND CONDITIONS
1341
---------------------------------------------------------
1342
1343
---------------------------------------------------------
1344
1345
ionide/ionide-fsgrammar 0.0.0 - MIT
1346
https://github.com/ionide/ionide-fsgrammar
1347
1348
The MIT License (MIT)
1349
1350
Copyright (c) 2015 Krzysztof Cieslak
1351
1352
Permission is hereby granted, free of charge, to any person obtaining a copy
1353
of this software and associated documentation files (the "Software"), to deal
1354
in the Software without restriction, including without limitation the rights
1355
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1356
copies of the Software, and to permit persons to whom the Software is
1357
furnished to do so, subject to the following conditions:
1358
1359
The above copyright notice and this permission notice shall be included in
1360
all copies or substantial portions of the Software.
1361
1362
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1363
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1364
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1365
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1366
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1367
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1368
THE SOFTWARE.
1369
---------------------------------------------------------
1370
1371
---------------------------------------------------------
1372
1373
James-Yu/LaTeX-Workshop 8.19.1 - MIT
1374
https://github.com/James-Yu/LaTeX-Workshop
1375
1376
The MIT License (MIT)
1377
1378
Copyright (c) 2016 James Yu
1379
1380
Permission is hereby granted, free of charge, to any person obtaining a copy
1381
of this software and associated documentation files (the "Software"), to deal
1382
in the Software without restriction, including without limitation the rights
1383
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1384
copies of the Software, and to permit persons to whom the Software is
1385
furnished to do so, subject to the following conditions:
1386
1387
The above copyright notice and this permission notice shall be included in all
1388
copies or substantial portions of the Software.
1389
1390
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1391
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1392
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1393
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1394
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1395
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1396
SOFTWARE.
1397
---------------------------------------------------------
1398
1399
---------------------------------------------------------
1400
1401
jeff-hykin/better-c-syntax 1.13.2 - MIT
1402
https://github.com/jeff-hykin/better-c-syntax
1403
1404
MIT License
1405
1406
Copyright (c) 2019 Jeff Hykin
1407
1408
Permission is hereby granted, free of charge, to any person obtaining a copy
1409
of this software and associated documentation files (the "Software"), to deal
1410
in the Software without restriction, including without limitation the rights
1411
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1412
copies of the Software, and to permit persons to whom the Software is
1413
furnished to do so, subject to the following conditions:
1414
1415
The above copyright notice and this permission notice shall be included in all
1416
copies or substantial portions of the Software.
1417
1418
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1419
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1420
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1421
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1422
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1423
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1424
SOFTWARE.
1425
---------------------------------------------------------
1426
1427
---------------------------------------------------------
1428
1429
jeff-hykin/better-cpp-syntax 1.17.4 - MIT
1430
https://github.com/jeff-hykin/better-cpp-syntax
1431
1432
MIT License,,Copyright (c) 2019 Jeff Hykin,,Permission is hereby granted, free of charge, to any person obtaining a copy,of this software and associated documentation files (the "Software"), to deal,in the Software without restriction, including without limitation the rights,to use, copy, modify, merge, publish, distribute, sublicense, and/or sell,copies of the Software, and to permit persons to whom the Software is,furnished to do so, subject to the following conditions:,,The above copyright notice and this permission notice shall be included in all,copies or substantial portions of the Software.,,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.
1433
---------------------------------------------------------
1434
1435
---------------------------------------------------------
1436
1437
jeff-hykin/better-objc-syntax 0.2.0 - MIT
1438
https://github.com/jeff-hykin/better-objc-syntax
1439
1440
MIT License
1441
1442
Copyright (c) 2019 Jeff Hykin
1443
1444
Permission is hereby granted, free of charge, to any person obtaining a copy
1445
of this software and associated documentation files (the "Software"), to deal
1446
in the Software without restriction, including without limitation the rights
1447
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1448
copies of the Software, and to permit persons to whom the Software is
1449
furnished to do so, subject to the following conditions:
1450
1451
The above copyright notice and this permission notice shall be included in all
1452
copies or substantial portions of the Software.
1453
1454
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1455
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1456
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1457
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1458
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1459
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1460
SOFTWARE.
1461
---------------------------------------------------------
1462
1463
---------------------------------------------------------
1464
1465
jeff-hykin/better-objcpp-syntax 0.1.0 - MIT
1466
https://github.com/jeff-hykin/better-objcpp-syntax
1467
1468
MIT License
1469
1470
Copyright (c) 2019 Jeff Hykin
1471
1472
Permission is hereby granted, free of charge, to any person obtaining a copy
1473
of this software and associated documentation files (the "Software"), to deal
1474
in the Software without restriction, including without limitation the rights
1475
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1476
copies of the Software, and to permit persons to whom the Software is
1477
furnished to do so, subject to the following conditions:
1478
1479
The above copyright notice and this permission notice shall be included in all
1480
copies or substantial portions of the Software.
1481
1482
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1483
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1484
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1485
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1486
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1487
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1488
SOFTWARE.
1489
---------------------------------------------------------
1490
1491
---------------------------------------------------------
1492
1493
jeff-hykin/better-shell-syntax 1.8.7 - MIT
1494
https://github.com/jeff-hykin/better-shell-syntax
1495
1496
MIT License
1497
1498
Copyright (c) 2019 Jeff Hykin
1499
1500
Permission is hereby granted, free of charge, to any person obtaining a copy
1501
of this software and associated documentation files (the "Software"), to deal
1502
in the Software without restriction, including without limitation the rights
1503
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1504
copies of the Software, and to permit persons to whom the Software is
1505
furnished to do so, subject to the following conditions:
1506
1507
The above copyright notice and this permission notice shall be included in all
1508
copies or substantial portions of the Software.
1509
1510
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1511
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1512
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1513
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1514
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1515
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1516
SOFTWARE.
1517
---------------------------------------------------------
1518
1519
---------------------------------------------------------
1520
1521
jeff-hykin/better-snippet-syntax 1.0.2 - MIT
1522
https://github.com/jeff-hykin/better-snippet-syntax
1523
1524
MIT License
1525
1526
Copyright (c) 2019 Jeff Hykin
1527
1528
Permission is hereby granted, free of charge, to any person obtaining a copy
1529
of this software and associated documentation files (the "Software"), to deal
1530
in the Software without restriction, including without limitation the rights
1531
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1532
copies of the Software, and to permit persons to whom the Software is
1533
furnished to do so, subject to the following conditions:
1534
1535
The above copyright notice and this permission notice shall be included in all
1536
copies or substantial portions of the Software.
1537
1538
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1539
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1540
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1541
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1542
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1543
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1544
SOFTWARE.
1545
---------------------------------------------------------
1546
1547
---------------------------------------------------------
1548
1549
jlelong/vscode-latex-basics 1.14.0 - MIT
1550
https://github.com/jlelong/vscode-latex-basics
1551
1552
Copyright (c) vscode-latex-basics authors
1553
1554
If not otherwise specified (see below), files in this repository fall under the MIT License
1555
1556
1557
The file syntaxes/LaTeX.tmLanguage.json is based on https://github.com/textmate/latex.tmbundle/blob/master/Syntaxes/LaTeX.plist
1558
but has been largely modified. The original file falls under the following license
1559
1560
Permission to copy, use, modify, sell and distribute this
1561
software is granted. This software is provided "as is" without
1562
express or implied warranty, and with no claim as to its
1563
suitability for any purpose.
1564
1565
The file syntaxes/markdown-latex-combined.tmLanguage.json is generated from the Markdown grammar
1566
included in VSCode and falls under the license described in markdown-latex-combined-license.txt.
1567
1568
The file syntaxes/cpp-grammar-bailout.tmLanguage.json is generated from https://github.com/jeff-hykin/better-cpp-syntax
1569
and falls under the license described in cpp-bailout-license.txt.
1570
---------------------------------------------------------
1571
1572
---------------------------------------------------------
1573
1574
js-beautify 1.6.8 - MIT
1575
https://github.com/beautify-web/js-beautify
1576
1577
The MIT License (MIT)
1578
1579
Copyright (c) 2007-2018 Einar Lielmanis, Liam Newman, and contributors.
1580
1581
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1582
1583
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1584
1585
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.
1586
---------------------------------------------------------
1587
1588
---------------------------------------------------------
1589
1590
jtbandes/swift-tmlanguage - MIT
1591
https://github.com/jtbandes/swift-tmlanguage
1592
1593
The MIT License (MIT)
1594
1595
Copyright 2023 Jacob Bandes-Storch
1596
1597
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1598
1599
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1600
1601
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.
1602
---------------------------------------------------------
1603
1604
---------------------------------------------------------
1605
1606
JuliaEditorSupport/atom-language-julia 0.23.0 - MIT
1607
https://github.com/JuliaEditorSupport/atom-language-julia
1608
1609
The atom-language-julia package is licensed under the MIT "Expat" License:
1610
1611
> Copyright (c) 2015
1612
>
1613
> Permission is hereby granted, free of charge, to any person obtaining
1614
> a copy of this software and associated documentation files (the
1615
> "Software"), to deal in the Software without restriction, including
1616
> without limitation the rights to use, copy, modify, merge, publish,
1617
> distribute, sublicense, and/or sell copies of the Software, and to
1618
> permit persons to whom the Software is furnished to do so, subject to
1619
> the following conditions:
1620
>
1621
> The above copyright notice and this permission notice shall be
1622
> included in all copies or substantial portions of the Software.
1623
>
1624
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1625
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1626
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1627
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1628
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1629
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1630
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1631
---------------------------------------------------------
1632
1633
---------------------------------------------------------
1634
1635
Jxck/assert 1.0.0 - MIT
1636
https://github.com/Jxck/assert
1637
1638
The MIT License (MIT)
1639
1640
Copyright (c) 2011 Jxck
1641
1642
Originally from node.js (http://nodejs.org)
1643
Copyright Joyent, Inc.
1644
1645
Permission is hereby granted, free of charge, to any person obtaining a copy
1646
of this software and associated documentation files (the "Software"), to deal
1647
in the Software without restriction, including without limitation the rights
1648
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1649
copies of the Software, and to permit persons to whom the Software is
1650
furnished to do so, subject to the following conditions:
1651
1652
The above copyright notice and this permission notice shall be included in all
1653
copies or substantial portions of the Software.
1654
1655
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1656
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1657
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1658
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1659
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1660
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1661
---------------------------------------------------------
1662
1663
---------------------------------------------------------
1664
1665
language-docker 0.0.0 - Apache-2.0
1666
https://github.com/moby/moby
1667
1668
Apache License
1669
Version 2.0, January 2004
1670
https://www.apache.org/licenses/
1671
1672
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1673
1674
1. Definitions.
1675
1676
"License" shall mean the terms and conditions for use, reproduction,
1677
and distribution as defined by Sections 1 through 9 of this document.
1678
1679
"Licensor" shall mean the copyright owner or entity authorized by
1680
the copyright owner that is granting the License.
1681
1682
"Legal Entity" shall mean the union of the acting entity and all
1683
other entities that control, are controlled by, or are under common
1684
control with that entity. For the purposes of this definition,
1685
"control" means (i) the power, direct or indirect, to cause the
1686
direction or management of such entity, whether by contract or
1687
otherwise, or (ii) ownership of fifty percent (50%) or more of the
1688
outstanding shares, or (iii) beneficial ownership of such entity.
1689
1690
"You" (or "Your") shall mean an individual or Legal Entity
1691
exercising permissions granted by this License.
1692
1693
"Source" form shall mean the preferred form for making modifications,
1694
including but not limited to software source code, documentation
1695
source, and configuration files.
1696
1697
"Object" form shall mean any form resulting from mechanical
1698
transformation or translation of a Source form, including but
1699
not limited to compiled object code, generated documentation,
1700
and conversions to other media types.
1701
1702
"Work" shall mean the work of authorship, whether in Source or
1703
Object form, made available under the License, as indicated by a
1704
copyright notice that is included in or attached to the work
1705
(an example is provided in the Appendix below).
1706
1707
"Derivative Works" shall mean any work, whether in Source or Object
1708
form, that is based on (or derived from) the Work and for which the
1709
editorial revisions, annotations, elaborations, or other modifications
1710
represent, as a whole, an original work of authorship. For the purposes
1711
of this License, Derivative Works shall not include works that remain
1712
separable from, or merely link (or bind by name) to the interfaces of,
1713
the Work and Derivative Works thereof.
1714
1715
"Contribution" shall mean any work of authorship, including
1716
the original version of the Work and any modifications or additions
1717
to that Work or Derivative Works thereof, that is intentionally
1718
submitted to Licensor for inclusion in the Work by the copyright owner
1719
or by an individual or Legal Entity authorized to submit on behalf of
1720
the copyright owner. For the purposes of this definition, "submitted"
1721
means any form of electronic, verbal, or written communication sent
1722
to the Licensor or its representatives, including but not limited to
1723
communication on electronic mailing lists, source code control systems,
1724
and issue tracking systems that are managed by, or on behalf of, the
1725
Licensor for the purpose of discussing and improving the Work, but
1726
excluding communication that is conspicuously marked or otherwise
1727
designated in writing by the copyright owner as "Not a Contribution."
1728
1729
"Contributor" shall mean Licensor and any individual or Legal Entity
1730
on behalf of whom a Contribution has been received by Licensor and
1731
subsequently incorporated within the Work.
1732
1733
2. Grant of Copyright License. Subject to the terms and conditions of
1734
this License, each Contributor hereby grants to You a perpetual,
1735
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1736
copyright license to reproduce, prepare Derivative Works of,
1737
publicly display, publicly perform, sublicense, and distribute the
1738
Work and such Derivative Works in Source or Object form.
1739
1740
3. Grant of Patent License. Subject to the terms and conditions of
1741
this License, each Contributor hereby grants to You a perpetual,
1742
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1743
(except as stated in this section) patent license to make, have made,
1744
use, offer to sell, sell, import, and otherwise transfer the Work,
1745
where such license applies only to those patent claims licensable
1746
by such Contributor that are necessarily infringed by their
1747
Contribution(s) alone or by combination of their Contribution(s)
1748
with the Work to which such Contribution(s) was submitted. If You
1749
institute patent litigation against any entity (including a
1750
cross-claim or counterclaim in a lawsuit) alleging that the Work
1751
or a Contribution incorporated within the Work constitutes direct
1752
or contributory patent infringement, then any patent licenses
1753
granted to You under this License for that Work shall terminate
1754
as of the date such litigation is filed.
1755
1756
4. Redistribution. You may reproduce and distribute copies of the
1757
Work or Derivative Works thereof in any medium, with or without
1758
modifications, and in Source or Object form, provided that You
1759
meet the following conditions:
1760
1761
(a) You must give any other recipients of the Work or
1762
Derivative Works a copy of this License; and
1763
1764
(b) You must cause any modified files to carry prominent notices
1765
stating that You changed the files; and
1766
1767
(c) You must retain, in the Source form of any Derivative Works
1768
that You distribute, all copyright, patent, trademark, and
1769
attribution notices from the Source form of the Work,
1770
excluding those notices that do not pertain to any part of
1771
the Derivative Works; and
1772
1773
(d) If the Work includes a "NOTICE" text file as part of its
1774
distribution, then any Derivative Works that You distribute must
1775
include a readable copy of the attribution notices contained
1776
within such NOTICE file, excluding those notices that do not
1777
pertain to any part of the Derivative Works, in at least one
1778
of the following places: within a NOTICE text file distributed
1779
as part of the Derivative Works; within the Source form or
1780
documentation, if provided along with the Derivative Works; or,
1781
within a display generated by the Derivative Works, if and
1782
wherever such third-party notices normally appear. The contents
1783
of the NOTICE file are for informational purposes only and
1784
do not modify the License. You may add Your own attribution
1785
notices within Derivative Works that You distribute, alongside
1786
or as an addendum to the NOTICE text from the Work, provided
1787
that such additional attribution notices cannot be construed
1788
as modifying the License.
1789
1790
You may add Your own copyright statement to Your modifications and
1791
may provide additional or different license terms and conditions
1792
for use, reproduction, or distribution of Your modifications, or
1793
for any such Derivative Works as a whole, provided Your use,
1794
reproduction, and distribution of the Work otherwise complies with
1795
the conditions stated in this License.
1796
1797
5. Submission of Contributions. Unless You explicitly state otherwise,
1798
any Contribution intentionally submitted for inclusion in the Work
1799
by You to the Licensor shall be under the terms and conditions of
1800
this License, without any additional terms or conditions.
1801
Notwithstanding the above, nothing herein shall supersede or modify
1802
the terms of any separate license agreement you may have executed
1803
with Licensor regarding such Contributions.
1804
1805
6. Trademarks. This License does not grant permission to use the trade
1806
names, trademarks, service marks, or product names of the Licensor,
1807
except as required for reasonable and customary use in describing the
1808
origin of the Work and reproducing the content of the NOTICE file.
1809
1810
7. Disclaimer of Warranty. Unless required by applicable law or
1811
agreed to in writing, Licensor provides the Work (and each
1812
Contributor provides its Contributions) on an "AS IS" BASIS,
1813
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1814
implied, including, without limitation, any warranties or conditions
1815
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1816
PARTICULAR PURPOSE. You are solely responsible for determining the
1817
appropriateness of using or redistributing the Work and assume any
1818
risks associated with Your exercise of permissions under this License.
1819
1820
8. Limitation of Liability. In no event and under no legal theory,
1821
whether in tort (including negligence), contract, or otherwise,
1822
unless required by applicable law (such as deliberate and grossly
1823
negligent acts) or agreed to in writing, shall any Contributor be
1824
liable to You for damages, including any direct, indirect, special,
1825
incidental, or consequential damages of any character arising as a
1826
result of this License or out of the use or inability to use the
1827
Work (including but not limited to damages for loss of goodwill,
1828
work stoppage, computer failure or malfunction, or any and all
1829
other commercial damages or losses), even if such Contributor
1830
has been advised of the possibility of such damages.
1831
1832
9. Accepting Warranty or Additional Liability. While redistributing
1833
the Work or Derivative Works thereof, You may choose to offer,
1834
and charge a fee for, acceptance of support, warranty, indemnity,
1835
or other liability obligations and/or rights consistent with this
1836
License. However, in accepting such obligations, You may act only
1837
on Your own behalf and on Your sole responsibility, not on behalf
1838
of any other Contributor, and only if You agree to indemnify,
1839
defend, and hold each Contributor harmless for any liability
1840
incurred by, or claims asserted against, such Contributor by reason
1841
of your accepting any such warranty or additional liability.
1842
1843
END OF TERMS AND CONDITIONS
1844
1845
Copyright 2013-2018 Docker, Inc.
1846
1847
Licensed under the Apache License, Version 2.0 (the "License");
1848
you may not use this file except in compliance with the License.
1849
You may obtain a copy of the License at
1850
1851
https://www.apache.org/licenses/LICENSE-2.0
1852
1853
Unless required by applicable law or agreed to in writing, software
1854
distributed under the License is distributed on an "AS IS" BASIS,
1855
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1856
See the License for the specific language governing permissions and
1857
limitations under the License.
1858
---------------------------------------------------------
1859
1860
---------------------------------------------------------
1861
1862
language-less 0.6.1 - MIT
1863
https://github.com/radium-v/Better-Less
1864
1865
MIT License
1866
1867
Copyright (c) 2017 John Kreitlow
1868
1869
Permission is hereby granted, free of charge, to any person obtaining a copy
1870
of this software and associated documentation files (the "Software"), to deal
1871
in the Software without restriction, including without limitation the rights
1872
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1873
copies of the Software, and to permit persons to whom the Software is
1874
furnished to do so, subject to the following conditions:
1875
1876
The above copyright notice and this permission notice shall be included in all
1877
copies or substantial portions of the Software.
1878
1879
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1880
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1881
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1882
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1883
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1884
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1885
SOFTWARE.
1886
---------------------------------------------------------
1887
1888
---------------------------------------------------------
1889
1890
language-php 0.49.0 - MIT
1891
https://github.com/KapitanOczywisty/language-php
1892
1893
The MIT License (MIT)
1894
1895
Copyright (c) 2014 GitHub Inc.
1896
1897
Permission is hereby granted, free of charge, to any person obtaining
1898
a copy of this software and associated documentation files (the
1899
"Software"), to deal in the Software without restriction, including
1900
without limitation the rights to use, copy, modify, merge, publish,
1901
distribute, sublicense, and/or sell copies of the Software, and to
1902
permit persons to whom the Software is furnished to do so, subject to
1903
the following conditions:
1904
1905
The above copyright notice and this permission notice shall be
1906
included in all copies or substantial portions of the Software.
1907
1908
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1909
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1910
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1911
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1912
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1913
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1914
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1915
1916
1917
This package was derived from a TextMate bundle located at
1918
https://github.com/textmate/php.tmbundle and distributed under the following
1919
license, located in `README.mdown`:
1920
1921
Permission to copy, use, modify, sell and distribute this
1922
software is granted. This software is provided "as is" without
1923
express or implied warranty, and with no claim as to its
1924
suitability for any purpose.
1925
---------------------------------------------------------
1926
1927
---------------------------------------------------------
1928
1929
MagicStack/MagicPython 1.1.1 - MIT
1930
https://github.com/MagicStack/MagicPython
1931
1932
The MIT License
1933
1934
Copyright (c) 2015-present MagicStack Inc. http://magic.io
1935
1936
Permission is hereby granted, free of charge, to any person obtaining a copy
1937
of this software and associated documentation files (the "Software"), to deal
1938
in the Software without restriction, including without limitation the rights
1939
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1940
copies of the Software, and to permit persons to whom the Software is
1941
furnished to do so, subject to the following conditions:
1942
1943
The above copyright notice and this permission notice shall be included in
1944
all copies or substantial portions of the Software.
1945
1946
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1947
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1948
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1949
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1950
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1951
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1952
THE SOFTWARE.
1953
---------------------------------------------------------
1954
1955
---------------------------------------------------------
1956
1957
marked 14.0.0 - MIT
1958
https://github.com/markedjs/marked
1959
1960
information
1961
1962
## Contribution License Agreement
1963
1964
If you contribute code to this project, you are implicitly allowing your code
1965
to be distributed under the MIT license. You are also implicitly verifying that
1966
all code is your original work. `</legalese>`
1967
1968
## Marked
1969
1970
Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
1971
Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
1972
1973
Permission is hereby granted, free of charge, to any person obtaining a copy
1974
of this software and associated documentation files (the "Software"), to deal
1975
in the Software without restriction, including without limitation the rights
1976
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1977
copies of the Software, and to permit persons to whom the Software is
1978
furnished to do so, subject to the following conditions:
1979
1980
The above copyright notice and this permission notice shall be included in
1981
all copies or substantial portions of the Software.
1982
1983
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1984
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1985
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1986
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1987
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1988
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1989
THE SOFTWARE.
1990
1991
## Markdown
1992
1993
Copyright © 2004, John Gruber
1994
http://daringfireball.net/
1995
All rights reserved.
1996
1997
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1998
1999
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2000
* 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.
2001
* 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.
2002
2003
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.
2004
---------------------------------------------------------
2005
2006
---------------------------------------------------------
2007
2008
microsoft/TypeScript-TmLanguage 0.0.1 - MIT
2009
https://github.com/microsoft/TypeScript-TmLanguage
2010
2011
Copyright (c) Microsoft Corporation
2012
All rights reserved.
2013
2014
MIT License
2015
2016
Permission is hereby granted, free of charge, to any person obtaining a copy
2017
of this software and associated documentation files (the "Software"), to deal
2018
in the Software without restriction, including without limitation the rights
2019
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2020
copies of the Software, and to permit persons to whom the Software is
2021
furnished to do so, subject to the following conditions:
2022
2023
The above copyright notice and this permission notice shall be included in
2024
all copies or substantial portions of the Software.
2025
2026
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2027
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2028
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2029
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2030
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2031
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2032
THE SOFTWARE.
2033
---------------------------------------------------------
2034
2035
---------------------------------------------------------
2036
2037
microsoft/vscode-css 0.0.0 - MIT License
2038
https://github.com/microsoft/vscode-css
2039
2040
MIT License
2041
2042
Copyright (c) Microsoft Corporation.
2043
2044
Permission is hereby granted, free of charge, to any person obtaining
2045
a copy of this software and associated documentation files (the
2046
"Software"), to deal in the Software without restriction, including
2047
without limitation the rights to use, copy, modify, merge, publish,
2048
distribute, sublicense, and/or sell copies of the Software, and to
2049
permit persons to whom the Software is furnished to do so, subject to
2050
the following conditions:
2051
2052
The above copyright notice and this permission notice shall be
2053
included in all copies or substantial portions of the Software.
2054
2055
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2056
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2057
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2058
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2059
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2060
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2061
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2062
2063
--------------------------------------------------------------------
2064
2065
This package was derived from a TextMate bundle located at
2066
https://github.com/textmate/css.tmbundle and distributed under the following
2067
license, located in `README.mdown`:
2068
2069
Permission to copy, use, modify, sell and distribute this
2070
software is granted. This software is provided "as is" without
2071
express or implied warranty, and with no claim as to its
2072
suitability for any purpose.
2073
---------------------------------------------------------
2074
2075
---------------------------------------------------------
2076
2077
microsoft/vscode-JSON.tmLanguage 0.0.0 - MIT
2078
https://github.com/microsoft/vscode-JSON.tmLanguage
2079
2080
vscode-JSON.tmLanguage
2081
2082
Copyright (c) Microsoft Corporation
2083
2084
All rights reserved.
2085
2086
MIT License
2087
2088
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
2089
documentation files (the ""Software""), to deal in the Software without restriction, including without limitation
2090
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
2091
and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2092
2093
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2094
2095
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2096
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2097
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
2098
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2099
---------------------------------------------------------
2100
2101
---------------------------------------------------------
2102
2103
microsoft/vscode-markdown-tm-grammar 1.0.0 - MIT
2104
https://github.com/microsoft/vscode-markdown-tm-grammar
2105
2106
The MIT License (MIT)
2107
2108
Copyright (c) Microsoft 2018
2109
2110
Permission is hereby granted, free of charge, to any person obtaining a copy
2111
of this software and associated documentation files (the "Software"), to deal
2112
in the Software without restriction, including without limitation the rights
2113
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2114
copies of the Software, and to permit persons to whom the Software is
2115
furnished to do so, subject to the following conditions:
2116
2117
The above copyright notice and this permission notice shall be included in all
2118
copies or substantial portions of the Software.
2119
2120
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2121
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2122
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2123
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2124
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2125
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2126
SOFTWARE.
2127
---------------------------------------------------------
2128
2129
---------------------------------------------------------
2130
2131
microsoft/vscode-mssql 1.34.0 - MIT
2132
https://github.com/microsoft/vscode-mssql
2133
2134
------------------------------------------ START OF LICENSE -----------------------------------------
2135
vscode-mssql
2136
Copyright (c) Microsoft Corporation
2137
All rights reserved.
2138
MIT License
2139
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2140
Copyright (c) 2016 Microsoft
2141
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2142
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.
2143
----------------------------------------------- END OF LICENSE -----------------------------------------
2144
---------------------------------------------------------
2145
2146
---------------------------------------------------------
2147
2148
mmims/language-batchfile 0.7.6 - MIT
2149
https://github.com/mmims/language-batchfile
2150
2151
The MIT License (MIT)
2152
2153
Copyright (c) 2021 Michael Mims
2154
2155
Permission is hereby granted, free of charge, to any person obtaining a copy
2156
of this software and associated documentation files (the "Software"), to deal
2157
in the Software without restriction, including without limitation the rights
2158
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2159
copies of the Software, and to permit persons to whom the Software is
2160
furnished to do so, subject to the following conditions:
2161
2162
The above copyright notice and this permission notice shall be included in
2163
all copies or substantial portions of the Software.
2164
2165
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2166
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2167
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2168
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2169
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2170
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2171
THE SOFTWARE.
2172
---------------------------------------------------------
2173
2174
---------------------------------------------------------
2175
2176
NVIDIA/cuda-cpp-grammar 0.0.0 - MIT
2177
https://github.com/NVIDIA/cuda-cpp-grammar
2178
2179
The MIT License (MIT)
2180
2181
Copyright 2021 NVIDIA Corporation
2182
2183
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2184
2185
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2186
2187
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.
2188
---------------------------------------------------------
2189
2190
---------------------------------------------------------
2191
2192
PowerShell/EditorSyntax 1.0.0 - MIT
2193
https://github.com/PowerShell/EditorSyntax
2194
2195
Copyright (c) Microsoft Corporation
2196
2197
All rights reserved.
2198
2199
MIT License
2200
2201
Permission is hereby granted, free of charge, to any person obtaining a copy
2202
of this software and associated documentation files (the "Software"), to deal
2203
in the Software without restriction, including without limitation the rights
2204
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2205
copies of the Software, and to permit persons to whom the Software is
2206
furnished to do so, subject to the following conditions:
2207
2208
The above copyright notice and this permission notice shall be included in all
2209
copies or substantial portions of the Software.
2210
2211
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2212
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2213
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2214
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2215
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2216
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2217
SOFTWARE.
2218
---------------------------------------------------------
2219
2220
---------------------------------------------------------
2221
2222
RedCMD/YAML-Syntax-Highlighter 1.3.2 - MIT
2223
https://github.com/RedCMD/YAML-Syntax-Highlighter
2224
2225
MIT License
2226
2227
Copyright 2024 RedCMD
2228
2229
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2230
2231
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2232
2233
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.
2234
---------------------------------------------------------
2235
2236
---------------------------------------------------------
2237
2238
redhat-developer/vscode-java 1.26.0 - MIT
2239
https://github.com/redhat-developer/vscode-java
2240
2241
The MIT License (MIT)
2242
2243
Copyright (c) 2014 GitHub Inc.
2244
2245
Permission is hereby granted, free of charge, to any person obtaining
2246
a copy of this software and associated documentation files (the
2247
"Software"), to deal in the Software without restriction, including
2248
without limitation the rights to use, copy, modify, merge, publish,
2249
distribute, sublicense, and/or sell copies of the Software, and to
2250
permit persons to whom the Software is furnished to do so, subject to
2251
the following conditions:
2252
2253
The above copyright notice and this permission notice shall be
2254
included in all copies or substantial portions of the Software.
2255
2256
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2257
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2258
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2259
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2260
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2261
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2262
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2263
2264
--------------------------------------------------------------------
2265
2266
This package was derived from a TextMate bundle located at
2267
https://github.com/textmate/java.tmbundle and distributed under the following
2268
license, located in `README.mdown`:
2269
2270
Permission to copy, use, modify, sell and distribute this
2271
software is granted. This software is provided "as is" without
2272
express or implied warranty, and with no claim as to its
2273
suitability for any purpose.
2274
---------------------------------------------------------
2275
2276
---------------------------------------------------------
2277
2278
REditorSupport/vscode-R 0.1.1 - MIT
2279
https://github.com/REditorSupport/vscode-R-syntax
2280
2281
MIT License
2282
2283
Copyright (c) 2025 REditorSupport
2284
2285
Permission is hereby granted, free of charge, to any person obtaining a copy
2286
of this software and associated documentation files (the "Software"), to deal
2287
in the Software without restriction, including without limitation the rights
2288
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2289
copies of the Software, and to permit persons to whom the Software is
2290
furnished to do so, subject to the following conditions:
2291
2292
The above copyright notice and this permission notice shall be included in all
2293
copies or substantial portions of the Software.
2294
2295
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2296
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2297
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2298
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2299
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2300
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2301
SOFTWARE.
2302
---------------------------------------------------------
2303
2304
---------------------------------------------------------
2305
2306
rust-syntax 0.6.1 - MIT
2307
https://github.com/dustypomerleau/rust-syntax
2308
2309
MIT License
2310
2311
Copyright (c) 2020 Dustin Pomerleau
2312
2313
Permission is hereby granted, free of charge, to any person obtaining a copy
2314
of this software and associated documentation files (the "Software"), to deal
2315
in the Software without restriction, including without limitation the rights
2316
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2317
copies of the Software, and to permit persons to whom the Software is
2318
furnished to do so, subject to the following conditions:
2319
2320
The above copyright notice and this permission notice shall be included in all
2321
copies or substantial portions of the Software.
2322
2323
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2324
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2325
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2326
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2327
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2328
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2329
SOFTWARE.
2330
---------------------------------------------------------
2331
2332
---------------------------------------------------------
2333
2334
semver 5.5.0 - The ISC License
2335
https://github.com/npm/node-semver
2336
2337
The ISC License
2338
2339
Copyright (c) Isaac Z. Schlueter and Contributors
2340
2341
Permission to use, copy, modify, and/or distribute this software for any
2342
purpose with or without fee is hereby granted, provided that the above
2343
copyright notice and this permission notice appear in all copies.
2344
2345
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2346
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2347
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2348
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2349
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2350
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2351
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2352
---------------------------------------------------------
2353
2354
---------------------------------------------------------
2355
2356
seti-ui 0.1.0
2357
https://github.com/jesseweed/seti-ui
2358
2359
Copyright (c) 2014 Jesse Weed
2360
2361
Permission is hereby granted, free of charge, to any person obtaining
2362
a copy of this software and associated documentation files (the
2363
"Software"), to deal in the Software without restriction, including
2364
without limitation the rights to use, copy, modify, merge, publish,
2365
distribute, sublicense, and/or sell copies of the Software, and to
2366
permit persons to whom the Software is furnished to do so, subject to
2367
the following conditions:
2368
2369
The above copyright notice and this permission notice shall be
2370
included in all copies or substantial portions of the Software.
2371
2372
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2373
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2374
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2375
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2376
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2377
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2378
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2379
---------------------------------------------------------
2380
2381
---------------------------------------------------------
2382
2383
shaders-tmLanguage 0.1.0 - MIT
2384
https://github.com/tgjones/shaders-tmLanguage
2385
2386
MIT License
2387
2388
Copyright (c) 2017 Tim Jones
2389
2390
Permission is hereby granted, free of charge, to any person obtaining a copy
2391
of this software and associated documentation files (the "Software"), to deal
2392
in the Software without restriction, including without limitation the rights
2393
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2394
copies of the Software, and to permit persons to whom the Software is
2395
furnished to do so, subject to the following conditions:
2396
2397
The above copyright notice and this permission notice shall be included in all
2398
copies or substantial portions of the Software.
2399
2400
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2401
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2402
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2403
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2404
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2405
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2406
SOFTWARE.
2407
---------------------------------------------------------
2408
2409
---------------------------------------------------------
2410
2411
Shopify/ruby-lsp 0.0.0 - MIT License
2412
https://github.com/Shopify/ruby-lsp
2413
2414
The MIT License (MIT)
2415
2416
Copyright (c) 2022-present, Shopify Inc.
2417
2418
Permission is hereby granted, free of charge, to any person obtaining a copy
2419
of this software and associated documentation files (the "Software"), to deal
2420
in the Software without restriction, including without limitation the rights
2421
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2422
copies of the Software, and to permit persons to whom the Software is
2423
furnished to do so, subject to the following conditions:
2424
2425
The above copyright notice and this permission notice shall be included in
2426
all copies or substantial portions of the Software.
2427
2428
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2429
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2430
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2431
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2432
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2433
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2434
THE SOFTWARE.
2435
2436
================================================================================
2437
The following files and related configuration in package.json are based on a
2438
sequence of adaptions: grammars/ruby.cson.json, grammars/erb.cson.json,
2439
languages/erb.json.
2440
2441
Copyright (c) 2016 Peng Lv
2442
Copyright (c) 2017-2019 Stafford Brunk
2443
https://github.com/rubyide/vscode-ruby
2444
2445
Released under the MIT license
2446
https://github.com/rubyide/vscode-ruby/blob/main/LICENSE.txt
2447
2448
Copyright (c) 2014 GitHub Inc.
2449
https://github.com/atom/language-ruby
2450
2451
Released under the MIT license
2452
https://github.com/atom/language-ruby/blob/master/LICENSE.md
2453
2454
https://github.com/textmate/ruby.tmbundle
2455
https://github.com/textmate/ruby.tmbundle#license
2456
---------------------------------------------------------
2457
2458
---------------------------------------------------------
2459
2460
sumneko/lua.tmbundle 1.0.0 - TextMate Bundle License
2461
https://github.com/sumneko/lua.tmbundle
2462
2463
Copyright (c) sumneko-lua.tmbundle project authors
2464
2465
If not otherwise specified (see below), files in this repository fall under the following license:
2466
2467
Permission to copy, use, modify, sell and distribute this
2468
software is granted. This software is provided "as is" without
2469
express or implied warranty, and with no claim as to its
2470
suitability for any purpose.
2471
2472
An exception is made for files in readable text which contain their own license information,
2473
or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2474
to the base-name name of the original file, and an extension of txt, html, or similar. For example
2475
"tidy" is accompanied by "tidy-license.txt".
2476
---------------------------------------------------------
2477
2478
---------------------------------------------------------
2479
2480
textmate/asp.vb.net.tmbundle 0.0.0 - TextMate Bundle License
2481
https://github.com/textmate/asp.vb.net.tmbundle
2482
2483
Copyright (c) textmate-asp.vb.net.tmbundle project authors
2484
2485
If not otherwise specified (see below), files in this folder fall under the following license:
2486
2487
Permission to copy, use, modify, sell and distribute this
2488
software is granted. This software is provided "as is" without
2489
express or implied warranty, and with no claim as to its
2490
suitability for any purpose.
2491
2492
An exception is made for files in readable text which contain their own license information,
2493
or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2494
to the base-name name of the original file, and an extension of txt, html, or similar. For example
2495
"tidy" is accompanied by "tidy-license.txt".
2496
---------------------------------------------------------
2497
2498
---------------------------------------------------------
2499
2500
textmate/c.tmbundle 0.0.0 - TextMate Bundle License
2501
https://github.com/textmate/c.tmbundle
2502
2503
Copyright (c) textmate-c.tmbundle authors
2504
2505
If not otherwise specified (see below), files in this repository fall under the following license:
2506
2507
Permission to copy, use, modify, sell and distribute this
2508
software is granted. This software is provided "as is" without
2509
express or implied warranty, and with no claim as to its
2510
suitability for any purpose.
2511
2512
An exception is made for files in readable text which contain their own license information,
2513
or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2514
to the base-name name of the original file, and an extension of txt, html, or similar. For example
2515
"tidy" is accompanied by "tidy-license.txt".
2516
---------------------------------------------------------
2517
2518
---------------------------------------------------------
2519
2520
textmate/diff.tmbundle 0.0.0 - TextMate Bundle License
2521
https://github.com/textmate/diff.tmbundle
2522
2523
Copyright (c) textmate-diff.tmbundle project authors
2524
2525
If not otherwise specified (see below), files in this repository fall under the following license:
2526
2527
Permission to copy, use, modify, sell and distribute this
2528
software is granted. This software is provided "as is" without
2529
express or implied warranty, and with no claim as to its
2530
suitability for any purpose.
2531
2532
An exception is made for files in readable text which contain their own license information,
2533
or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2534
to the base-name name of the original file, and an extension of txt, html, or similar. For example
2535
"tidy" is accompanied by "tidy-license.txt".
2536
---------------------------------------------------------
2537
2538
---------------------------------------------------------
2539
2540
textmate/git.tmbundle 0.0.0 - MIT
2541
https://github.com/textmate/git.tmbundle
2542
2543
The MIT License (MIT)
2544
2545
Copyright (c) 2008 Tim Harper
2546
2547
Permission is hereby granted, free of charge, to any person obtaining
2548
a copy of this software and associated documentation files (the"
2549
Software"), to deal in the Software without restriction, including
2550
without limitation the rights to use, copy, modify, merge, publish,
2551
distribute, sublicense, and/or sell copies of the Software, and to
2552
permit persons to whom the Software is furnished to do so, subject to
2553
the following conditions:
2554
2555
The above copyright notice and this permission notice shall be
2556
included in all copies or substantial portions of the Software.
2557
2558
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2559
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2560
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2561
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2562
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2563
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2564
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2565
---------------------------------------------------------
2566
2567
---------------------------------------------------------
2568
2569
textmate/groovy.tmbundle 0.0.0 - TextMate Bundle License
2570
https://github.com/textmate/groovy.tmbundle
2571
2572
Copyright (c) textmate-groovy.tmbundle project authors
2573
2574
If not otherwise specified (see below), files in this repository fall under the following license:
2575
2576
Permission to copy, use, modify, sell and distribute this
2577
software is granted. This software is provided "as is" without
2578
express or implied warranty, and with no claim as to its
2579
suitability for any purpose.
2580
2581
An exception is made for files in readable text which contain their own license information,
2582
or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2583
to the base-name name of the original file, and an extension of txt, html, or similar. For example
2584
"tidy" is accompanied by "tidy-license.txt".
2585
---------------------------------------------------------
2586
2587
---------------------------------------------------------
2588
2589
textmate/html.tmbundle 0.0.0 - TextMate Bundle License
2590
https://github.com/textmate/html.tmbundle
2591
2592
Copyright (c) textmate-html.tmbundle project authors
2593
2594
If not otherwise specified (see below), files in this repository fall under the following license:
2595
2596
Permission to copy, use, modify, sell and distribute this
2597
software is granted. This software is provided "as is" without
2598
express or implied warranty, and with no claim as to its
2599
suitability for any purpose.
2600
2601
An exception is made for files in readable text which contain their own license information,
2602
or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2603
to the base-name name of the original file, and an extension of txt, html, or similar. For example
2604
"tidy" is accompanied by "tidy-license.txt".
2605
---------------------------------------------------------
2606
2607
---------------------------------------------------------
2608
2609
textmate/ini.tmbundle 0.0.0 - TextMate Bundle License
2610
https://github.com/textmate/ini.tmbundle
2611
2612
Copyright (c) textmate-ini.tmbundle project authors
2613
2614
If not otherwise specified (see below), files in this folder fall under the following license:
2615
2616
Permission to copy, use, modify, sell and distribute this
2617
software is granted. This software is provided "as is" without
2618
express or implied warranty, and with no claim as to its
2619
suitability for any purpose.
2620
2621
An exception is made for files in readable text which contain their own license information,
2622
or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2623
to the base-name name of the original file, and an extension of txt, html, or similar. For example
2624
"tidy" is accompanied by "tidy-license.txt".
2625
---------------------------------------------------------
2626
2627
---------------------------------------------------------
2628
2629
textmate/javascript.tmbundle 0.0.0 - TextMate Bundle License
2630
https://github.com/textmate/javascript.tmbundle
2631
2632
Copyright (c) textmate-javascript.tmbundle project authors
2633
2634
If not otherwise specified (see below), files in this repository fall under the following license:
2635
2636
Permission to copy, use, modify, sell and distribute this
2637
software is granted. This software is provided "as is" without
2638
express or implied warranty, and with no claim as to its
2639
suitability for any purpose.
2640
2641
An exception is made for files in readable text which contain their own license information,
2642
or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2643
to the base-name name of the original file, and an extension of txt, html, or similar. For example
2644
"tidy" is accompanied by "tidy-license.txt".
2645
---------------------------------------------------------
2646
2647
---------------------------------------------------------
2648
2649
textmate/markdown.tmbundle 0.0.0 - TextMate Bundle License
2650
https://github.com/textmate/markdown.tmbundle
2651
2652
Copyright (c) markdown.tmbundle authors
2653
2654
If not otherwise specified (see below), files in this repository fall under the following license:
2655
2656
Permission to copy, use, modify, sell and distribute this
2657
software is granted. This software is provided "as is" without
2658
express or implied warranty, and with no claim as to its
2659
suitability for any purpose.
2660
2661
An exception is made for files in readable text which contain their own license information,
2662
or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2663
to the base-name name of the original file, and an extension of txt, html, or similar. For example
2664
"tidy" is accompanied by "tidy-license.txt".
2665
---------------------------------------------------------
2666
2667
---------------------------------------------------------
2668
2669
textmate/perl.tmbundle 0.0.0 - TextMate Bundle License
2670
https://github.com/textmate/perl.tmbundle
2671
2672
Copyright (c) textmate-perl.tmbundle project authors
2673
2674
If not otherwise specified (see below), files in this repository fall under the following license:
2675
2676
Permission to copy, use, modify, sell and distribute this
2677
software is granted. This software is provided "as is" without
2678
express or implied warranty, and with no claim as to its
2679
suitability for any purpose.
2680
2681
An exception is made for files in readable text which contain their own license information,
2682
or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2683
to the base-name name of the original file, and an extension of txt, html, or similar. For example
2684
"tidy" is accompanied by "tidy-license.txt".
2685
---------------------------------------------------------
2686
2687
---------------------------------------------------------
2688
2689
trond-snekvik/vscode-rst 1.5.3 - MIT
2690
https://github.com/trond-snekvik/vscode-rst
2691
2692
The MIT License (MIT)
2693
2694
Copyright 2021 Trond Snekvik
2695
2696
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2697
2698
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2699
2700
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.
2701
---------------------------------------------------------
2702
2703
---------------------------------------------------------
2704
2705
TypeScript-TmLanguage 0.1.8 - MIT
2706
TypeScript-TmLanguage 1.0.0 - MIT
2707
https://github.com/microsoft/TypeScript-TmLanguage
2708
2709
Copyright (c) Microsoft Corporation
2710
All rights reserved.
2711
2712
MIT License
2713
2714
Permission is hereby granted, free of charge, to any person obtaining a copy
2715
of this software and associated documentation files (the "Software"), to deal
2716
in the Software without restriction, including without limitation the rights
2717
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2718
copies of the Software, and to permit persons to whom the Software is
2719
furnished to do so, subject to the following conditions:
2720
2721
The above copyright notice and this permission notice shall be included in
2722
all copies or substantial portions of the Software.
2723
2724
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2725
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2726
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2727
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2728
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2729
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2730
THE SOFTWARE.
2731
---------------------------------------------------------
2732
2733
---------------------------------------------------------
2734
2735
Unicode 12.0.0 - UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
2736
https://home.unicode.org/
2737
2738
Unicode Data Files include all data files under the directories
2739
https://www.unicode.org/Public/, https://www.unicode.org/reports/,
2740
https://cldr.unicode.org, https://github.com/unicode-org/icu, and
2741
https://www.unicode.org/utility/trac/browser/.
2742
2743
Unicode Data Files do not include PDF online code charts under the
2744
directory https://www.unicode.org/Public/.
2745
2746
Software includes any source code published in the Unicode Standard
2747
or under the directories
2748
https://www.unicode.org/Public/, https://www.unicode.org/reports/,
2749
https://cldr.unicode.org, https://github.com/unicode-org/icu, and
2750
https://www.unicode.org/utility/trac/browser/.
2751
2752
NOTICE TO USER: Carefully read the following legal agreement.
2753
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
2754
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
2755
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
2756
TERMS AND CONDITIONS OF THIS AGREEMENT.
2757
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
2758
THE DATA FILES OR SOFTWARE.
2759
2760
COPYRIGHT AND PERMISSION NOTICE
2761
2762
Copyright (c) 1991-2017 Unicode, Inc. All rights reserved.
2763
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
2764
2765
Permission is hereby granted, free of charge, to any person obtaining
2766
a copy of the Unicode data files and any associated documentation
2767
(the "Data Files") or Unicode software and any associated documentation
2768
(the "Software") to deal in the Data Files or Software
2769
without restriction, including without limitation the rights to use,
2770
copy, modify, merge, publish, distribute, and/or sell copies of
2771
the Data Files or Software, and to permit persons to whom the Data Files
2772
or Software are furnished to do so, provided that either
2773
(a) this copyright and permission notice appear with all copies
2774
of the Data Files or Software, or
2775
(b) this copyright and permission notice appear in associated
2776
Documentation.
2777
2778
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
2779
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
2780
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2781
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
2782
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
2783
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
2784
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
2785
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
2786
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2787
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
2788
2789
Except as contained in this notice, the name of a copyright holder
2790
shall not be used in advertising or otherwise to promote the sale,
2791
use or other dealings in these Data Files or Software without prior
2792
written authorization of the copyright holder.
2793
---------------------------------------------------------
2794
2795
---------------------------------------------------------
2796
2797
vscode-codicons 0.0.14 - MIT and Creative Commons Attribution 4.0
2798
https://github.com/microsoft/vscode-codicons
2799
2800
Attribution 4.0 International
2801
2802
=======================================================================
2803
2804
Creative Commons Corporation ("Creative Commons") is not a law firm and
2805
does not provide legal services or legal advice. Distribution of
2806
Creative Commons public licenses does not create a lawyer-client or
2807
other relationship. Creative Commons makes its licenses and related
2808
information available on an "as-is" basis. Creative Commons gives no
2809
warranties regarding its licenses, any material licensed under their
2810
terms and conditions, or any related information. Creative Commons
2811
disclaims all liability for damages resulting from their use to the
2812
fullest extent possible.
2813
2814
Using Creative Commons Public Licenses
2815
2816
Creative Commons public licenses provide a standard set of terms and
2817
conditions that creators and other rights holders may use to share
2818
original works of authorship and other material subject to copyright
2819
and certain other rights specified in the public license below. The
2820
following considerations are for informational purposes only, are not
2821
exhaustive, and do not form part of our licenses.
2822
2823
Considerations for licensors: Our public licenses are
2824
intended for use by those authorized to give the public
2825
permission to use material in ways otherwise restricted by
2826
copyright and certain other rights. Our licenses are
2827
irrevocable. Licensors should read and understand the terms
2828
and conditions of the license they choose before applying it.
2829
Licensors should also secure all rights necessary before
2830
applying our licenses so that the public can reuse the
2831
material as expected. Licensors should clearly mark any
2832
material not subject to the license. This includes other CC-
2833
licensed material, or material used under an exception or
2834
limitation to copyright. More considerations for licensors:
2835
wiki.creativecommons.org/Considerations_for_licensors
2836
2837
Considerations for the public: By using one of our public
2838
licenses, a licensor grants the public permission to use the
2839
licensed material under specified terms and conditions. If
2840
the licensor's permission is not necessary for any reason--for
2841
example, because of any applicable exception or limitation to
2842
copyright--then that use is not regulated by the license. Our
2843
licenses grant only permissions under copyright and certain
2844
other rights that a licensor has authority to grant. Use of
2845
the licensed material may still be restricted for other
2846
reasons, including because others have copyright or other
2847
rights in the material. A licensor may make special requests,
2848
such as asking that all changes be marked or described.
2849
Although not required by our licenses, you are encouraged to
2850
respect those requests where reasonable. More_considerations
2851
for the public:
2852
wiki.creativecommons.org/Considerations_for_licensees
2853
2854
=======================================================================
2855
2856
Creative Commons Attribution 4.0 International Public License
2857
2858
By exercising the Licensed Rights (defined below), You accept and agree
2859
to be bound by the terms and conditions of this Creative Commons
2860
Attribution 4.0 International Public License ("Public License"). To the
2861
extent this Public License may be interpreted as a contract, You are
2862
granted the Licensed Rights in consideration of Your acceptance of
2863
these terms and conditions, and the Licensor grants You such rights in
2864
consideration of benefits the Licensor receives from making the
2865
Licensed Material available under these terms and conditions.
2866
2867
2868
Section 1 -- Definitions.
2869
2870
a. Adapted Material means material subject to Copyright and Similar
2871
Rights that is derived from or based upon the Licensed Material
2872
and in which the Licensed Material is translated, altered,
2873
arranged, transformed, or otherwise modified in a manner requiring
2874
permission under the Copyright and Similar Rights held by the
2875
Licensor. For purposes of this Public License, where the Licensed
2876
Material is a musical work, performance, or sound recording,
2877
Adapted Material is always produced where the Licensed Material is
2878
synched in timed relation with a moving image.
2879
2880
b. Adapter's License means the license You apply to Your Copyright
2881
and Similar Rights in Your contributions to Adapted Material in
2882
accordance with the terms and conditions of this Public License.
2883
2884
c. Copyright and Similar Rights means copyright and/or similar rights
2885
closely related to copyright including, without limitation,
2886
performance, broadcast, sound recording, and Sui Generis Database
2887
Rights, without regard to how the rights are labeled or
2888
categorized. For purposes of this Public License, the rights
2889
specified in Section 2(b)(1)-(2) are not Copyright and Similar
2890
Rights.
2891
2892
d. Effective Technological Measures means those measures that, in the
2893
absence of proper authority, may not be circumvented under laws
2894
fulfilling obligations under Article 11 of the WIPO Copyright
2895
Treaty adopted on December 20, 1996, and/or similar international
2896
agreements.
2897
2898
e. Exceptions and Limitations means fair use, fair dealing, and/or
2899
any other exception or limitation to Copyright and Similar Rights
2900
that applies to Your use of the Licensed Material.
2901
2902
f. Licensed Material means the artistic or literary work, database,
2903
or other material to which the Licensor applied this Public
2904
License.
2905
2906
g. Licensed Rights means the rights granted to You subject to the
2907
terms and conditions of this Public License, which are limited to
2908
all Copyright and Similar Rights that apply to Your use of the
2909
Licensed Material and that the Licensor has authority to license.
2910
2911
h. Licensor means the individual(s) or entity(ies) granting rights
2912
under this Public License.
2913
2914
i. Share means to provide material to the public by any means or
2915
process that requires permission under the Licensed Rights, such
2916
as reproduction, public display, public performance, distribution,
2917
dissemination, communication, or importation, and to make material
2918
available to the public including in ways that members of the
2919
public may access the material from a place and at a time
2920
individually chosen by them.
2921
2922
j. Sui Generis Database Rights means rights other than copyright
2923
resulting from Directive 96/9/EC of the European Parliament and of
2924
the Council of 11 March 1996 on the legal protection of databases,
2925
as amended and/or succeeded, as well as other essentially
2926
equivalent rights anywhere in the world.
2927
2928
k. You means the individual or entity exercising the Licensed Rights
2929
under this Public License. Your has a corresponding meaning.
2930
2931
2932
Section 2 -- Scope.
2933
2934
a. License grant.
2935
2936
1. Subject to the terms and conditions of this Public License,
2937
the Licensor hereby grants You a worldwide, royalty-free,
2938
non-sublicensable, non-exclusive, irrevocable license to
2939
exercise the Licensed Rights in the Licensed Material to:
2940
2941
a. reproduce and Share the Licensed Material, in whole or
2942
in part; and
2943
2944
b. produce, reproduce, and Share Adapted Material.
2945
2946
2. Exceptions and Limitations. For the avoidance of doubt, where
2947
Exceptions and Limitations apply to Your use, this Public
2948
License does not apply, and You do not need to comply with
2949
its terms and conditions.
2950
2951
3. Term. The term of this Public License is specified in Section
2952
6(a).
2953
2954
4. Media and formats; technical modifications allowed. The
2955
Licensor authorizes You to exercise the Licensed Rights in
2956
all media and formats whether now known or hereafter created,
2957
and to make technical modifications necessary to do so. The
2958
Licensor waives and/or agrees not to assert any right or
2959
authority to forbid You from making technical modifications
2960
necessary to exercise the Licensed Rights, including
2961
technical modifications necessary to circumvent Effective
2962
Technological Measures. For purposes of this Public License,
2963
simply making modifications authorized by this Section 2(a)
2964
(4) never produces Adapted Material.
2965
2966
5. Downstream recipients.
2967
2968
a. Offer from the Licensor -- Licensed Material. Every
2969
recipient of the Licensed Material automatically
2970
receives an offer from the Licensor to exercise the
2971
Licensed Rights under the terms and conditions of this
2972
Public License.
2973
2974
b. No downstream restrictions. You may not offer or impose
2975
any additional or different terms or conditions on, or
2976
apply any Effective Technological Measures to, the
2977
Licensed Material if doing so restricts exercise of the
2978
Licensed Rights by any recipient of the Licensed
2979
Material.
2980
2981
6. No endorsement. Nothing in this Public License constitutes or
2982
may be construed as permission to assert or imply that You
2983
are, or that Your use of the Licensed Material is, connected
2984
with, or sponsored, endorsed, or granted official status by,
2985
the Licensor or others designated to receive attribution as
2986
provided in Section 3(a)(1)(A)(i).
2987
2988
b. Other rights.
2989
2990
1. Moral rights, such as the right of integrity, are not
2991
licensed under this Public License, nor are publicity,
2992
privacy, and/or other similar personality rights; however, to
2993
the extent possible, the Licensor waives and/or agrees not to
2994
assert any such rights held by the Licensor to the limited
2995
extent necessary to allow You to exercise the Licensed
2996
Rights, but not otherwise.
2997
2998
2. Patent and trademark rights are not licensed under this
2999
Public License.
3000
3001
3. To the extent possible, the Licensor waives any right to
3002
collect royalties from You for the exercise of the Licensed
3003
Rights, whether directly or through a collecting society
3004
under any voluntary or waivable statutory or compulsory
3005
licensing scheme. In all other cases the Licensor expressly
3006
reserves any right to collect such royalties.
3007
3008
3009
Section 3 -- License Conditions.
3010
3011
Your exercise of the Licensed Rights is expressly made subject to the
3012
following conditions.
3013
3014
a. Attribution.
3015
3016
1. If You Share the Licensed Material (including in modified
3017
form), You must:
3018
3019
a. retain the following if it is supplied by the Licensor
3020
with the Licensed Material:
3021
3022
i. identification of the creator(s) of the Licensed
3023
Material and any others designated to receive
3024
attribution, in any reasonable manner requested by
3025
the Licensor (including by pseudonym if
3026
designated);
3027
3028
ii. a copyright notice;
3029
3030
iii. a notice that refers to this Public License;
3031
3032
iv. a notice that refers to the disclaimer of
3033
warranties;
3034
3035
v. a URI or hyperlink to the Licensed Material to the
3036
extent reasonably practicable;
3037
3038
b. indicate if You modified the Licensed Material and
3039
retain an indication of any previous modifications; and
3040
3041
c. indicate the Licensed Material is licensed under this
3042
Public License, and include the text of, or the URI or
3043
hyperlink to, this Public License.
3044
3045
2. You may satisfy the conditions in Section 3(a)(1) in any
3046
reasonable manner based on the medium, means, and context in
3047
which You Share the Licensed Material. For example, it may be
3048
reasonable to satisfy the conditions by providing a URI or
3049
hyperlink to a resource that includes the required
3050
information.
3051
3052
3. If requested by the Licensor, You must remove any of the
3053
information required by Section 3(a)(1)(A) to the extent
3054
reasonably practicable.
3055
3056
4. If You Share Adapted Material You produce, the Adapter's
3057
License You apply must not prevent recipients of the Adapted
3058
Material from complying with this Public License.
3059
3060
3061
Section 4 -- Sui Generis Database Rights.
3062
3063
Where the Licensed Rights include Sui Generis Database Rights that
3064
apply to Your use of the Licensed Material:
3065
3066
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
3067
to extract, reuse, reproduce, and Share all or a substantial
3068
portion of the contents of the database;
3069
3070
b. if You include all or a substantial portion of the database
3071
contents in a database in which You have Sui Generis Database
3072
Rights, then the database in which You have Sui Generis Database
3073
Rights (but not its individual contents) is Adapted Material; and
3074
3075
c. You must comply with the conditions in Section 3(a) if You Share
3076
all or a substantial portion of the contents of the database.
3077
3078
For the avoidance of doubt, this Section 4 supplements and does not
3079
replace Your obligations under this Public License where the Licensed
3080
Rights include other Copyright and Similar Rights.
3081
3082
3083
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
3084
3085
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
3086
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
3087
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
3088
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
3089
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
3090
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
3091
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
3092
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
3093
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
3094
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
3095
3096
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
3097
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
3098
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
3099
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
3100
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
3101
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
3102
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
3103
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
3104
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
3105
3106
c. The disclaimer of warranties and limitation of liability provided
3107
above shall be interpreted in a manner that, to the extent
3108
possible, most closely approximates an absolute disclaimer and
3109
waiver of all liability.
3110
3111
3112
Section 6 -- Term and Termination.
3113
3114
a. This Public License applies for the term of the Copyright and
3115
Similar Rights licensed here. However, if You fail to comply with
3116
this Public License, then Your rights under this Public License
3117
terminate automatically.
3118
3119
b. Where Your right to use the Licensed Material has terminated under
3120
Section 6(a), it reinstates:
3121
3122
1. automatically as of the date the violation is cured, provided
3123
it is cured within 30 days of Your discovery of the
3124
violation; or
3125
3126
2. upon express reinstatement by the Licensor.
3127
3128
For the avoidance of doubt, this Section 6(b) does not affect any
3129
right the Licensor may have to seek remedies for Your violations
3130
of this Public License.
3131
3132
c. For the avoidance of doubt, the Licensor may also offer the
3133
Licensed Material under separate terms or conditions or stop
3134
distributing the Licensed Material at any time; however, doing so
3135
will not terminate this Public License.
3136
3137
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
3138
License.
3139
3140
3141
Section 7 -- Other Terms and Conditions.
3142
3143
a. The Licensor shall not be bound by any additional or different
3144
terms or conditions communicated by You unless expressly agreed.
3145
3146
b. Any arrangements, understandings, or agreements regarding the
3147
Licensed Material not stated herein are separate from and
3148
independent of the terms and conditions of this Public License.
3149
3150
3151
Section 8 -- Interpretation.
3152
3153
a. For the avoidance of doubt, this Public License does not, and
3154
shall not be interpreted to, reduce, limit, restrict, or impose
3155
conditions on any use of the Licensed Material that could lawfully
3156
be made without permission under this Public License.
3157
3158
b. To the extent possible, if any provision of this Public License is
3159
deemed unenforceable, it shall be automatically reformed to the
3160
minimum extent necessary to make it enforceable. If the provision
3161
cannot be reformed, it shall be severed from this Public License
3162
without affecting the enforceability of the remaining terms and
3163
conditions.
3164
3165
c. No term or condition of this Public License will be waived and no
3166
failure to comply consented to unless expressly agreed to by the
3167
Licensor.
3168
3169
d. Nothing in this Public License constitutes or may be interpreted
3170
as a limitation upon, or waiver of, any privileges and immunities
3171
that apply to the Licensor or You, including from the legal
3172
processes of any jurisdiction or authority.
3173
3174
3175
=======================================================================
3176
3177
Creative Commons is not a party to its public
3178
licenses. Notwithstanding, Creative Commons may elect to apply one of
3179
its public licenses to material it publishes and in those instances
3180
will be considered the "Licensor." The text of the Creative Commons
3181
public licenses is dedicated to the public domain under the CC0 Public
3182
Domain Dedication. Except for the limited purpose of indicating that
3183
material is shared under a Creative Commons public license or as
3184
otherwise permitted by the Creative Commons policies published at
3185
creativecommons.org/policies, Creative Commons does not authorize the
3186
use of the trademark "Creative Commons" or any other trademark or logo
3187
of Creative Commons without its prior written consent including,
3188
without limitation, in connection with any unauthorized modifications
3189
to any of its public licenses or any other arrangements,
3190
understandings, or agreements concerning use of licensed material. For
3191
the avoidance of doubt, this paragraph does not form part of the
3192
public licenses.
3193
3194
Creative Commons may be contacted at creativecommons.org.
3195
---------------------------------------------------------
3196
3197
---------------------------------------------------------
3198
3199
vscode-logfile-highlighter 3.4.0 - MIT
3200
https://github.com/emilast/vscode-logfile-highlighter
3201
3202
The MIT License (MIT)
3203
3204
Copyright (c) 2015 emilast
3205
3206
Permission is hereby granted, free of charge, to any person obtaining a copy
3207
of this software and associated documentation files (the "Software"), to deal
3208
in the Software without restriction, including without limitation the rights
3209
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3210
copies of the Software, and to permit persons to whom the Software is
3211
furnished to do so, subject to the following conditions:
3212
3213
The above copyright notice and this permission notice shall be included in all
3214
copies or substantial portions of the Software.
3215
3216
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3217
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3218
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3219
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3220
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3221
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3222
SOFTWARE.
3223
---------------------------------------------------------
3224
3225
---------------------------------------------------------
3226
3227
vscode-swift 0.0.1 - MIT
3228
https://github.com/owensd/vscode-swift
3229
3230
The MIT License (MIT)
3231
3232
Copyright (c) 2015 David Owens II
3233
3234
Permission is hereby granted, free of charge, to any person obtaining a copy
3235
of this software and associated documentation files (the "Software"), to deal
3236
in the Software without restriction, including without limitation the rights
3237
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3238
copies of the Software, and to permit persons to whom the Software is
3239
furnished to do so, subject to the following conditions:
3240
3241
The above copyright notice and this permission notice shall be included in all
3242
copies or substantial portions of the Software.
3243
3244
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3245
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3246
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3247
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3248
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3249
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3250
---------------------------------------------------------
3251
3252
---------------------------------------------------------
3253
3254
vscode-win32-app-container-tokens
3255
https://github.com/microsoft/vscode-win32-app-container-tokens
3256
3257
MIT License
3258
3259
Copyright (c) Microsoft Corporation.
3260
3261
Permission is hereby granted, free of charge, to any person obtaining a copy
3262
of this software and associated documentation files (the "Software"), to deal
3263
in the Software without restriction, including without limitation the rights
3264
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3265
copies of the Software, and to permit persons to whom the Software is
3266
furnished to do so, subject to the following conditions:
3267
3268
The above copyright notice and this permission notice shall be included in all
3269
copies or substantial portions of the Software.
3270
3271
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3272
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3273
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3274
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3275
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3276
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3277
SOFTWARE
3278
---------------------------------------------------------
3279
3280
---------------------------------------------------------
3281
3282
walles/git-commit-message-plus 1.0.0 - MIT
3283
https://github.com/walles/git-commit-message-plus
3284
3285
The MIT License (MIT)
3286
3287
Copyright (c) 2023 Johan Walles <[email protected]>
3288
3289
Permission is hereby granted, free of charge, to any person obtaining
3290
a copy of this software and associated documentation files (the"
3291
Software"), to deal in the Software without restriction, including
3292
without limitation the rights to use, copy, modify, merge, publish,
3293
distribute, sublicense, and/or sell copies of the Software, and to
3294
permit persons to whom the Software is furnished to do so, subject to
3295
the following conditions:
3296
3297
The above copyright notice and this permission notice shall be
3298
included in all copies or substantial portions of the Software.
3299
3300
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3301
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3302
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3303
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3304
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3305
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3306
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3307
---------------------------------------------------------
3308
3309
---------------------------------------------------------
3310
3311
Web Background Synchronization - Apache-2.0
3312
https://github.com/WICG/background-sync
3313
3314
Apache License
3315
Version 2.0, January 2004
3316
http://www.apache.org/licenses/
3317
3318
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3319
3320
1. Definitions.
3321
3322
"License" shall mean the terms and conditions for use, reproduction,
3323
and distribution as defined by Sections 1 through 9 of this document.
3324
3325
"Licensor" shall mean the copyright owner or entity authorized by
3326
the copyright owner that is granting the License.
3327
3328
"Legal Entity" shall mean the union of the acting entity and all
3329
other entities that control, are controlled by, or are under common
3330
control with that entity. For the purposes of this definition,
3331
"control" means (i) the power, direct or indirect, to cause the
3332
direction or management of such entity, whether by contract or
3333
otherwise, or (ii) ownership of fifty percent (50%) or more of the
3334
outstanding shares, or (iii) beneficial ownership of such entity.
3335
3336
"You" (or "Your") shall mean an individual or Legal Entity
3337
exercising permissions granted by this License.
3338
3339
"Source" form shall mean the preferred form for making modifications,
3340
including but not limited to software source code, documentation
3341
source, and configuration files.
3342
3343
"Object" form shall mean any form resulting from mechanical
3344
transformation or translation of a Source form, including but
3345
not limited to compiled object code, generated documentation,
3346
and conversions to other media types.
3347
3348
"Work" shall mean the work of authorship, whether in Source or
3349
Object form, made available under the License, as indicated by a
3350
copyright notice that is included in or attached to the work
3351
(an example is provided in the Appendix below).
3352
3353
"Derivative Works" shall mean any work, whether in Source or Object
3354
form, that is based on (or derived from) the Work and for which the
3355
editorial revisions, annotations, elaborations, or other modifications
3356
represent, as a whole, an original work of authorship. For the purposes
3357
of this License, Derivative Works shall not include works that remain
3358
separable from, or merely link (or bind by name) to the interfaces of,
3359
the Work and Derivative Works thereof.
3360
3361
"Contribution" shall mean any work of authorship, including
3362
the original version of the Work and any modifications or additions
3363
to that Work or Derivative Works thereof, that is intentionally
3364
submitted to Licensor for inclusion in the Work by the copyright owner
3365
or by an individual or Legal Entity authorized to submit on behalf of
3366
the copyright owner. For the purposes of this definition, "submitted"
3367
means any form of electronic, verbal, or written communication sent
3368
to the Licensor or its representatives, including but not limited to
3369
communication on electronic mailing lists, source code control systems,
3370
and issue tracking systems that are managed by, or on behalf of, the
3371
Licensor for the purpose of discussing and improving the Work, but
3372
excluding communication that is conspicuously marked or otherwise
3373
designated in writing by the copyright owner as "Not a Contribution."
3374
3375
"Contributor" shall mean Licensor and any individual or Legal Entity
3376
on behalf of whom a Contribution has been received by Licensor and
3377
subsequently incorporated within the Work.
3378
3379
2. Grant of Copyright License. Subject to the terms and conditions of
3380
this License, each Contributor hereby grants to You a perpetual,
3381
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3382
copyright license to reproduce, prepare Derivative Works of,
3383
publicly display, publicly perform, sublicense, and distribute the
3384
Work and such Derivative Works in Source or Object form.
3385
3386
3. Grant of Patent License. Subject to the terms and conditions of
3387
this License, each Contributor hereby grants to You a perpetual,
3388
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3389
(except as stated in this section) patent license to make, have made,
3390
use, offer to sell, sell, import, and otherwise transfer the Work,
3391
where such license applies only to those patent claims licensable
3392
by such Contributor that are necessarily infringed by their
3393
Contribution(s) alone or by combination of their Contribution(s)
3394
with the Work to which such Contribution(s) was submitted. If You
3395
institute patent litigation against any entity (including a
3396
cross-claim or counterclaim in a lawsuit) alleging that the Work
3397
or a Contribution incorporated within the Work constitutes direct
3398
or contributory patent infringement, then any patent licenses
3399
granted to You under this License for that Work shall terminate
3400
as of the date such litigation is filed.
3401
3402
4. Redistribution. You may reproduce and distribute copies of the
3403
Work or Derivative Works thereof in any medium, with or without
3404
modifications, and in Source or Object form, provided that You
3405
meet the following conditions:
3406
3407
(a) You must give any other recipients of the Work or
3408
Derivative Works a copy of this License; and
3409
3410
(b) You must cause any modified files to carry prominent notices
3411
stating that You changed the files; and
3412
3413
(c) You must retain, in the Source form of any Derivative Works
3414
that You distribute, all copyright, patent, trademark, and
3415
attribution notices from the Source form of the Work,
3416
excluding those notices that do not pertain to any part of
3417
the Derivative Works; and
3418
3419
(d) If the Work includes a "NOTICE" text file as part of its
3420
distribution, then any Derivative Works that You distribute must
3421
include a readable copy of the attribution notices contained
3422
within such NOTICE file, excluding those notices that do not
3423
pertain to any part of the Derivative Works, in at least one
3424
of the following places: within a NOTICE text file distributed
3425
as part of the Derivative Works; within the Source form or
3426
documentation, if provided along with the Derivative Works; or,
3427
within a display generated by the Derivative Works, if and
3428
wherever such third-party notices normally appear. The contents
3429
of the NOTICE file are for informational purposes only and
3430
do not modify the License. You may add Your own attribution
3431
notices within Derivative Works that You distribute, alongside
3432
or as an addendum to the NOTICE text from the Work, provided
3433
that such additional attribution notices cannot be construed
3434
as modifying the License.
3435
3436
You may add Your own copyright statement to Your modifications and
3437
may provide additional or different license terms and conditions
3438
for use, reproduction, or distribution of Your modifications, or
3439
for any such Derivative Works as a whole, provided Your use,
3440
reproduction, and distribution of the Work otherwise complies with
3441
the conditions stated in this License.
3442
3443
5. Submission of Contributions. Unless You explicitly state otherwise,
3444
any Contribution intentionally submitted for inclusion in the Work
3445
by You to the Licensor shall be under the terms and conditions of
3446
this License, without any additional terms or conditions.
3447
Notwithstanding the above, nothing herein shall supersede or modify
3448
the terms of any separate license agreement you may have executed
3449
with Licensor regarding such Contributions.
3450
3451
6. Trademarks. This License does not grant permission to use the trade
3452
names, trademarks, service marks, or product names of the Licensor,
3453
except as required for reasonable and customary use in describing the
3454
origin of the Work and reproducing the content of the NOTICE file.
3455
3456
7. Disclaimer of Warranty. Unless required by applicable law or
3457
agreed to in writing, Licensor provides the Work (and each
3458
Contributor provides its Contributions) on an "AS IS" BASIS,
3459
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3460
implied, including, without limitation, any warranties or conditions
3461
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3462
PARTICULAR PURPOSE. You are solely responsible for determining the
3463
appropriateness of using or redistributing the Work and assume any
3464
risks associated with Your exercise of permissions under this License.
3465
3466
8. Limitation of Liability. In no event and under no legal theory,
3467
whether in tort (including negligence), contract, or otherwise,
3468
unless required by applicable law (such as deliberate and grossly
3469
negligent acts) or agreed to in writing, shall any Contributor be
3470
liable to You for damages, including any direct, indirect, special,
3471
incidental, or consequential damages of any character arising as a
3472
result of this License or out of the use or inability to use the
3473
Work (including but not limited to damages for loss of goodwill,
3474
work stoppage, computer failure or malfunction, or any and all
3475
other commercial damages or losses), even if such Contributor
3476
has been advised of the possibility of such damages.
3477
3478
9. Accepting Warranty or Additional Liability. While redistributing
3479
the Work or Derivative Works thereof, You may choose to offer,
3480
and charge a fee for, acceptance of support, warranty, indemnity,
3481
or other liability obligations and/or rights consistent with this
3482
License. However, in accepting such obligations, You may act only
3483
on Your own behalf and on Your sole responsibility, not on behalf
3484
of any other Contributor, and only if You agree to indemnify,
3485
defend, and hold each Contributor harmless for any liability
3486
incurred by, or claims asserted against, such Contributor by reason
3487
of your accepting any such warranty or additional liability.
3488
3489
END OF TERMS AND CONDITIONS
3490
3491
APPENDIX: How to apply the Apache License to your work.
3492
3493
To apply the Apache License to your work, attach the following
3494
boilerplate notice, with the fields enclosed by brackets "{}"
3495
replaced with your own identifying information. (Don't include
3496
the brackets!) The text should be enclosed in the appropriate
3497
comment syntax for the file format. We also recommend that a
3498
file or class name and description of purpose be included on the
3499
same "printed page" as the copyright notice for easier
3500
identification within third-party archives.
3501
3502
Copyright {yyyy} {name of copyright owner}
3503
3504
Licensed under the Apache License, Version 2.0 (the "License");
3505
you may not use this file except in compliance with the License.
3506
You may obtain a copy of the License at
3507
3508
http://www.apache.org/licenses/LICENSE-2.0
3509
3510
Unless required by applicable law or agreed to in writing, software
3511
distributed under the License is distributed on an "AS IS" BASIS,
3512
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3513
See the License for the specific language governing permissions and
3514
limitations under the License.
3515
---------------------------------------------------------
3516
3517
---------------------------------------------------------
3518
3519
zsh 5.9
3520
https://github.com/zsh-users/zsh
3521
3522
Unless otherwise noted in the header of specific files, files in this distribution have the licence shown below.
3523
3524
However, note that certain shell functions are licensed under versions of the GNU General Public Licence. Anyone distributing the shell as a binary including those files needs to take account of this. Search shell functions for "Copyright" for specific copyright information. None of the core functions are affected by this, so those files may simply be omitted.
3525
3526
--
3527
3528
The Z Shell is copyright (c) 1992-2017 Paul Falstad, Richard Coleman, Zoltán Hidvégi, Andrew Main, Peter Stephenson, Sven Wischnowsky, and others. All rights reserved. Individual authors, whether or not specifically named, retain copyright in all changes; in what follows, they are referred to as `the Zsh Development Group'. This is for convenience only and this body has no legal status. The Z shell is distributed under the following licence; any provisions made in individual files take precedence.
3529
3530
Permission is hereby granted, without written agreement and without licence or royalty fees, to use, copy, modify, and distribute this software and to distribute modified versions of this software for any purpose, provided that the above copyright notice and the following two paragraphs appear in all copies of this software.
3531
3532
In no event shall the Zsh Development Group be liable to any party for direct, indirect, special, incidental, or consequential damages arising out of the use of this software and its documentation, even if the Zsh Development Group have been advised of the possibility of such damage.
3533
3534
The Zsh Development Group specifically disclaim any warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The software provided hereunder is on an "as is" basis, and the Zsh Development Group have no obligation to provide maintenance, support, updates, enhancements, or modifications.
3535
---------------------------------------------------------
3536