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