dartsass-rails 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1531 @@
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. All rights reserved.
1051
+ Redistribution and use in source and binary forms, with or without
1052
+ modification, are permitted provided that the following conditions are
1053
+ met:
1054
+
1055
+ * Redistributions of source code must retain the above copyright
1056
+ notice, this list of conditions and the following disclaimer.
1057
+ * Redistributions in binary form must reproduce the above
1058
+ copyright notice, this list of conditions and the following
1059
+ disclaimer in the documentation and/or other materials provided
1060
+ with the distribution.
1061
+ * Neither the name of Google Inc. nor the names of its
1062
+ contributors may be used to endorse or promote products derived
1063
+ from this software without specific prior written permission.
1064
+
1065
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1066
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1067
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1068
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1069
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1070
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1071
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1072
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1073
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1074
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1075
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1076
+
1077
+
1078
+ --------------------------------------------------------------------------------
1079
+
1080
+ json_annotation, stream_transform and term_glyph license:
1081
+
1082
+ Copyright 2017, the Dart project authors. All rights reserved.
1083
+ Redistribution and use in source and binary forms, with or without
1084
+ modification, are permitted provided that the following conditions are
1085
+ met:
1086
+
1087
+ * Redistributions of source code must retain the above copyright
1088
+ notice, this list of conditions and the following disclaimer.
1089
+ * Redistributions in binary form must reproduce the above
1090
+ copyright notice, this list of conditions and the following
1091
+ disclaimer in the documentation and/or other materials provided
1092
+ with the distribution.
1093
+ * Neither the name of Google Inc. nor the names of its
1094
+ contributors may be used to endorse or promote products derived
1095
+ from this software without specific prior written permission.
1096
+
1097
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1098
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1099
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1100
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1101
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1102
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1103
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1104
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1105
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1106
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1107
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1108
+
1109
+
1110
+ --------------------------------------------------------------------------------
1111
+
1112
+ lints license:
1113
+
1114
+ Copyright 2021, the Dart project authors.
1115
+
1116
+ Redistribution and use in source and binary forms, with or without
1117
+ modification, are permitted provided that the following conditions are
1118
+ met:
1119
+
1120
+ * Redistributions of source code must retain the above copyright
1121
+ notice, this list of conditions and the following disclaimer.
1122
+ * Redistributions in binary form must reproduce the above
1123
+ copyright notice, this list of conditions and the following
1124
+ disclaimer in the documentation and/or other materials provided
1125
+ with the distribution.
1126
+ * Neither the name of Google LLC nor the names of its
1127
+ contributors may be used to endorse or promote products derived
1128
+ from this software without specific prior written permission.
1129
+
1130
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1131
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1132
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1133
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1134
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1135
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1136
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1137
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1138
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1139
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1140
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1141
+
1142
+
1143
+ --------------------------------------------------------------------------------
1144
+
1145
+ meta license:
1146
+
1147
+ Copyright 2016, the Dart project authors.
1148
+
1149
+ Redistribution and use in source and binary forms, with or without
1150
+ modification, are permitted provided that the following conditions are
1151
+ met:
1152
+
1153
+ * Redistributions of source code must retain the above copyright
1154
+ notice, this list of conditions and the following disclaimer.
1155
+ * Redistributions in binary form must reproduce the above
1156
+ copyright notice, this list of conditions and the following
1157
+ disclaimer in the documentation and/or other materials provided
1158
+ with the distribution.
1159
+ * Neither the name of Google LLC nor the names of its
1160
+ contributors may be used to endorse or promote products derived
1161
+ from this software without specific prior written permission.
1162
+
1163
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1164
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1165
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1166
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1167
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1168
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1169
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1170
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1171
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1172
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1173
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1174
+
1175
+
1176
+ --------------------------------------------------------------------------------
1177
+
1178
+ node_interop license:
1179
+
1180
+ Copyright (c) 2017, Anatoly Pulyaevskiy.
1181
+ All rights reserved.
1182
+
1183
+ Redistribution and use in source and binary forms, with or without
1184
+ modification, are permitted provided that the following conditions are met:
1185
+ * Redistributions of source code must retain the above copyright
1186
+ notice, this list of conditions and the following disclaimer.
1187
+ * Redistributions in binary form must reproduce the above copyright
1188
+ notice, this list of conditions and the following disclaimer in the
1189
+ documentation and/or other materials provided with the distribution.
1190
+ * Neither the name of the <organization> nor the
1191
+ names of its contributors may be used to endorse or promote products
1192
+ derived from this software without specific prior written permission.
1193
+
1194
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1195
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1196
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1197
+ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1198
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1199
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1200
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1201
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1202
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1203
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1204
+
1205
+
1206
+ --------------------------------------------------------------------------------
1207
+
1208
+ node_preamble license:
1209
+
1210
+ The MIT License (MIT)
1211
+
1212
+ Copyright (c) 2015 Michael Bullington
1213
+
1214
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1215
+ of this software and associated documentation files (the "Software"), to deal
1216
+ in the Software without restriction, including without limitation the rights
1217
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1218
+ copies of the Software, and to permit persons to whom the Software is
1219
+ furnished to do so, subject to the following conditions:
1220
+
1221
+ The above copyright notice and this permission notice shall be included in all
1222
+ copies or substantial portions of the Software.
1223
+
1224
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1225
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1226
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1227
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1228
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1229
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1230
+ SOFTWARE.
1231
+
1232
+ ===
1233
+
1234
+ Copyright 2012, the Dart project authors. All rights reserved.
1235
+ Redistribution and use in source and binary forms, with or without
1236
+ modification, are permitted provided that the following conditions are
1237
+ met:
1238
+ * Redistributions of source code must retain the above copyright
1239
+ notice, this list of conditions and the following disclaimer.
1240
+ * Redistributions in binary form must reproduce the above
1241
+ copyright notice, this list of conditions and the following
1242
+ disclaimer in the documentation and/or other materials provided
1243
+ with the distribution.
1244
+ * Neither the name of Google Inc. nor the names of its
1245
+ contributors may be used to endorse or promote products derived
1246
+ from this software without specific prior written permission.
1247
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1248
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1249
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1250
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1251
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1252
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1253
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1254
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1255
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1256
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1257
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1258
+
1259
+
1260
+ --------------------------------------------------------------------------------
1261
+
1262
+ package_config license:
1263
+
1264
+ Copyright 2019, the Dart project authors.
1265
+
1266
+ Redistribution and use in source and binary forms, with or without
1267
+ modification, are permitted provided that the following conditions are
1268
+ met:
1269
+
1270
+ * Redistributions of source code must retain the above copyright
1271
+ notice, this list of conditions and the following disclaimer.
1272
+ * Redistributions in binary form must reproduce the above
1273
+ copyright notice, this list of conditions and the following
1274
+ disclaimer in the documentation and/or other materials provided
1275
+ with the distribution.
1276
+ * Neither the name of Google LLC nor the names of its
1277
+ contributors may be used to endorse or promote products derived
1278
+ from this software without specific prior written permission.
1279
+
1280
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1281
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1282
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1283
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1284
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1285
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1286
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1287
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1288
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1289
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1290
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1291
+
1292
+
1293
+ --------------------------------------------------------------------------------
1294
+
1295
+ petitparser and xml license:
1296
+
1297
+ The MIT License
1298
+
1299
+ Copyright (c) 2006-2021 Lukas Renggli.
1300
+ All rights reserved.
1301
+
1302
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1303
+ of this software and associated documentation files (the "Software"), to deal
1304
+ in the Software without restriction, including without limitation the rights
1305
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1306
+ copies of the Software, and to permit persons to whom the Software is
1307
+ furnished to do so, subject to the following conditions:
1308
+
1309
+ The above copyright notice and this permission notice shall be included in
1310
+ all copies or substantial portions of the Software.
1311
+
1312
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1313
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1314
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1315
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1316
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1317
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1318
+ THE SOFTWARE.
1319
+
1320
+
1321
+ --------------------------------------------------------------------------------
1322
+
1323
+ pub_api_client license:
1324
+
1325
+ MIT License
1326
+
1327
+ Copyright (c) 2020 Leo Farias
1328
+
1329
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1330
+ of this software and associated documentation files (the "Software"), to deal
1331
+ in the Software without restriction, including without limitation the rights
1332
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1333
+ copies of the Software, and to permit persons to whom the Software is
1334
+ furnished to do so, subject to the following conditions:
1335
+
1336
+ The above copyright notice and this permission notice shall be included in all
1337
+ copies or substantial portions of the Software.
1338
+
1339
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1340
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1341
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1342
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1343
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1344
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1345
+ SOFTWARE.
1346
+
1347
+
1348
+ --------------------------------------------------------------------------------
1349
+
1350
+ pubspec license:
1351
+
1352
+ Copyright (c) 2015, Anders Holmgren.
1353
+ All rights reserved.
1354
+
1355
+ Redistribution and use in source and binary forms, with or without
1356
+ modification, are permitted provided that the following conditions are met:
1357
+ * Redistributions of source code must retain the above copyright
1358
+ notice, this list of conditions and the following disclaimer.
1359
+ * Redistributions in binary form must reproduce the above copyright
1360
+ notice, this list of conditions and the following disclaimer in the
1361
+ documentation and/or other materials provided with the distribution.
1362
+ * Neither the name of the <organization> nor the
1363
+ names of its contributors may be used to endorse or promote products
1364
+ derived from this software without specific prior written permission.
1365
+
1366
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1367
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1368
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1369
+ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1370
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1371
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1372
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1373
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1374
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1375
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1376
+
1377
+
1378
+ --------------------------------------------------------------------------------
1379
+
1380
+ pubspec_parse, test_api and test_core license:
1381
+
1382
+ Copyright 2018, the Dart project authors.
1383
+
1384
+ Redistribution and use in source and binary forms, with or without
1385
+ modification, are permitted provided that the following conditions are
1386
+ met:
1387
+
1388
+ * Redistributions of source code must retain the above copyright
1389
+ notice, this list of conditions and the following disclaimer.
1390
+ * Redistributions in binary form must reproduce the above
1391
+ copyright notice, this list of conditions and the following
1392
+ disclaimer in the documentation and/or other materials provided
1393
+ with the distribution.
1394
+ * Neither the name of Google LLC nor the names of its
1395
+ contributors may be used to endorse or promote products derived
1396
+ from this software without specific prior written permission.
1397
+
1398
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1399
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1400
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1401
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1402
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1403
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1404
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1405
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1406
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1407
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1408
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1409
+
1410
+
1411
+ --------------------------------------------------------------------------------
1412
+
1413
+ test_process license:
1414
+
1415
+ Copyright 2017, the Dart project authors.
1416
+
1417
+ Redistribution and use in source and binary forms, with or without
1418
+ modification, are permitted provided that the following conditions are
1419
+ met:
1420
+
1421
+ * Redistributions of source code must retain the above copyright
1422
+ notice, this list of conditions and the following disclaimer.
1423
+ * Redistributions in binary form must reproduce the above
1424
+ copyright notice, this list of conditions and the following
1425
+ disclaimer in the documentation and/or other materials provided
1426
+ with the distribution.
1427
+ * Neither the name of Google LLC nor the names of its
1428
+ contributors may be used to endorse or promote products derived
1429
+ from this software without specific prior written permission.
1430
+
1431
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1432
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1433
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1434
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1435
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1436
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1437
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1438
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1439
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1440
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1441
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1442
+
1443
+
1444
+ --------------------------------------------------------------------------------
1445
+
1446
+ tuple license:
1447
+
1448
+ Copyright (c) 2014, the tuple project authors.
1449
+ All rights reserved.
1450
+
1451
+ Redistribution and use in source and binary forms, with or without
1452
+ modification, are permitted provided that the following conditions are met:
1453
+
1454
+ * Redistributions of source code must retain the above copyright
1455
+ notice, this list of conditions and the following disclaimer.
1456
+ * Redistributions in binary form must reproduce the above copyright
1457
+ notice, this list of conditions and the following disclaimer in the
1458
+ documentation and/or other materials provided with the distribution.
1459
+
1460
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1461
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1462
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1463
+ DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
1464
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1465
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1466
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1467
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1468
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1469
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1470
+
1471
+ --------------------------------------------------------------------------------
1472
+
1473
+ uri license:
1474
+
1475
+ Copyright 2013, the Dart project authors. All rights reserved.
1476
+ Redistribution and use in source and binary forms, with or without
1477
+ modification, are permitted provided that the following conditions are
1478
+ met:
1479
+ * Redistributions of source code must retain the above copyright
1480
+ notice, this list of conditions and the following disclaimer.
1481
+ * Redistributions in binary form must reproduce the above
1482
+ copyright notice, this list of conditions and the following
1483
+ disclaimer in the documentation and/or other materials provided
1484
+ with the distribution.
1485
+ * Neither the name of Google Inc. nor the names of its
1486
+ contributors may be used to endorse or promote products derived
1487
+ from this software without specific prior written permission.
1488
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1489
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1490
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1491
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1492
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1493
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1494
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1495
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1496
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1497
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1498
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1499
+
1500
+
1501
+ --------------------------------------------------------------------------------
1502
+
1503
+ web_socket_channel license:
1504
+
1505
+ Copyright 2016, the Dart project authors.
1506
+
1507
+ Redistribution and use in source and binary forms, with or without
1508
+ modification, are permitted provided that the following conditions are
1509
+ met:
1510
+
1511
+ * Redistributions of source code must retain the above copyright
1512
+ notice, this list of conditions and the following disclaimer.
1513
+ * Redistributions in binary form must reproduce the above
1514
+ copyright notice, this list of conditions and the following
1515
+ disclaimer in the documentation and/or other materials provided
1516
+ with the distribution.
1517
+ * Neither the name of Google LLC nor the names of its
1518
+ contributors may be used to endorse or promote products derived
1519
+ from this software without specific prior written permission.
1520
+
1521
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1522
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1523
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1524
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1525
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1526
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1527
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1528
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1529
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1530
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1531
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.