coderaft 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3596 @@
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.2.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
+ dotenv-org/dotenv-vscode 0.26.0 - MIT License
1102
+ https://github.com/dotenv-org/dotenv-vscode
1103
+
1104
+ MIT License
1105
+
1106
+ Copyright (c) 2022 Scott Motte
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/csharp-tmLanguage 0.1.0 - MIT
1130
+ https://github.com/dotnet/csharp-tmLanguage
1131
+
1132
+ MIT License
1133
+
1134
+ Copyright (c) 2016 .NET Foundation
1135
+
1136
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1137
+ of this software and associated documentation files (the "Software"), to deal
1138
+ in the Software without restriction, including without limitation the rights
1139
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1140
+ copies of the Software, and to permit persons to whom the Software is
1141
+ furnished to do so, subject to the following conditions:
1142
+
1143
+ The above copyright notice and this permission notice shall be included in all
1144
+ copies or substantial portions of the Software.
1145
+
1146
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1147
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1148
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1149
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1150
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1151
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1152
+ SOFTWARE.
1153
+ ---------------------------------------------------------
1154
+
1155
+ ---------------------------------------------------------
1156
+
1157
+ dotnet/razor 1.0.0 - MIT
1158
+ https://github.com/dotnet/razor
1159
+
1160
+ MIT License
1161
+
1162
+ Copyright (c) .NET Foundation and Contributors
1163
+ All Rights Reserved
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
+ expand-abbreviation 0.5.8 - MIT
1187
+ https://github.com/emmetio/expand-abbreviation
1188
+
1189
+ MIT License
1190
+
1191
+ Copyright (c) 2017 Emmet.io
1192
+
1193
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1194
+ of this software and associated documentation files (the "Software"), to deal
1195
+ in the Software without restriction, including without limitation the rights
1196
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1197
+ copies of the Software, and to permit persons to whom the Software is
1198
+ furnished to do so, subject to the following conditions:
1199
+
1200
+ The above copyright notice and this permission notice shall be included in all
1201
+ copies or substantial portions of the Software.
1202
+
1203
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1204
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1205
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1206
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1207
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1208
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1209
+ SOFTWARE.
1210
+ ---------------------------------------------------------
1211
+
1212
+ ---------------------------------------------------------
1213
+
1214
+ fadeevab/make.tmbundle 0.0.0 - TextMate Bundle License
1215
+ https://github.com/fadeevab/make.tmbundle
1216
+
1217
+ Copyright (c) textmate-make.tmbundle project authors
1218
+
1219
+ If not otherwise specified (see below), files in this repository fall under the following license:
1220
+
1221
+ Permission to copy, use, modify, sell and distribute this
1222
+ software is granted. This software is provided "as is" without
1223
+ express or implied warranty, and with no claim as to its
1224
+ suitability for any purpose.
1225
+
1226
+ An exception is made for files in readable text which contain their own license information,
1227
+ or files where an accompanying file exists (in the same directory) with a "-license" suffix added
1228
+ to the base-name name of the original file, and an extension of txt, html, or similar. For example
1229
+ "tidy" is accompanied by "tidy-license.txt".
1230
+ ---------------------------------------------------------
1231
+
1232
+ ---------------------------------------------------------
1233
+
1234
+ fish-shell 3.7.1
1235
+ https://github.com/fish-shell/fish-shell
1236
+
1237
+ Fish is a smart and user-friendly command line shell.
1238
+
1239
+ Copyright (C) 2005-2009 Axel Liljencrantz
1240
+ Copyright (C) 2009- fish-shell contributors
1241
+
1242
+ fish is free software.
1243
+
1244
+ Most of fish is licensed under the GNU General Public License version 2, and
1245
+ you can redistribute it and/or modify it under the terms of the GNU GPL as
1246
+ published by the Free Software Foundation.
1247
+
1248
+ fish also includes software licensed under the Python Software Foundation License version 2, the MIT
1249
+ license, and the GNU Library General Public License version 2.
1250
+
1251
+ Full licensing information is contained in doc_src/license.rst.
1252
+
1253
+ This program is distributed in the hope that it will be useful, but WITHOUT
1254
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1255
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
1256
+ more details.
1257
+ ---------------------------------------------------------
1258
+
1259
+ ---------------------------------------------------------
1260
+
1261
+ go-syntax 0.8.6 - MIT
1262
+ https://github.com/worlpaker/go-syntax
1263
+
1264
+ MIT License
1265
+
1266
+ Copyright (c) 2023 Furkan Ozalp
1267
+
1268
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1269
+ of this software and associated documentation files (the "Software"), to deal
1270
+ in the Software without restriction, including without limitation the rights
1271
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1272
+ copies of the Software, and to permit persons to whom the Software is
1273
+ furnished to do so, subject to the following conditions:
1274
+
1275
+ The above copyright notice and this permission notice shall be included in all
1276
+ copies or substantial portions of the Software.
1277
+
1278
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1279
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1280
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1281
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1282
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1283
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1284
+ SOFTWARE.
1285
+ ---------------------------------------------------------
1286
+
1287
+ ---------------------------------------------------------
1288
+
1289
+ HTML 5.1 W3C Working Draft 08 October 2015 - W3C Document License
1290
+ http://www.w3.org/TR/2015/WD-html51-20151008/
1291
+
1292
+ Copyright © 2015 W3C® (MIT, ERCIM, Keio, Beihang). This software or document includes material copied
1293
+ from or derived from HTML 5.1 W3C Working Draft (http://www.w3.org/TR/2015/WD-html51-20151008/.)
1294
+
1295
+ THIS DOCUMENT IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT
1296
+ NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF
1297
+ THE DOCUMENT ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY
1298
+ PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
1299
+
1300
+ COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE
1301
+ DOCUMENT OR THE PERFORMANCE OR IMPLEMENTATION OF THE CONTENTS THEREOF.
1302
+
1303
+ The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to this document or its contents
1304
+ without specific, written prior permission. Title to copyright in this document will at all times remain with copyright holders.
1305
+ ---------------------------------------------------------
1306
+
1307
+ ---------------------------------------------------------
1308
+
1309
+ Ionic documentation 1.2.4 - Apache-2.0
1310
+ https://github.com/ionic-team/ionic-site
1311
+
1312
+ Copyright Drifty Co. http://drifty.com/.
1313
+
1314
+ Apache License
1315
+
1316
+ Version 2.0, January 2004
1317
+
1318
+ http://www.apache.org/licenses/
1319
+
1320
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1321
+
1322
+ 1. Definitions.
1323
+
1324
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
1325
+
1326
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
1327
+
1328
+ "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.
1329
+
1330
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
1331
+
1332
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
1333
+
1334
+ "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.
1335
+
1336
+ "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).
1337
+
1338
+ "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.
1339
+
1340
+ "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."
1341
+
1342
+ "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.
1343
+
1344
+ 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.
1345
+
1346
+ 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.
1347
+
1348
+ 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:
1349
+
1350
+ You must give any other recipients of the Work or Derivative Works a copy of this License; and
1351
+
1352
+ You must cause any modified files to carry prominent notices stating that You changed the files; and
1353
+
1354
+ 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
1355
+
1356
+ 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.
1357
+
1358
+ 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.
1359
+
1360
+ 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.
1361
+
1362
+ 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.
1363
+
1364
+ 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.
1365
+
1366
+ 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.
1367
+
1368
+ END OF TERMS AND CONDITIONS
1369
+ ---------------------------------------------------------
1370
+
1371
+ ---------------------------------------------------------
1372
+
1373
+ ionide/ionide-fsgrammar 0.0.0 - MIT
1374
+ https://github.com/ionide/ionide-fsgrammar
1375
+
1376
+ The MIT License (MIT)
1377
+
1378
+ Copyright (c) 2015 Krzysztof Cieslak
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
1388
+ all 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
1396
+ THE SOFTWARE.
1397
+ ---------------------------------------------------------
1398
+
1399
+ ---------------------------------------------------------
1400
+
1401
+ James-Yu/LaTeX-Workshop 8.19.1 - MIT
1402
+ https://github.com/James-Yu/LaTeX-Workshop
1403
+
1404
+ The MIT License (MIT)
1405
+
1406
+ Copyright (c) 2016 James Yu
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-c-syntax 1.13.2 - MIT
1430
+ https://github.com/jeff-hykin/better-c-syntax
1431
+
1432
+ MIT License
1433
+
1434
+ Copyright (c) 2019 Jeff Hykin
1435
+
1436
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1437
+ of this software and associated documentation files (the "Software"), to deal
1438
+ in the Software without restriction, including without limitation the rights
1439
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1440
+ copies of the Software, and to permit persons to whom the Software is
1441
+ furnished to do so, subject to the following conditions:
1442
+
1443
+ The above copyright notice and this permission notice shall be included in all
1444
+ copies or substantial portions of the Software.
1445
+
1446
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1447
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1448
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1449
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1450
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1451
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1452
+ SOFTWARE.
1453
+ ---------------------------------------------------------
1454
+
1455
+ ---------------------------------------------------------
1456
+
1457
+ jeff-hykin/better-cpp-syntax 1.17.4 - MIT
1458
+ https://github.com/jeff-hykin/better-cpp-syntax
1459
+
1460
+ 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.
1461
+ ---------------------------------------------------------
1462
+
1463
+ ---------------------------------------------------------
1464
+
1465
+ jeff-hykin/better-objc-syntax 0.2.0 - MIT
1466
+ https://github.com/jeff-hykin/better-objc-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-objcpp-syntax 0.1.0 - MIT
1494
+ https://github.com/jeff-hykin/better-objcpp-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-shell-syntax 1.8.7 - MIT
1522
+ https://github.com/jeff-hykin/better-shell-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
+ jeff-hykin/better-snippet-syntax 1.0.2 - MIT
1550
+ https://github.com/jeff-hykin/better-snippet-syntax
1551
+
1552
+ MIT License
1553
+
1554
+ Copyright (c) 2019 Jeff Hykin
1555
+
1556
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1557
+ of this software and associated documentation files (the "Software"), to deal
1558
+ in the Software without restriction, including without limitation the rights
1559
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1560
+ copies of the Software, and to permit persons to whom the Software is
1561
+ furnished to do so, subject to the following conditions:
1562
+
1563
+ The above copyright notice and this permission notice shall be included in all
1564
+ copies or substantial portions of the Software.
1565
+
1566
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1567
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1568
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1569
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1570
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1571
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1572
+ SOFTWARE.
1573
+ ---------------------------------------------------------
1574
+
1575
+ ---------------------------------------------------------
1576
+
1577
+ jlelong/vscode-latex-basics 1.16.0 - MIT
1578
+ https://github.com/jlelong/vscode-latex-basics
1579
+
1580
+ Copyright (c) vscode-latex-basics authors
1581
+
1582
+ If not otherwise specified (see below), files in this repository fall under the MIT License
1583
+
1584
+
1585
+ The file syntaxes/LaTeX.tmLanguage.json is based on https://github.com/textmate/latex.tmbundle/blob/master/Syntaxes/LaTeX.plist
1586
+ but has been largely modified. The original file falls under the following license
1587
+
1588
+ Permission to copy, use, modify, sell and distribute this
1589
+ software is granted. This software is provided "as is" without
1590
+ express or implied warranty, and with no claim as to its
1591
+ suitability for any purpose.
1592
+
1593
+ The file syntaxes/markdown-latex-combined.tmLanguage.json is generated from the Markdown grammar
1594
+ included in VSCode and falls under the license described in markdown-latex-combined-license.txt.
1595
+
1596
+ The file syntaxes/cpp-grammar-bailout.tmLanguage.json is generated from https://github.com/jeff-hykin/better-cpp-syntax
1597
+ and falls under the license described in cpp-bailout-license.txt.
1598
+ ---------------------------------------------------------
1599
+
1600
+ ---------------------------------------------------------
1601
+
1602
+ js-beautify 1.6.8 - MIT
1603
+ https://github.com/beautify-web/js-beautify
1604
+
1605
+ The MIT License (MIT)
1606
+
1607
+ Copyright (c) 2007-2018 Einar Lielmanis, Liam Newman, and contributors.
1608
+
1609
+ 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:
1610
+
1611
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1612
+
1613
+ 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.
1614
+ ---------------------------------------------------------
1615
+
1616
+ ---------------------------------------------------------
1617
+
1618
+ jtbandes/swift-tmlanguage - MIT
1619
+ https://github.com/jtbandes/swift-tmlanguage
1620
+
1621
+ The MIT License (MIT)
1622
+
1623
+ Copyright 2023 Jacob Bandes-Storch
1624
+
1625
+ 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:
1626
+
1627
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1628
+
1629
+ 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.
1630
+ ---------------------------------------------------------
1631
+
1632
+ ---------------------------------------------------------
1633
+
1634
+ JuliaEditorSupport/atom-language-julia 0.23.0 - MIT
1635
+ https://github.com/JuliaEditorSupport/atom-language-julia
1636
+
1637
+ The atom-language-julia package is licensed under the MIT "Expat" License:
1638
+
1639
+ > Copyright (c) 2015
1640
+ >
1641
+ > Permission is hereby granted, free of charge, to any person obtaining
1642
+ > a copy of this software and associated documentation files (the
1643
+ > "Software"), to deal in the Software without restriction, including
1644
+ > without limitation the rights to use, copy, modify, merge, publish,
1645
+ > distribute, sublicense, and/or sell copies of the Software, and to
1646
+ > permit persons to whom the Software is furnished to do so, subject to
1647
+ > the following conditions:
1648
+ >
1649
+ > The above copyright notice and this permission notice shall be
1650
+ > included in all copies or substantial portions of the Software.
1651
+ >
1652
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1653
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1654
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1655
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1656
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1657
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1658
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1659
+ ---------------------------------------------------------
1660
+
1661
+ ---------------------------------------------------------
1662
+
1663
+ Jxck/assert 1.0.0 - MIT
1664
+ https://github.com/Jxck/assert
1665
+
1666
+ The MIT License (MIT)
1667
+
1668
+ Copyright (c) 2011 Jxck
1669
+
1670
+ Originally from node.js (http://nodejs.org)
1671
+ Copyright Joyent, Inc.
1672
+
1673
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1674
+ of this software and associated documentation files (the "Software"), to deal
1675
+ in the Software without restriction, including without limitation the rights
1676
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1677
+ copies of the Software, and to permit persons to whom the Software is
1678
+ furnished to do so, subject to the following conditions:
1679
+
1680
+ The above copyright notice and this permission notice shall be included in all
1681
+ copies or substantial portions of the Software.
1682
+
1683
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1684
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1685
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1686
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1687
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1688
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1689
+ ---------------------------------------------------------
1690
+
1691
+ ---------------------------------------------------------
1692
+
1693
+ language-docker 28.3.3 - Apache-2.0
1694
+ https://github.com/moby/moby
1695
+
1696
+ Apache License
1697
+ Version 2.0, January 2004
1698
+ https://www.apache.org/licenses/
1699
+
1700
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1701
+
1702
+ 1. Definitions.
1703
+
1704
+ "License" shall mean the terms and conditions for use, reproduction,
1705
+ and distribution as defined by Sections 1 through 9 of this document.
1706
+
1707
+ "Licensor" shall mean the copyright owner or entity authorized by
1708
+ the copyright owner that is granting the License.
1709
+
1710
+ "Legal Entity" shall mean the union of the acting entity and all
1711
+ other entities that control, are controlled by, or are under common
1712
+ control with that entity. For the purposes of this definition,
1713
+ "control" means (i) the power, direct or indirect, to cause the
1714
+ direction or management of such entity, whether by contract or
1715
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1716
+ outstanding shares, or (iii) beneficial ownership of such entity.
1717
+
1718
+ "You" (or "Your") shall mean an individual or Legal Entity
1719
+ exercising permissions granted by this License.
1720
+
1721
+ "Source" form shall mean the preferred form for making modifications,
1722
+ including but not limited to software source code, documentation
1723
+ source, and configuration files.
1724
+
1725
+ "Object" form shall mean any form resulting from mechanical
1726
+ transformation or translation of a Source form, including but
1727
+ not limited to compiled object code, generated documentation,
1728
+ and conversions to other media types.
1729
+
1730
+ "Work" shall mean the work of authorship, whether in Source or
1731
+ Object form, made available under the License, as indicated by a
1732
+ copyright notice that is included in or attached to the work
1733
+ (an example is provided in the Appendix below).
1734
+
1735
+ "Derivative Works" shall mean any work, whether in Source or Object
1736
+ form, that is based on (or derived from) the Work and for which the
1737
+ editorial revisions, annotations, elaborations, or other modifications
1738
+ represent, as a whole, an original work of authorship. For the purposes
1739
+ of this License, Derivative Works shall not include works that remain
1740
+ separable from, or merely link (or bind by name) to the interfaces of,
1741
+ the Work and Derivative Works thereof.
1742
+
1743
+ "Contribution" shall mean any work of authorship, including
1744
+ the original version of the Work and any modifications or additions
1745
+ to that Work or Derivative Works thereof, that is intentionally
1746
+ submitted to Licensor for inclusion in the Work by the copyright owner
1747
+ or by an individual or Legal Entity authorized to submit on behalf of
1748
+ the copyright owner. For the purposes of this definition, "submitted"
1749
+ means any form of electronic, verbal, or written communication sent
1750
+ to the Licensor or its representatives, including but not limited to
1751
+ communication on electronic mailing lists, source code control systems,
1752
+ and issue tracking systems that are managed by, or on behalf of, the
1753
+ Licensor for the purpose of discussing and improving the Work, but
1754
+ excluding communication that is conspicuously marked or otherwise
1755
+ designated in writing by the copyright owner as "Not a Contribution."
1756
+
1757
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1758
+ on behalf of whom a Contribution has been received by Licensor and
1759
+ subsequently incorporated within the Work.
1760
+
1761
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1762
+ this License, each Contributor hereby grants to You a perpetual,
1763
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1764
+ copyright license to reproduce, prepare Derivative Works of,
1765
+ publicly display, publicly perform, sublicense, and distribute the
1766
+ Work and such Derivative Works in Source or Object form.
1767
+
1768
+ 3. Grant of Patent License. Subject to the terms and conditions of
1769
+ this License, each Contributor hereby grants to You a perpetual,
1770
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1771
+ (except as stated in this section) patent license to make, have made,
1772
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1773
+ where such license applies only to those patent claims licensable
1774
+ by such Contributor that are necessarily infringed by their
1775
+ Contribution(s) alone or by combination of their Contribution(s)
1776
+ with the Work to which such Contribution(s) was submitted. If You
1777
+ institute patent litigation against any entity (including a
1778
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1779
+ or a Contribution incorporated within the Work constitutes direct
1780
+ or contributory patent infringement, then any patent licenses
1781
+ granted to You under this License for that Work shall terminate
1782
+ as of the date such litigation is filed.
1783
+
1784
+ 4. Redistribution. You may reproduce and distribute copies of the
1785
+ Work or Derivative Works thereof in any medium, with or without
1786
+ modifications, and in Source or Object form, provided that You
1787
+ meet the following conditions:
1788
+
1789
+ (a) You must give any other recipients of the Work or
1790
+ Derivative Works a copy of this License; and
1791
+
1792
+ (b) You must cause any modified files to carry prominent notices
1793
+ stating that You changed the files; and
1794
+
1795
+ (c) You must retain, in the Source form of any Derivative Works
1796
+ that You distribute, all copyright, patent, trademark, and
1797
+ attribution notices from the Source form of the Work,
1798
+ excluding those notices that do not pertain to any part of
1799
+ the Derivative Works; and
1800
+
1801
+ (d) If the Work includes a "NOTICE" text file as part of its
1802
+ distribution, then any Derivative Works that You distribute must
1803
+ include a readable copy of the attribution notices contained
1804
+ within such NOTICE file, excluding those notices that do not
1805
+ pertain to any part of the Derivative Works, in at least one
1806
+ of the following places: within a NOTICE text file distributed
1807
+ as part of the Derivative Works; within the Source form or
1808
+ documentation, if provided along with the Derivative Works; or,
1809
+ within a display generated by the Derivative Works, if and
1810
+ wherever such third-party notices normally appear. The contents
1811
+ of the NOTICE file are for informational purposes only and
1812
+ do not modify the License. You may add Your own attribution
1813
+ notices within Derivative Works that You distribute, alongside
1814
+ or as an addendum to the NOTICE text from the Work, provided
1815
+ that such additional attribution notices cannot be construed
1816
+ as modifying the License.
1817
+
1818
+ You may add Your own copyright statement to Your modifications and
1819
+ may provide additional or different license terms and conditions
1820
+ for use, reproduction, or distribution of Your modifications, or
1821
+ for any such Derivative Works as a whole, provided Your use,
1822
+ reproduction, and distribution of the Work otherwise complies with
1823
+ the conditions stated in this License.
1824
+
1825
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1826
+ any Contribution intentionally submitted for inclusion in the Work
1827
+ by You to the Licensor shall be under the terms and conditions of
1828
+ this License, without any additional terms or conditions.
1829
+ Notwithstanding the above, nothing herein shall supersede or modify
1830
+ the terms of any separate license agreement you may have executed
1831
+ with Licensor regarding such Contributions.
1832
+
1833
+ 6. Trademarks. This License does not grant permission to use the trade
1834
+ names, trademarks, service marks, or product names of the Licensor,
1835
+ except as required for reasonable and customary use in describing the
1836
+ origin of the Work and reproducing the content of the NOTICE file.
1837
+
1838
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1839
+ agreed to in writing, Licensor provides the Work (and each
1840
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1841
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1842
+ implied, including, without limitation, any warranties or conditions
1843
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1844
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1845
+ appropriateness of using or redistributing the Work and assume any
1846
+ risks associated with Your exercise of permissions under this License.
1847
+
1848
+ 8. Limitation of Liability. In no event and under no legal theory,
1849
+ whether in tort (including negligence), contract, or otherwise,
1850
+ unless required by applicable law (such as deliberate and grossly
1851
+ negligent acts) or agreed to in writing, shall any Contributor be
1852
+ liable to You for damages, including any direct, indirect, special,
1853
+ incidental, or consequential damages of any character arising as a
1854
+ result of this License or out of the use or inability to use the
1855
+ Work (including but not limited to damages for loss of goodwill,
1856
+ work stoppage, computer failure or malfunction, or any and all
1857
+ other commercial damages or losses), even if such Contributor
1858
+ has been advised of the possibility of such damages.
1859
+
1860
+ 9. Accepting Warranty or Additional Liability. While redistributing
1861
+ the Work or Derivative Works thereof, You may choose to offer,
1862
+ and charge a fee for, acceptance of support, warranty, indemnity,
1863
+ or other liability obligations and/or rights consistent with this
1864
+ License. However, in accepting such obligations, You may act only
1865
+ on Your own behalf and on Your sole responsibility, not on behalf
1866
+ of any other Contributor, and only if You agree to indemnify,
1867
+ defend, and hold each Contributor harmless for any liability
1868
+ incurred by, or claims asserted against, such Contributor by reason
1869
+ of your accepting any such warranty or additional liability.
1870
+
1871
+ END OF TERMS AND CONDITIONS
1872
+
1873
+ Copyright 2013-2018 Docker, Inc.
1874
+
1875
+ Licensed under the Apache License, Version 2.0 (the "License");
1876
+ you may not use this file except in compliance with the License.
1877
+ You may obtain a copy of the License at
1878
+
1879
+ https://www.apache.org/licenses/LICENSE-2.0
1880
+
1881
+ Unless required by applicable law or agreed to in writing, software
1882
+ distributed under the License is distributed on an "AS IS" BASIS,
1883
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1884
+ See the License for the specific language governing permissions and
1885
+ limitations under the License.
1886
+ ---------------------------------------------------------
1887
+
1888
+ ---------------------------------------------------------
1889
+
1890
+ language-less 0.6.1 - MIT
1891
+ https://github.com/radium-v/Better-Less
1892
+
1893
+ MIT License
1894
+
1895
+ Copyright (c) 2017 John Kreitlow
1896
+
1897
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1898
+ of this software and associated documentation files (the "Software"), to deal
1899
+ in the Software without restriction, including without limitation the rights
1900
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1901
+ copies of the Software, and to permit persons to whom the Software is
1902
+ furnished to do so, subject to the following conditions:
1903
+
1904
+ The above copyright notice and this permission notice shall be included in all
1905
+ copies or substantial portions of the Software.
1906
+
1907
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1908
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1909
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1910
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1911
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1912
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1913
+ SOFTWARE.
1914
+ ---------------------------------------------------------
1915
+
1916
+ ---------------------------------------------------------
1917
+
1918
+ language-php 0.49.0 - MIT
1919
+ https://github.com/KapitanOczywisty/language-php
1920
+
1921
+ The MIT License (MIT)
1922
+
1923
+ Copyright (c) 2014 GitHub Inc.
1924
+
1925
+ Permission is hereby granted, free of charge, to any person obtaining
1926
+ a copy of this software and associated documentation files (the
1927
+ "Software"), to deal in the Software without restriction, including
1928
+ without limitation the rights to use, copy, modify, merge, publish,
1929
+ distribute, sublicense, and/or sell copies of the Software, and to
1930
+ permit persons to whom the Software is furnished to do so, subject to
1931
+ the following conditions:
1932
+
1933
+ The above copyright notice and this permission notice shall be
1934
+ included in all copies or substantial portions of the Software.
1935
+
1936
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1937
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1938
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1939
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1940
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1941
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1942
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1943
+
1944
+
1945
+ This package was derived from a TextMate bundle located at
1946
+ https://github.com/textmate/php.tmbundle and distributed under the following
1947
+ license, located in `README.mdown`:
1948
+
1949
+ Permission to copy, use, modify, sell and distribute this
1950
+ software is granted. This software is provided "as is" without
1951
+ express or implied warranty, and with no claim as to its
1952
+ suitability for any purpose.
1953
+ ---------------------------------------------------------
1954
+
1955
+ ---------------------------------------------------------
1956
+
1957
+ MagicStack/MagicPython 1.1.1 - MIT
1958
+ https://github.com/MagicStack/MagicPython
1959
+
1960
+ The MIT License
1961
+
1962
+ Copyright (c) 2015-present MagicStack Inc. http://magic.io
1963
+
1964
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1965
+ of this software and associated documentation files (the "Software"), to deal
1966
+ in the Software without restriction, including without limitation the rights
1967
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1968
+ copies of the Software, and to permit persons to whom the Software is
1969
+ furnished to do so, subject to the following conditions:
1970
+
1971
+ The above copyright notice and this permission notice shall be included in
1972
+ all copies or substantial portions of the Software.
1973
+
1974
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1975
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1976
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1977
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1978
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1979
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1980
+ THE SOFTWARE.
1981
+ ---------------------------------------------------------
1982
+
1983
+ ---------------------------------------------------------
1984
+
1985
+ marked 14.0.0 - MIT
1986
+ https://github.com/markedjs/marked
1987
+
1988
+ information
1989
+
1990
+ ## Contribution License Agreement
1991
+
1992
+ If you contribute code to this project, you are implicitly allowing your code
1993
+ to be distributed under the MIT license. You are also implicitly verifying that
1994
+ all code is your original work. `</legalese>`
1995
+
1996
+ ## Marked
1997
+
1998
+ Copyright (c) 2018+, MarkedJS (https://github.com/markedjs/)
1999
+ Copyright (c) 2011-2018, Christopher Jeffrey (https://github.com/chjj/)
2000
+
2001
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2002
+ of this software and associated documentation files (the "Software"), to deal
2003
+ in the Software without restriction, including without limitation the rights
2004
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2005
+ copies of the Software, and to permit persons to whom the Software is
2006
+ furnished to do so, subject to the following conditions:
2007
+
2008
+ The above copyright notice and this permission notice shall be included in
2009
+ all copies or substantial portions of the Software.
2010
+
2011
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2012
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2013
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2014
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2015
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2016
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2017
+ THE SOFTWARE.
2018
+
2019
+ ## Markdown
2020
+
2021
+ Copyright © 2004, John Gruber
2022
+ http://daringfireball.net/
2023
+ All rights reserved.
2024
+
2025
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
2026
+
2027
+ * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2028
+ * 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.
2029
+ * 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.
2030
+
2031
+ 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.
2032
+ ---------------------------------------------------------
2033
+
2034
+ ---------------------------------------------------------
2035
+
2036
+ microsoft/TypeScript-TmLanguage 0.0.1 - MIT
2037
+ https://github.com/microsoft/TypeScript-TmLanguage
2038
+
2039
+ Copyright (c) Microsoft Corporation
2040
+ All rights reserved.
2041
+
2042
+ MIT License
2043
+
2044
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2045
+ of this software and associated documentation files (the "Software"), to deal
2046
+ in the Software without restriction, including without limitation the rights
2047
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2048
+ copies of the Software, and to permit persons to whom the Software is
2049
+ furnished to do so, subject to the following conditions:
2050
+
2051
+ The above copyright notice and this permission notice shall be included in
2052
+ all copies or substantial portions of the Software.
2053
+
2054
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2055
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2056
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2057
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2058
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2059
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2060
+ THE SOFTWARE.
2061
+ ---------------------------------------------------------
2062
+
2063
+ ---------------------------------------------------------
2064
+
2065
+ microsoft/vscode-css 0.0.0 - MIT License
2066
+ https://github.com/microsoft/vscode-css
2067
+
2068
+ MIT License
2069
+
2070
+ Copyright (c) Microsoft Corporation.
2071
+
2072
+ Permission is hereby granted, free of charge, to any person obtaining
2073
+ a copy of this software and associated documentation files (the
2074
+ "Software"), to deal in the Software without restriction, including
2075
+ without limitation the rights to use, copy, modify, merge, publish,
2076
+ distribute, sublicense, and/or sell copies of the Software, and to
2077
+ permit persons to whom the Software is furnished to do so, subject to
2078
+ the following conditions:
2079
+
2080
+ The above copyright notice and this permission notice shall be
2081
+ included in all copies or substantial portions of the Software.
2082
+
2083
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2084
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2085
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2086
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2087
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2088
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2089
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2090
+
2091
+ --------------------------------------------------------------------
2092
+
2093
+ This package was derived from a TextMate bundle located at
2094
+ https://github.com/textmate/css.tmbundle and distributed under the following
2095
+ license, located in `README.mdown`:
2096
+
2097
+ Permission to copy, use, modify, sell and distribute this
2098
+ software is granted. This software is provided "as is" without
2099
+ express or implied warranty, and with no claim as to its
2100
+ suitability for any purpose.
2101
+ ---------------------------------------------------------
2102
+
2103
+ ---------------------------------------------------------
2104
+
2105
+ microsoft/vscode-JSON.tmLanguage 0.0.0 - MIT
2106
+ https://github.com/microsoft/vscode-JSON.tmLanguage
2107
+
2108
+ vscode-JSON.tmLanguage
2109
+
2110
+ Copyright (c) Microsoft Corporation
2111
+
2112
+ All rights reserved.
2113
+
2114
+ MIT License
2115
+
2116
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
2117
+ documentation files (the ""Software""), to deal in the Software without restriction, including without limitation
2118
+ the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
2119
+ and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2120
+
2121
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2122
+
2123
+ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
2124
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
2125
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
2126
+ CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2127
+ ---------------------------------------------------------
2128
+
2129
+ ---------------------------------------------------------
2130
+
2131
+ microsoft/vscode-markdown-tm-grammar 1.0.0 - MIT
2132
+ https://github.com/microsoft/vscode-markdown-tm-grammar
2133
+
2134
+ The MIT License (MIT)
2135
+
2136
+ Copyright (c) Microsoft 2018
2137
+
2138
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2139
+ of this software and associated documentation files (the "Software"), to deal
2140
+ in the Software without restriction, including without limitation the rights
2141
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2142
+ copies of the Software, and to permit persons to whom the Software is
2143
+ furnished to do so, subject to the following conditions:
2144
+
2145
+ The above copyright notice and this permission notice shall be included in all
2146
+ copies or substantial portions of the Software.
2147
+
2148
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2149
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2150
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2151
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2152
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2153
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2154
+ SOFTWARE.
2155
+ ---------------------------------------------------------
2156
+
2157
+ ---------------------------------------------------------
2158
+
2159
+ microsoft/vscode-mssql 1.0.0 - MIT
2160
+ https://github.com/microsoft/vscode-mssql
2161
+
2162
+ ------------------------------------------ START OF LICENSE -----------------------------------------
2163
+ vscode-mssql
2164
+ Copyright (c) Microsoft Corporation
2165
+ All rights reserved.
2166
+ MIT License
2167
+ 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:
2168
+ Copyright (c) 2016 Microsoft
2169
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2170
+ 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.
2171
+ ----------------------------------------------- END OF LICENSE -----------------------------------------
2172
+ ---------------------------------------------------------
2173
+
2174
+ ---------------------------------------------------------
2175
+
2176
+ mmims/language-batchfile 0.7.6 - MIT
2177
+ https://github.com/mmims/language-batchfile
2178
+
2179
+ The MIT License (MIT)
2180
+
2181
+ Copyright (c) 2021 Michael Mims
2182
+
2183
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2184
+ of this software and associated documentation files (the "Software"), to deal
2185
+ in the Software without restriction, including without limitation the rights
2186
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2187
+ copies of the Software, and to permit persons to whom the Software is
2188
+ furnished to do so, subject to the following conditions:
2189
+
2190
+ The above copyright notice and this permission notice shall be included in
2191
+ all copies or substantial portions of the Software.
2192
+
2193
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2194
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2195
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2196
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2197
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2198
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2199
+ THE SOFTWARE.
2200
+ ---------------------------------------------------------
2201
+
2202
+ ---------------------------------------------------------
2203
+
2204
+ NVIDIA/cuda-cpp-grammar 0.0.0 - MIT
2205
+ https://github.com/NVIDIA/cuda-cpp-grammar
2206
+
2207
+ The MIT License (MIT)
2208
+
2209
+ Copyright 2021 NVIDIA Corporation
2210
+
2211
+ 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:
2212
+
2213
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2214
+
2215
+ 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.
2216
+ ---------------------------------------------------------
2217
+
2218
+ ---------------------------------------------------------
2219
+
2220
+ PowerShell/EditorSyntax 1.0.0 - MIT
2221
+ https://github.com/PowerShell/EditorSyntax
2222
+
2223
+ Copyright (c) Microsoft Corporation
2224
+
2225
+ All rights reserved.
2226
+
2227
+ MIT License
2228
+
2229
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2230
+ of this software and associated documentation files (the "Software"), to deal
2231
+ in the Software without restriction, including without limitation the rights
2232
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2233
+ copies of the Software, and to permit persons to whom the Software is
2234
+ furnished to do so, subject to the following conditions:
2235
+
2236
+ The above copyright notice and this permission notice shall be included in all
2237
+ copies or substantial portions of the Software.
2238
+
2239
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2240
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2241
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2242
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2243
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2244
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2245
+ SOFTWARE.
2246
+ ---------------------------------------------------------
2247
+
2248
+ ---------------------------------------------------------
2249
+
2250
+ PSReadLine 2.4.4-beta4
2251
+ https://github.com/PowerShell/PSReadLine
2252
+
2253
+ Copyright (c) 2013, Jason Shirk
2254
+ All rights reserved.
2255
+
2256
+ Redistribution and use in source and binary forms, with or without
2257
+ modification, are permitted provided that the following conditions are met:
2258
+
2259
+ 1. Redistributions of source code must retain the above copyright notice, this
2260
+ list of conditions and the following disclaimer.
2261
+ 2. Redistributions in binary form must reproduce the above copyright notice,
2262
+ this list of conditions and the following disclaimer in the documentation
2263
+ and/or other materials provided with the distribution.
2264
+
2265
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
2266
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2267
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2268
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
2269
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2270
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2271
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
2272
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2273
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2274
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2275
+ ---------------------------------------------------------
2276
+
2277
+ ---------------------------------------------------------
2278
+
2279
+ RedCMD/YAML-Syntax-Highlighter 1.3.2 - MIT
2280
+ https://github.com/RedCMD/YAML-Syntax-Highlighter
2281
+
2282
+ MIT License
2283
+
2284
+ Copyright 2024 RedCMD
2285
+
2286
+ 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:
2287
+
2288
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2289
+
2290
+ 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.
2291
+ ---------------------------------------------------------
2292
+
2293
+ ---------------------------------------------------------
2294
+
2295
+ redhat-developer/vscode-java 1.26.0 - MIT
2296
+ https://github.com/redhat-developer/vscode-java
2297
+
2298
+ The MIT License (MIT)
2299
+
2300
+ Copyright (c) 2014 GitHub Inc.
2301
+
2302
+ Permission is hereby granted, free of charge, to any person obtaining
2303
+ a copy of this software and associated documentation files (the
2304
+ "Software"), to deal in the Software without restriction, including
2305
+ without limitation the rights to use, copy, modify, merge, publish,
2306
+ distribute, sublicense, and/or sell copies of the Software, and to
2307
+ permit persons to whom the Software is furnished to do so, subject to
2308
+ the following conditions:
2309
+
2310
+ The above copyright notice and this permission notice shall be
2311
+ included in all copies or substantial portions of the Software.
2312
+
2313
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2314
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2315
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2316
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2317
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2318
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2319
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2320
+
2321
+ --------------------------------------------------------------------
2322
+
2323
+ This package was derived from a TextMate bundle located at
2324
+ https://github.com/textmate/java.tmbundle and distributed under the following
2325
+ license, located in `README.mdown`:
2326
+
2327
+ Permission to copy, use, modify, sell and distribute this
2328
+ software is granted. This software is provided "as is" without
2329
+ express or implied warranty, and with no claim as to its
2330
+ suitability for any purpose.
2331
+ ---------------------------------------------------------
2332
+
2333
+ ---------------------------------------------------------
2334
+
2335
+ REditorSupport/vscode-R 0.1.1 - MIT
2336
+ https://github.com/REditorSupport/vscode-R-syntax
2337
+
2338
+ MIT License
2339
+
2340
+ Copyright (c) 2025 REditorSupport
2341
+
2342
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2343
+ of this software and associated documentation files (the "Software"), to deal
2344
+ in the Software without restriction, including without limitation the rights
2345
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2346
+ copies of the Software, and to permit persons to whom the Software is
2347
+ furnished to do so, subject to the following conditions:
2348
+
2349
+ The above copyright notice and this permission notice shall be included in all
2350
+ copies or substantial portions of the Software.
2351
+
2352
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2353
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2354
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2355
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2356
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2357
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2358
+ SOFTWARE.
2359
+ ---------------------------------------------------------
2360
+
2361
+ ---------------------------------------------------------
2362
+
2363
+ rust-syntax 0.6.1 - MIT
2364
+ https://github.com/dustypomerleau/rust-syntax
2365
+
2366
+ MIT License
2367
+
2368
+ Copyright (c) 2020 Dustin Pomerleau
2369
+
2370
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2371
+ of this software and associated documentation files (the "Software"), to deal
2372
+ in the Software without restriction, including without limitation the rights
2373
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2374
+ copies of the Software, and to permit persons to whom the Software is
2375
+ furnished to do so, subject to the following conditions:
2376
+
2377
+ The above copyright notice and this permission notice shall be included in all
2378
+ copies or substantial portions of the Software.
2379
+
2380
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2381
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2382
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2383
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2384
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2385
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2386
+ SOFTWARE.
2387
+ ---------------------------------------------------------
2388
+
2389
+ ---------------------------------------------------------
2390
+
2391
+ semver 5.5.0 - The ISC License
2392
+ https://github.com/npm/node-semver
2393
+
2394
+ The ISC License
2395
+
2396
+ Copyright (c) Isaac Z. Schlueter and Contributors
2397
+
2398
+ Permission to use, copy, modify, and/or distribute this software for any
2399
+ purpose with or without fee is hereby granted, provided that the above
2400
+ copyright notice and this permission notice appear in all copies.
2401
+
2402
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2403
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2404
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2405
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2406
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2407
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2408
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2409
+ ---------------------------------------------------------
2410
+
2411
+ ---------------------------------------------------------
2412
+
2413
+ seti-ui 0.1.0
2414
+ https://github.com/jesseweed/seti-ui
2415
+
2416
+ Copyright (c) 2014 Jesse Weed
2417
+
2418
+ Permission is hereby granted, free of charge, to any person obtaining
2419
+ a copy of this software and associated documentation files (the
2420
+ "Software"), to deal in the Software without restriction, including
2421
+ without limitation the rights to use, copy, modify, merge, publish,
2422
+ distribute, sublicense, and/or sell copies of the Software, and to
2423
+ permit persons to whom the Software is furnished to do so, subject to
2424
+ the following conditions:
2425
+
2426
+ The above copyright notice and this permission notice shall be
2427
+ included in all copies or substantial portions of the Software.
2428
+
2429
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2430
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2431
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2432
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2433
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2434
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2435
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2436
+ ---------------------------------------------------------
2437
+
2438
+ ---------------------------------------------------------
2439
+
2440
+ shaders-tmLanguage 0.1.0 - MIT
2441
+ https://github.com/tgjones/shaders-tmLanguage
2442
+
2443
+ MIT License
2444
+
2445
+ Copyright (c) 2017 Tim Jones
2446
+
2447
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2448
+ of this software and associated documentation files (the "Software"), to deal
2449
+ in the Software without restriction, including without limitation the rights
2450
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2451
+ copies of the Software, and to permit persons to whom the Software is
2452
+ furnished to do so, subject to the following conditions:
2453
+
2454
+ The above copyright notice and this permission notice shall be included in all
2455
+ copies or substantial portions of the Software.
2456
+
2457
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2458
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2459
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2460
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2461
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2462
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2463
+ SOFTWARE.
2464
+ ---------------------------------------------------------
2465
+
2466
+ ---------------------------------------------------------
2467
+
2468
+ Shopify/ruby-lsp 0.0.0 - MIT License
2469
+ https://github.com/Shopify/ruby-lsp
2470
+
2471
+ The MIT License (MIT)
2472
+
2473
+ Copyright (c) 2022-present, Shopify Inc.
2474
+
2475
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2476
+ of this software and associated documentation files (the "Software"), to deal
2477
+ in the Software without restriction, including without limitation the rights
2478
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2479
+ copies of the Software, and to permit persons to whom the Software is
2480
+ furnished to do so, subject to the following conditions:
2481
+
2482
+ The above copyright notice and this permission notice shall be included in
2483
+ all copies or substantial portions of the Software.
2484
+
2485
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2486
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2487
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2488
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2489
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2490
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2491
+ THE SOFTWARE.
2492
+
2493
+ ================================================================================
2494
+ The following files and related configuration in package.json are based on a
2495
+ sequence of adaptions: grammars/ruby.cson.json, grammars/erb.cson.json,
2496
+ languages/erb.json.
2497
+
2498
+ Copyright (c) 2016 Peng Lv
2499
+ Copyright (c) 2017-2019 Stafford Brunk
2500
+ https://github.com/rubyide/vscode-ruby
2501
+
2502
+ Released under the MIT license
2503
+ https://github.com/rubyide/vscode-ruby/blob/main/LICENSE.txt
2504
+
2505
+ Copyright (c) 2014 GitHub Inc.
2506
+ https://github.com/atom/language-ruby
2507
+
2508
+ Released under the MIT license
2509
+ https://github.com/atom/language-ruby/blob/master/LICENSE.md
2510
+
2511
+ https://github.com/textmate/ruby.tmbundle
2512
+ https://github.com/textmate/ruby.tmbundle#license
2513
+ ---------------------------------------------------------
2514
+
2515
+ ---------------------------------------------------------
2516
+
2517
+ sumneko/lua.tmbundle 1.0.0 - TextMate Bundle License
2518
+ https://github.com/sumneko/lua.tmbundle
2519
+
2520
+ Copyright (c) sumneko-lua.tmbundle project authors
2521
+
2522
+ If not otherwise specified (see below), files in this repository fall under the following license:
2523
+
2524
+ Permission to copy, use, modify, sell and distribute this
2525
+ software is granted. This software is provided "as is" without
2526
+ express or implied warranty, and with no claim as to its
2527
+ suitability for any purpose.
2528
+
2529
+ An exception is made for files in readable text which contain their own license information,
2530
+ or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2531
+ to the base-name name of the original file, and an extension of txt, html, or similar. For example
2532
+ "tidy" is accompanied by "tidy-license.txt".
2533
+ ---------------------------------------------------------
2534
+
2535
+ ---------------------------------------------------------
2536
+
2537
+ textmate/asp.vb.net.tmbundle 0.0.0 - TextMate Bundle License
2538
+ https://github.com/textmate/asp.vb.net.tmbundle
2539
+
2540
+ Copyright (c) textmate-asp.vb.net.tmbundle project authors
2541
+
2542
+ If not otherwise specified (see below), files in this folder fall under the following license:
2543
+
2544
+ Permission to copy, use, modify, sell and distribute this
2545
+ software is granted. This software is provided "as is" without
2546
+ express or implied warranty, and with no claim as to its
2547
+ suitability for any purpose.
2548
+
2549
+ An exception is made for files in readable text which contain their own license information,
2550
+ or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2551
+ to the base-name name of the original file, and an extension of txt, html, or similar. For example
2552
+ "tidy" is accompanied by "tidy-license.txt".
2553
+ ---------------------------------------------------------
2554
+
2555
+ ---------------------------------------------------------
2556
+
2557
+ textmate/c.tmbundle 0.0.0 - TextMate Bundle License
2558
+ https://github.com/textmate/c.tmbundle
2559
+
2560
+ Copyright (c) textmate-c.tmbundle authors
2561
+
2562
+ If not otherwise specified (see below), files in this repository fall under the following license:
2563
+
2564
+ Permission to copy, use, modify, sell and distribute this
2565
+ software is granted. This software is provided "as is" without
2566
+ express or implied warranty, and with no claim as to its
2567
+ suitability for any purpose.
2568
+
2569
+ An exception is made for files in readable text which contain their own license information,
2570
+ or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2571
+ to the base-name name of the original file, and an extension of txt, html, or similar. For example
2572
+ "tidy" is accompanied by "tidy-license.txt".
2573
+ ---------------------------------------------------------
2574
+
2575
+ ---------------------------------------------------------
2576
+
2577
+ textmate/diff.tmbundle 0.0.0 - TextMate Bundle License
2578
+ https://github.com/textmate/diff.tmbundle
2579
+
2580
+ Copyright (c) textmate-diff.tmbundle project authors
2581
+
2582
+ If not otherwise specified (see below), files in this repository fall under the following license:
2583
+
2584
+ Permission to copy, use, modify, sell and distribute this
2585
+ software is granted. This software is provided "as is" without
2586
+ express or implied warranty, and with no claim as to its
2587
+ suitability for any purpose.
2588
+
2589
+ An exception is made for files in readable text which contain their own license information,
2590
+ or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2591
+ to the base-name name of the original file, and an extension of txt, html, or similar. For example
2592
+ "tidy" is accompanied by "tidy-license.txt".
2593
+ ---------------------------------------------------------
2594
+
2595
+ ---------------------------------------------------------
2596
+
2597
+ textmate/git.tmbundle 0.0.0 - MIT
2598
+ https://github.com/textmate/git.tmbundle
2599
+
2600
+ The MIT License (MIT)
2601
+
2602
+ Copyright (c) 2008 Tim Harper
2603
+
2604
+ Permission is hereby granted, free of charge, to any person obtaining
2605
+ a copy of this software and associated documentation files (the"
2606
+ Software"), to deal in the Software without restriction, including
2607
+ without limitation the rights to use, copy, modify, merge, publish,
2608
+ distribute, sublicense, and/or sell copies of the Software, and to
2609
+ permit persons to whom the Software is furnished to do so, subject to
2610
+ the following conditions:
2611
+
2612
+ The above copyright notice and this permission notice shall be
2613
+ included in all copies or substantial portions of the Software.
2614
+
2615
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2616
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2617
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2618
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2619
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2620
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2621
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2622
+ ---------------------------------------------------------
2623
+
2624
+ ---------------------------------------------------------
2625
+
2626
+ textmate/groovy.tmbundle 0.0.0 - TextMate Bundle License
2627
+ https://github.com/textmate/groovy.tmbundle
2628
+
2629
+ Copyright (c) textmate-groovy.tmbundle project authors
2630
+
2631
+ If not otherwise specified (see below), files in this repository fall under the following license:
2632
+
2633
+ Permission to copy, use, modify, sell and distribute this
2634
+ software is granted. This software is provided "as is" without
2635
+ express or implied warranty, and with no claim as to its
2636
+ suitability for any purpose.
2637
+
2638
+ An exception is made for files in readable text which contain their own license information,
2639
+ or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2640
+ to the base-name name of the original file, and an extension of txt, html, or similar. For example
2641
+ "tidy" is accompanied by "tidy-license.txt".
2642
+ ---------------------------------------------------------
2643
+
2644
+ ---------------------------------------------------------
2645
+
2646
+ textmate/html.tmbundle 0.0.0 - TextMate Bundle License
2647
+ https://github.com/textmate/html.tmbundle
2648
+
2649
+ Copyright (c) textmate-html.tmbundle project authors
2650
+
2651
+ If not otherwise specified (see below), files in this repository fall under the following license:
2652
+
2653
+ Permission to copy, use, modify, sell and distribute this
2654
+ software is granted. This software is provided "as is" without
2655
+ express or implied warranty, and with no claim as to its
2656
+ suitability for any purpose.
2657
+
2658
+ An exception is made for files in readable text which contain their own license information,
2659
+ or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2660
+ to the base-name name of the original file, and an extension of txt, html, or similar. For example
2661
+ "tidy" is accompanied by "tidy-license.txt".
2662
+ ---------------------------------------------------------
2663
+
2664
+ ---------------------------------------------------------
2665
+
2666
+ textmate/ini.tmbundle 0.0.0 - TextMate Bundle License
2667
+ https://github.com/textmate/ini.tmbundle
2668
+
2669
+ Copyright (c) textmate-ini.tmbundle project authors
2670
+
2671
+ If not otherwise specified (see below), files in this folder fall under the following license:
2672
+
2673
+ Permission to copy, use, modify, sell and distribute this
2674
+ software is granted. This software is provided "as is" without
2675
+ express or implied warranty, and with no claim as to its
2676
+ suitability for any purpose.
2677
+
2678
+ An exception is made for files in readable text which contain their own license information,
2679
+ or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2680
+ to the base-name name of the original file, and an extension of txt, html, or similar. For example
2681
+ "tidy" is accompanied by "tidy-license.txt".
2682
+ ---------------------------------------------------------
2683
+
2684
+ ---------------------------------------------------------
2685
+
2686
+ textmate/javascript.tmbundle 0.0.0 - TextMate Bundle License
2687
+ https://github.com/textmate/javascript.tmbundle
2688
+
2689
+ Copyright (c) textmate-javascript.tmbundle project authors
2690
+
2691
+ If not otherwise specified (see below), files in this repository fall under the following license:
2692
+
2693
+ Permission to copy, use, modify, sell and distribute this
2694
+ software is granted. This software is provided "as is" without
2695
+ express or implied warranty, and with no claim as to its
2696
+ suitability for any purpose.
2697
+
2698
+ An exception is made for files in readable text which contain their own license information,
2699
+ or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2700
+ to the base-name name of the original file, and an extension of txt, html, or similar. For example
2701
+ "tidy" is accompanied by "tidy-license.txt".
2702
+ ---------------------------------------------------------
2703
+
2704
+ ---------------------------------------------------------
2705
+
2706
+ textmate/markdown.tmbundle 0.0.0 - TextMate Bundle License
2707
+ https://github.com/textmate/markdown.tmbundle
2708
+
2709
+ Copyright (c) markdown.tmbundle authors
2710
+
2711
+ If not otherwise specified (see below), files in this repository fall under the following license:
2712
+
2713
+ Permission to copy, use, modify, sell and distribute this
2714
+ software is granted. This software is provided "as is" without
2715
+ express or implied warranty, and with no claim as to its
2716
+ suitability for any purpose.
2717
+
2718
+ An exception is made for files in readable text which contain their own license information,
2719
+ or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2720
+ to the base-name name of the original file, and an extension of txt, html, or similar. For example
2721
+ "tidy" is accompanied by "tidy-license.txt".
2722
+ ---------------------------------------------------------
2723
+
2724
+ ---------------------------------------------------------
2725
+
2726
+ textmate/perl.tmbundle 0.0.0 - TextMate Bundle License
2727
+ https://github.com/textmate/perl.tmbundle
2728
+
2729
+ Copyright (c) textmate-perl.tmbundle project authors
2730
+
2731
+ If not otherwise specified (see below), files in this repository fall under the following license:
2732
+
2733
+ Permission to copy, use, modify, sell and distribute this
2734
+ software is granted. This software is provided "as is" without
2735
+ express or implied warranty, and with no claim as to its
2736
+ suitability for any purpose.
2737
+
2738
+ An exception is made for files in readable text which contain their own license information,
2739
+ or files where an accompanying file exists (in the same directory) with a "-license" suffix added
2740
+ to the base-name name of the original file, and an extension of txt, html, or similar. For example
2741
+ "tidy" is accompanied by "tidy-license.txt".
2742
+ ---------------------------------------------------------
2743
+
2744
+ ---------------------------------------------------------
2745
+
2746
+ trond-snekvik/vscode-rst 1.5.3 - MIT
2747
+ https://github.com/trond-snekvik/vscode-rst
2748
+
2749
+ The MIT License (MIT)
2750
+
2751
+ Copyright 2021 Trond Snekvik
2752
+
2753
+ 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:
2754
+
2755
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2756
+
2757
+ 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.
2758
+ ---------------------------------------------------------
2759
+
2760
+ ---------------------------------------------------------
2761
+
2762
+ TypeScript-TmLanguage 0.1.8 - MIT
2763
+ TypeScript-TmLanguage 1.0.0 - MIT
2764
+ https://github.com/microsoft/TypeScript-TmLanguage
2765
+
2766
+ Copyright (c) Microsoft Corporation
2767
+ All rights reserved.
2768
+
2769
+ MIT License
2770
+
2771
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2772
+ of this software and associated documentation files (the "Software"), to deal
2773
+ in the Software without restriction, including without limitation the rights
2774
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2775
+ copies of the Software, and to permit persons to whom the Software is
2776
+ furnished to do so, subject to the following conditions:
2777
+
2778
+ The above copyright notice and this permission notice shall be included in
2779
+ all copies or substantial portions of the Software.
2780
+
2781
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2782
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2783
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2784
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2785
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2786
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2787
+ THE SOFTWARE.
2788
+ ---------------------------------------------------------
2789
+
2790
+ ---------------------------------------------------------
2791
+
2792
+ Unicode 12.0.0 - UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
2793
+ https://home.unicode.org/
2794
+
2795
+ Unicode Data Files include all data files under the directories
2796
+ https://www.unicode.org/Public/, https://www.unicode.org/reports/,
2797
+ https://cldr.unicode.org, https://github.com/unicode-org/icu, and
2798
+ https://www.unicode.org/utility/trac/browser/.
2799
+
2800
+ Unicode Data Files do not include PDF online code charts under the
2801
+ directory https://www.unicode.org/Public/.
2802
+
2803
+ Software includes any source code published in the Unicode Standard
2804
+ or under the directories
2805
+ https://www.unicode.org/Public/, https://www.unicode.org/reports/,
2806
+ https://cldr.unicode.org, https://github.com/unicode-org/icu, and
2807
+ https://www.unicode.org/utility/trac/browser/.
2808
+
2809
+ NOTICE TO USER: Carefully read the following legal agreement.
2810
+ BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
2811
+ DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
2812
+ YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
2813
+ TERMS AND CONDITIONS OF THIS AGREEMENT.
2814
+ IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
2815
+ THE DATA FILES OR SOFTWARE.
2816
+
2817
+ COPYRIGHT AND PERMISSION NOTICE
2818
+
2819
+ Copyright (c) 1991-2017 Unicode, Inc. All rights reserved.
2820
+ Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
2821
+
2822
+ Permission is hereby granted, free of charge, to any person obtaining
2823
+ a copy of the Unicode data files and any associated documentation
2824
+ (the "Data Files") or Unicode software and any associated documentation
2825
+ (the "Software") to deal in the Data Files or Software
2826
+ without restriction, including without limitation the rights to use,
2827
+ copy, modify, merge, publish, distribute, and/or sell copies of
2828
+ the Data Files or Software, and to permit persons to whom the Data Files
2829
+ or Software are furnished to do so, provided that either
2830
+ (a) this copyright and permission notice appear with all copies
2831
+ of the Data Files or Software, or
2832
+ (b) this copyright and permission notice appear in associated
2833
+ Documentation.
2834
+
2835
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
2836
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
2837
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2838
+ NONINFRINGEMENT OF THIRD PARTY RIGHTS.
2839
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
2840
+ NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
2841
+ DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
2842
+ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
2843
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2844
+ PERFORMANCE OF THE DATA FILES OR SOFTWARE.
2845
+
2846
+ Except as contained in this notice, the name of a copyright holder
2847
+ shall not be used in advertising or otherwise to promote the sale,
2848
+ use or other dealings in these Data Files or Software without prior
2849
+ written authorization of the copyright holder.
2850
+ ---------------------------------------------------------
2851
+
2852
+ ---------------------------------------------------------
2853
+
2854
+ vscode-codicons 0.0.46-0 - MIT and Creative Commons Attribution 4.0
2855
+ https://github.com/microsoft/vscode-codicons
2856
+
2857
+ Attribution 4.0 International
2858
+
2859
+ =======================================================================
2860
+
2861
+ Creative Commons Corporation ("Creative Commons") is not a law firm and
2862
+ does not provide legal services or legal advice. Distribution of
2863
+ Creative Commons public licenses does not create a lawyer-client or
2864
+ other relationship. Creative Commons makes its licenses and related
2865
+ information available on an "as-is" basis. Creative Commons gives no
2866
+ warranties regarding its licenses, any material licensed under their
2867
+ terms and conditions, or any related information. Creative Commons
2868
+ disclaims all liability for damages resulting from their use to the
2869
+ fullest extent possible.
2870
+
2871
+ Using Creative Commons Public Licenses
2872
+
2873
+ Creative Commons public licenses provide a standard set of terms and
2874
+ conditions that creators and other rights holders may use to share
2875
+ original works of authorship and other material subject to copyright
2876
+ and certain other rights specified in the public license below. The
2877
+ following considerations are for informational purposes only, are not
2878
+ exhaustive, and do not form part of our licenses.
2879
+
2880
+ Considerations for licensors: Our public licenses are
2881
+ intended for use by those authorized to give the public
2882
+ permission to use material in ways otherwise restricted by
2883
+ copyright and certain other rights. Our licenses are
2884
+ irrevocable. Licensors should read and understand the terms
2885
+ and conditions of the license they choose before applying it.
2886
+ Licensors should also secure all rights necessary before
2887
+ applying our licenses so that the public can reuse the
2888
+ material as expected. Licensors should clearly mark any
2889
+ material not subject to the license. This includes other CC-
2890
+ licensed material, or material used under an exception or
2891
+ limitation to copyright. More considerations for licensors:
2892
+ wiki.creativecommons.org/Considerations_for_licensors
2893
+
2894
+ Considerations for the public: By using one of our public
2895
+ licenses, a licensor grants the public permission to use the
2896
+ licensed material under specified terms and conditions. If
2897
+ the licensor's permission is not necessary for any reason--for
2898
+ example, because of any applicable exception or limitation to
2899
+ copyright--then that use is not regulated by the license. Our
2900
+ licenses grant only permissions under copyright and certain
2901
+ other rights that a licensor has authority to grant. Use of
2902
+ the licensed material may still be restricted for other
2903
+ reasons, including because others have copyright or other
2904
+ rights in the material. A licensor may make special requests,
2905
+ such as asking that all changes be marked or described.
2906
+ Although not required by our licenses, you are encouraged to
2907
+ respect those requests where reasonable. More_considerations
2908
+ for the public:
2909
+ wiki.creativecommons.org/Considerations_for_licensees
2910
+
2911
+ =======================================================================
2912
+
2913
+ Creative Commons Attribution 4.0 International Public License
2914
+
2915
+ By exercising the Licensed Rights (defined below), You accept and agree
2916
+ to be bound by the terms and conditions of this Creative Commons
2917
+ Attribution 4.0 International Public License ("Public License"). To the
2918
+ extent this Public License may be interpreted as a contract, You are
2919
+ granted the Licensed Rights in consideration of Your acceptance of
2920
+ these terms and conditions, and the Licensor grants You such rights in
2921
+ consideration of benefits the Licensor receives from making the
2922
+ Licensed Material available under these terms and conditions.
2923
+
2924
+
2925
+ Section 1 -- Definitions.
2926
+
2927
+ a. Adapted Material means material subject to Copyright and Similar
2928
+ Rights that is derived from or based upon the Licensed Material
2929
+ and in which the Licensed Material is translated, altered,
2930
+ arranged, transformed, or otherwise modified in a manner requiring
2931
+ permission under the Copyright and Similar Rights held by the
2932
+ Licensor. For purposes of this Public License, where the Licensed
2933
+ Material is a musical work, performance, or sound recording,
2934
+ Adapted Material is always produced where the Licensed Material is
2935
+ synched in timed relation with a moving image.
2936
+
2937
+ b. Adapter's License means the license You apply to Your Copyright
2938
+ and Similar Rights in Your contributions to Adapted Material in
2939
+ accordance with the terms and conditions of this Public License.
2940
+
2941
+ c. Copyright and Similar Rights means copyright and/or similar rights
2942
+ closely related to copyright including, without limitation,
2943
+ performance, broadcast, sound recording, and Sui Generis Database
2944
+ Rights, without regard to how the rights are labeled or
2945
+ categorized. For purposes of this Public License, the rights
2946
+ specified in Section 2(b)(1)-(2) are not Copyright and Similar
2947
+ Rights.
2948
+
2949
+ d. Effective Technological Measures means those measures that, in the
2950
+ absence of proper authority, may not be circumvented under laws
2951
+ fulfilling obligations under Article 11 of the WIPO Copyright
2952
+ Treaty adopted on December 20, 1996, and/or similar international
2953
+ agreements.
2954
+
2955
+ e. Exceptions and Limitations means fair use, fair dealing, and/or
2956
+ any other exception or limitation to Copyright and Similar Rights
2957
+ that applies to Your use of the Licensed Material.
2958
+
2959
+ f. Licensed Material means the artistic or literary work, database,
2960
+ or other material to which the Licensor applied this Public
2961
+ License.
2962
+
2963
+ g. Licensed Rights means the rights granted to You subject to the
2964
+ terms and conditions of this Public License, which are limited to
2965
+ all Copyright and Similar Rights that apply to Your use of the
2966
+ Licensed Material and that the Licensor has authority to license.
2967
+
2968
+ h. Licensor means the individual(s) or entity(ies) granting rights
2969
+ under this Public License.
2970
+
2971
+ i. Share means to provide material to the public by any means or
2972
+ process that requires permission under the Licensed Rights, such
2973
+ as reproduction, public display, public performance, distribution,
2974
+ dissemination, communication, or importation, and to make material
2975
+ available to the public including in ways that members of the
2976
+ public may access the material from a place and at a time
2977
+ individually chosen by them.
2978
+
2979
+ j. Sui Generis Database Rights means rights other than copyright
2980
+ resulting from Directive 96/9/EC of the European Parliament and of
2981
+ the Council of 11 March 1996 on the legal protection of databases,
2982
+ as amended and/or succeeded, as well as other essentially
2983
+ equivalent rights anywhere in the world.
2984
+
2985
+ k. You means the individual or entity exercising the Licensed Rights
2986
+ under this Public License. Your has a corresponding meaning.
2987
+
2988
+
2989
+ Section 2 -- Scope.
2990
+
2991
+ a. License grant.
2992
+
2993
+ 1. Subject to the terms and conditions of this Public License,
2994
+ the Licensor hereby grants You a worldwide, royalty-free,
2995
+ non-sublicensable, non-exclusive, irrevocable license to
2996
+ exercise the Licensed Rights in the Licensed Material to:
2997
+
2998
+ a. reproduce and Share the Licensed Material, in whole or
2999
+ in part; and
3000
+
3001
+ b. produce, reproduce, and Share Adapted Material.
3002
+
3003
+ 2. Exceptions and Limitations. For the avoidance of doubt, where
3004
+ Exceptions and Limitations apply to Your use, this Public
3005
+ License does not apply, and You do not need to comply with
3006
+ its terms and conditions.
3007
+
3008
+ 3. Term. The term of this Public License is specified in Section
3009
+ 6(a).
3010
+
3011
+ 4. Media and formats; technical modifications allowed. The
3012
+ Licensor authorizes You to exercise the Licensed Rights in
3013
+ all media and formats whether now known or hereafter created,
3014
+ and to make technical modifications necessary to do so. The
3015
+ Licensor waives and/or agrees not to assert any right or
3016
+ authority to forbid You from making technical modifications
3017
+ necessary to exercise the Licensed Rights, including
3018
+ technical modifications necessary to circumvent Effective
3019
+ Technological Measures. For purposes of this Public License,
3020
+ simply making modifications authorized by this Section 2(a)
3021
+ (4) never produces Adapted Material.
3022
+
3023
+ 5. Downstream recipients.
3024
+
3025
+ a. Offer from the Licensor -- Licensed Material. Every
3026
+ recipient of the Licensed Material automatically
3027
+ receives an offer from the Licensor to exercise the
3028
+ Licensed Rights under the terms and conditions of this
3029
+ Public License.
3030
+
3031
+ b. No downstream restrictions. You may not offer or impose
3032
+ any additional or different terms or conditions on, or
3033
+ apply any Effective Technological Measures to, the
3034
+ Licensed Material if doing so restricts exercise of the
3035
+ Licensed Rights by any recipient of the Licensed
3036
+ Material.
3037
+
3038
+ 6. No endorsement. Nothing in this Public License constitutes or
3039
+ may be construed as permission to assert or imply that You
3040
+ are, or that Your use of the Licensed Material is, connected
3041
+ with, or sponsored, endorsed, or granted official status by,
3042
+ the Licensor or others designated to receive attribution as
3043
+ provided in Section 3(a)(1)(A)(i).
3044
+
3045
+ b. Other rights.
3046
+
3047
+ 1. Moral rights, such as the right of integrity, are not
3048
+ licensed under this Public License, nor are publicity,
3049
+ privacy, and/or other similar personality rights; however, to
3050
+ the extent possible, the Licensor waives and/or agrees not to
3051
+ assert any such rights held by the Licensor to the limited
3052
+ extent necessary to allow You to exercise the Licensed
3053
+ Rights, but not otherwise.
3054
+
3055
+ 2. Patent and trademark rights are not licensed under this
3056
+ Public License.
3057
+
3058
+ 3. To the extent possible, the Licensor waives any right to
3059
+ collect royalties from You for the exercise of the Licensed
3060
+ Rights, whether directly or through a collecting society
3061
+ under any voluntary or waivable statutory or compulsory
3062
+ licensing scheme. In all other cases the Licensor expressly
3063
+ reserves any right to collect such royalties.
3064
+
3065
+
3066
+ Section 3 -- License Conditions.
3067
+
3068
+ Your exercise of the Licensed Rights is expressly made subject to the
3069
+ following conditions.
3070
+
3071
+ a. Attribution.
3072
+
3073
+ 1. If You Share the Licensed Material (including in modified
3074
+ form), You must:
3075
+
3076
+ a. retain the following if it is supplied by the Licensor
3077
+ with the Licensed Material:
3078
+
3079
+ i. identification of the creator(s) of the Licensed
3080
+ Material and any others designated to receive
3081
+ attribution, in any reasonable manner requested by
3082
+ the Licensor (including by pseudonym if
3083
+ designated);
3084
+
3085
+ ii. a copyright notice;
3086
+
3087
+ iii. a notice that refers to this Public License;
3088
+
3089
+ iv. a notice that refers to the disclaimer of
3090
+ warranties;
3091
+
3092
+ v. a URI or hyperlink to the Licensed Material to the
3093
+ extent reasonably practicable;
3094
+
3095
+ b. indicate if You modified the Licensed Material and
3096
+ retain an indication of any previous modifications; and
3097
+
3098
+ c. indicate the Licensed Material is licensed under this
3099
+ Public License, and include the text of, or the URI or
3100
+ hyperlink to, this Public License.
3101
+
3102
+ 2. You may satisfy the conditions in Section 3(a)(1) in any
3103
+ reasonable manner based on the medium, means, and context in
3104
+ which You Share the Licensed Material. For example, it may be
3105
+ reasonable to satisfy the conditions by providing a URI or
3106
+ hyperlink to a resource that includes the required
3107
+ information.
3108
+
3109
+ 3. If requested by the Licensor, You must remove any of the
3110
+ information required by Section 3(a)(1)(A) to the extent
3111
+ reasonably practicable.
3112
+
3113
+ 4. If You Share Adapted Material You produce, the Adapter's
3114
+ License You apply must not prevent recipients of the Adapted
3115
+ Material from complying with this Public License.
3116
+
3117
+
3118
+ Section 4 -- Sui Generis Database Rights.
3119
+
3120
+ Where the Licensed Rights include Sui Generis Database Rights that
3121
+ apply to Your use of the Licensed Material:
3122
+
3123
+ a. for the avoidance of doubt, Section 2(a)(1) grants You the right
3124
+ to extract, reuse, reproduce, and Share all or a substantial
3125
+ portion of the contents of the database;
3126
+
3127
+ b. if You include all or a substantial portion of the database
3128
+ contents in a database in which You have Sui Generis Database
3129
+ Rights, then the database in which You have Sui Generis Database
3130
+ Rights (but not its individual contents) is Adapted Material; and
3131
+
3132
+ c. You must comply with the conditions in Section 3(a) if You Share
3133
+ all or a substantial portion of the contents of the database.
3134
+
3135
+ For the avoidance of doubt, this Section 4 supplements and does not
3136
+ replace Your obligations under this Public License where the Licensed
3137
+ Rights include other Copyright and Similar Rights.
3138
+
3139
+
3140
+ Section 5 -- Disclaimer of Warranties and Limitation of Liability.
3141
+
3142
+ a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
3143
+ EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
3144
+ AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
3145
+ ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
3146
+ IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
3147
+ WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
3148
+ PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
3149
+ ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
3150
+ KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
3151
+ ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
3152
+
3153
+ b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
3154
+ TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
3155
+ NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
3156
+ INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
3157
+ COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
3158
+ USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
3159
+ ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
3160
+ DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
3161
+ IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
3162
+
3163
+ c. The disclaimer of warranties and limitation of liability provided
3164
+ above shall be interpreted in a manner that, to the extent
3165
+ possible, most closely approximates an absolute disclaimer and
3166
+ waiver of all liability.
3167
+
3168
+
3169
+ Section 6 -- Term and Termination.
3170
+
3171
+ a. This Public License applies for the term of the Copyright and
3172
+ Similar Rights licensed here. However, if You fail to comply with
3173
+ this Public License, then Your rights under this Public License
3174
+ terminate automatically.
3175
+
3176
+ b. Where Your right to use the Licensed Material has terminated under
3177
+ Section 6(a), it reinstates:
3178
+
3179
+ 1. automatically as of the date the violation is cured, provided
3180
+ it is cured within 30 days of Your discovery of the
3181
+ violation; or
3182
+
3183
+ 2. upon express reinstatement by the Licensor.
3184
+
3185
+ For the avoidance of doubt, this Section 6(b) does not affect any
3186
+ right the Licensor may have to seek remedies for Your violations
3187
+ of this Public License.
3188
+
3189
+ c. For the avoidance of doubt, the Licensor may also offer the
3190
+ Licensed Material under separate terms or conditions or stop
3191
+ distributing the Licensed Material at any time; however, doing so
3192
+ will not terminate this Public License.
3193
+
3194
+ d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
3195
+ License.
3196
+
3197
+
3198
+ Section 7 -- Other Terms and Conditions.
3199
+
3200
+ a. The Licensor shall not be bound by any additional or different
3201
+ terms or conditions communicated by You unless expressly agreed.
3202
+
3203
+ b. Any arrangements, understandings, or agreements regarding the
3204
+ Licensed Material not stated herein are separate from and
3205
+ independent of the terms and conditions of this Public License.
3206
+
3207
+
3208
+ Section 8 -- Interpretation.
3209
+
3210
+ a. For the avoidance of doubt, this Public License does not, and
3211
+ shall not be interpreted to, reduce, limit, restrict, or impose
3212
+ conditions on any use of the Licensed Material that could lawfully
3213
+ be made without permission under this Public License.
3214
+
3215
+ b. To the extent possible, if any provision of this Public License is
3216
+ deemed unenforceable, it shall be automatically reformed to the
3217
+ minimum extent necessary to make it enforceable. If the provision
3218
+ cannot be reformed, it shall be severed from this Public License
3219
+ without affecting the enforceability of the remaining terms and
3220
+ conditions.
3221
+
3222
+ c. No term or condition of this Public License will be waived and no
3223
+ failure to comply consented to unless expressly agreed to by the
3224
+ Licensor.
3225
+
3226
+ d. Nothing in this Public License constitutes or may be interpreted
3227
+ as a limitation upon, or waiver of, any privileges and immunities
3228
+ that apply to the Licensor or You, including from the legal
3229
+ processes of any jurisdiction or authority.
3230
+
3231
+
3232
+ =======================================================================
3233
+
3234
+ Creative Commons is not a party to its public
3235
+ licenses. Notwithstanding, Creative Commons may elect to apply one of
3236
+ its public licenses to material it publishes and in those instances
3237
+ will be considered the "Licensor." The text of the Creative Commons
3238
+ public licenses is dedicated to the public domain under the CC0 Public
3239
+ Domain Dedication. Except for the limited purpose of indicating that
3240
+ material is shared under a Creative Commons public license or as
3241
+ otherwise permitted by the Creative Commons policies published at
3242
+ creativecommons.org/policies, Creative Commons does not authorize the
3243
+ use of the trademark "Creative Commons" or any other trademark or logo
3244
+ of Creative Commons without its prior written consent including,
3245
+ without limitation, in connection with any unauthorized modifications
3246
+ to any of its public licenses or any other arrangements,
3247
+ understandings, or agreements concerning use of licensed material. For
3248
+ the avoidance of doubt, this paragraph does not form part of the
3249
+ public licenses.
3250
+
3251
+ Creative Commons may be contacted at creativecommons.org.
3252
+
3253
+ ---
3254
+
3255
+ Git Logo by [Jason Long](https://bsky.app/profile/jasonlong.me) is licensed under the [Creative Commons Attribution 3.0 Unported License](https://creativecommons.org/licenses/by/3.0/).
3256
+ ---------------------------------------------------------
3257
+
3258
+ ---------------------------------------------------------
3259
+
3260
+ vscode-logfile-highlighter 3.4.0 - MIT
3261
+ https://github.com/emilast/vscode-logfile-highlighter
3262
+
3263
+ The MIT License (MIT)
3264
+
3265
+ Copyright (c) 2015 emilast
3266
+
3267
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3268
+ of this software and associated documentation files (the "Software"), to deal
3269
+ in the Software without restriction, including without limitation the rights
3270
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3271
+ copies of the Software, and to permit persons to whom the Software is
3272
+ furnished to do so, subject to the following conditions:
3273
+
3274
+ The above copyright notice and this permission notice shall be included in all
3275
+ copies or substantial portions of the Software.
3276
+
3277
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3278
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3279
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3280
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3281
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3282
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3283
+ SOFTWARE.
3284
+ ---------------------------------------------------------
3285
+
3286
+ ---------------------------------------------------------
3287
+
3288
+ vscode-swift 0.0.1 - MIT
3289
+ https://github.com/owensd/vscode-swift
3290
+
3291
+ The MIT License (MIT)
3292
+
3293
+ Copyright (c) 2015 David Owens II
3294
+
3295
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3296
+ of this software and associated documentation files (the "Software"), to deal
3297
+ in the Software without restriction, including without limitation the rights
3298
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3299
+ copies of the Software, and to permit persons to whom the Software is
3300
+ furnished to do so, subject to the following conditions:
3301
+
3302
+ The above copyright notice and this permission notice shall be included in all
3303
+ copies or substantial portions of the Software.
3304
+
3305
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3306
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3307
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3308
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3309
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3310
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3311
+ ---------------------------------------------------------
3312
+
3313
+ ---------------------------------------------------------
3314
+
3315
+ vscode-win32-app-container-tokens
3316
+ https://github.com/microsoft/vscode-win32-app-container-tokens
3317
+
3318
+ MIT License
3319
+
3320
+ Copyright (c) Microsoft Corporation.
3321
+
3322
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3323
+ of this software and associated documentation files (the "Software"), to deal
3324
+ in the Software without restriction, including without limitation the rights
3325
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3326
+ copies of the Software, and to permit persons to whom the Software is
3327
+ furnished to do so, subject to the following conditions:
3328
+
3329
+ The above copyright notice and this permission notice shall be included in all
3330
+ copies or substantial portions of the Software.
3331
+
3332
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3333
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3334
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3335
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3336
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3337
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3338
+ SOFTWARE
3339
+ ---------------------------------------------------------
3340
+
3341
+ ---------------------------------------------------------
3342
+
3343
+ walles/git-commit-message-plus 1.0.0 - MIT
3344
+ https://github.com/walles/git-commit-message-plus
3345
+
3346
+ The MIT License (MIT)
3347
+
3348
+ Copyright (c) 2023 Johan Walles <johan.walles@gmail.com>
3349
+
3350
+ Permission is hereby granted, free of charge, to any person obtaining
3351
+ a copy of this software and associated documentation files (the"
3352
+ Software"), to deal in the Software without restriction, including
3353
+ without limitation the rights to use, copy, modify, merge, publish,
3354
+ distribute, sublicense, and/or sell copies of the Software, and to
3355
+ permit persons to whom the Software is furnished to do so, subject to
3356
+ the following conditions:
3357
+
3358
+ The above copyright notice and this permission notice shall be
3359
+ included in all copies or substantial portions of the Software.
3360
+
3361
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3362
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3363
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3364
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3365
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3366
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3367
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3368
+ ---------------------------------------------------------
3369
+
3370
+ ---------------------------------------------------------
3371
+
3372
+ Web Background Synchronization - Apache-2.0
3373
+ https://github.com/WICG/background-sync
3374
+
3375
+ Apache License
3376
+ Version 2.0, January 2004
3377
+ http://www.apache.org/licenses/
3378
+
3379
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3380
+
3381
+ 1. Definitions.
3382
+
3383
+ "License" shall mean the terms and conditions for use, reproduction,
3384
+ and distribution as defined by Sections 1 through 9 of this document.
3385
+
3386
+ "Licensor" shall mean the copyright owner or entity authorized by
3387
+ the copyright owner that is granting the License.
3388
+
3389
+ "Legal Entity" shall mean the union of the acting entity and all
3390
+ other entities that control, are controlled by, or are under common
3391
+ control with that entity. For the purposes of this definition,
3392
+ "control" means (i) the power, direct or indirect, to cause the
3393
+ direction or management of such entity, whether by contract or
3394
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
3395
+ outstanding shares, or (iii) beneficial ownership of such entity.
3396
+
3397
+ "You" (or "Your") shall mean an individual or Legal Entity
3398
+ exercising permissions granted by this License.
3399
+
3400
+ "Source" form shall mean the preferred form for making modifications,
3401
+ including but not limited to software source code, documentation
3402
+ source, and configuration files.
3403
+
3404
+ "Object" form shall mean any form resulting from mechanical
3405
+ transformation or translation of a Source form, including but
3406
+ not limited to compiled object code, generated documentation,
3407
+ and conversions to other media types.
3408
+
3409
+ "Work" shall mean the work of authorship, whether in Source or
3410
+ Object form, made available under the License, as indicated by a
3411
+ copyright notice that is included in or attached to the work
3412
+ (an example is provided in the Appendix below).
3413
+
3414
+ "Derivative Works" shall mean any work, whether in Source or Object
3415
+ form, that is based on (or derived from) the Work and for which the
3416
+ editorial revisions, annotations, elaborations, or other modifications
3417
+ represent, as a whole, an original work of authorship. For the purposes
3418
+ of this License, Derivative Works shall not include works that remain
3419
+ separable from, or merely link (or bind by name) to the interfaces of,
3420
+ the Work and Derivative Works thereof.
3421
+
3422
+ "Contribution" shall mean any work of authorship, including
3423
+ the original version of the Work and any modifications or additions
3424
+ to that Work or Derivative Works thereof, that is intentionally
3425
+ submitted to Licensor for inclusion in the Work by the copyright owner
3426
+ or by an individual or Legal Entity authorized to submit on behalf of
3427
+ the copyright owner. For the purposes of this definition, "submitted"
3428
+ means any form of electronic, verbal, or written communication sent
3429
+ to the Licensor or its representatives, including but not limited to
3430
+ communication on electronic mailing lists, source code control systems,
3431
+ and issue tracking systems that are managed by, or on behalf of, the
3432
+ Licensor for the purpose of discussing and improving the Work, but
3433
+ excluding communication that is conspicuously marked or otherwise
3434
+ designated in writing by the copyright owner as "Not a Contribution."
3435
+
3436
+ "Contributor" shall mean Licensor and any individual or Legal Entity
3437
+ on behalf of whom a Contribution has been received by Licensor and
3438
+ subsequently incorporated within the Work.
3439
+
3440
+ 2. Grant of Copyright License. Subject to the terms and conditions of
3441
+ this License, each Contributor hereby grants to You a perpetual,
3442
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3443
+ copyright license to reproduce, prepare Derivative Works of,
3444
+ publicly display, publicly perform, sublicense, and distribute the
3445
+ Work and such Derivative Works in Source or Object form.
3446
+
3447
+ 3. Grant of Patent License. Subject to the terms and conditions of
3448
+ this License, each Contributor hereby grants to You a perpetual,
3449
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
3450
+ (except as stated in this section) patent license to make, have made,
3451
+ use, offer to sell, sell, import, and otherwise transfer the Work,
3452
+ where such license applies only to those patent claims licensable
3453
+ by such Contributor that are necessarily infringed by their
3454
+ Contribution(s) alone or by combination of their Contribution(s)
3455
+ with the Work to which such Contribution(s) was submitted. If You
3456
+ institute patent litigation against any entity (including a
3457
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
3458
+ or a Contribution incorporated within the Work constitutes direct
3459
+ or contributory patent infringement, then any patent licenses
3460
+ granted to You under this License for that Work shall terminate
3461
+ as of the date such litigation is filed.
3462
+
3463
+ 4. Redistribution. You may reproduce and distribute copies of the
3464
+ Work or Derivative Works thereof in any medium, with or without
3465
+ modifications, and in Source or Object form, provided that You
3466
+ meet the following conditions:
3467
+
3468
+ (a) You must give any other recipients of the Work or
3469
+ Derivative Works a copy of this License; and
3470
+
3471
+ (b) You must cause any modified files to carry prominent notices
3472
+ stating that You changed the files; and
3473
+
3474
+ (c) You must retain, in the Source form of any Derivative Works
3475
+ that You distribute, all copyright, patent, trademark, and
3476
+ attribution notices from the Source form of the Work,
3477
+ excluding those notices that do not pertain to any part of
3478
+ the Derivative Works; and
3479
+
3480
+ (d) If the Work includes a "NOTICE" text file as part of its
3481
+ distribution, then any Derivative Works that You distribute must
3482
+ include a readable copy of the attribution notices contained
3483
+ within such NOTICE file, excluding those notices that do not
3484
+ pertain to any part of the Derivative Works, in at least one
3485
+ of the following places: within a NOTICE text file distributed
3486
+ as part of the Derivative Works; within the Source form or
3487
+ documentation, if provided along with the Derivative Works; or,
3488
+ within a display generated by the Derivative Works, if and
3489
+ wherever such third-party notices normally appear. The contents
3490
+ of the NOTICE file are for informational purposes only and
3491
+ do not modify the License. You may add Your own attribution
3492
+ notices within Derivative Works that You distribute, alongside
3493
+ or as an addendum to the NOTICE text from the Work, provided
3494
+ that such additional attribution notices cannot be construed
3495
+ as modifying the License.
3496
+
3497
+ You may add Your own copyright statement to Your modifications and
3498
+ may provide additional or different license terms and conditions
3499
+ for use, reproduction, or distribution of Your modifications, or
3500
+ for any such Derivative Works as a whole, provided Your use,
3501
+ reproduction, and distribution of the Work otherwise complies with
3502
+ the conditions stated in this License.
3503
+
3504
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
3505
+ any Contribution intentionally submitted for inclusion in the Work
3506
+ by You to the Licensor shall be under the terms and conditions of
3507
+ this License, without any additional terms or conditions.
3508
+ Notwithstanding the above, nothing herein shall supersede or modify
3509
+ the terms of any separate license agreement you may have executed
3510
+ with Licensor regarding such Contributions.
3511
+
3512
+ 6. Trademarks. This License does not grant permission to use the trade
3513
+ names, trademarks, service marks, or product names of the Licensor,
3514
+ except as required for reasonable and customary use in describing the
3515
+ origin of the Work and reproducing the content of the NOTICE file.
3516
+
3517
+ 7. Disclaimer of Warranty. Unless required by applicable law or
3518
+ agreed to in writing, Licensor provides the Work (and each
3519
+ Contributor provides its Contributions) on an "AS IS" BASIS,
3520
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
3521
+ implied, including, without limitation, any warranties or conditions
3522
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
3523
+ PARTICULAR PURPOSE. You are solely responsible for determining the
3524
+ appropriateness of using or redistributing the Work and assume any
3525
+ risks associated with Your exercise of permissions under this License.
3526
+
3527
+ 8. Limitation of Liability. In no event and under no legal theory,
3528
+ whether in tort (including negligence), contract, or otherwise,
3529
+ unless required by applicable law (such as deliberate and grossly
3530
+ negligent acts) or agreed to in writing, shall any Contributor be
3531
+ liable to You for damages, including any direct, indirect, special,
3532
+ incidental, or consequential damages of any character arising as a
3533
+ result of this License or out of the use or inability to use the
3534
+ Work (including but not limited to damages for loss of goodwill,
3535
+ work stoppage, computer failure or malfunction, or any and all
3536
+ other commercial damages or losses), even if such Contributor
3537
+ has been advised of the possibility of such damages.
3538
+
3539
+ 9. Accepting Warranty or Additional Liability. While redistributing
3540
+ the Work or Derivative Works thereof, You may choose to offer,
3541
+ and charge a fee for, acceptance of support, warranty, indemnity,
3542
+ or other liability obligations and/or rights consistent with this
3543
+ License. However, in accepting such obligations, You may act only
3544
+ on Your own behalf and on Your sole responsibility, not on behalf
3545
+ of any other Contributor, and only if You agree to indemnify,
3546
+ defend, and hold each Contributor harmless for any liability
3547
+ incurred by, or claims asserted against, such Contributor by reason
3548
+ of your accepting any such warranty or additional liability.
3549
+
3550
+ END OF TERMS AND CONDITIONS
3551
+
3552
+ APPENDIX: How to apply the Apache License to your work.
3553
+
3554
+ To apply the Apache License to your work, attach the following
3555
+ boilerplate notice, with the fields enclosed by brackets "{}"
3556
+ replaced with your own identifying information. (Don't include
3557
+ the brackets!) The text should be enclosed in the appropriate
3558
+ comment syntax for the file format. We also recommend that a
3559
+ file or class name and description of purpose be included on the
3560
+ same "printed page" as the copyright notice for easier
3561
+ identification within third-party archives.
3562
+
3563
+ Copyright {yyyy} {name of copyright owner}
3564
+
3565
+ Licensed under the Apache License, Version 2.0 (the "License");
3566
+ you may not use this file except in compliance with the License.
3567
+ You may obtain a copy of the License at
3568
+
3569
+ http://www.apache.org/licenses/LICENSE-2.0
3570
+
3571
+ Unless required by applicable law or agreed to in writing, software
3572
+ distributed under the License is distributed on an "AS IS" BASIS,
3573
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3574
+ See the License for the specific language governing permissions and
3575
+ limitations under the License.
3576
+ ---------------------------------------------------------
3577
+
3578
+ ---------------------------------------------------------
3579
+
3580
+ zsh 5.9
3581
+ https://github.com/zsh-users/zsh
3582
+
3583
+ Unless otherwise noted in the header of specific files, files in this distribution have the licence shown below.
3584
+
3585
+ 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.
3586
+
3587
+ --
3588
+
3589
+ 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.
3590
+
3591
+ 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.
3592
+
3593
+ 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.
3594
+
3595
+ 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.
3596
+ ---------------------------------------------------------