sass-embedded 1.54.6-x86_64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +20 -0
- data/README.md +42 -0
- data/ext/sass/embedded.rb +9 -0
- data/ext/sass/embedded_sass_pb.rb +349 -0
- data/ext/sass/sass_embedded/dart-sass-embedded +17 -0
- data/ext/sass/sass_embedded/src/LICENSE +1476 -0
- data/ext/sass/sass_embedded/src/dart +0 -0
- data/ext/sass/sass_embedded/src/dart-sass-embedded.snapshot +0 -0
- data/lib/sass/compile_error.rb +28 -0
- data/lib/sass/compile_result.rb +23 -0
- data/lib/sass/embedded/async.rb +65 -0
- data/lib/sass/embedded/channel.rb +61 -0
- data/lib/sass/embedded/compiler.rb +60 -0
- data/lib/sass/embedded/dispatcher.rb +90 -0
- data/lib/sass/embedded/host/function_registry.rb +90 -0
- data/lib/sass/embedded/host/importer_registry.rb +108 -0
- data/lib/sass/embedded/host/logger_registry.rb +50 -0
- data/lib/sass/embedded/host/value_protofier.rb +241 -0
- data/lib/sass/embedded/host.rb +141 -0
- data/lib/sass/embedded/protofier.rb +78 -0
- data/lib/sass/embedded/structifier.rb +36 -0
- data/lib/sass/embedded/varint.rb +35 -0
- data/lib/sass/embedded/version.rb +7 -0
- data/lib/sass/embedded.rb +245 -0
- data/lib/sass/logger/silent.rb +26 -0
- data/lib/sass/logger/source_location.rb +21 -0
- data/lib/sass/logger/source_span.rb +27 -0
- data/lib/sass/script_error.rb +6 -0
- data/lib/sass/value/argument_list.rb +30 -0
- data/lib/sass/value/boolean.rb +52 -0
- data/lib/sass/value/color.rb +253 -0
- data/lib/sass/value/function.rb +54 -0
- data/lib/sass/value/fuzzy_math.rb +81 -0
- data/lib/sass/value/list.rb +79 -0
- data/lib/sass/value/map.rb +71 -0
- data/lib/sass/value/null.rb +48 -0
- data/lib/sass/value/number/unit.rb +186 -0
- data/lib/sass/value/number.rb +358 -0
- data/lib/sass/value/string.rb +55 -0
- data/lib/sass/value.rb +132 -0
- data/lib/sass-embedded.rb +4 -0
- metadata +186 -0
@@ -0,0 +1,1476 @@
|
|
1
|
+
sass_embedded license:
|
2
|
+
|
3
|
+
Copyright (c) 2019, Google LLC
|
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, logging and protobuf 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, collection, 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, dart_style, fixnum, http_parser, pool, shelf_web_socket, source_maps,
|
251
|
+
stack_trace, 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
|
+
convert, crypto and vm_service license:
|
553
|
+
|
554
|
+
Copyright 2015, the Dart project authors.
|
555
|
+
|
556
|
+
Redistribution and use in source and binary forms, with or without
|
557
|
+
modification, are permitted provided that the following conditions are
|
558
|
+
met:
|
559
|
+
|
560
|
+
* Redistributions of source code must retain the above copyright
|
561
|
+
notice, this list of conditions and the following disclaimer.
|
562
|
+
* Redistributions in binary form must reproduce the above
|
563
|
+
copyright notice, this list of conditions and the following
|
564
|
+
disclaimer in the documentation and/or other materials provided
|
565
|
+
with the distribution.
|
566
|
+
* Neither the name of Google LLC nor the names of its
|
567
|
+
contributors may be used to endorse or promote products derived
|
568
|
+
from this software without specific prior written permission.
|
569
|
+
|
570
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
571
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
572
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
573
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
574
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
575
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
576
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
577
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
578
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
579
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
580
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
581
|
+
|
582
|
+
|
583
|
+
--------------------------------------------------------------------------------
|
584
|
+
|
585
|
+
coverage and quiver license:
|
586
|
+
|
587
|
+
|
588
|
+
Apache License
|
589
|
+
Version 2.0, January 2004
|
590
|
+
http://www.apache.org/licenses/
|
591
|
+
|
592
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
593
|
+
|
594
|
+
1. Definitions.
|
595
|
+
|
596
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
597
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
598
|
+
|
599
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
600
|
+
the copyright owner that is granting the License.
|
601
|
+
|
602
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
603
|
+
other entities that control, are controlled by, or are under common
|
604
|
+
control with that entity. For the purposes of this definition,
|
605
|
+
"control" means (i) the power, direct or indirect, to cause the
|
606
|
+
direction or management of such entity, whether by contract or
|
607
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
608
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
609
|
+
|
610
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
611
|
+
exercising permissions granted by this License.
|
612
|
+
|
613
|
+
"Source" form shall mean the preferred form for making modifications,
|
614
|
+
including but not limited to software source code, documentation
|
615
|
+
source, and configuration files.
|
616
|
+
|
617
|
+
"Object" form shall mean any form resulting from mechanical
|
618
|
+
transformation or translation of a Source form, including but
|
619
|
+
not limited to compiled object code, generated documentation,
|
620
|
+
and conversions to other media types.
|
621
|
+
|
622
|
+
"Work" shall mean the work of authorship, whether in Source or
|
623
|
+
Object form, made available under the License, as indicated by a
|
624
|
+
copyright notice that is included in or attached to the work
|
625
|
+
(an example is provided in the Appendix below).
|
626
|
+
|
627
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
628
|
+
form, that is based on (or derived from) the Work and for which the
|
629
|
+
editorial revisions, annotations, elaborations, or other modifications
|
630
|
+
represent, as a whole, an original work of authorship. For the purposes
|
631
|
+
of this License, Derivative Works shall not include works that remain
|
632
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
633
|
+
the Work and Derivative Works thereof.
|
634
|
+
|
635
|
+
"Contribution" shall mean any work of authorship, including
|
636
|
+
the original version of the Work and any modifications or additions
|
637
|
+
to that Work or Derivative Works thereof, that is intentionally
|
638
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
639
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
640
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
641
|
+
means any form of electronic, verbal, or written communication sent
|
642
|
+
to the Licensor or its representatives, including but not limited to
|
643
|
+
communication on electronic mailing lists, source code control systems,
|
644
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
645
|
+
Licensor for the purpose of discussing and improving the Work, but
|
646
|
+
excluding communication that is conspicuously marked or otherwise
|
647
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
648
|
+
|
649
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
650
|
+
on behalf of whom a Contribution has been received by Licensor and
|
651
|
+
subsequently incorporated within the Work.
|
652
|
+
|
653
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
654
|
+
this License, each Contributor hereby grants to You a perpetual,
|
655
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
656
|
+
copyright license to reproduce, prepare Derivative Works of,
|
657
|
+
publicly display, publicly perform, sublicense, and distribute the
|
658
|
+
Work and such Derivative Works in Source or Object form.
|
659
|
+
|
660
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
661
|
+
this License, each Contributor hereby grants to You a perpetual,
|
662
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
663
|
+
(except as stated in this section) patent license to make, have made,
|
664
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
665
|
+
where such license applies only to those patent claims licensable
|
666
|
+
by such Contributor that are necessarily infringed by their
|
667
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
668
|
+
with the Work to which such Contribution(s) was submitted. If You
|
669
|
+
institute patent litigation against any entity (including a
|
670
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
671
|
+
or a Contribution incorporated within the Work constitutes direct
|
672
|
+
or contributory patent infringement, then any patent licenses
|
673
|
+
granted to You under this License for that Work shall terminate
|
674
|
+
as of the date such litigation is filed.
|
675
|
+
|
676
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
677
|
+
Work or Derivative Works thereof in any medium, with or without
|
678
|
+
modifications, and in Source or Object form, provided that You
|
679
|
+
meet the following conditions:
|
680
|
+
|
681
|
+
(a) You must give any other recipients of the Work or
|
682
|
+
Derivative Works a copy of this License; and
|
683
|
+
|
684
|
+
(b) You must cause any modified files to carry prominent notices
|
685
|
+
stating that You changed the files; and
|
686
|
+
|
687
|
+
(c) You must retain, in the Source form of any Derivative Works
|
688
|
+
that You distribute, all copyright, patent, trademark, and
|
689
|
+
attribution notices from the Source form of the Work,
|
690
|
+
excluding those notices that do not pertain to any part of
|
691
|
+
the Derivative Works; and
|
692
|
+
|
693
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
694
|
+
distribution, then any Derivative Works that You distribute must
|
695
|
+
include a readable copy of the attribution notices contained
|
696
|
+
within such NOTICE file, excluding those notices that do not
|
697
|
+
pertain to any part of the Derivative Works, in at least one
|
698
|
+
of the following places: within a NOTICE text file distributed
|
699
|
+
as part of the Derivative Works; within the Source form or
|
700
|
+
documentation, if provided along with the Derivative Works; or,
|
701
|
+
within a display generated by the Derivative Works, if and
|
702
|
+
wherever such third-party notices normally appear. The contents
|
703
|
+
of the NOTICE file are for informational purposes only and
|
704
|
+
do not modify the License. You may add Your own attribution
|
705
|
+
notices within Derivative Works that You distribute, alongside
|
706
|
+
or as an addendum to the NOTICE text from the Work, provided
|
707
|
+
that such additional attribution notices cannot be construed
|
708
|
+
as modifying the License.
|
709
|
+
|
710
|
+
You may add Your own copyright statement to Your modifications and
|
711
|
+
may provide additional or different license terms and conditions
|
712
|
+
for use, reproduction, or distribution of Your modifications, or
|
713
|
+
for any such Derivative Works as a whole, provided Your use,
|
714
|
+
reproduction, and distribution of the Work otherwise complies with
|
715
|
+
the conditions stated in this License.
|
716
|
+
|
717
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
718
|
+
any Contribution intentionally submitted for inclusion in the Work
|
719
|
+
by You to the Licensor shall be under the terms and conditions of
|
720
|
+
this License, without any additional terms or conditions.
|
721
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
722
|
+
the terms of any separate license agreement you may have executed
|
723
|
+
with Licensor regarding such Contributions.
|
724
|
+
|
725
|
+
6. Trademarks. This License does not grant permission to use the trade
|
726
|
+
names, trademarks, service marks, or product names of the Licensor,
|
727
|
+
except as required for reasonable and customary use in describing the
|
728
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
729
|
+
|
730
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
731
|
+
agreed to in writing, Licensor provides the Work (and each
|
732
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
733
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
734
|
+
implied, including, without limitation, any warranties or conditions
|
735
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
736
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
737
|
+
appropriateness of using or redistributing the Work and assume any
|
738
|
+
risks associated with Your exercise of permissions under this License.
|
739
|
+
|
740
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
741
|
+
whether in tort (including negligence), contract, or otherwise,
|
742
|
+
unless required by applicable law (such as deliberate and grossly
|
743
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
744
|
+
liable to You for damages, including any direct, indirect, special,
|
745
|
+
incidental, or consequential damages of any character arising as a
|
746
|
+
result of this License or out of the use or inability to use the
|
747
|
+
Work (including but not limited to damages for loss of goodwill,
|
748
|
+
work stoppage, computer failure or malfunction, or any and all
|
749
|
+
other commercial damages or losses), even if such Contributor
|
750
|
+
has been advised of the possibility of such damages.
|
751
|
+
|
752
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
753
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
754
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
755
|
+
or other liability obligations and/or rights consistent with this
|
756
|
+
License. However, in accepting such obligations, You may act only
|
757
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
758
|
+
of any other Contributor, and only if You agree to indemnify,
|
759
|
+
defend, and hold each Contributor harmless for any liability
|
760
|
+
incurred by, or claims asserted against, such Contributor by reason
|
761
|
+
of your accepting any such warranty or additional liability.
|
762
|
+
|
763
|
+
END OF TERMS AND CONDITIONS
|
764
|
+
|
765
|
+
APPENDIX: How to apply the Apache License to your work.
|
766
|
+
|
767
|
+
To apply the Apache License to your work, attach the following
|
768
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
769
|
+
replaced with your own identifying information. (Don't include
|
770
|
+
the brackets!) The text should be enclosed in the appropriate
|
771
|
+
comment syntax for the file format. We also recommend that a
|
772
|
+
file or class name and description of purpose be included on the
|
773
|
+
same "printed page" as the copyright notice for easier
|
774
|
+
identification within third-party archives.
|
775
|
+
|
776
|
+
Copyright [yyyy] [name of copyright owner]
|
777
|
+
|
778
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
779
|
+
you may not use this file except in compliance with the License.
|
780
|
+
You may obtain a copy of the License at
|
781
|
+
|
782
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
783
|
+
|
784
|
+
Unless required by applicable law or agreed to in writing, software
|
785
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
786
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
787
|
+
See the License for the specific language governing permissions and
|
788
|
+
limitations under the License.
|
789
|
+
|
790
|
+
--------------------------------------------------------------------------------
|
791
|
+
|
792
|
+
file license:
|
793
|
+
|
794
|
+
Copyright 2017, the Dart project authors. All rights reserved.
|
795
|
+
Redistribution and use in source and binary forms, with or without
|
796
|
+
modification, are permitted provided that the following conditions are
|
797
|
+
met:
|
798
|
+
|
799
|
+
* Redistributions of source code must retain the above copyright
|
800
|
+
notice, this list of conditions and the following disclaimer.
|
801
|
+
* Redistributions in binary form must reproduce the above
|
802
|
+
copyright notice, this list of conditions and the following
|
803
|
+
disclaimer in the documentation and/or other materials provided
|
804
|
+
with the distribution.
|
805
|
+
* Neither the name of Google Inc. nor the names of its
|
806
|
+
contributors may be used to endorse or promote products derived
|
807
|
+
from this software without specific prior written permission.
|
808
|
+
|
809
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
810
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
811
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
812
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
813
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
814
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
815
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
816
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
817
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
818
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
819
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
820
|
+
|
821
|
+
--------------------------------------------------------------------------------
|
822
|
+
|
823
|
+
frontend_server_client license:
|
824
|
+
|
825
|
+
Copyright 2020, the Dart project authors.
|
826
|
+
|
827
|
+
Redistribution and use in source and binary forms, with or without
|
828
|
+
modification, are permitted provided that the following conditions are
|
829
|
+
met:
|
830
|
+
|
831
|
+
* Redistributions of source code must retain the above copyright
|
832
|
+
notice, this list of conditions and the following disclaimer.
|
833
|
+
* Redistributions in binary form must reproduce the above
|
834
|
+
copyright notice, this list of conditions and the following
|
835
|
+
disclaimer in the documentation and/or other materials provided
|
836
|
+
with the distribution.
|
837
|
+
* Neither the name of Google LLC nor the names of its
|
838
|
+
contributors may be used to endorse or promote products derived
|
839
|
+
from this software without specific prior written permission.
|
840
|
+
|
841
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
842
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
843
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
844
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
845
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
846
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
847
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
848
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
849
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
850
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
851
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
852
|
+
|
853
|
+
|
854
|
+
--------------------------------------------------------------------------------
|
855
|
+
|
856
|
+
glob, http, matcher, path, pub_semver, shelf, source_span, test and watcher
|
857
|
+
license:
|
858
|
+
|
859
|
+
Copyright 2014, the Dart project authors.
|
860
|
+
|
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 LLC 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
|
+
|
890
|
+
grinder and webkit_inspection_protocol license:
|
891
|
+
|
892
|
+
Copyright 2013, Google Inc.
|
893
|
+
All rights reserved.
|
894
|
+
|
895
|
+
Redistribution and use in source and binary forms, with or without
|
896
|
+
modification, are permitted provided that the following conditions are
|
897
|
+
met:
|
898
|
+
|
899
|
+
* Redistributions of source code must retain the above copyright
|
900
|
+
notice, this list of conditions and the following disclaimer.
|
901
|
+
* Redistributions in binary form must reproduce the above
|
902
|
+
copyright notice, this list of conditions and the following disclaimer
|
903
|
+
in the documentation and/or other materials provided with the
|
904
|
+
distribution.
|
905
|
+
* Neither the name of Google Inc. nor the names of its
|
906
|
+
contributors may be used to endorse or promote products derived from
|
907
|
+
this software without specific prior written permission.
|
908
|
+
|
909
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
910
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
911
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
912
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
913
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
914
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
915
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
916
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
917
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
918
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
919
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
920
|
+
|
921
|
+
|
922
|
+
--------------------------------------------------------------------------------
|
923
|
+
|
924
|
+
http_multi_server license:
|
925
|
+
|
926
|
+
Copyright 2014, the Dart project authors.
|
927
|
+
|
928
|
+
Redistribution and use in source and binary forms, with or without
|
929
|
+
modification, are permitted provided that the following conditions are
|
930
|
+
met:
|
931
|
+
|
932
|
+
* Redistributions of source code must retain the above copyright
|
933
|
+
notice, this list of conditions and the following disclaimer.
|
934
|
+
* Redistributions in binary form must reproduce the above
|
935
|
+
copyright notice, this list of conditions and the following
|
936
|
+
disclaimer in the documentation and/or other materials provided
|
937
|
+
with the distribution.
|
938
|
+
* Neither the name of Google LLC nor the names of its
|
939
|
+
contributors may be used to endorse or promote products derived
|
940
|
+
from this software without specific prior written permission.
|
941
|
+
|
942
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
943
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
944
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
945
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
946
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
947
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
948
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
949
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
950
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
951
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
952
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
953
|
+
|
954
|
+
|
955
|
+
--------------------------------------------------------------------------------
|
956
|
+
|
957
|
+
io license:
|
958
|
+
|
959
|
+
Copyright 2017, the Dart project authors.
|
960
|
+
|
961
|
+
Redistribution and use in source and binary forms, with or without
|
962
|
+
modification, are permitted provided that the following conditions are
|
963
|
+
met:
|
964
|
+
|
965
|
+
* Redistributions of source code must retain the above copyright
|
966
|
+
notice, this list of conditions and the following disclaimer.
|
967
|
+
* Redistributions in binary form must reproduce the above
|
968
|
+
copyright notice, this list of conditions and the following
|
969
|
+
disclaimer in the documentation and/or other materials provided
|
970
|
+
with the distribution.
|
971
|
+
* Neither the name of Google LLC nor the names of its
|
972
|
+
contributors may be used to endorse or promote products derived
|
973
|
+
from this software without specific prior written permission.
|
974
|
+
|
975
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
976
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
977
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
978
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
979
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
980
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
981
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
982
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
983
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
984
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
985
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
986
|
+
|
987
|
+
|
988
|
+
--------------------------------------------------------------------------------
|
989
|
+
|
990
|
+
js license:
|
991
|
+
|
992
|
+
Copyright 2012, the Dart project authors. All rights reserved.
|
993
|
+
Redistribution and use in source and binary forms, with or without
|
994
|
+
modification, are permitted provided that the following conditions are
|
995
|
+
met:
|
996
|
+
|
997
|
+
* Redistributions of source code must retain the above copyright
|
998
|
+
notice, this list of conditions and the following disclaimer.
|
999
|
+
* Redistributions in binary form must reproduce the above
|
1000
|
+
copyright notice, this list of conditions and the following
|
1001
|
+
disclaimer in the documentation and/or other materials provided
|
1002
|
+
with the distribution.
|
1003
|
+
* Neither the name of Google Inc. nor the names of its
|
1004
|
+
contributors may be used to endorse or promote products derived
|
1005
|
+
from this software without specific prior written permission.
|
1006
|
+
|
1007
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
1008
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
1009
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
1010
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
1011
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
1012
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
1013
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
1014
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
1015
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1016
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1017
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1018
|
+
|
1019
|
+
|
1020
|
+
--------------------------------------------------------------------------------
|
1021
|
+
|
1022
|
+
json_annotation, pedantic, stream_transform and term_glyph license:
|
1023
|
+
|
1024
|
+
Copyright 2017, the Dart project authors. All rights reserved.
|
1025
|
+
Redistribution and use in source and binary forms, with or without
|
1026
|
+
modification, are permitted provided that the following conditions are
|
1027
|
+
met:
|
1028
|
+
|
1029
|
+
* Redistributions of source code must retain the above copyright
|
1030
|
+
notice, this list of conditions and the following disclaimer.
|
1031
|
+
* Redistributions in binary form must reproduce the above
|
1032
|
+
copyright notice, this list of conditions and the following
|
1033
|
+
disclaimer in the documentation and/or other materials provided
|
1034
|
+
with the distribution.
|
1035
|
+
* Neither the name of Google Inc. nor the names of its
|
1036
|
+
contributors may be used to endorse or promote products derived
|
1037
|
+
from this software without specific prior written permission.
|
1038
|
+
|
1039
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
1040
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
1041
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
1042
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
1043
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
1044
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
1045
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
1046
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
1047
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1048
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1049
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1050
|
+
|
1051
|
+
|
1052
|
+
--------------------------------------------------------------------------------
|
1053
|
+
|
1054
|
+
lints license:
|
1055
|
+
|
1056
|
+
Copyright 2021, the Dart project authors.
|
1057
|
+
|
1058
|
+
Redistribution and use in source and binary forms, with or without
|
1059
|
+
modification, are permitted provided that the following conditions are
|
1060
|
+
met:
|
1061
|
+
|
1062
|
+
* Redistributions of source code must retain the above copyright
|
1063
|
+
notice, this list of conditions and the following disclaimer.
|
1064
|
+
* Redistributions in binary form must reproduce the above
|
1065
|
+
copyright notice, this list of conditions and the following
|
1066
|
+
disclaimer in the documentation and/or other materials provided
|
1067
|
+
with the distribution.
|
1068
|
+
* Neither the name of Google LLC nor the names of its
|
1069
|
+
contributors may be used to endorse or promote products derived
|
1070
|
+
from this software without specific prior written permission.
|
1071
|
+
|
1072
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
1073
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
1074
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
1075
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
1076
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
1077
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
1078
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
1079
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
1080
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1081
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1082
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1083
|
+
|
1084
|
+
|
1085
|
+
--------------------------------------------------------------------------------
|
1086
|
+
|
1087
|
+
meta license:
|
1088
|
+
|
1089
|
+
Copyright 2016, the Dart project authors.
|
1090
|
+
|
1091
|
+
Redistribution and use in source and binary forms, with or without
|
1092
|
+
modification, are permitted provided that the following conditions are
|
1093
|
+
met:
|
1094
|
+
|
1095
|
+
* Redistributions of source code must retain the above copyright
|
1096
|
+
notice, this list of conditions and the following disclaimer.
|
1097
|
+
* Redistributions in binary form must reproduce the above
|
1098
|
+
copyright notice, this list of conditions and the following
|
1099
|
+
disclaimer in the documentation and/or other materials provided
|
1100
|
+
with the distribution.
|
1101
|
+
* Neither the name of Google LLC nor the names of its
|
1102
|
+
contributors may be used to endorse or promote products derived
|
1103
|
+
from this software without specific prior written permission.
|
1104
|
+
|
1105
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
1106
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
1107
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
1108
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
1109
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
1110
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
1111
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
1112
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
1113
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1114
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1115
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1116
|
+
|
1117
|
+
|
1118
|
+
--------------------------------------------------------------------------------
|
1119
|
+
|
1120
|
+
node_interop license:
|
1121
|
+
|
1122
|
+
Copyright (c) 2017, Anatoly Pulyaevskiy.
|
1123
|
+
All rights reserved.
|
1124
|
+
|
1125
|
+
Redistribution and use in source and binary forms, with or without
|
1126
|
+
modification, are permitted provided that the following conditions are met:
|
1127
|
+
* Redistributions of source code must retain the above copyright
|
1128
|
+
notice, this list of conditions and the following disclaimer.
|
1129
|
+
* Redistributions in binary form must reproduce the above copyright
|
1130
|
+
notice, this list of conditions and the following disclaimer in the
|
1131
|
+
documentation and/or other materials provided with the distribution.
|
1132
|
+
* Neither the name of the <organization> nor the
|
1133
|
+
names of its contributors may be used to endorse or promote products
|
1134
|
+
derived from this software without specific prior written permission.
|
1135
|
+
|
1136
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
1137
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
1138
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
1139
|
+
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
1140
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
1141
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
1142
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
1143
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1144
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
1145
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1146
|
+
|
1147
|
+
|
1148
|
+
--------------------------------------------------------------------------------
|
1149
|
+
|
1150
|
+
node_preamble license:
|
1151
|
+
|
1152
|
+
The MIT License (MIT)
|
1153
|
+
|
1154
|
+
Copyright (c) 2015 Michael Bullington
|
1155
|
+
|
1156
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1157
|
+
of this software and associated documentation files (the "Software"), to deal
|
1158
|
+
in the Software without restriction, including without limitation the rights
|
1159
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1160
|
+
copies of the Software, and to permit persons to whom the Software is
|
1161
|
+
furnished to do so, subject to the following conditions:
|
1162
|
+
|
1163
|
+
The above copyright notice and this permission notice shall be included in all
|
1164
|
+
copies or substantial portions of the Software.
|
1165
|
+
|
1166
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1167
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1168
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1169
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1170
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1171
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1172
|
+
SOFTWARE.
|
1173
|
+
|
1174
|
+
===
|
1175
|
+
|
1176
|
+
Copyright 2012, the Dart project authors. All rights reserved.
|
1177
|
+
Redistribution and use in source and binary forms, with or without
|
1178
|
+
modification, are permitted provided that the following conditions are
|
1179
|
+
met:
|
1180
|
+
* Redistributions of source code must retain the above copyright
|
1181
|
+
notice, this list of conditions and the following disclaimer.
|
1182
|
+
* Redistributions in binary form must reproduce the above
|
1183
|
+
copyright notice, this list of conditions and the following
|
1184
|
+
disclaimer in the documentation and/or other materials provided
|
1185
|
+
with the distribution.
|
1186
|
+
* Neither the name of Google Inc. nor the names of its
|
1187
|
+
contributors may be used to endorse or promote products derived
|
1188
|
+
from this software without specific prior written permission.
|
1189
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
1190
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
1191
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
1192
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
1193
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
1194
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
1195
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
1196
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
1197
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1198
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1199
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1200
|
+
|
1201
|
+
|
1202
|
+
--------------------------------------------------------------------------------
|
1203
|
+
|
1204
|
+
package_config license:
|
1205
|
+
|
1206
|
+
Copyright 2019, the Dart project authors.
|
1207
|
+
|
1208
|
+
Redistribution and use in source and binary forms, with or without
|
1209
|
+
modification, are permitted provided that the following conditions are
|
1210
|
+
met:
|
1211
|
+
|
1212
|
+
* Redistributions of source code must retain the above copyright
|
1213
|
+
notice, this list of conditions and the following disclaimer.
|
1214
|
+
* Redistributions in binary form must reproduce the above
|
1215
|
+
copyright notice, this list of conditions and the following
|
1216
|
+
disclaimer in the documentation and/or other materials provided
|
1217
|
+
with the distribution.
|
1218
|
+
* Neither the name of Google LLC nor the names of its
|
1219
|
+
contributors may be used to endorse or promote products derived
|
1220
|
+
from this software without specific prior written permission.
|
1221
|
+
|
1222
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
1223
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
1224
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
1225
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
1226
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
1227
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
1228
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
1229
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
1230
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1231
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1232
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1233
|
+
|
1234
|
+
|
1235
|
+
--------------------------------------------------------------------------------
|
1236
|
+
|
1237
|
+
petitparser and xml license:
|
1238
|
+
|
1239
|
+
The MIT License
|
1240
|
+
|
1241
|
+
Copyright (c) 2006-2021 Lukas Renggli.
|
1242
|
+
All rights reserved.
|
1243
|
+
|
1244
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1245
|
+
of this software and associated documentation files (the "Software"), to deal
|
1246
|
+
in the Software without restriction, including without limitation the rights
|
1247
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1248
|
+
copies of the Software, and to permit persons to whom the Software is
|
1249
|
+
furnished to do so, subject to the following conditions:
|
1250
|
+
|
1251
|
+
The above copyright notice and this permission notice shall be included in
|
1252
|
+
all copies or substantial portions of the Software.
|
1253
|
+
|
1254
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1255
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1256
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1257
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1258
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1259
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1260
|
+
THE SOFTWARE.
|
1261
|
+
|
1262
|
+
|
1263
|
+
--------------------------------------------------------------------------------
|
1264
|
+
|
1265
|
+
protoc_plugin license:
|
1266
|
+
|
1267
|
+
Copyright 2013, the Dart project authors. All rights reserved.
|
1268
|
+
Redistribution and use in source and binary forms, with or without
|
1269
|
+
modification, are permitted provided that the following conditions are
|
1270
|
+
met:
|
1271
|
+
|
1272
|
+
* Redistributions of source code must retain the above copyright
|
1273
|
+
notice, this list of conditions and the following disclaimer.
|
1274
|
+
* Redistributions in binary form must reproduce the above
|
1275
|
+
copyright notice, this list of conditions and the following
|
1276
|
+
disclaimer in the documentation and/or other materials provided
|
1277
|
+
with the distribution.
|
1278
|
+
* Neither the name of Google Inc. nor the names of its
|
1279
|
+
contributors may be used to endorse or promote products derived
|
1280
|
+
from this software without specific prior written permission.
|
1281
|
+
|
1282
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
1283
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
1284
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
1285
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
1286
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
1287
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
1288
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
1289
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
1290
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1291
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1292
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1293
|
+
|
1294
|
+
|
1295
|
+
--------------------------------------------------------------------------------
|
1296
|
+
|
1297
|
+
pubspec_parse, test_api and test_core license:
|
1298
|
+
|
1299
|
+
Copyright 2018, the Dart project authors.
|
1300
|
+
|
1301
|
+
Redistribution and use in source and binary forms, with or without
|
1302
|
+
modification, are permitted provided that the following conditions are
|
1303
|
+
met:
|
1304
|
+
|
1305
|
+
* Redistributions of source code must retain the above copyright
|
1306
|
+
notice, this list of conditions and the following disclaimer.
|
1307
|
+
* Redistributions in binary form must reproduce the above
|
1308
|
+
copyright notice, this list of conditions and the following
|
1309
|
+
disclaimer in the documentation and/or other materials provided
|
1310
|
+
with the distribution.
|
1311
|
+
* Neither the name of Google LLC nor the names of its
|
1312
|
+
contributors may be used to endorse or promote products derived
|
1313
|
+
from this software without specific prior written permission.
|
1314
|
+
|
1315
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
1316
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
1317
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
1318
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
1319
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
1320
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
1321
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
1322
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
1323
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1324
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1325
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1326
|
+
|
1327
|
+
|
1328
|
+
--------------------------------------------------------------------------------
|
1329
|
+
|
1330
|
+
sass and sass_api license:
|
1331
|
+
|
1332
|
+
Copyright (c) 2016, Google Inc.
|
1333
|
+
|
1334
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
1335
|
+
a copy of this software and associated documentation files (the
|
1336
|
+
"Software"), to deal in the Software without restriction, including
|
1337
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
1338
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
1339
|
+
permit persons to whom the Software is furnished to do so, subject to
|
1340
|
+
the following conditions:
|
1341
|
+
|
1342
|
+
The above copyright notice and this permission notice shall be
|
1343
|
+
included in all copies or substantial portions of the Software.
|
1344
|
+
|
1345
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
1346
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
1347
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
1348
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
1349
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
1350
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
1351
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1352
|
+
|
1353
|
+
|
1354
|
+
--------------------------------------------------------------------------------
|
1355
|
+
|
1356
|
+
source_map_stack_trace, stream_channel and typed_data license:
|
1357
|
+
|
1358
|
+
Copyright 2015, the Dart project authors. All rights reserved.
|
1359
|
+
Redistribution and use in source and binary forms, with or without
|
1360
|
+
modification, are permitted provided that the following conditions are
|
1361
|
+
met:
|
1362
|
+
|
1363
|
+
* Redistributions of source code must retain the above copyright
|
1364
|
+
notice, this list of conditions and the following disclaimer.
|
1365
|
+
* Redistributions in binary form must reproduce the above
|
1366
|
+
copyright notice, this list of conditions and the following
|
1367
|
+
disclaimer in the documentation and/or other materials provided
|
1368
|
+
with the distribution.
|
1369
|
+
* Neither the name of Google Inc. nor the names of its
|
1370
|
+
contributors may be used to endorse or promote products derived
|
1371
|
+
from this software without specific prior written permission.
|
1372
|
+
|
1373
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
1374
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
1375
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
1376
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
1377
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
1378
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
1379
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
1380
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
1381
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1382
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1383
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1384
|
+
|
1385
|
+
|
1386
|
+
--------------------------------------------------------------------------------
|
1387
|
+
|
1388
|
+
test_process license:
|
1389
|
+
|
1390
|
+
Copyright 2017, the Dart project authors.
|
1391
|
+
|
1392
|
+
Redistribution and use in source and binary forms, with or without
|
1393
|
+
modification, are permitted provided that the following conditions are
|
1394
|
+
met:
|
1395
|
+
|
1396
|
+
* Redistributions of source code must retain the above copyright
|
1397
|
+
notice, this list of conditions and the following disclaimer.
|
1398
|
+
* Redistributions in binary form must reproduce the above
|
1399
|
+
copyright notice, this list of conditions and the following
|
1400
|
+
disclaimer in the documentation and/or other materials provided
|
1401
|
+
with the distribution.
|
1402
|
+
* Neither the name of Google LLC nor the names of its
|
1403
|
+
contributors may be used to endorse or promote products derived
|
1404
|
+
from this software without specific prior written permission.
|
1405
|
+
|
1406
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
1407
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
1408
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
1409
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
1410
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
1411
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
1412
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
1413
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
1414
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1415
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1416
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1417
|
+
|
1418
|
+
|
1419
|
+
--------------------------------------------------------------------------------
|
1420
|
+
|
1421
|
+
tuple license:
|
1422
|
+
|
1423
|
+
Copyright (c) 2014, the tuple project authors.
|
1424
|
+
All rights reserved.
|
1425
|
+
|
1426
|
+
Redistribution and use in source and binary forms, with or without
|
1427
|
+
modification, are permitted provided that the following conditions are met:
|
1428
|
+
|
1429
|
+
* Redistributions of source code must retain the above copyright
|
1430
|
+
notice, this list of conditions and the following disclaimer.
|
1431
|
+
* Redistributions in binary form must reproduce the above copyright
|
1432
|
+
notice, this list of conditions and the following disclaimer in the
|
1433
|
+
documentation and/or other materials provided with the distribution.
|
1434
|
+
|
1435
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
1436
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
1437
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
1438
|
+
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
1439
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
1440
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
1441
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
1442
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1443
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
1444
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1445
|
+
|
1446
|
+
--------------------------------------------------------------------------------
|
1447
|
+
|
1448
|
+
web_socket_channel license:
|
1449
|
+
|
1450
|
+
Copyright 2016, the Dart project authors.
|
1451
|
+
|
1452
|
+
Redistribution and use in source and binary forms, with or without
|
1453
|
+
modification, are permitted provided that the following conditions are
|
1454
|
+
met:
|
1455
|
+
|
1456
|
+
* Redistributions of source code must retain the above copyright
|
1457
|
+
notice, this list of conditions and the following disclaimer.
|
1458
|
+
* Redistributions in binary form must reproduce the above
|
1459
|
+
copyright notice, this list of conditions and the following
|
1460
|
+
disclaimer in the documentation and/or other materials provided
|
1461
|
+
with the distribution.
|
1462
|
+
* Neither the name of Google LLC nor the names of its
|
1463
|
+
contributors may be used to endorse or promote products derived
|
1464
|
+
from this software without specific prior written permission.
|
1465
|
+
|
1466
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
1467
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
1468
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
1469
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
1470
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
1471
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
1472
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
1473
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
1474
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
1475
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
1476
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|