dartsass 1.49.8

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,1532 @@
1
+ Dart Sass license:
2
+
3
+ Copyright (c) 2016, Google Inc.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+
25
+ --------------------------------------------------------------------------------
26
+
27
+ Dart SDK license:
28
+
29
+ Copyright 2012, the Dart project authors.
30
+
31
+ Redistribution and use in source and binary forms, with or without
32
+ modification, are permitted provided that the following conditions are
33
+ met:
34
+ * Redistributions of source code must retain the above copyright
35
+ notice, this list of conditions and the following disclaimer.
36
+ * Redistributions in binary form must reproduce the above
37
+ copyright notice, this list of conditions and the following
38
+ disclaimer in the documentation and/or other materials provided
39
+ with the distribution.
40
+ * Neither the name of Google LLC nor the names of its
41
+ contributors may be used to endorse or promote products derived
42
+ from this software without specific prior written permission.
43
+
44
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
45
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
46
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
47
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
48
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
49
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
50
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
51
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
52
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
53
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
54
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
55
+
56
+
57
+ --------------------------------------------------------------------------------
58
+
59
+ _fe_analyzer_shared license:
60
+
61
+ Copyright 2019, the Dart project authors.
62
+
63
+ Redistribution and use in source and binary forms, with or without
64
+ modification, are permitted provided that the following conditions are
65
+ met:
66
+
67
+ * Redistributions of source code must retain the above copyright
68
+ notice, this list of conditions and the following disclaimer.
69
+ * Redistributions in binary form must reproduce the above
70
+ copyright notice, this list of conditions and the following
71
+ disclaimer in the documentation and/or other materials provided
72
+ with the distribution.
73
+ * Neither the name of Google LLC nor the names of its
74
+ contributors may be used to endorse or promote products derived
75
+ from this software without specific prior written permission.
76
+
77
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
78
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
79
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
80
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
81
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
82
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
83
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
84
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
85
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
86
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
87
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
88
+
89
+
90
+ --------------------------------------------------------------------------------
91
+
92
+ analyzer license:
93
+
94
+ Copyright 2013, the Dart project authors.
95
+
96
+ Redistribution and use in source and binary forms, with or without
97
+ modification, are permitted provided that the following conditions are
98
+ met:
99
+
100
+ * Redistributions of source code must retain the above copyright
101
+ notice, this list of conditions and the following disclaimer.
102
+ * Redistributions in binary form must reproduce the above
103
+ copyright notice, this list of conditions and the following
104
+ disclaimer in the documentation and/or other materials provided
105
+ with the distribution.
106
+ * Neither the name of Google LLC nor the names of its
107
+ contributors may be used to endorse or promote products derived
108
+ from this software without specific prior written permission.
109
+
110
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
111
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
112
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
113
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
114
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
115
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
116
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
117
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
118
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
119
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
120
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
121
+
122
+
123
+ --------------------------------------------------------------------------------
124
+
125
+ archive license:
126
+
127
+ The MIT License
128
+
129
+ Copyright (c) 2013-2021 Brendan Duncan.
130
+ All rights reserved.
131
+
132
+ Permission is hereby granted, free of charge, to any person obtaining a copy
133
+ of this software and associated documentation files (the "Software"), to deal
134
+ in the Software without restriction, including without limitation the rights
135
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
136
+ copies of the Software, and to permit persons to whom the Software is
137
+ furnished to do so, subject to the following conditions:
138
+
139
+ The above copyright notice and this permission notice shall be included in
140
+ all copies or substantial portions of the Software.
141
+
142
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
143
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
144
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
145
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
146
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
147
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
148
+ THE SOFTWARE.
149
+
150
+ --------------------------------------------------------------------------------
151
+
152
+ args and logging license:
153
+
154
+ Copyright 2013, the Dart project authors.
155
+
156
+ Redistribution and use in source and binary forms, with or without
157
+ modification, are permitted provided that the following conditions are
158
+ met:
159
+
160
+ * Redistributions of source code must retain the above copyright
161
+ notice, this list of conditions and the following disclaimer.
162
+ * Redistributions in binary form must reproduce the above
163
+ copyright notice, this list of conditions and the following
164
+ disclaimer in the documentation and/or other materials provided
165
+ with the distribution.
166
+ * Neither the name of Google LLC nor the names of its
167
+ contributors may be used to endorse or promote products derived
168
+ from this software without specific prior written permission.
169
+
170
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
171
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
172
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
173
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
174
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
175
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
176
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
177
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
178
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
179
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
180
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
181
+
182
+
183
+ --------------------------------------------------------------------------------
184
+
185
+ async, cli_util, mime and shelf_static license:
186
+
187
+ Copyright 2015, the Dart project authors.
188
+
189
+ Redistribution and use in source and binary forms, with or without
190
+ modification, are permitted provided that the following conditions are
191
+ met:
192
+
193
+ * Redistributions of source code must retain the above copyright
194
+ notice, this list of conditions and the following disclaimer.
195
+ * Redistributions in binary form must reproduce the above
196
+ copyright notice, this list of conditions and the following
197
+ disclaimer in the documentation and/or other materials provided
198
+ with the distribution.
199
+ * Neither the name of Google LLC nor the names of its
200
+ contributors may be used to endorse or promote products derived
201
+ from this software without specific prior written permission.
202
+
203
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
204
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
205
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
206
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
207
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
208
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
209
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
210
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
211
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
212
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
213
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
214
+
215
+
216
+ --------------------------------------------------------------------------------
217
+
218
+ boolean_selector, shelf_packages_handler and test_descriptor license:
219
+
220
+ Copyright 2016, the Dart project authors. All rights reserved.
221
+ Redistribution and use in source and binary forms, with or without
222
+ modification, are permitted provided that the following conditions are
223
+ met:
224
+
225
+ * Redistributions of source code must retain the above copyright
226
+ notice, this list of conditions and the following disclaimer.
227
+ * Redistributions in binary form must reproduce the above
228
+ copyright notice, this list of conditions and the following
229
+ disclaimer in the documentation and/or other materials provided
230
+ with the distribution.
231
+ * Neither the name of Google Inc. nor the names of its
232
+ contributors may be used to endorse or promote products derived
233
+ from this software without specific prior written permission.
234
+
235
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
236
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
237
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
238
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
239
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
240
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
241
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
242
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
243
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
244
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
245
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
246
+
247
+
248
+ --------------------------------------------------------------------------------
249
+
250
+ charcode, http_parser, oauth2, pool, shelf_web_socket, source_maps, stack_trace,
251
+ string_scanner and yaml license:
252
+
253
+ Copyright 2014, the Dart project authors. All rights reserved.
254
+ Redistribution and use in source and binary forms, with or without
255
+ modification, are permitted provided that the following conditions are
256
+ met:
257
+
258
+ * Redistributions of source code must retain the above copyright
259
+ notice, this list of conditions and the following disclaimer.
260
+ * Redistributions in binary form must reproduce the above
261
+ copyright notice, this list of conditions and the following
262
+ disclaimer in the documentation and/or other materials provided
263
+ with the distribution.
264
+ * Neither the name of Google Inc. nor the names of its
265
+ contributors may be used to endorse or promote products derived
266
+ from this software without specific prior written permission.
267
+
268
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
269
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
270
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
271
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
272
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
273
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
274
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
275
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
276
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
277
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
278
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
279
+
280
+
281
+ --------------------------------------------------------------------------------
282
+
283
+ checked_yaml license:
284
+
285
+ Copyright 2019, the Dart project authors. All rights reserved.
286
+ Redistribution and use in source and binary forms, with or without
287
+ modification, are permitted provided that the following conditions are
288
+ met:
289
+
290
+ * Redistributions of source code must retain the above copyright
291
+ notice, this list of conditions and the following disclaimer.
292
+ * Redistributions in binary form must reproduce the above
293
+ copyright notice, this list of conditions and the following
294
+ disclaimer in the documentation and/or other materials provided
295
+ with the distribution.
296
+ * Neither the name of Google Inc. nor the names of its
297
+ contributors may be used to endorse or promote products derived
298
+ from this software without specific prior written permission.
299
+
300
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
301
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
302
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
303
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
304
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
305
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
306
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
307
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
308
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
309
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
310
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
311
+
312
+
313
+ --------------------------------------------------------------------------------
314
+
315
+ cli_pkg license:
316
+
317
+ Apache License
318
+ Version 2.0, January 2004
319
+ http://www.apache.org/licenses/
320
+
321
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
322
+
323
+ 1. Definitions.
324
+
325
+ "License" shall mean the terms and conditions for use, reproduction,
326
+ and distribution as defined by Sections 1 through 9 of this document.
327
+
328
+ "Licensor" shall mean the copyright owner or entity authorized by
329
+ the copyright owner that is granting the License.
330
+
331
+ "Legal Entity" shall mean the union of the acting entity and all
332
+ other entities that control, are controlled by, or are under common
333
+ control with that entity. For the purposes of this definition,
334
+ "control" means (i) the power, direct or indirect, to cause the
335
+ direction or management of such entity, whether by contract or
336
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
337
+ outstanding shares, or (iii) beneficial ownership of such entity.
338
+
339
+ "You" (or "Your") shall mean an individual or Legal Entity
340
+ exercising permissions granted by this License.
341
+
342
+ "Source" form shall mean the preferred form for making modifications,
343
+ including but not limited to software source code, documentation
344
+ source, and configuration files.
345
+
346
+ "Object" form shall mean any form resulting from mechanical
347
+ transformation or translation of a Source form, including but
348
+ not limited to compiled object code, generated documentation,
349
+ and conversions to other media types.
350
+
351
+ "Work" shall mean the work of authorship, whether in Source or
352
+ Object form, made available under the License, as indicated by a
353
+ copyright notice that is included in or attached to the work
354
+ (an example is provided in the Appendix below).
355
+
356
+ "Derivative Works" shall mean any work, whether in Source or Object
357
+ form, that is based on (or derived from) the Work and for which the
358
+ editorial revisions, annotations, elaborations, or other modifications
359
+ represent, as a whole, an original work of authorship. For the purposes
360
+ of this License, Derivative Works shall not include works that remain
361
+ separable from, or merely link (or bind by name) to the interfaces of,
362
+ the Work and Derivative Works thereof.
363
+
364
+ "Contribution" shall mean any work of authorship, including
365
+ the original version of the Work and any modifications or additions
366
+ to that Work or Derivative Works thereof, that is intentionally
367
+ submitted to Licensor for inclusion in the Work by the copyright owner
368
+ or by an individual or Legal Entity authorized to submit on behalf of
369
+ the copyright owner. For the purposes of this definition, "submitted"
370
+ means any form of electronic, verbal, or written communication sent
371
+ to the Licensor or its representatives, including but not limited to
372
+ communication on electronic mailing lists, source code control systems,
373
+ and issue tracking systems that are managed by, or on behalf of, the
374
+ Licensor for the purpose of discussing and improving the Work, but
375
+ excluding communication that is conspicuously marked or otherwise
376
+ designated in writing by the copyright owner as "Not a Contribution."
377
+
378
+ "Contributor" shall mean Licensor and any individual or Legal Entity
379
+ on behalf of whom a Contribution has been received by Licensor and
380
+ subsequently incorporated within the Work.
381
+
382
+ 2. Grant of Copyright License. Subject to the terms and conditions of
383
+ this License, each Contributor hereby grants to You a perpetual,
384
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
385
+ copyright license to reproduce, prepare Derivative Works of,
386
+ publicly display, publicly perform, sublicense, and distribute the
387
+ Work and such Derivative Works in Source or Object form.
388
+
389
+ 3. Grant of Patent License. Subject to the terms and conditions of
390
+ this License, each Contributor hereby grants to You a perpetual,
391
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
392
+ (except as stated in this section) patent license to make, have made,
393
+ use, offer to sell, sell, import, and otherwise transfer the Work,
394
+ where such license applies only to those patent claims licensable
395
+ by such Contributor that are necessarily infringed by their
396
+ Contribution(s) alone or by combination of their Contribution(s)
397
+ with the Work to which such Contribution(s) was submitted. If You
398
+ institute patent litigation against any entity (including a
399
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
400
+ or a Contribution incorporated within the Work constitutes direct
401
+ or contributory patent infringement, then any patent licenses
402
+ granted to You under this License for that Work shall terminate
403
+ as of the date such litigation is filed.
404
+
405
+ 4. Redistribution. You may reproduce and distribute copies of the
406
+ Work or Derivative Works thereof in any medium, with or without
407
+ modifications, and in Source or Object form, provided that You
408
+ meet the following conditions:
409
+
410
+ (a) You must give any other recipients of the Work or
411
+ Derivative Works a copy of this License; and
412
+
413
+ (b) You must cause any modified files to carry prominent notices
414
+ stating that You changed the files; and
415
+
416
+ (c) You must retain, in the Source form of any Derivative Works
417
+ that You distribute, all copyright, patent, trademark, and
418
+ attribution notices from the Source form of the Work,
419
+ excluding those notices that do not pertain to any part of
420
+ the Derivative Works; and
421
+
422
+ (d) If the Work includes a "NOTICE" text file as part of its
423
+ distribution, then any Derivative Works that You distribute must
424
+ include a readable copy of the attribution notices contained
425
+ within such NOTICE file, excluding those notices that do not
426
+ pertain to any part of the Derivative Works, in at least one
427
+ of the following places: within a NOTICE text file distributed
428
+ as part of the Derivative Works; within the Source form or
429
+ documentation, if provided along with the Derivative Works; or,
430
+ within a display generated by the Derivative Works, if and
431
+ wherever such third-party notices normally appear. The contents
432
+ of the NOTICE file are for informational purposes only and
433
+ do not modify the License. You may add Your own attribution
434
+ notices within Derivative Works that You distribute, alongside
435
+ or as an addendum to the NOTICE text from the Work, provided
436
+ that such additional attribution notices cannot be construed
437
+ as modifying the License.
438
+
439
+ You may add Your own copyright statement to Your modifications and
440
+ may provide additional or different license terms and conditions
441
+ for use, reproduction, or distribution of Your modifications, or
442
+ for any such Derivative Works as a whole, provided Your use,
443
+ reproduction, and distribution of the Work otherwise complies with
444
+ the conditions stated in this License.
445
+
446
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
447
+ any Contribution intentionally submitted for inclusion in the Work
448
+ by You to the Licensor shall be under the terms and conditions of
449
+ this License, without any additional terms or conditions.
450
+ Notwithstanding the above, nothing herein shall supersede or modify
451
+ the terms of any separate license agreement you may have executed
452
+ with Licensor regarding such Contributions.
453
+
454
+ 6. Trademarks. This License does not grant permission to use the trade
455
+ names, trademarks, service marks, or product names of the Licensor,
456
+ except as required for reasonable and customary use in describing the
457
+ origin of the Work and reproducing the content of the NOTICE file.
458
+
459
+ 7. Disclaimer of Warranty. Unless required by applicable law or
460
+ agreed to in writing, Licensor provides the Work (and each
461
+ Contributor provides its Contributions) on an "AS IS" BASIS,
462
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
463
+ implied, including, without limitation, any warranties or conditions
464
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
465
+ PARTICULAR PURPOSE. You are solely responsible for determining the
466
+ appropriateness of using or redistributing the Work and assume any
467
+ risks associated with Your exercise of permissions under this License.
468
+
469
+ 8. Limitation of Liability. In no event and under no legal theory,
470
+ whether in tort (including negligence), contract, or otherwise,
471
+ unless required by applicable law (such as deliberate and grossly
472
+ negligent acts) or agreed to in writing, shall any Contributor be
473
+ liable to You for damages, including any direct, indirect, special,
474
+ incidental, or consequential damages of any character arising as a
475
+ result of this License or out of the use or inability to use the
476
+ Work (including but not limited to damages for loss of goodwill,
477
+ work stoppage, computer failure or malfunction, or any and all
478
+ other commercial damages or losses), even if such Contributor
479
+ has been advised of the possibility of such damages.
480
+
481
+ 9. Accepting Warranty or Additional Liability. While redistributing
482
+ the Work or Derivative Works thereof, You may choose to offer,
483
+ and charge a fee for, acceptance of support, warranty, indemnity,
484
+ or other liability obligations and/or rights consistent with this
485
+ License. However, in accepting such obligations, You may act only
486
+ on Your own behalf and on Your sole responsibility, not on behalf
487
+ of any other Contributor, and only if You agree to indemnify,
488
+ defend, and hold each Contributor harmless for any liability
489
+ incurred by, or claims asserted against, such Contributor by reason
490
+ of your accepting any such warranty or additional liability.
491
+
492
+ END OF TERMS AND CONDITIONS
493
+
494
+ APPENDIX: How to apply the Apache License to your work.
495
+
496
+ To apply the Apache License to your work, attach the following
497
+ boilerplate notice, with the fields enclosed by brackets "[]"
498
+ replaced with your own identifying information. (Don't include
499
+ the brackets!) The text should be enclosed in the appropriate
500
+ comment syntax for the file format. We also recommend that a
501
+ file or class name and description of purpose be included on the
502
+ same "printed page" as the copyright notice for easier
503
+ identification within third-party archives.
504
+
505
+ Copyright [yyyy] [name of copyright owner]
506
+
507
+ Licensed under the Apache License, Version 2.0 (the "License");
508
+ you may not use this file except in compliance with the License.
509
+ You may obtain a copy of the License at
510
+
511
+ http://www.apache.org/licenses/LICENSE-2.0
512
+
513
+ Unless required by applicable law or agreed to in writing, software
514
+ distributed under the License is distributed on an "AS IS" BASIS,
515
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
516
+ See the License for the specific language governing permissions and
517
+ limitations under the License.
518
+
519
+
520
+ --------------------------------------------------------------------------------
521
+
522
+ cli_repl license:
523
+
524
+ Copyright (c) 2018, Jennifer Thakar.
525
+ All rights reserved.
526
+
527
+ Redistribution and use in source and binary forms, with or without
528
+ modification, are permitted provided that the following conditions are met:
529
+ * Redistributions of source code must retain the above copyright
530
+ notice, this list of conditions and the following disclaimer.
531
+ * Redistributions in binary form must reproduce the above copyright
532
+ notice, this list of conditions and the following disclaimer in the
533
+ documentation and/or other materials provided with the distribution.
534
+ * Neither the name of the project nor the names of its contributors may be
535
+ used to endorse or promote products derived from this software without
536
+ specific prior written permission.
537
+
538
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
539
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
540
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
541
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
542
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
543
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
544
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
545
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
546
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
547
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
548
+
549
+
550
+ --------------------------------------------------------------------------------
551
+
552
+ collection, source_map_stack_trace, stream_channel and typed_data license:
553
+
554
+ Copyright 2015, the Dart project authors. All rights reserved.
555
+ Redistribution and use in source and binary forms, with or without
556
+ modification, are permitted provided that the following conditions are
557
+ met:
558
+
559
+ * Redistributions of source code must retain the above copyright
560
+ notice, this list of conditions and the following disclaimer.
561
+ * Redistributions in binary form must reproduce the above
562
+ copyright notice, this list of conditions and the following
563
+ disclaimer in the documentation and/or other materials provided
564
+ with the distribution.
565
+ * Neither the name of Google Inc. nor the names of its
566
+ contributors may be used to endorse or promote products derived
567
+ from this software without specific prior written permission.
568
+
569
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
570
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
571
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
572
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
573
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
574
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
575
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
576
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
577
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
578
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
579
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
580
+
581
+
582
+ --------------------------------------------------------------------------------
583
+
584
+ convert, crypto and vm_service license:
585
+
586
+ Copyright 2015, the Dart project authors.
587
+
588
+ Redistribution and use in source and binary forms, with or without
589
+ modification, are permitted provided that the following conditions are
590
+ met:
591
+
592
+ * Redistributions of source code must retain the above copyright
593
+ notice, this list of conditions and the following disclaimer.
594
+ * Redistributions in binary form must reproduce the above
595
+ copyright notice, this list of conditions and the following
596
+ disclaimer in the documentation and/or other materials provided
597
+ with the distribution.
598
+ * Neither the name of Google LLC nor the names of its
599
+ contributors may be used to endorse or promote products derived
600
+ from this software without specific prior written permission.
601
+
602
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
603
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
604
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
605
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
606
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
607
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
608
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
609
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
610
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
611
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
612
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
613
+
614
+
615
+ --------------------------------------------------------------------------------
616
+
617
+ coverage and quiver license:
618
+
619
+
620
+ Apache License
621
+ Version 2.0, January 2004
622
+ http://www.apache.org/licenses/
623
+
624
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
625
+
626
+ 1. Definitions.
627
+
628
+ "License" shall mean the terms and conditions for use, reproduction,
629
+ and distribution as defined by Sections 1 through 9 of this document.
630
+
631
+ "Licensor" shall mean the copyright owner or entity authorized by
632
+ the copyright owner that is granting the License.
633
+
634
+ "Legal Entity" shall mean the union of the acting entity and all
635
+ other entities that control, are controlled by, or are under common
636
+ control with that entity. For the purposes of this definition,
637
+ "control" means (i) the power, direct or indirect, to cause the
638
+ direction or management of such entity, whether by contract or
639
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
640
+ outstanding shares, or (iii) beneficial ownership of such entity.
641
+
642
+ "You" (or "Your") shall mean an individual or Legal Entity
643
+ exercising permissions granted by this License.
644
+
645
+ "Source" form shall mean the preferred form for making modifications,
646
+ including but not limited to software source code, documentation
647
+ source, and configuration files.
648
+
649
+ "Object" form shall mean any form resulting from mechanical
650
+ transformation or translation of a Source form, including but
651
+ not limited to compiled object code, generated documentation,
652
+ and conversions to other media types.
653
+
654
+ "Work" shall mean the work of authorship, whether in Source or
655
+ Object form, made available under the License, as indicated by a
656
+ copyright notice that is included in or attached to the work
657
+ (an example is provided in the Appendix below).
658
+
659
+ "Derivative Works" shall mean any work, whether in Source or Object
660
+ form, that is based on (or derived from) the Work and for which the
661
+ editorial revisions, annotations, elaborations, or other modifications
662
+ represent, as a whole, an original work of authorship. For the purposes
663
+ of this License, Derivative Works shall not include works that remain
664
+ separable from, or merely link (or bind by name) to the interfaces of,
665
+ the Work and Derivative Works thereof.
666
+
667
+ "Contribution" shall mean any work of authorship, including
668
+ the original version of the Work and any modifications or additions
669
+ to that Work or Derivative Works thereof, that is intentionally
670
+ submitted to Licensor for inclusion in the Work by the copyright owner
671
+ or by an individual or Legal Entity authorized to submit on behalf of
672
+ the copyright owner. For the purposes of this definition, "submitted"
673
+ means any form of electronic, verbal, or written communication sent
674
+ to the Licensor or its representatives, including but not limited to
675
+ communication on electronic mailing lists, source code control systems,
676
+ and issue tracking systems that are managed by, or on behalf of, the
677
+ Licensor for the purpose of discussing and improving the Work, but
678
+ excluding communication that is conspicuously marked or otherwise
679
+ designated in writing by the copyright owner as "Not a Contribution."
680
+
681
+ "Contributor" shall mean Licensor and any individual or Legal Entity
682
+ on behalf of whom a Contribution has been received by Licensor and
683
+ subsequently incorporated within the Work.
684
+
685
+ 2. Grant of Copyright License. Subject to the terms and conditions of
686
+ this License, each Contributor hereby grants to You a perpetual,
687
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
688
+ copyright license to reproduce, prepare Derivative Works of,
689
+ publicly display, publicly perform, sublicense, and distribute the
690
+ Work and such Derivative Works in Source or Object form.
691
+
692
+ 3. Grant of Patent License. Subject to the terms and conditions of
693
+ this License, each Contributor hereby grants to You a perpetual,
694
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
695
+ (except as stated in this section) patent license to make, have made,
696
+ use, offer to sell, sell, import, and otherwise transfer the Work,
697
+ where such license applies only to those patent claims licensable
698
+ by such Contributor that are necessarily infringed by their
699
+ Contribution(s) alone or by combination of their Contribution(s)
700
+ with the Work to which such Contribution(s) was submitted. If You
701
+ institute patent litigation against any entity (including a
702
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
703
+ or a Contribution incorporated within the Work constitutes direct
704
+ or contributory patent infringement, then any patent licenses
705
+ granted to You under this License for that Work shall terminate
706
+ as of the date such litigation is filed.
707
+
708
+ 4. Redistribution. You may reproduce and distribute copies of the
709
+ Work or Derivative Works thereof in any medium, with or without
710
+ modifications, and in Source or Object form, provided that You
711
+ meet the following conditions:
712
+
713
+ (a) You must give any other recipients of the Work or
714
+ Derivative Works a copy of this License; and
715
+
716
+ (b) You must cause any modified files to carry prominent notices
717
+ stating that You changed the files; and
718
+
719
+ (c) You must retain, in the Source form of any Derivative Works
720
+ that You distribute, all copyright, patent, trademark, and
721
+ attribution notices from the Source form of the Work,
722
+ excluding those notices that do not pertain to any part of
723
+ the Derivative Works; and
724
+
725
+ (d) If the Work includes a "NOTICE" text file as part of its
726
+ distribution, then any Derivative Works that You distribute must
727
+ include a readable copy of the attribution notices contained
728
+ within such NOTICE file, excluding those notices that do not
729
+ pertain to any part of the Derivative Works, in at least one
730
+ of the following places: within a NOTICE text file distributed
731
+ as part of the Derivative Works; within the Source form or
732
+ documentation, if provided along with the Derivative Works; or,
733
+ within a display generated by the Derivative Works, if and
734
+ wherever such third-party notices normally appear. The contents
735
+ of the NOTICE file are for informational purposes only and
736
+ do not modify the License. You may add Your own attribution
737
+ notices within Derivative Works that You distribute, alongside
738
+ or as an addendum to the NOTICE text from the Work, provided
739
+ that such additional attribution notices cannot be construed
740
+ as modifying the License.
741
+
742
+ You may add Your own copyright statement to Your modifications and
743
+ may provide additional or different license terms and conditions
744
+ for use, reproduction, or distribution of Your modifications, or
745
+ for any such Derivative Works as a whole, provided Your use,
746
+ reproduction, and distribution of the Work otherwise complies with
747
+ the conditions stated in this License.
748
+
749
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
750
+ any Contribution intentionally submitted for inclusion in the Work
751
+ by You to the Licensor shall be under the terms and conditions of
752
+ this License, without any additional terms or conditions.
753
+ Notwithstanding the above, nothing herein shall supersede or modify
754
+ the terms of any separate license agreement you may have executed
755
+ with Licensor regarding such Contributions.
756
+
757
+ 6. Trademarks. This License does not grant permission to use the trade
758
+ names, trademarks, service marks, or product names of the Licensor,
759
+ except as required for reasonable and customary use in describing the
760
+ origin of the Work and reproducing the content of the NOTICE file.
761
+
762
+ 7. Disclaimer of Warranty. Unless required by applicable law or
763
+ agreed to in writing, Licensor provides the Work (and each
764
+ Contributor provides its Contributions) on an "AS IS" BASIS,
765
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
766
+ implied, including, without limitation, any warranties or conditions
767
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
768
+ PARTICULAR PURPOSE. You are solely responsible for determining the
769
+ appropriateness of using or redistributing the Work and assume any
770
+ risks associated with Your exercise of permissions under this License.
771
+
772
+ 8. Limitation of Liability. In no event and under no legal theory,
773
+ whether in tort (including negligence), contract, or otherwise,
774
+ unless required by applicable law (such as deliberate and grossly
775
+ negligent acts) or agreed to in writing, shall any Contributor be
776
+ liable to You for damages, including any direct, indirect, special,
777
+ incidental, or consequential damages of any character arising as a
778
+ result of this License or out of the use or inability to use the
779
+ Work (including but not limited to damages for loss of goodwill,
780
+ work stoppage, computer failure or malfunction, or any and all
781
+ other commercial damages or losses), even if such Contributor
782
+ has been advised of the possibility of such damages.
783
+
784
+ 9. Accepting Warranty or Additional Liability. While redistributing
785
+ the Work or Derivative Works thereof, You may choose to offer,
786
+ and charge a fee for, acceptance of support, warranty, indemnity,
787
+ or other liability obligations and/or rights consistent with this
788
+ License. However, in accepting such obligations, You may act only
789
+ on Your own behalf and on Your sole responsibility, not on behalf
790
+ of any other Contributor, and only if You agree to indemnify,
791
+ defend, and hold each Contributor harmless for any liability
792
+ incurred by, or claims asserted against, such Contributor by reason
793
+ of your accepting any such warranty or additional liability.
794
+
795
+ END OF TERMS AND CONDITIONS
796
+
797
+ APPENDIX: How to apply the Apache License to your work.
798
+
799
+ To apply the Apache License to your work, attach the following
800
+ boilerplate notice, with the fields enclosed by brackets "[]"
801
+ replaced with your own identifying information. (Don't include
802
+ the brackets!) The text should be enclosed in the appropriate
803
+ comment syntax for the file format. We also recommend that a
804
+ file or class name and description of purpose be included on the
805
+ same "printed page" as the copyright notice for easier
806
+ identification within third-party archives.
807
+
808
+ Copyright [yyyy] [name of copyright owner]
809
+
810
+ Licensed under the Apache License, Version 2.0 (the "License");
811
+ you may not use this file except in compliance with the License.
812
+ You may obtain a copy of the License at
813
+
814
+ http://www.apache.org/licenses/LICENSE-2.0
815
+
816
+ Unless required by applicable law or agreed to in writing, software
817
+ distributed under the License is distributed on an "AS IS" BASIS,
818
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
819
+ See the License for the specific language governing permissions and
820
+ limitations under the License.
821
+
822
+ --------------------------------------------------------------------------------
823
+
824
+ dart_style, glob, http, matcher, path, pub_semver, shelf, source_span, test and
825
+ watcher license:
826
+
827
+ Copyright 2014, the Dart project authors.
828
+
829
+ Redistribution and use in source and binary forms, with or without
830
+ modification, are permitted provided that the following conditions are
831
+ met:
832
+
833
+ * Redistributions of source code must retain the above copyright
834
+ notice, this list of conditions and the following disclaimer.
835
+ * Redistributions in binary form must reproduce the above
836
+ copyright notice, this list of conditions and the following
837
+ disclaimer in the documentation and/or other materials provided
838
+ with the distribution.
839
+ * Neither the name of Google LLC nor the names of its
840
+ contributors may be used to endorse or promote products derived
841
+ from this software without specific prior written permission.
842
+
843
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
844
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
845
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
846
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
847
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
848
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
849
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
850
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
851
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
852
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
853
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
854
+
855
+
856
+ --------------------------------------------------------------------------------
857
+
858
+ file license:
859
+
860
+ Copyright 2017, the Dart project authors. All rights reserved.
861
+ Redistribution and use in source and binary forms, with or without
862
+ modification, are permitted provided that the following conditions are
863
+ met:
864
+
865
+ * Redistributions of source code must retain the above copyright
866
+ notice, this list of conditions and the following disclaimer.
867
+ * Redistributions in binary form must reproduce the above
868
+ copyright notice, this list of conditions and the following
869
+ disclaimer in the documentation and/or other materials provided
870
+ with the distribution.
871
+ * Neither the name of Google Inc. nor the names of its
872
+ contributors may be used to endorse or promote products derived
873
+ from this software without specific prior written permission.
874
+
875
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
876
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
877
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
878
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
879
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
880
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
881
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
882
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
883
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
884
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
885
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
886
+
887
+ --------------------------------------------------------------------------------
888
+
889
+ freezed_annotation license:
890
+
891
+ MIT License
892
+
893
+ Copyright (c) 2020 Remi Rousselet
894
+
895
+ Permission is hereby granted, free of charge, to any person obtaining a copy
896
+ of this software and associated documentation files (the "Software"), to deal
897
+ in the Software without restriction, including without limitation the rights
898
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
899
+ copies of the Software, and to permit persons to whom the Software is
900
+ furnished to do so, subject to the following conditions:
901
+
902
+ The above copyright notice and this permission notice shall be included in all
903
+ copies or substantial portions of the Software.
904
+
905
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
906
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
907
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
908
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
909
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
910
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
911
+ SOFTWARE.
912
+
913
+ --------------------------------------------------------------------------------
914
+
915
+ frontend_server_client license:
916
+
917
+ Copyright 2020, the Dart project authors.
918
+
919
+ Redistribution and use in source and binary forms, with or without
920
+ modification, are permitted provided that the following conditions are
921
+ met:
922
+
923
+ * Redistributions of source code must retain the above copyright
924
+ notice, this list of conditions and the following disclaimer.
925
+ * Redistributions in binary form must reproduce the above
926
+ copyright notice, this list of conditions and the following
927
+ disclaimer in the documentation and/or other materials provided
928
+ with the distribution.
929
+ * Neither the name of Google LLC nor the names of its
930
+ contributors may be used to endorse or promote products derived
931
+ from this software without specific prior written permission.
932
+
933
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
934
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
935
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
936
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
937
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
938
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
939
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
940
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
941
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
942
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
943
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
944
+
945
+
946
+ --------------------------------------------------------------------------------
947
+
948
+ grinder and webkit_inspection_protocol license:
949
+
950
+ Copyright 2013, Google Inc.
951
+ All rights reserved.
952
+
953
+ Redistribution and use in source and binary forms, with or without
954
+ modification, are permitted provided that the following conditions are
955
+ met:
956
+
957
+ * Redistributions of source code must retain the above copyright
958
+ notice, this list of conditions and the following disclaimer.
959
+ * Redistributions in binary form must reproduce the above
960
+ copyright notice, this list of conditions and the following disclaimer
961
+ in the documentation and/or other materials provided with the
962
+ distribution.
963
+ * Neither the name of Google Inc. nor the names of its
964
+ contributors may be used to endorse or promote products derived from
965
+ this software without specific prior written permission.
966
+
967
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
968
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
969
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
970
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
971
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
972
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
973
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
974
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
975
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
976
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
977
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
978
+
979
+
980
+ --------------------------------------------------------------------------------
981
+
982
+ http_multi_server license:
983
+
984
+ Copyright 2014, the Dart project authors.
985
+
986
+ Redistribution and use in source and binary forms, with or without
987
+ modification, are permitted provided that the following conditions are
988
+ met:
989
+
990
+ * Redistributions of source code must retain the above copyright
991
+ notice, this list of conditions and the following disclaimer.
992
+ * Redistributions in binary form must reproduce the above
993
+ copyright notice, this list of conditions and the following
994
+ disclaimer in the documentation and/or other materials provided
995
+ with the distribution.
996
+ * Neither the name of Google LLC nor the names of its
997
+ contributors may be used to endorse or promote products derived
998
+ from this software without specific prior written permission.
999
+
1000
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1001
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1002
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1003
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1004
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1005
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1006
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1007
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1008
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1009
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1010
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1011
+
1012
+
1013
+ --------------------------------------------------------------------------------
1014
+
1015
+ io license:
1016
+
1017
+ Copyright 2017, the Dart project authors.
1018
+
1019
+ Redistribution and use in source and binary forms, with or without
1020
+ modification, are permitted provided that the following conditions are
1021
+ met:
1022
+
1023
+ * Redistributions of source code must retain the above copyright
1024
+ notice, this list of conditions and the following disclaimer.
1025
+ * Redistributions in binary form must reproduce the above
1026
+ copyright notice, this list of conditions and the following
1027
+ disclaimer in the documentation and/or other materials provided
1028
+ with the distribution.
1029
+ * Neither the name of Google LLC nor the names of its
1030
+ contributors may be used to endorse or promote products derived
1031
+ from this software without specific prior written permission.
1032
+
1033
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1034
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1035
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1036
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1037
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1038
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1039
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1040
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1041
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1042
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1043
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1044
+
1045
+
1046
+ --------------------------------------------------------------------------------
1047
+
1048
+ js license:
1049
+
1050
+ Copyright 2012, the Dart project authors.
1051
+
1052
+ Redistribution and use in source and binary forms, with or without
1053
+ modification, are permitted provided that the following conditions are
1054
+ met:
1055
+
1056
+ * Redistributions of source code must retain the above copyright
1057
+ notice, this list of conditions and the following disclaimer.
1058
+ * Redistributions in binary form must reproduce the above
1059
+ copyright notice, this list of conditions and the following
1060
+ disclaimer in the documentation and/or other materials provided
1061
+ with the distribution.
1062
+ * Neither the name of Google LLC nor the names of its
1063
+ contributors may be used to endorse or promote products derived
1064
+ from this software without specific prior written permission.
1065
+
1066
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1067
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1068
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1069
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1070
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1071
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1072
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1073
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1074
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1075
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1076
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1077
+
1078
+
1079
+ --------------------------------------------------------------------------------
1080
+
1081
+ json_annotation, stream_transform and term_glyph license:
1082
+
1083
+ Copyright 2017, the Dart project authors. All rights reserved.
1084
+ Redistribution and use in source and binary forms, with or without
1085
+ modification, are permitted provided that the following conditions are
1086
+ met:
1087
+
1088
+ * Redistributions of source code must retain the above copyright
1089
+ notice, this list of conditions and the following disclaimer.
1090
+ * Redistributions in binary form must reproduce the above
1091
+ copyright notice, this list of conditions and the following
1092
+ disclaimer in the documentation and/or other materials provided
1093
+ with the distribution.
1094
+ * Neither the name of Google Inc. nor the names of its
1095
+ contributors may be used to endorse or promote products derived
1096
+ from this software without specific prior written permission.
1097
+
1098
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1099
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1100
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1101
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1102
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1103
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1104
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1105
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1106
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1107
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1108
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1109
+
1110
+
1111
+ --------------------------------------------------------------------------------
1112
+
1113
+ lints license:
1114
+
1115
+ Copyright 2021, the Dart project authors.
1116
+
1117
+ Redistribution and use in source and binary forms, with or without
1118
+ modification, are permitted provided that the following conditions are
1119
+ met:
1120
+
1121
+ * Redistributions of source code must retain the above copyright
1122
+ notice, this list of conditions and the following disclaimer.
1123
+ * Redistributions in binary form must reproduce the above
1124
+ copyright notice, this list of conditions and the following
1125
+ disclaimer in the documentation and/or other materials provided
1126
+ with the distribution.
1127
+ * Neither the name of Google LLC nor the names of its
1128
+ contributors may be used to endorse or promote products derived
1129
+ from this software without specific prior written permission.
1130
+
1131
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1132
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1133
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1134
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1135
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1136
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1137
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1138
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1139
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1140
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1141
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1142
+
1143
+
1144
+ --------------------------------------------------------------------------------
1145
+
1146
+ meta license:
1147
+
1148
+ Copyright 2016, the Dart project authors.
1149
+
1150
+ Redistribution and use in source and binary forms, with or without
1151
+ modification, are permitted provided that the following conditions are
1152
+ met:
1153
+
1154
+ * Redistributions of source code must retain the above copyright
1155
+ notice, this list of conditions and the following disclaimer.
1156
+ * Redistributions in binary form must reproduce the above
1157
+ copyright notice, this list of conditions and the following
1158
+ disclaimer in the documentation and/or other materials provided
1159
+ with the distribution.
1160
+ * Neither the name of Google LLC nor the names of its
1161
+ contributors may be used to endorse or promote products derived
1162
+ from this software without specific prior written permission.
1163
+
1164
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1165
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1166
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1167
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1168
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1169
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1170
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1171
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1172
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1173
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1174
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1175
+
1176
+
1177
+ --------------------------------------------------------------------------------
1178
+
1179
+ node_interop license:
1180
+
1181
+ Copyright (c) 2017, Anatoly Pulyaevskiy.
1182
+ All rights reserved.
1183
+
1184
+ Redistribution and use in source and binary forms, with or without
1185
+ modification, are permitted provided that the following conditions are met:
1186
+ * Redistributions of source code must retain the above copyright
1187
+ notice, this list of conditions and the following disclaimer.
1188
+ * Redistributions in binary form must reproduce the above copyright
1189
+ notice, this list of conditions and the following disclaimer in the
1190
+ documentation and/or other materials provided with the distribution.
1191
+ * Neither the name of the <organization> nor the
1192
+ names of its contributors may be used to endorse or promote products
1193
+ derived from this software without specific prior written permission.
1194
+
1195
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1196
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1197
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1198
+ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1199
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1200
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1201
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1202
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1203
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1204
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1205
+
1206
+
1207
+ --------------------------------------------------------------------------------
1208
+
1209
+ node_preamble license:
1210
+
1211
+ The MIT License (MIT)
1212
+
1213
+ Copyright (c) 2015 Michael Bullington
1214
+
1215
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1216
+ of this software and associated documentation files (the "Software"), to deal
1217
+ in the Software without restriction, including without limitation the rights
1218
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1219
+ copies of the Software, and to permit persons to whom the Software is
1220
+ furnished to do so, subject to the following conditions:
1221
+
1222
+ The above copyright notice and this permission notice shall be included in all
1223
+ copies or substantial portions of the Software.
1224
+
1225
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1226
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1227
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1228
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1229
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1230
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1231
+ SOFTWARE.
1232
+
1233
+ ===
1234
+
1235
+ Copyright 2012, the Dart project authors. All rights reserved.
1236
+ Redistribution and use in source and binary forms, with or without
1237
+ modification, are permitted provided that the following conditions are
1238
+ met:
1239
+ * Redistributions of source code must retain the above copyright
1240
+ notice, this list of conditions and the following disclaimer.
1241
+ * Redistributions in binary form must reproduce the above
1242
+ copyright notice, this list of conditions and the following
1243
+ disclaimer in the documentation and/or other materials provided
1244
+ with the distribution.
1245
+ * Neither the name of Google Inc. nor the names of its
1246
+ contributors may be used to endorse or promote products derived
1247
+ from this software without specific prior written permission.
1248
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1249
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1250
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1251
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1252
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1253
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1254
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1255
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1256
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1257
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1258
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1259
+
1260
+
1261
+ --------------------------------------------------------------------------------
1262
+
1263
+ package_config license:
1264
+
1265
+ Copyright 2019, the Dart project authors.
1266
+
1267
+ Redistribution and use in source and binary forms, with or without
1268
+ modification, are permitted provided that the following conditions are
1269
+ met:
1270
+
1271
+ * Redistributions of source code must retain the above copyright
1272
+ notice, this list of conditions and the following disclaimer.
1273
+ * Redistributions in binary form must reproduce the above
1274
+ copyright notice, this list of conditions and the following
1275
+ disclaimer in the documentation and/or other materials provided
1276
+ with the distribution.
1277
+ * Neither the name of Google LLC nor the names of its
1278
+ contributors may be used to endorse or promote products derived
1279
+ from this software without specific prior written permission.
1280
+
1281
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1282
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1283
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1284
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1285
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1286
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1287
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1288
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1289
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1290
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1291
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1292
+
1293
+
1294
+ --------------------------------------------------------------------------------
1295
+
1296
+ petitparser and xml license:
1297
+
1298
+ The MIT License
1299
+
1300
+ Copyright (c) 2006-2021 Lukas Renggli.
1301
+ All rights reserved.
1302
+
1303
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1304
+ of this software and associated documentation files (the "Software"), to deal
1305
+ in the Software without restriction, including without limitation the rights
1306
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1307
+ copies of the Software, and to permit persons to whom the Software is
1308
+ furnished to do so, subject to the following conditions:
1309
+
1310
+ The above copyright notice and this permission notice shall be included in
1311
+ all copies or substantial portions of the Software.
1312
+
1313
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1314
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1315
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1316
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1317
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1318
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1319
+ THE SOFTWARE.
1320
+
1321
+
1322
+ --------------------------------------------------------------------------------
1323
+
1324
+ pub_api_client license:
1325
+
1326
+ MIT License
1327
+
1328
+ Copyright (c) 2020 Leo Farias
1329
+
1330
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1331
+ of this software and associated documentation files (the "Software"), to deal
1332
+ in the Software without restriction, including without limitation the rights
1333
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1334
+ copies of the Software, and to permit persons to whom the Software is
1335
+ furnished to do so, subject to the following conditions:
1336
+
1337
+ The above copyright notice and this permission notice shall be included in all
1338
+ copies or substantial portions of the Software.
1339
+
1340
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1341
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1342
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1343
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1344
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1345
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1346
+ SOFTWARE.
1347
+
1348
+
1349
+ --------------------------------------------------------------------------------
1350
+
1351
+ pubspec license:
1352
+
1353
+ Copyright (c) 2015, Anders Holmgren.
1354
+ All rights reserved.
1355
+
1356
+ Redistribution and use in source and binary forms, with or without
1357
+ modification, are permitted provided that the following conditions are met:
1358
+ * Redistributions of source code must retain the above copyright
1359
+ notice, this list of conditions and the following disclaimer.
1360
+ * Redistributions in binary form must reproduce the above copyright
1361
+ notice, this list of conditions and the following disclaimer in the
1362
+ documentation and/or other materials provided with the distribution.
1363
+ * Neither the name of the <organization> nor the
1364
+ names of its contributors may be used to endorse or promote products
1365
+ derived from this software without specific prior written permission.
1366
+
1367
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1368
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1369
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1370
+ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1371
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1372
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1373
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1374
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1375
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1376
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1377
+
1378
+
1379
+ --------------------------------------------------------------------------------
1380
+
1381
+ pubspec_parse, test_api and test_core license:
1382
+
1383
+ Copyright 2018, the Dart project authors.
1384
+
1385
+ Redistribution and use in source and binary forms, with or without
1386
+ modification, are permitted provided that the following conditions are
1387
+ met:
1388
+
1389
+ * Redistributions of source code must retain the above copyright
1390
+ notice, this list of conditions and the following disclaimer.
1391
+ * Redistributions in binary form must reproduce the above
1392
+ copyright notice, this list of conditions and the following
1393
+ disclaimer in the documentation and/or other materials provided
1394
+ with the distribution.
1395
+ * Neither the name of Google LLC nor the names of its
1396
+ contributors may be used to endorse or promote products derived
1397
+ from this software without specific prior written permission.
1398
+
1399
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1400
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1401
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1402
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1403
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1404
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1405
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1406
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1407
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1408
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1409
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1410
+
1411
+
1412
+ --------------------------------------------------------------------------------
1413
+
1414
+ test_process license:
1415
+
1416
+ Copyright 2017, the Dart project authors.
1417
+
1418
+ Redistribution and use in source and binary forms, with or without
1419
+ modification, are permitted provided that the following conditions are
1420
+ met:
1421
+
1422
+ * Redistributions of source code must retain the above copyright
1423
+ notice, this list of conditions and the following disclaimer.
1424
+ * Redistributions in binary form must reproduce the above
1425
+ copyright notice, this list of conditions and the following
1426
+ disclaimer in the documentation and/or other materials provided
1427
+ with the distribution.
1428
+ * Neither the name of Google LLC nor the names of its
1429
+ contributors may be used to endorse or promote products derived
1430
+ from this software without specific prior written permission.
1431
+
1432
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1433
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1434
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1435
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1436
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1437
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1438
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1439
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1440
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1441
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1442
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1443
+
1444
+
1445
+ --------------------------------------------------------------------------------
1446
+
1447
+ tuple license:
1448
+
1449
+ Copyright (c) 2014, the tuple project authors.
1450
+ All rights reserved.
1451
+
1452
+ Redistribution and use in source and binary forms, with or without
1453
+ modification, are permitted provided that the following conditions are met:
1454
+
1455
+ * Redistributions of source code must retain the above copyright
1456
+ notice, this list of conditions and the following disclaimer.
1457
+ * Redistributions in binary form must reproduce the above copyright
1458
+ notice, this list of conditions and the following disclaimer in the
1459
+ documentation and/or other materials provided with the distribution.
1460
+
1461
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1462
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1463
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1464
+ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1465
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1466
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1467
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1468
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1469
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1470
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1471
+
1472
+ --------------------------------------------------------------------------------
1473
+
1474
+ uri license:
1475
+
1476
+ Copyright 2013, the Dart project authors. All rights reserved.
1477
+ Redistribution and use in source and binary forms, with or without
1478
+ modification, are permitted provided that the following conditions are
1479
+ met:
1480
+ * Redistributions of source code must retain the above copyright
1481
+ notice, this list of conditions and the following disclaimer.
1482
+ * Redistributions in binary form must reproduce the above
1483
+ copyright notice, this list of conditions and the following
1484
+ disclaimer in the documentation and/or other materials provided
1485
+ with the distribution.
1486
+ * Neither the name of Google Inc. nor the names of its
1487
+ contributors may be used to endorse or promote products derived
1488
+ from this software without specific prior written permission.
1489
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1490
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1491
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1492
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1493
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1494
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1495
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1496
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1497
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1498
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1499
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1500
+
1501
+
1502
+ --------------------------------------------------------------------------------
1503
+
1504
+ web_socket_channel license:
1505
+
1506
+ Copyright 2016, the Dart project authors.
1507
+
1508
+ Redistribution and use in source and binary forms, with or without
1509
+ modification, are permitted provided that the following conditions are
1510
+ met:
1511
+
1512
+ * Redistributions of source code must retain the above copyright
1513
+ notice, this list of conditions and the following disclaimer.
1514
+ * Redistributions in binary form must reproduce the above
1515
+ copyright notice, this list of conditions and the following
1516
+ disclaimer in the documentation and/or other materials provided
1517
+ with the distribution.
1518
+ * Neither the name of Google LLC nor the names of its
1519
+ contributors may be used to endorse or promote products derived
1520
+ from this software without specific prior written permission.
1521
+
1522
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1523
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1524
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1525
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1526
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1527
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1528
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1529
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1530
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1531
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1532
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.