LICENSE 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102
  1. Dart Sass license:
  2. Copyright (c) 2016, Google Inc.
  3. Permission is hereby granted, free of charge, to any person obtaining
  4. a copy of this software and associated documentation files (the
  5. "Software"), to deal in the Software without restriction, including
  6. without limitation the rights to use, copy, modify, merge, publish,
  7. distribute, sublicense, and/or sell copies of the Software, and to
  8. permit persons to whom the Software is furnished to do so, subject to
  9. the following conditions:
  10. The above copyright notice and this permission notice shall be
  11. included in all copies or substantial portions of the Software.
  12. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  13. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  14. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  15. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  16. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  17. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  18. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  19. --------------------------------------------------------------------------------
  20. Dart SDK license:
  21. Copyright 2012, the Dart project authors.
  22. Redistribution and use in source and binary forms, with or without
  23. modification, are permitted provided that the following conditions are
  24. met:
  25. * Redistributions of source code must retain the above copyright
  26. notice, this list of conditions and the following disclaimer.
  27. * Redistributions in binary form must reproduce the above
  28. copyright notice, this list of conditions and the following
  29. disclaimer in the documentation and/or other materials provided
  30. with the distribution.
  31. * Neither the name of Google Inc. nor the names of its
  32. contributors may be used to endorse or promote products derived
  33. from this software without specific prior written permission.
  34. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  35. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  36. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  37. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  38. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  39. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  40. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  41. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  42. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  43. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  44. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  45. --------------------------------------------------------------------------------
  46. _fe_analyzer_shared, checked_yaml and package_config license:
  47. Copyright 2019, the Dart project authors. All rights reserved.
  48. Redistribution and use in source and binary forms, with or without
  49. modification, are permitted provided that the following conditions are
  50. met:
  51. * Redistributions of source code must retain the above copyright
  52. notice, this list of conditions and the following disclaimer.
  53. * Redistributions in binary form must reproduce the above
  54. copyright notice, this list of conditions and the following
  55. disclaimer in the documentation and/or other materials provided
  56. with the distribution.
  57. * Neither the name of Google Inc. nor the names of its
  58. contributors may be used to endorse or promote products derived
  59. from this software without specific prior written permission.
  60. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  61. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  62. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  63. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  64. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  65. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  66. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  67. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  68. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  69. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  70. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  71. --------------------------------------------------------------------------------
  72. analyzer, args, intl and logging license:
  73. Copyright 2013, the Dart project authors. All rights reserved.
  74. Redistribution and use in source and binary forms, with or without
  75. modification, are permitted provided that the following conditions are
  76. met:
  77. * Redistributions of source code must retain the above copyright
  78. notice, this list of conditions and the following disclaimer.
  79. * Redistributions in binary form must reproduce the above
  80. copyright notice, this list of conditions and the following
  81. disclaimer in the documentation and/or other materials provided
  82. with the distribution.
  83. * Neither the name of Google Inc. nor the names of its
  84. contributors may be used to endorse or promote products derived
  85. from this software without specific prior written permission.
  86. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  87. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  88. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  89. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  90. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  91. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  92. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  93. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  94. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  95. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  96. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  97. --------------------------------------------------------------------------------
  98. archive license:
  99. Copyright 2013 Brendan Duncan
  100. Licensed under the Apache License, Version 2.0 (the "License");
  101. you may not use this file except in compliance with the License.
  102. You may obtain a copy of the License at
  103. http://www.apache.org/licenses/LICENSE-2.0
  104. Unless required by applicable law or agreed to in writing, software
  105. distributed under the License is distributed on an "AS IS" BASIS,
  106. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  107. See the License for the specific language governing permissions and
  108. limitations under the License.
  109. Some code has been derived from the following projects:
  110. zlib/inflate:
  111. JavaScript Zlib Library, https://github.com/imaya/zlib.js
  112. The MIT License
  113. Copyright (c) 2012 imaya
  114. zlib/deflate:
  115. Java JZLib Library, http://www.jcraft.com/jzlib/
  116. Copyright (c) 2000-2011 ymnk, JCraft,Inc. All rights reserved.
  117. Redistribution and use in source and binary forms, with or without
  118. modification, are permitted provided that the following conditions are met:
  119. 1. Redistributions of source code must retain the above copyright notice,
  120. this list of conditions and the following disclaimer.
  121. 2. Redistributions in binary form must reproduce the above copyright
  122. notice, this list of conditions and the following disclaimer in
  123. the documentation and/or other materials provided with the distribution.
  124. 3. The names of the authors may not be used to endorse or promote products
  125. derived from this software without specific prior written permission.
  126. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
  127. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  128. FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,
  129. INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
  130. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  131. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
  132. OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  133. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  134. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  135. EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  136. bzip2:
  137. This program, "bzip2", the associated library "libbzip2", and all
  138. documentation, are copyright (C) 1996-2010 Julian R Seward. All
  139. rights reserved.
  140. Redistribution and use in source and binary forms, with or without
  141. modification, are permitted provided that the following conditions
  142. are met:
  143. 1. Redistributions of source code must retain the above copyright
  144. notice, this list of conditions and the following disclaimer.
  145. 2. The origin of this software must not be misrepresented; you must
  146. not claim that you wrote the original software. If you use this
  147. software in a product, an acknowledgment in the product
  148. documentation would be appreciated but is not required.
  149. 3. Altered source versions must be plainly marked as such, and must
  150. not be misrepresented as being the original software.
  151. 4. The name of the author may not be used to endorse or promote
  152. products derived from this software without specific prior written
  153. permission.
  154. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
  155. OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  156. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  157. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  158. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  159. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  160. GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  161. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  162. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  163. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  164. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  165. Julian Seward, jseward@bzip.org
  166. bzip2/libbzip2 version 1.0.6 of 6 September 2010
  167. --------------------------------------------------------------------------------
  168. async, cli_util, collection, convert, crypto, mime, package_resolver,
  169. shelf_static, source_map_stack_trace, stream_channel, typed_data and vm_service
  170. license:
  171. Copyright 2015, the Dart project authors. All rights reserved.
  172. Redistribution and use in source and binary forms, with or without
  173. modification, are permitted provided that the following conditions are
  174. met:
  175. * Redistributions of source code must retain the above copyright
  176. notice, this list of conditions and the following disclaimer.
  177. * Redistributions in binary form must reproduce the above
  178. copyright notice, this list of conditions and the following
  179. disclaimer in the documentation and/or other materials provided
  180. with the distribution.
  181. * Neither the name of Google Inc. nor the names of its
  182. contributors may be used to endorse or promote products derived
  183. from this software without specific prior written permission.
  184. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  185. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  186. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  187. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  188. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  189. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  190. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  191. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  192. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  193. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  194. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  195. --------------------------------------------------------------------------------
  196. boolean_selector, meta, shelf_packages_handler, test_descriptor and
  197. web_socket_channel license:
  198. Copyright 2016, the Dart project authors. All rights reserved.
  199. Redistribution and use in source and binary forms, with or without
  200. modification, are permitted provided that the following conditions are
  201. met:
  202. * Redistributions of source code must retain the above copyright
  203. notice, this list of conditions and the following disclaimer.
  204. * Redistributions in binary form must reproduce the above
  205. copyright notice, this list of conditions and the following
  206. disclaimer in the documentation and/or other materials provided
  207. with the distribution.
  208. * Neither the name of Google Inc. nor the names of its
  209. contributors may be used to endorse or promote products derived
  210. from this software without specific prior written permission.
  211. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  212. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  213. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  214. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  215. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  216. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  217. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  218. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  219. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  220. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  221. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  222. --------------------------------------------------------------------------------
  223. charcode, dart_style, glob, http, http_multi_server, http_parser, matcher, path,
  224. pool, pub_semver, shelf, shelf_web_socket, source_maps, source_span,
  225. stack_trace, string_scanner, test, watcher and yaml license:
  226. Copyright 2014, the Dart project authors. All rights reserved.
  227. Redistribution and use in source and binary forms, with or without
  228. modification, are permitted provided that the following conditions are
  229. met:
  230. * Redistributions of source code must retain the above copyright
  231. notice, this list of conditions and the following disclaimer.
  232. * Redistributions in binary form must reproduce the above
  233. copyright notice, this list of conditions and the following
  234. disclaimer in the documentation and/or other materials provided
  235. with the distribution.
  236. * Neither the name of Google Inc. nor the names of its
  237. contributors may be used to endorse or promote products derived
  238. from this software without specific prior written permission.
  239. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  240. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  241. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  242. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  243. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  244. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  245. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  246. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  247. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  248. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  249. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  250. --------------------------------------------------------------------------------
  251. cli_pkg license:
  252. Apache License
  253. Version 2.0, January 2004
  254. http://www.apache.org/licenses/
  255. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  256. 1. Definitions.
  257. "License" shall mean the terms and conditions for use, reproduction,
  258. and distribution as defined by Sections 1 through 9 of this document.
  259. "Licensor" shall mean the copyright owner or entity authorized by
  260. the copyright owner that is granting the License.
  261. "Legal Entity" shall mean the union of the acting entity and all
  262. other entities that control, are controlled by, or are under common
  263. control with that entity. For the purposes of this definition,
  264. "control" means (i) the power, direct or indirect, to cause the
  265. direction or management of such entity, whether by contract or
  266. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  267. outstanding shares, or (iii) beneficial ownership of such entity.
  268. "You" (or "Your") shall mean an individual or Legal Entity
  269. exercising permissions granted by this License.
  270. "Source" form shall mean the preferred form for making modifications,
  271. including but not limited to software source code, documentation
  272. source, and configuration files.
  273. "Object" form shall mean any form resulting from mechanical
  274. transformation or translation of a Source form, including but
  275. not limited to compiled object code, generated documentation,
  276. and conversions to other media types.
  277. "Work" shall mean the work of authorship, whether in Source or
  278. Object form, made available under the License, as indicated by a
  279. copyright notice that is included in or attached to the work
  280. (an example is provided in the Appendix below).
  281. "Derivative Works" shall mean any work, whether in Source or Object
  282. form, that is based on (or derived from) the Work and for which the
  283. editorial revisions, annotations, elaborations, or other modifications
  284. represent, as a whole, an original work of authorship. For the purposes
  285. of this License, Derivative Works shall not include works that remain
  286. separable from, or merely link (or bind by name) to the interfaces of,
  287. the Work and Derivative Works thereof.
  288. "Contribution" shall mean any work of authorship, including
  289. the original version of the Work and any modifications or additions
  290. to that Work or Derivative Works thereof, that is intentionally
  291. submitted to Licensor for inclusion in the Work by the copyright owner
  292. or by an individual or Legal Entity authorized to submit on behalf of
  293. the copyright owner. For the purposes of this definition, "submitted"
  294. means any form of electronic, verbal, or written communication sent
  295. to the Licensor or its representatives, including but not limited to
  296. communication on electronic mailing lists, source code control systems,
  297. and issue tracking systems that are managed by, or on behalf of, the
  298. Licensor for the purpose of discussing and improving the Work, but
  299. excluding communication that is conspicuously marked or otherwise
  300. designated in writing by the copyright owner as "Not a Contribution."
  301. "Contributor" shall mean Licensor and any individual or Legal Entity
  302. on behalf of whom a Contribution has been received by Licensor and
  303. subsequently incorporated within the Work.
  304. 2. Grant of Copyright License. Subject to the terms and conditions of
  305. this License, each Contributor hereby grants to You a perpetual,
  306. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  307. copyright license to reproduce, prepare Derivative Works of,
  308. publicly display, publicly perform, sublicense, and distribute the
  309. Work and such Derivative Works in Source or Object form.
  310. 3. Grant of Patent License. Subject to the terms and conditions of
  311. this License, each Contributor hereby grants to You a perpetual,
  312. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  313. (except as stated in this section) patent license to make, have made,
  314. use, offer to sell, sell, import, and otherwise transfer the Work,
  315. where such license applies only to those patent claims licensable
  316. by such Contributor that are necessarily infringed by their
  317. Contribution(s) alone or by combination of their Contribution(s)
  318. with the Work to which such Contribution(s) was submitted. If You
  319. institute patent litigation against any entity (including a
  320. cross-claim or counterclaim in a lawsuit) alleging that the Work
  321. or a Contribution incorporated within the Work constitutes direct
  322. or contributory patent infringement, then any patent licenses
  323. granted to You under this License for that Work shall terminate
  324. as of the date such litigation is filed.
  325. 4. Redistribution. You may reproduce and distribute copies of the
  326. Work or Derivative Works thereof in any medium, with or without
  327. modifications, and in Source or Object form, provided that You
  328. meet the following conditions:
  329. (a) You must give any other recipients of the Work or
  330. Derivative Works a copy of this License; and
  331. (b) You must cause any modified files to carry prominent notices
  332. stating that You changed the files; and
  333. (c) You must retain, in the Source form of any Derivative Works
  334. that You distribute, all copyright, patent, trademark, and
  335. attribution notices from the Source form of the Work,
  336. excluding those notices that do not pertain to any part of
  337. the Derivative Works; and
  338. (d) If the Work includes a "NOTICE" text file as part of its
  339. distribution, then any Derivative Works that You distribute must
  340. include a readable copy of the attribution notices contained
  341. within such NOTICE file, excluding those notices that do not
  342. pertain to any part of the Derivative Works, in at least one
  343. of the following places: within a NOTICE text file distributed
  344. as part of the Derivative Works; within the Source form or
  345. documentation, if provided along with the Derivative Works; or,
  346. within a display generated by the Derivative Works, if and
  347. wherever such third-party notices normally appear. The contents
  348. of the NOTICE file are for informational purposes only and
  349. do not modify the License. You may add Your own attribution
  350. notices within Derivative Works that You distribute, alongside
  351. or as an addendum to the NOTICE text from the Work, provided
  352. that such additional attribution notices cannot be construed
  353. as modifying the License.
  354. You may add Your own copyright statement to Your modifications and
  355. may provide additional or different license terms and conditions
  356. for use, reproduction, or distribution of Your modifications, or
  357. for any such Derivative Works as a whole, provided Your use,
  358. reproduction, and distribution of the Work otherwise complies with
  359. the conditions stated in this License.
  360. 5. Submission of Contributions. Unless You explicitly state otherwise,
  361. any Contribution intentionally submitted for inclusion in the Work
  362. by You to the Licensor shall be under the terms and conditions of
  363. this License, without any additional terms or conditions.
  364. Notwithstanding the above, nothing herein shall supersede or modify
  365. the terms of any separate license agreement you may have executed
  366. with Licensor regarding such Contributions.
  367. 6. Trademarks. This License does not grant permission to use the trade
  368. names, trademarks, service marks, or product names of the Licensor,
  369. except as required for reasonable and customary use in describing the
  370. origin of the Work and reproducing the content of the NOTICE file.
  371. 7. Disclaimer of Warranty. Unless required by applicable law or
  372. agreed to in writing, Licensor provides the Work (and each
  373. Contributor provides its Contributions) on an "AS IS" BASIS,
  374. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  375. implied, including, without limitation, any warranties or conditions
  376. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  377. PARTICULAR PURPOSE. You are solely responsible for determining the
  378. appropriateness of using or redistributing the Work and assume any
  379. risks associated with Your exercise of permissions under this License.
  380. 8. Limitation of Liability. In no event and under no legal theory,
  381. whether in tort (including negligence), contract, or otherwise,
  382. unless required by applicable law (such as deliberate and grossly
  383. negligent acts) or agreed to in writing, shall any Contributor be
  384. liable to You for damages, including any direct, indirect, special,
  385. incidental, or consequential damages of any character arising as a
  386. result of this License or out of the use or inability to use the
  387. Work (including but not limited to damages for loss of goodwill,
  388. work stoppage, computer failure or malfunction, or any and all
  389. other commercial damages or losses), even if such Contributor
  390. has been advised of the possibility of such damages.
  391. 9. Accepting Warranty or Additional Liability. While redistributing
  392. the Work or Derivative Works thereof, You may choose to offer,
  393. and charge a fee for, acceptance of support, warranty, indemnity,
  394. or other liability obligations and/or rights consistent with this
  395. License. However, in accepting such obligations, You may act only
  396. on Your own behalf and on Your sole responsibility, not on behalf
  397. of any other Contributor, and only if You agree to indemnify,
  398. defend, and hold each Contributor harmless for any liability
  399. incurred by, or claims asserted against, such Contributor by reason
  400. of your accepting any such warranty or additional liability.
  401. END OF TERMS AND CONDITIONS
  402. APPENDIX: How to apply the Apache License to your work.
  403. To apply the Apache License to your work, attach the following
  404. boilerplate notice, with the fields enclosed by brackets "[]"
  405. replaced with your own identifying information. (Don't include
  406. the brackets!) The text should be enclosed in the appropriate
  407. comment syntax for the file format. We also recommend that a
  408. file or class name and description of purpose be included on the
  409. same "printed page" as the copyright notice for easier
  410. identification within third-party archives.
  411. Copyright [yyyy] [name of copyright owner]
  412. Licensed under the Apache License, Version 2.0 (the "License");
  413. you may not use this file except in compliance with the License.
  414. You may obtain a copy of the License at
  415. http://www.apache.org/licenses/LICENSE-2.0
  416. Unless required by applicable law or agreed to in writing, software
  417. distributed under the License is distributed on an "AS IS" BASIS,
  418. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  419. See the License for the specific language governing permissions and
  420. limitations under the License.
  421. --------------------------------------------------------------------------------
  422. cli_repl license:
  423. Copyright (c) 2018, Jennifer Thakar.
  424. All rights reserved.
  425. Redistribution and use in source and binary forms, with or without
  426. modification, are permitted provided that the following conditions are met:
  427. * Redistributions of source code must retain the above copyright
  428. notice, this list of conditions and the following disclaimer.
  429. * Redistributions in binary form must reproduce the above copyright
  430. notice, this list of conditions and the following disclaimer in the
  431. documentation and/or other materials provided with the distribution.
  432. * Neither the name of the project nor the names of its contributors may be
  433. used to endorse or promote products derived from this software without
  434. specific prior written permission.
  435. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  436. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  437. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  438. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  439. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  440. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  441. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  442. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  443. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  444. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  445. --------------------------------------------------------------------------------
  446. coverage and quiver license:
  447. Apache License
  448. Version 2.0, January 2004
  449. http://www.apache.org/licenses/
  450. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  451. 1. Definitions.
  452. "License" shall mean the terms and conditions for use, reproduction,
  453. and distribution as defined by Sections 1 through 9 of this document.
  454. "Licensor" shall mean the copyright owner or entity authorized by
  455. the copyright owner that is granting the License.
  456. "Legal Entity" shall mean the union of the acting entity and all
  457. other entities that control, are controlled by, or are under common
  458. control with that entity. For the purposes of this definition,
  459. "control" means (i) the power, direct or indirect, to cause the
  460. direction or management of such entity, whether by contract or
  461. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  462. outstanding shares, or (iii) beneficial ownership of such entity.
  463. "You" (or "Your") shall mean an individual or Legal Entity
  464. exercising permissions granted by this License.
  465. "Source" form shall mean the preferred form for making modifications,
  466. including but not limited to software source code, documentation
  467. source, and configuration files.
  468. "Object" form shall mean any form resulting from mechanical
  469. transformation or translation of a Source form, including but
  470. not limited to compiled object code, generated documentation,
  471. and conversions to other media types.
  472. "Work" shall mean the work of authorship, whether in Source or
  473. Object form, made available under the License, as indicated by a
  474. copyright notice that is included in or attached to the work
  475. (an example is provided in the Appendix below).
  476. "Derivative Works" shall mean any work, whether in Source or Object
  477. form, that is based on (or derived from) the Work and for which the
  478. editorial revisions, annotations, elaborations, or other modifications
  479. represent, as a whole, an original work of authorship. For the purposes
  480. of this License, Derivative Works shall not include works that remain
  481. separable from, or merely link (or bind by name) to the interfaces of,
  482. the Work and Derivative Works thereof.
  483. "Contribution" shall mean any work of authorship, including
  484. the original version of the Work and any modifications or additions
  485. to that Work or Derivative Works thereof, that is intentionally
  486. submitted to Licensor for inclusion in the Work by the copyright owner
  487. or by an individual or Legal Entity authorized to submit on behalf of
  488. the copyright owner. For the purposes of this definition, "submitted"
  489. means any form of electronic, verbal, or written communication sent
  490. to the Licensor or its representatives, including but not limited to
  491. communication on electronic mailing lists, source code control systems,
  492. and issue tracking systems that are managed by, or on behalf of, the
  493. Licensor for the purpose of discussing and improving the Work, but
  494. excluding communication that is conspicuously marked or otherwise
  495. designated in writing by the copyright owner as "Not a Contribution."
  496. "Contributor" shall mean Licensor and any individual or Legal Entity
  497. on behalf of whom a Contribution has been received by Licensor and
  498. subsequently incorporated within the Work.
  499. 2. Grant of Copyright License. Subject to the terms and conditions of
  500. this License, each Contributor hereby grants to You a perpetual,
  501. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  502. copyright license to reproduce, prepare Derivative Works of,
  503. publicly display, publicly perform, sublicense, and distribute the
  504. Work and such Derivative Works in Source or Object form.
  505. 3. Grant of Patent License. Subject to the terms and conditions of
  506. this License, each Contributor hereby grants to You a perpetual,
  507. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  508. (except as stated in this section) patent license to make, have made,
  509. use, offer to sell, sell, import, and otherwise transfer the Work,
  510. where such license applies only to those patent claims licensable
  511. by such Contributor that are necessarily infringed by their
  512. Contribution(s) alone or by combination of their Contribution(s)
  513. with the Work to which such Contribution(s) was submitted. If You
  514. institute patent litigation against any entity (including a
  515. cross-claim or counterclaim in a lawsuit) alleging that the Work
  516. or a Contribution incorporated within the Work constitutes direct
  517. or contributory patent infringement, then any patent licenses
  518. granted to You under this License for that Work shall terminate
  519. as of the date such litigation is filed.
  520. 4. Redistribution. You may reproduce and distribute copies of the
  521. Work or Derivative Works thereof in any medium, with or without
  522. modifications, and in Source or Object form, provided that You
  523. meet the following conditions:
  524. (a) You must give any other recipients of the Work or
  525. Derivative Works a copy of this License; and
  526. (b) You must cause any modified files to carry prominent notices
  527. stating that You changed the files; and
  528. (c) You must retain, in the Source form of any Derivative Works
  529. that You distribute, all copyright, patent, trademark, and
  530. attribution notices from the Source form of the Work,
  531. excluding those notices that do not pertain to any part of
  532. the Derivative Works; and
  533. (d) If the Work includes a "NOTICE" text file as part of its
  534. distribution, then any Derivative Works that You distribute must
  535. include a readable copy of the attribution notices contained
  536. within such NOTICE file, excluding those notices that do not
  537. pertain to any part of the Derivative Works, in at least one
  538. of the following places: within a NOTICE text file distributed
  539. as part of the Derivative Works; within the Source form or
  540. documentation, if provided along with the Derivative Works; or,
  541. within a display generated by the Derivative Works, if and
  542. wherever such third-party notices normally appear. The contents
  543. of the NOTICE file are for informational purposes only and
  544. do not modify the License. You may add Your own attribution
  545. notices within Derivative Works that You distribute, alongside
  546. or as an addendum to the NOTICE text from the Work, provided
  547. that such additional attribution notices cannot be construed
  548. as modifying the License.
  549. You may add Your own copyright statement to Your modifications and
  550. may provide additional or different license terms and conditions
  551. for use, reproduction, or distribution of Your modifications, or
  552. for any such Derivative Works as a whole, provided Your use,
  553. reproduction, and distribution of the Work otherwise complies with
  554. the conditions stated in this License.
  555. 5. Submission of Contributions. Unless You explicitly state otherwise,
  556. any Contribution intentionally submitted for inclusion in the Work
  557. by You to the Licensor shall be under the terms and conditions of
  558. this License, without any additional terms or conditions.
  559. Notwithstanding the above, nothing herein shall supersede or modify
  560. the terms of any separate license agreement you may have executed
  561. with Licensor regarding such Contributions.
  562. 6. Trademarks. This License does not grant permission to use the trade
  563. names, trademarks, service marks, or product names of the Licensor,
  564. except as required for reasonable and customary use in describing the
  565. origin of the Work and reproducing the content of the NOTICE file.
  566. 7. Disclaimer of Warranty. Unless required by applicable law or
  567. agreed to in writing, Licensor provides the Work (and each
  568. Contributor provides its Contributions) on an "AS IS" BASIS,
  569. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  570. implied, including, without limitation, any warranties or conditions
  571. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  572. PARTICULAR PURPOSE. You are solely responsible for determining the
  573. appropriateness of using or redistributing the Work and assume any
  574. risks associated with Your exercise of permissions under this License.
  575. 8. Limitation of Liability. In no event and under no legal theory,
  576. whether in tort (including negligence), contract, or otherwise,
  577. unless required by applicable law (such as deliberate and grossly
  578. negligent acts) or agreed to in writing, shall any Contributor be
  579. liable to You for damages, including any direct, indirect, special,
  580. incidental, or consequential damages of any character arising as a
  581. result of this License or out of the use or inability to use the
  582. Work (including but not limited to damages for loss of goodwill,
  583. work stoppage, computer failure or malfunction, or any and all
  584. other commercial damages or losses), even if such Contributor
  585. has been advised of the possibility of such damages.
  586. 9. Accepting Warranty or Additional Liability. While redistributing
  587. the Work or Derivative Works thereof, You may choose to offer,
  588. and charge a fee for, acceptance of support, warranty, indemnity,
  589. or other liability obligations and/or rights consistent with this
  590. License. However, in accepting such obligations, You may act only
  591. on Your own behalf and on Your sole responsibility, not on behalf
  592. of any other Contributor, and only if You agree to indemnify,
  593. defend, and hold each Contributor harmless for any liability
  594. incurred by, or claims asserted against, such Contributor by reason
  595. of your accepting any such warranty or additional liability.
  596. END OF TERMS AND CONDITIONS
  597. APPENDIX: How to apply the Apache License to your work.
  598. To apply the Apache License to your work, attach the following
  599. boilerplate notice, with the fields enclosed by brackets "[]"
  600. replaced with your own identifying information. (Don't include
  601. the brackets!) The text should be enclosed in the appropriate
  602. comment syntax for the file format. We also recommend that a
  603. file or class name and description of purpose be included on the
  604. same "printed page" as the copyright notice for easier
  605. identification within third-party archives.
  606. Copyright [yyyy] [name of copyright owner]
  607. Licensed under the Apache License, Version 2.0 (the "License");
  608. you may not use this file except in compliance with the License.
  609. You may obtain a copy of the License at
  610. http://www.apache.org/licenses/LICENSE-2.0
  611. Unless required by applicable law or agreed to in writing, software
  612. distributed under the License is distributed on an "AS IS" BASIS,
  613. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  614. See the License for the specific language governing permissions and
  615. limitations under the License.
  616. --------------------------------------------------------------------------------
  617. file license:
  618. Copyright 2017, the Dart project authors. All rights reserved.
  619. Redistribution and use in source and binary forms, with or without
  620. modification, are permitted provided that the following conditions are
  621. met:
  622. * Redistributions of source code must retain the above copyright
  623. notice, this list of conditions and the following disclaimer.
  624. * Redistributions in binary form must reproduce the above
  625. copyright notice, this list of conditions and the following
  626. disclaimer in the documentation and/or other materials provided
  627. with the distribution.
  628. * Neither the name of Google Inc. nor the names of its
  629. contributors may be used to endorse or promote products derived
  630. from this software without specific prior written permission.
  631. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  632. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  633. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  634. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  635. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  636. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  637. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  638. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  639. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  640. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  641. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  642. --------------------------------------------------------------------------------
  643. grinder and webkit_inspection_protocol license:
  644. Copyright 2013, Google Inc.
  645. All rights reserved.
  646. Redistribution and use in source and binary forms, with or without
  647. modification, are permitted provided that the following conditions are
  648. met:
  649. * Redistributions of source code must retain the above copyright
  650. notice, this list of conditions and the following disclaimer.
  651. * Redistributions in binary form must reproduce the above
  652. copyright notice, this list of conditions and the following disclaimer
  653. in the documentation and/or other materials provided with the
  654. distribution.
  655. * Neither the name of Google Inc. nor the names of its
  656. contributors may be used to endorse or promote products derived from
  657. this software without specific prior written permission.
  658. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  659. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  660. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  661. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  662. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  663. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  664. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  665. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  666. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  667. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  668. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  669. --------------------------------------------------------------------------------
  670. io, json_annotation, pedantic, stream_transform, term_glyph and test_process
  671. license:
  672. Copyright 2017, the Dart project authors. All rights reserved.
  673. Redistribution and use in source and binary forms, with or without
  674. modification, are permitted provided that the following conditions are
  675. met:
  676. * Redistributions of source code must retain the above copyright
  677. notice, this list of conditions and the following disclaimer.
  678. * Redistributions in binary form must reproduce the above
  679. copyright notice, this list of conditions and the following
  680. disclaimer in the documentation and/or other materials provided
  681. with the distribution.
  682. * Neither the name of Google Inc. nor the names of its
  683. contributors may be used to endorse or promote products derived
  684. from this software without specific prior written permission.
  685. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  686. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  687. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  688. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  689. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  690. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  691. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  692. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  693. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  694. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  695. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  696. --------------------------------------------------------------------------------
  697. js license:
  698. Copyright 2012, the Dart project authors. All rights reserved.
  699. Redistribution and use in source and binary forms, with or without
  700. modification, are permitted provided that the following conditions are
  701. met:
  702. * Redistributions of source code must retain the above copyright
  703. notice, this list of conditions and the following disclaimer.
  704. * Redistributions in binary form must reproduce the above
  705. copyright notice, this list of conditions and the following
  706. disclaimer in the documentation and/or other materials provided
  707. with the distribution.
  708. * Neither the name of Google Inc. nor the names of its
  709. contributors may be used to endorse or promote products derived
  710. from this software without specific prior written permission.
  711. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  712. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  713. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  714. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  715. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  716. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  717. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  718. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  719. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  720. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  721. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  722. --------------------------------------------------------------------------------
  723. mustache license:
  724. Copyright (c) 2013, Greg Lowe
  725. All rights reserved.
  726. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  727. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  728. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  729. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  730. --------------------------------------------------------------------------------
  731. node_interop license:
  732. Copyright (c) 2017, Anatoly Pulyaevskiy.
  733. All rights reserved.
  734. Redistribution and use in source and binary forms, with or without
  735. modification, are permitted provided that the following conditions are met:
  736. * Redistributions of source code must retain the above copyright
  737. notice, this list of conditions and the following disclaimer.
  738. * Redistributions in binary form must reproduce the above copyright
  739. notice, this list of conditions and the following disclaimer in the
  740. documentation and/or other materials provided with the distribution.
  741. * Neither the name of the <organization> nor the
  742. names of its contributors may be used to endorse or promote products
  743. derived from this software without specific prior written permission.
  744. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  745. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  746. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  747. DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
  748. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  749. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  750. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  751. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  752. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  753. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  754. --------------------------------------------------------------------------------
  755. node_io license:
  756. Copyright (c) 2018, Anatoly Pulyaevskiy.
  757. All rights reserved.
  758. Redistribution and use in source and binary forms, with or without
  759. modification, are permitted provided that the following conditions are met:
  760. * Redistributions of source code must retain the above copyright
  761. notice, this list of conditions and the following disclaimer.
  762. * Redistributions in binary form must reproduce the above copyright
  763. notice, this list of conditions and the following disclaimer in the
  764. documentation and/or other materials provided with the distribution.
  765. * Neither the name of the <organization> nor the
  766. names of its contributors may be used to endorse or promote products
  767. derived from this software without specific prior written permission.
  768. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  769. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  770. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  771. DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
  772. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  773. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  774. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  775. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  776. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  777. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  778. --------------------------------------------------------------------------------
  779. node_preamble license:
  780. The MIT License (MIT)
  781. Copyright (c) 2015 Michael Bullington
  782. Permission is hereby granted, free of charge, to any person obtaining a copy
  783. of this software and associated documentation files (the "Software"), to deal
  784. in the Software without restriction, including without limitation the rights
  785. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  786. copies of the Software, and to permit persons to whom the Software is
  787. furnished to do so, subject to the following conditions:
  788. The above copyright notice and this permission notice shall be included in all
  789. copies or substantial portions of the Software.
  790. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  791. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  792. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  793. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  794. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  795. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  796. SOFTWARE.
  797. ===
  798. Copyright 2012, the Dart project authors. All rights reserved.
  799. Redistribution and use in source and binary forms, with or without
  800. modification, are permitted provided that the following conditions are
  801. met:
  802. * Redistributions of source code must retain the above copyright
  803. notice, this list of conditions and the following disclaimer.
  804. * Redistributions in binary form must reproduce the above
  805. copyright notice, this list of conditions and the following
  806. disclaimer in the documentation and/or other materials provided
  807. with the distribution.
  808. * Neither the name of Google Inc. nor the names of its
  809. contributors may be used to endorse or promote products derived
  810. from this software without specific prior written permission.
  811. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  812. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  813. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  814. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  815. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  816. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  817. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  818. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  819. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  820. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  821. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  822. --------------------------------------------------------------------------------
  823. petitparser and xml license:
  824. The MIT License
  825. Copyright (c) 2006-2020 Lukas Renggli.
  826. All rights reserved.
  827. Permission is hereby granted, free of charge, to any person obtaining a copy
  828. of this software and associated documentation files (the "Software"), to deal
  829. in the Software without restriction, including without limitation the rights
  830. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  831. copies of the Software, and to permit persons to whom the Software is
  832. furnished to do so, subject to the following conditions:
  833. The above copyright notice and this permission notice shall be included in
  834. all copies or substantial portions of the Software.
  835. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  836. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  837. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  838. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  839. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  840. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  841. THE SOFTWARE.
  842. --------------------------------------------------------------------------------
  843. pubspec_parse, test_api and test_core license:
  844. Copyright 2018, the Dart project authors. All rights reserved.
  845. Redistribution and use in source and binary forms, with or without
  846. modification, are permitted provided that the following conditions are
  847. met:
  848. * Redistributions of source code must retain the above copyright
  849. notice, this list of conditions and the following disclaimer.
  850. * Redistributions in binary form must reproduce the above
  851. copyright notice, this list of conditions and the following
  852. disclaimer in the documentation and/or other materials provided
  853. with the distribution.
  854. * Neither the name of Google Inc. nor the names of its
  855. contributors may be used to endorse or promote products derived
  856. from this software without specific prior written permission.
  857. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  858. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  859. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  860. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  861. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  862. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  863. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  864. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  865. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  866. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  867. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  868. --------------------------------------------------------------------------------
  869. tuple license:
  870. Copyright (c) 2014, the tuple project authors.
  871. All rights reserved.
  872. Redistribution and use in source and binary forms, with or without
  873. modification, are permitted provided that the following conditions are met:
  874. * Redistributions of source code must retain the above copyright
  875. notice, this list of conditions and the following disclaimer.
  876. * Redistributions in binary form must reproduce the above copyright
  877. notice, this list of conditions and the following disclaimer in the
  878. documentation and/or other materials provided with the distribution.
  879. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  880. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  881. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  882. DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
  883. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  884. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  885. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  886. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  887. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  888. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.