LICENSE 80 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596
  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 LLC 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 license:
  47. Copyright 2019, the Dart project authors.
  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 LLC 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, protobuf and protoc_plugin license:
  73. Copyright 2013, the Dart project authors.
  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 LLC 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. The MIT License
  100. Copyright (c) 2013-2021 Brendan Duncan.
  101. All rights reserved.
  102. Permission is hereby granted, free of charge, to any person obtaining a copy
  103. of this software and associated documentation files (the "Software"), to deal
  104. in the Software without restriction, including without limitation the rights
  105. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  106. copies of the Software, and to permit persons to whom the Software is
  107. furnished to do so, subject to the following conditions:
  108. The above copyright notice and this permission notice shall be included in
  109. all copies or substantial portions of the Software.
  110. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  111. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  112. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  113. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  114. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  115. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  116. THE SOFTWARE.
  117. --------------------------------------------------------------------------------
  118. args, csslib and logging license:
  119. Copyright 2013, the Dart project authors.
  120. Redistribution and use in source and binary forms, with or without
  121. modification, are permitted provided that the following conditions are
  122. met:
  123. * Redistributions of source code must retain the above copyright
  124. notice, this list of conditions and the following disclaimer.
  125. * Redistributions in binary form must reproduce the above
  126. copyright notice, this list of conditions and the following
  127. disclaimer in the documentation and/or other materials provided
  128. with the distribution.
  129. * Neither the name of Google LLC nor the names of its
  130. contributors may be used to endorse or promote products derived
  131. from this software without specific prior written permission.
  132. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  133. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  134. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  135. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  136. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  137. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  138. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  139. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  140. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  141. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  142. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  143. --------------------------------------------------------------------------------
  144. async, cli_util, collection, mime, source_map_stack_trace, stream_channel and
  145. typed_data license:
  146. Copyright 2015, the Dart project authors.
  147. Redistribution and use in source and binary forms, with or without
  148. modification, are permitted provided that the following conditions are
  149. met:
  150. * Redistributions of source code must retain the above copyright
  151. notice, this list of conditions and the following disclaimer.
  152. * Redistributions in binary form must reproduce the above
  153. copyright notice, this list of conditions and the following
  154. disclaimer in the documentation and/or other materials provided
  155. with the distribution.
  156. * Neither the name of Google LLC nor the names of its
  157. contributors may be used to endorse or promote products derived
  158. from this software without specific prior written permission.
  159. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  160. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  161. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  162. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  163. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  164. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  165. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  166. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  167. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  168. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  169. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  170. --------------------------------------------------------------------------------
  171. boolean_selector, meta and shelf_packages_handler license:
  172. Copyright 2016, the Dart project authors.
  173. Redistribution and use in source and binary forms, with or without
  174. modification, are permitted provided that the following conditions are
  175. met:
  176. * Redistributions of source code must retain the above copyright
  177. notice, this list of conditions and the following disclaimer.
  178. * Redistributions in binary form must reproduce the above
  179. copyright notice, this list of conditions and the following
  180. disclaimer in the documentation and/or other materials provided
  181. with the distribution.
  182. * Neither the name of Google LLC nor the names of its
  183. contributors may be used to endorse or promote products derived
  184. from this software without specific prior written permission.
  185. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  186. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  187. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  188. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  189. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  190. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  191. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  192. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  193. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  194. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  195. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  196. --------------------------------------------------------------------------------
  197. charcode license:
  198. Copyright 2014, 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. checked_yaml license:
  224. Copyright 2019, the Dart project authors. All rights reserved.
  225. Redistribution and use in source and binary forms, with or without
  226. modification, are permitted provided that the following conditions are
  227. met:
  228. * Redistributions of source code must retain the above copyright
  229. notice, this list of conditions and the following disclaimer.
  230. * Redistributions in binary form must reproduce the above
  231. copyright notice, this list of conditions and the following
  232. disclaimer in the documentation and/or other materials provided
  233. with the distribution.
  234. * Neither the name of Google Inc. nor the names of its
  235. contributors may be used to endorse or promote products derived
  236. from this software without specific prior written permission.
  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. cli_pkg license:
  250. Apache License
  251. Version 2.0, January 2004
  252. http://www.apache.org/licenses/
  253. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  254. 1. Definitions.
  255. "License" shall mean the terms and conditions for use, reproduction,
  256. and distribution as defined by Sections 1 through 9 of this document.
  257. "Licensor" shall mean the copyright owner or entity authorized by
  258. the copyright owner that is granting the License.
  259. "Legal Entity" shall mean the union of the acting entity and all
  260. other entities that control, are controlled by, or are under common
  261. control with that entity. For the purposes of this definition,
  262. "control" means (i) the power, direct or indirect, to cause the
  263. direction or management of such entity, whether by contract or
  264. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  265. outstanding shares, or (iii) beneficial ownership of such entity.
  266. "You" (or "Your") shall mean an individual or Legal Entity
  267. exercising permissions granted by this License.
  268. "Source" form shall mean the preferred form for making modifications,
  269. including but not limited to software source code, documentation
  270. source, and configuration files.
  271. "Object" form shall mean any form resulting from mechanical
  272. transformation or translation of a Source form, including but
  273. not limited to compiled object code, generated documentation,
  274. and conversions to other media types.
  275. "Work" shall mean the work of authorship, whether in Source or
  276. Object form, made available under the License, as indicated by a
  277. copyright notice that is included in or attached to the work
  278. (an example is provided in the Appendix below).
  279. "Derivative Works" shall mean any work, whether in Source or Object
  280. form, that is based on (or derived from) the Work and for which the
  281. editorial revisions, annotations, elaborations, or other modifications
  282. represent, as a whole, an original work of authorship. For the purposes
  283. of this License, Derivative Works shall not include works that remain
  284. separable from, or merely link (or bind by name) to the interfaces of,
  285. the Work and Derivative Works thereof.
  286. "Contribution" shall mean any work of authorship, including
  287. the original version of the Work and any modifications or additions
  288. to that Work or Derivative Works thereof, that is intentionally
  289. submitted to Licensor for inclusion in the Work by the copyright owner
  290. or by an individual or Legal Entity authorized to submit on behalf of
  291. the copyright owner. For the purposes of this definition, "submitted"
  292. means any form of electronic, verbal, or written communication sent
  293. to the Licensor or its representatives, including but not limited to
  294. communication on electronic mailing lists, source code control systems,
  295. and issue tracking systems that are managed by, or on behalf of, the
  296. Licensor for the purpose of discussing and improving the Work, but
  297. excluding communication that is conspicuously marked or otherwise
  298. designated in writing by the copyright owner as "Not a Contribution."
  299. "Contributor" shall mean Licensor and any individual or Legal Entity
  300. on behalf of whom a Contribution has been received by Licensor and
  301. subsequently incorporated within the Work.
  302. 2. Grant of Copyright License. Subject to the terms and conditions of
  303. this License, each Contributor hereby grants to You a perpetual,
  304. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  305. copyright license to reproduce, prepare Derivative Works of,
  306. publicly display, publicly perform, sublicense, and distribute the
  307. Work and such Derivative Works in Source or Object form.
  308. 3. Grant of Patent License. Subject to the terms and conditions of
  309. this License, each Contributor hereby grants to You a perpetual,
  310. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  311. (except as stated in this section) patent license to make, have made,
  312. use, offer to sell, sell, import, and otherwise transfer the Work,
  313. where such license applies only to those patent claims licensable
  314. by such Contributor that are necessarily infringed by their
  315. Contribution(s) alone or by combination of their Contribution(s)
  316. with the Work to which such Contribution(s) was submitted. If You
  317. institute patent litigation against any entity (including a
  318. cross-claim or counterclaim in a lawsuit) alleging that the Work
  319. or a Contribution incorporated within the Work constitutes direct
  320. or contributory patent infringement, then any patent licenses
  321. granted to You under this License for that Work shall terminate
  322. as of the date such litigation is filed.
  323. 4. Redistribution. You may reproduce and distribute copies of the
  324. Work or Derivative Works thereof in any medium, with or without
  325. modifications, and in Source or Object form, provided that You
  326. meet the following conditions:
  327. (a) You must give any other recipients of the Work or
  328. Derivative Works a copy of this License; and
  329. (b) You must cause any modified files to carry prominent notices
  330. stating that You changed the files; and
  331. (c) You must retain, in the Source form of any Derivative Works
  332. that You distribute, all copyright, patent, trademark, and
  333. attribution notices from the Source form of the Work,
  334. excluding those notices that do not pertain to any part of
  335. the Derivative Works; and
  336. (d) If the Work includes a "NOTICE" text file as part of its
  337. distribution, then any Derivative Works that You distribute must
  338. include a readable copy of the attribution notices contained
  339. within such NOTICE file, excluding those notices that do not
  340. pertain to any part of the Derivative Works, in at least one
  341. of the following places: within a NOTICE text file distributed
  342. as part of the Derivative Works; within the Source form or
  343. documentation, if provided along with the Derivative Works; or,
  344. within a display generated by the Derivative Works, if and
  345. wherever such third-party notices normally appear. The contents
  346. of the NOTICE file are for informational purposes only and
  347. do not modify the License. You may add Your own attribution
  348. notices within Derivative Works that You distribute, alongside
  349. or as an addendum to the NOTICE text from the Work, provided
  350. that such additional attribution notices cannot be construed
  351. as modifying the License.
  352. You may add Your own copyright statement to Your modifications and
  353. may provide additional or different license terms and conditions
  354. for use, reproduction, or distribution of Your modifications, or
  355. for any such Derivative Works as a whole, provided Your use,
  356. reproduction, and distribution of the Work otherwise complies with
  357. the conditions stated in this License.
  358. 5. Submission of Contributions. Unless You explicitly state otherwise,
  359. any Contribution intentionally submitted for inclusion in the Work
  360. by You to the Licensor shall be under the terms and conditions of
  361. this License, without any additional terms or conditions.
  362. Notwithstanding the above, nothing herein shall supersede or modify
  363. the terms of any separate license agreement you may have executed
  364. with Licensor regarding such Contributions.
  365. 6. Trademarks. This License does not grant permission to use the trade
  366. names, trademarks, service marks, or product names of the Licensor,
  367. except as required for reasonable and customary use in describing the
  368. origin of the Work and reproducing the content of the NOTICE file.
  369. 7. Disclaimer of Warranty. Unless required by applicable law or
  370. agreed to in writing, Licensor provides the Work (and each
  371. Contributor provides its Contributions) on an "AS IS" BASIS,
  372. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  373. implied, including, without limitation, any warranties or conditions
  374. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  375. PARTICULAR PURPOSE. You are solely responsible for determining the
  376. appropriateness of using or redistributing the Work and assume any
  377. risks associated with Your exercise of permissions under this License.
  378. 8. Limitation of Liability. In no event and under no legal theory,
  379. whether in tort (including negligence), contract, or otherwise,
  380. unless required by applicable law (such as deliberate and grossly
  381. negligent acts) or agreed to in writing, shall any Contributor be
  382. liable to You for damages, including any direct, indirect, special,
  383. incidental, or consequential damages of any character arising as a
  384. result of this License or out of the use or inability to use the
  385. Work (including but not limited to damages for loss of goodwill,
  386. work stoppage, computer failure or malfunction, or any and all
  387. other commercial damages or losses), even if such Contributor
  388. has been advised of the possibility of such damages.
  389. 9. Accepting Warranty or Additional Liability. While redistributing
  390. the Work or Derivative Works thereof, You may choose to offer,
  391. and charge a fee for, acceptance of support, warranty, indemnity,
  392. or other liability obligations and/or rights consistent with this
  393. License. However, in accepting such obligations, You may act only
  394. on Your own behalf and on Your sole responsibility, not on behalf
  395. of any other Contributor, and only if You agree to indemnify,
  396. defend, and hold each Contributor harmless for any liability
  397. incurred by, or claims asserted against, such Contributor by reason
  398. of your accepting any such warranty or additional liability.
  399. END OF TERMS AND CONDITIONS
  400. APPENDIX: How to apply the Apache License to your work.
  401. To apply the Apache License to your work, attach the following
  402. boilerplate notice, with the fields enclosed by brackets "[]"
  403. replaced with your own identifying information. (Don't include
  404. the brackets!) The text should be enclosed in the appropriate
  405. comment syntax for the file format. We also recommend that a
  406. file or class name and description of purpose be included on the
  407. same "printed page" as the copyright notice for easier
  408. identification within third-party archives.
  409. Copyright [yyyy] [name of copyright owner]
  410. Licensed under the Apache License, Version 2.0 (the "License");
  411. you may not use this file except in compliance with the License.
  412. You may obtain a copy of the License at
  413. http://www.apache.org/licenses/LICENSE-2.0
  414. Unless required by applicable law or agreed to in writing, software
  415. distributed under the License is distributed on an "AS IS" BASIS,
  416. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  417. See the License for the specific language governing permissions and
  418. limitations under the License.
  419. --------------------------------------------------------------------------------
  420. cli_repl license:
  421. Copyright (c) 2018, Jennifer Thakar.
  422. All rights reserved.
  423. Redistribution and use in source and binary forms, with or without
  424. modification, are permitted provided that the following conditions are met:
  425. * Redistributions of source code must retain the above copyright
  426. notice, this list of conditions and the following disclaimer.
  427. * Redistributions in binary form must reproduce the above copyright
  428. notice, this list of conditions and the following disclaimer in the
  429. documentation and/or other materials provided with the distribution.
  430. * Neither the name of the project nor the names of its contributors may be
  431. used to endorse or promote products derived from this software without
  432. specific prior written permission.
  433. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  434. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  435. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  436. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  437. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  438. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  439. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  440. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  441. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  442. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  443. --------------------------------------------------------------------------------
  444. convert, crypto, shelf_static and vm_service license:
  445. Copyright 2015, the Dart project authors.
  446. Redistribution and use in source and binary forms, with or without
  447. modification, are permitted provided that the following conditions are
  448. met:
  449. * Redistributions of source code must retain the above copyright
  450. notice, this list of conditions and the following disclaimer.
  451. * Redistributions in binary form must reproduce the above
  452. copyright notice, this list of conditions and the following
  453. disclaimer in the documentation and/or other materials provided
  454. with the distribution.
  455. * Neither the name of Google LLC nor the names of its
  456. contributors may be used to endorse or promote products derived
  457. from this software without specific prior written permission.
  458. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  459. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  460. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  461. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  462. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  463. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  464. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  465. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  466. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  467. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  468. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  469. --------------------------------------------------------------------------------
  470. coverage, dart_style, dartdoc, glob, http, http_parser, matcher, path, pool,
  471. pub_semver, source_span, string_scanner, test and watcher license:
  472. Copyright 2014, the Dart project authors.
  473. Redistribution and use in source and binary forms, with or without
  474. modification, are permitted provided that the following conditions are
  475. met:
  476. * Redistributions of source code must retain the above copyright
  477. notice, this list of conditions and the following disclaimer.
  478. * Redistributions in binary form must reproduce the above
  479. copyright notice, this list of conditions and the following
  480. disclaimer in the documentation and/or other materials provided
  481. with the distribution.
  482. * Neither the name of Google LLC nor the names of its
  483. contributors may be used to endorse or promote products derived
  484. from this software without specific prior written permission.
  485. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  486. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  487. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  488. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  489. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  490. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  491. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  492. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  493. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  494. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  495. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  496. --------------------------------------------------------------------------------
  497. ffi and package_config license:
  498. Copyright 2019, the Dart project authors.
  499. Redistribution and use in source and binary forms, with or without
  500. modification, are permitted provided that the following conditions are
  501. met:
  502. * Redistributions of source code must retain the above copyright
  503. notice, this list of conditions and the following disclaimer.
  504. * Redistributions in binary form must reproduce the above
  505. copyright notice, this list of conditions and the following
  506. disclaimer in the documentation and/or other materials provided
  507. with the distribution.
  508. * Neither the name of Google LLC nor the names of its
  509. contributors may be used to endorse or promote products derived
  510. from this software without specific prior written permission.
  511. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  512. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  513. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  514. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  515. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  516. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  517. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  518. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  519. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  520. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  521. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  522. --------------------------------------------------------------------------------
  523. file license:
  524. Copyright 2017, the Dart project authors. All rights reserved.
  525. Redistribution and use in source and binary forms, with or without
  526. modification, are permitted provided that the following conditions are
  527. met:
  528. * Redistributions of source code must retain the above copyright
  529. notice, this list of conditions and the following disclaimer.
  530. * Redistributions in binary form must reproduce the above
  531. copyright notice, this list of conditions and the following
  532. disclaimer in the documentation and/or other materials provided
  533. with the distribution.
  534. * Neither the name of Google Inc. nor the names of its
  535. contributors may be used to endorse or promote products derived
  536. from this software without specific prior written permission.
  537. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  538. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  539. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  540. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  541. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  542. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  543. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  544. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  545. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  546. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  547. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  548. --------------------------------------------------------------------------------
  549. fixnum, http_multi_server, oauth2, shelf, shelf_web_socket, source_maps and
  550. stack_trace license:
  551. Copyright 2014, the Dart project authors.
  552. Redistribution and use in source and binary forms, with or without
  553. modification, are permitted provided that the following conditions are
  554. met:
  555. * Redistributions of source code must retain the above copyright
  556. notice, this list of conditions and the following disclaimer.
  557. * Redistributions in binary form must reproduce the above
  558. copyright notice, this list of conditions and the following
  559. disclaimer in the documentation and/or other materials provided
  560. with the distribution.
  561. * Neither the name of Google LLC nor the names of its
  562. contributors may be used to endorse or promote products derived
  563. from this software without specific prior written permission.
  564. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  565. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  566. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  567. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  568. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  569. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  570. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  571. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  572. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  573. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  574. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  575. --------------------------------------------------------------------------------
  576. frontend_server_client license:
  577. Copyright 2020, the Dart project authors.
  578. Redistribution and use in source and binary forms, with or without
  579. modification, are permitted provided that the following conditions are
  580. met:
  581. * Redistributions of source code must retain the above copyright
  582. notice, this list of conditions and the following disclaimer.
  583. * Redistributions in binary form must reproduce the above
  584. copyright notice, this list of conditions and the following
  585. disclaimer in the documentation and/or other materials provided
  586. with the distribution.
  587. * Neither the name of Google LLC nor the names of its
  588. contributors may be used to endorse or promote products derived
  589. from this software without specific prior written permission.
  590. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  591. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  592. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  593. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  594. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  595. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  596. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  597. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  598. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  599. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  600. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  601. --------------------------------------------------------------------------------
  602. grinder and webkit_inspection_protocol license:
  603. Copyright 2013, Google Inc.
  604. All rights reserved.
  605. Redistribution and use in source and binary forms, with or without
  606. modification, are permitted provided that the following conditions are
  607. met:
  608. * Redistributions of source code must retain the above copyright
  609. notice, this list of conditions and the following disclaimer.
  610. * Redistributions in binary form must reproduce the above
  611. copyright notice, this list of conditions and the following disclaimer
  612. in the documentation and/or other materials provided with the
  613. distribution.
  614. * Neither the name of Google Inc. nor the names of its
  615. contributors may be used to endorse or promote products derived from
  616. this software without specific prior written permission.
  617. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  618. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  619. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  620. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  621. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  622. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  623. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  624. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  625. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  626. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  627. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  628. --------------------------------------------------------------------------------
  629. html license:
  630. Copyright (c) 2006-2012 The Authors
  631. Contributors:
  632. James Graham - jg307@cam.ac.uk
  633. Anne van Kesteren - annevankesteren@gmail.com
  634. Lachlan Hunt - lachlan.hunt@lachy.id.au
  635. Matt McDonald - kanashii@kanashii.ca
  636. Sam Ruby - rubys@intertwingly.net
  637. Ian Hickson (Google) - ian@hixie.ch
  638. Thomas Broyer - t.broyer@ltgt.net
  639. Jacques Distler - distler@golem.ph.utexas.edu
  640. Henri Sivonen - hsivonen@iki.fi
  641. Adam Barth - abarth@webkit.org
  642. Eric Seidel - eric@webkit.org
  643. The Mozilla Foundation (contributions from Henri Sivonen since 2008)
  644. David Flanagan (Mozilla) - dflanagan@mozilla.com
  645. Google LLC (contributed the Dart port) - misc@dartlang.org
  646. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  647. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  648. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  649. --------------------------------------------------------------------------------
  650. io, stream_transform and term_glyph license:
  651. Copyright 2017, the Dart project authors.
  652. Redistribution and use in source and binary forms, with or without
  653. modification, are permitted provided that the following conditions are
  654. met:
  655. * Redistributions of source code must retain the above copyright
  656. notice, this list of conditions and the following disclaimer.
  657. * Redistributions in binary form must reproduce the above
  658. copyright notice, this list of conditions and the following
  659. disclaimer in the documentation and/or other materials provided
  660. with the distribution.
  661. * Neither the name of Google LLC nor the names of its
  662. contributors may be used to endorse or promote products derived
  663. from this software without specific prior written permission.
  664. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  665. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  666. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  667. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  668. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  669. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  670. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  671. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  672. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  673. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  674. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  675. --------------------------------------------------------------------------------
  676. js license:
  677. Copyright 2012, the Dart project authors.
  678. Redistribution and use in source and binary forms, with or without
  679. modification, are permitted provided that the following conditions are
  680. met:
  681. * Redistributions of source code must retain the above copyright
  682. notice, this list of conditions and the following disclaimer.
  683. * Redistributions in binary form must reproduce the above
  684. copyright notice, this list of conditions and the following
  685. disclaimer in the documentation and/or other materials provided
  686. with the distribution.
  687. * Neither the name of Google LLC nor the names of its
  688. contributors may be used to endorse or promote products derived
  689. from this software without specific prior written permission.
  690. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  691. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  692. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  693. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  694. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  695. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  696. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  697. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  698. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  699. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  700. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  701. --------------------------------------------------------------------------------
  702. json_annotation license:
  703. Copyright 2017, the Dart project authors. All rights reserved.
  704. Redistribution and use in source and binary forms, with or without
  705. modification, are permitted provided that the following conditions are
  706. met:
  707. * Redistributions of source code must retain the above copyright
  708. notice, this list of conditions and the following disclaimer.
  709. * Redistributions in binary form must reproduce the above
  710. copyright notice, this list of conditions and the following
  711. disclaimer in the documentation and/or other materials provided
  712. with the distribution.
  713. * Neither the name of Google Inc. nor the names of its
  714. contributors may be used to endorse or promote products derived
  715. from this software without specific prior written permission.
  716. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  717. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  718. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  719. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  720. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  721. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  722. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  723. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  724. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  725. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  726. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  727. --------------------------------------------------------------------------------
  728. lints license:
  729. Copyright 2021, the Dart project authors.
  730. Redistribution and use in source and binary forms, with or without
  731. modification, are permitted provided that the following conditions are
  732. met:
  733. * Redistributions of source code must retain the above copyright
  734. notice, this list of conditions and the following disclaimer.
  735. * Redistributions in binary form must reproduce the above
  736. copyright notice, this list of conditions and the following
  737. disclaimer in the documentation and/or other materials provided
  738. with the distribution.
  739. * Neither the name of Google LLC nor the names of its
  740. contributors may be used to endorse or promote products derived
  741. from this software without specific prior written permission.
  742. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  743. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  744. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  745. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  746. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  747. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  748. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  749. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  750. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  751. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  752. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  753. --------------------------------------------------------------------------------
  754. markdown license:
  755. Copyright 2012, the Dart project authors.
  756. Redistribution and use in source and binary forms, with or without
  757. modification, are permitted provided that the following conditions are
  758. met:
  759. * Redistributions of source code must retain the above copyright
  760. notice, this list of conditions and the following disclaimer.
  761. * Redistributions in binary form must reproduce the above
  762. copyright notice, this list of conditions and the following
  763. disclaimer in the documentation and/or other materials provided
  764. with the distribution.
  765. * Neither the name of Google LLC nor the names of its
  766. contributors may be used to endorse or promote products derived
  767. from this software without specific prior written permission.
  768. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  769. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  770. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  771. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  772. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  773. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  774. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  775. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  776. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  777. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  778. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  779. --------------------------------------------------------------------------------
  780. native_synchronization license:
  781. Copyright 2023, the Dart project authors.
  782. Redistribution and use in source and binary forms, with or without
  783. modification, are permitted provided that the following conditions are
  784. met:
  785. * Redistributions of source code must retain the above copyright
  786. notice, this list of conditions and the following disclaimer.
  787. * Redistributions in binary form must reproduce the above
  788. copyright notice, this list of conditions and the following
  789. disclaimer in the documentation and/or other materials provided
  790. with the distribution.
  791. * Neither the name of Google LLC nor the names of its
  792. contributors may be used to endorse or promote products derived
  793. from this software without specific prior written permission.
  794. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  795. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  796. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  797. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  798. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  799. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  800. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  801. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  802. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  803. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  804. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  805. --------------------------------------------------------------------------------
  806. node_interop license:
  807. Copyright (c) 2017, Anatoly Pulyaevskiy.
  808. All rights reserved.
  809. Redistribution and use in source and binary forms, with or without
  810. modification, are permitted provided that the following conditions are met:
  811. * Redistributions of source code must retain the above copyright
  812. notice, this list of conditions and the following disclaimer.
  813. * Redistributions in binary form must reproduce the above copyright
  814. notice, this list of conditions and the following disclaimer in the
  815. documentation and/or other materials provided with the distribution.
  816. * Neither the name of the <organization> nor the
  817. names of its contributors may be used to endorse or promote products
  818. derived from this software without specific prior written permission.
  819. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  820. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  821. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  822. DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
  823. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  824. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  825. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  826. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  827. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  828. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  829. --------------------------------------------------------------------------------
  830. node_preamble license:
  831. The MIT License (MIT)
  832. Copyright (c) 2015 Michael Bullington
  833. Permission is hereby granted, free of charge, to any person obtaining a copy
  834. of this software and associated documentation files (the "Software"), to deal
  835. in the Software without restriction, including without limitation the rights
  836. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  837. copies of the Software, and to permit persons to whom the Software is
  838. furnished to do so, subject to the following conditions:
  839. The above copyright notice and this permission notice shall be included in all
  840. copies or substantial portions of the Software.
  841. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  842. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  843. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  844. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  845. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  846. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  847. SOFTWARE.
  848. ===
  849. Copyright 2012, the Dart project authors. All rights reserved.
  850. Redistribution and use in source and binary forms, with or without
  851. modification, are permitted provided that the following conditions are
  852. met:
  853. * Redistributions of source code must retain the above copyright
  854. notice, this list of conditions and the following disclaimer.
  855. * Redistributions in binary form must reproduce the above
  856. copyright notice, this list of conditions and the following
  857. disclaimer in the documentation and/or other materials provided
  858. with the distribution.
  859. * Neither the name of Google Inc. nor the names of its
  860. contributors may be used to endorse or promote products derived
  861. from this software without specific prior written permission.
  862. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  863. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  864. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  865. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  866. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  867. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  868. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  869. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  870. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  871. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  872. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  873. --------------------------------------------------------------------------------
  874. petitparser and xml license:
  875. The MIT License
  876. Copyright (c) 2006-2023 Lukas Renggli.
  877. All rights reserved.
  878. Permission is hereby granted, free of charge, to any person obtaining a copy
  879. of this software and associated documentation files (the "Software"), to deal
  880. in the Software without restriction, including without limitation the rights
  881. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  882. copies of the Software, and to permit persons to whom the Software is
  883. furnished to do so, subject to the following conditions:
  884. The above copyright notice and this permission notice shall be included in
  885. all copies or substantial portions of the Software.
  886. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  887. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  888. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  889. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  890. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  891. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  892. THE SOFTWARE.
  893. --------------------------------------------------------------------------------
  894. pointycastle license:
  895. Copyright (c) 2000 - 2019 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)
  896. Permission is hereby granted, free of charge, to any person obtaining a copy of
  897. this software and associated documentation files (the "Software"), to deal in
  898. the Software without restriction, including without limitation the rights to
  899. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  900. of the Software, and to permit persons to whom the Software is furnished to do
  901. so, subject to the following conditions:
  902. The above copyright notice and this permission notice shall be included in all
  903. copies or substantial portions of the Software.
  904. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  905. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  906. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  907. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  908. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  909. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  910. --------------------------------------------------------------------------------
  911. pub_api_client license:
  912. MIT License
  913. Copyright (c) 2020 Leo Farias
  914. Permission is hereby granted, free of charge, to any person obtaining a copy
  915. of this software and associated documentation files (the "Software"), to deal
  916. in the Software without restriction, including without limitation the rights
  917. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  918. copies of the Software, and to permit persons to whom the Software is
  919. furnished to do so, subject to the following conditions:
  920. The above copyright notice and this permission notice shall be included in all
  921. copies or substantial portions of the Software.
  922. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  923. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  924. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  925. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  926. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  927. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  928. SOFTWARE.
  929. --------------------------------------------------------------------------------
  930. pubspec license:
  931. Copyright (c) 2015, Anders Holmgren.
  932. All rights reserved.
  933. Redistribution and use in source and binary forms, with or without
  934. modification, are permitted provided that the following conditions are met:
  935. * Redistributions of source code must retain the above copyright
  936. notice, this list of conditions and the following disclaimer.
  937. * Redistributions in binary form must reproduce the above copyright
  938. notice, this list of conditions and the following disclaimer in the
  939. documentation and/or other materials provided with the distribution.
  940. * Neither the name of the <organization> nor the
  941. names of its contributors may be used to endorse or promote products
  942. derived from this software without specific prior written permission.
  943. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  944. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  945. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  946. DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
  947. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  948. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  949. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  950. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  951. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  952. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  953. --------------------------------------------------------------------------------
  954. pubspec_parse license:
  955. Copyright 2018, the Dart project authors.
  956. Redistribution and use in source and binary forms, with or without
  957. modification, are permitted provided that the following conditions are
  958. met:
  959. * Redistributions of source code must retain the above copyright
  960. notice, this list of conditions and the following disclaimer.
  961. * Redistributions in binary form must reproduce the above
  962. copyright notice, this list of conditions and the following
  963. disclaimer in the documentation and/or other materials provided
  964. with the distribution.
  965. * Neither the name of Google LLC nor the names of its
  966. contributors may be used to endorse or promote products derived
  967. from this software without specific prior written permission.
  968. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  969. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  970. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  971. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  972. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  973. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  974. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  975. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  976. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  977. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  978. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  979. --------------------------------------------------------------------------------
  980. quiver and retry license:
  981. Apache License
  982. Version 2.0, January 2004
  983. http://www.apache.org/licenses/
  984. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  985. 1. Definitions.
  986. "License" shall mean the terms and conditions for use, reproduction,
  987. and distribution as defined by Sections 1 through 9 of this document.
  988. "Licensor" shall mean the copyright owner or entity authorized by
  989. the copyright owner that is granting the License.
  990. "Legal Entity" shall mean the union of the acting entity and all
  991. other entities that control, are controlled by, or are under common
  992. control with that entity. For the purposes of this definition,
  993. "control" means (i) the power, direct or indirect, to cause the
  994. direction or management of such entity, whether by contract or
  995. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  996. outstanding shares, or (iii) beneficial ownership of such entity.
  997. "You" (or "Your") shall mean an individual or Legal Entity
  998. exercising permissions granted by this License.
  999. "Source" form shall mean the preferred form for making modifications,
  1000. including but not limited to software source code, documentation
  1001. source, and configuration files.
  1002. "Object" form shall mean any form resulting from mechanical
  1003. transformation or translation of a Source form, including but
  1004. not limited to compiled object code, generated documentation,
  1005. and conversions to other media types.
  1006. "Work" shall mean the work of authorship, whether in Source or
  1007. Object form, made available under the License, as indicated by a
  1008. copyright notice that is included in or attached to the work
  1009. (an example is provided in the Appendix below).
  1010. "Derivative Works" shall mean any work, whether in Source or Object
  1011. form, that is based on (or derived from) the Work and for which the
  1012. editorial revisions, annotations, elaborations, or other modifications
  1013. represent, as a whole, an original work of authorship. For the purposes
  1014. of this License, Derivative Works shall not include works that remain
  1015. separable from, or merely link (or bind by name) to the interfaces of,
  1016. the Work and Derivative Works thereof.
  1017. "Contribution" shall mean any work of authorship, including
  1018. the original version of the Work and any modifications or additions
  1019. to that Work or Derivative Works thereof, that is intentionally
  1020. submitted to Licensor for inclusion in the Work by the copyright owner
  1021. or by an individual or Legal Entity authorized to submit on behalf of
  1022. the copyright owner. For the purposes of this definition, "submitted"
  1023. means any form of electronic, verbal, or written communication sent
  1024. to the Licensor or its representatives, including but not limited to
  1025. communication on electronic mailing lists, source code control systems,
  1026. and issue tracking systems that are managed by, or on behalf of, the
  1027. Licensor for the purpose of discussing and improving the Work, but
  1028. excluding communication that is conspicuously marked or otherwise
  1029. designated in writing by the copyright owner as "Not a Contribution."
  1030. "Contributor" shall mean Licensor and any individual or Legal Entity
  1031. on behalf of whom a Contribution has been received by Licensor and
  1032. subsequently incorporated within the Work.
  1033. 2. Grant of Copyright License. Subject to the terms and conditions of
  1034. this License, each Contributor hereby grants to You a perpetual,
  1035. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1036. copyright license to reproduce, prepare Derivative Works of,
  1037. publicly display, publicly perform, sublicense, and distribute the
  1038. Work and such Derivative Works in Source or Object form.
  1039. 3. Grant of Patent License. Subject to the terms and conditions of
  1040. this License, each Contributor hereby grants to You a perpetual,
  1041. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1042. (except as stated in this section) patent license to make, have made,
  1043. use, offer to sell, sell, import, and otherwise transfer the Work,
  1044. where such license applies only to those patent claims licensable
  1045. by such Contributor that are necessarily infringed by their
  1046. Contribution(s) alone or by combination of their Contribution(s)
  1047. with the Work to which such Contribution(s) was submitted. If You
  1048. institute patent litigation against any entity (including a
  1049. cross-claim or counterclaim in a lawsuit) alleging that the Work
  1050. or a Contribution incorporated within the Work constitutes direct
  1051. or contributory patent infringement, then any patent licenses
  1052. granted to You under this License for that Work shall terminate
  1053. as of the date such litigation is filed.
  1054. 4. Redistribution. You may reproduce and distribute copies of the
  1055. Work or Derivative Works thereof in any medium, with or without
  1056. modifications, and in Source or Object form, provided that You
  1057. meet the following conditions:
  1058. (a) You must give any other recipients of the Work or
  1059. Derivative Works a copy of this License; and
  1060. (b) You must cause any modified files to carry prominent notices
  1061. stating that You changed the files; and
  1062. (c) You must retain, in the Source form of any Derivative Works
  1063. that You distribute, all copyright, patent, trademark, and
  1064. attribution notices from the Source form of the Work,
  1065. excluding those notices that do not pertain to any part of
  1066. the Derivative Works; and
  1067. (d) If the Work includes a "NOTICE" text file as part of its
  1068. distribution, then any Derivative Works that You distribute must
  1069. include a readable copy of the attribution notices contained
  1070. within such NOTICE file, excluding those notices that do not
  1071. pertain to any part of the Derivative Works, in at least one
  1072. of the following places: within a NOTICE text file distributed
  1073. as part of the Derivative Works; within the Source form or
  1074. documentation, if provided along with the Derivative Works; or,
  1075. within a display generated by the Derivative Works, if and
  1076. wherever such third-party notices normally appear. The contents
  1077. of the NOTICE file are for informational purposes only and
  1078. do not modify the License. You may add Your own attribution
  1079. notices within Derivative Works that You distribute, alongside
  1080. or as an addendum to the NOTICE text from the Work, provided
  1081. that such additional attribution notices cannot be construed
  1082. as modifying the License.
  1083. You may add Your own copyright statement to Your modifications and
  1084. may provide additional or different license terms and conditions
  1085. for use, reproduction, or distribution of Your modifications, or
  1086. for any such Derivative Works as a whole, provided Your use,
  1087. reproduction, and distribution of the Work otherwise complies with
  1088. the conditions stated in this License.
  1089. 5. Submission of Contributions. Unless You explicitly state otherwise,
  1090. any Contribution intentionally submitted for inclusion in the Work
  1091. by You to the Licensor shall be under the terms and conditions of
  1092. this License, without any additional terms or conditions.
  1093. Notwithstanding the above, nothing herein shall supersede or modify
  1094. the terms of any separate license agreement you may have executed
  1095. with Licensor regarding such Contributions.
  1096. 6. Trademarks. This License does not grant permission to use the trade
  1097. names, trademarks, service marks, or product names of the Licensor,
  1098. except as required for reasonable and customary use in describing the
  1099. origin of the Work and reproducing the content of the NOTICE file.
  1100. 7. Disclaimer of Warranty. Unless required by applicable law or
  1101. agreed to in writing, Licensor provides the Work (and each
  1102. Contributor provides its Contributions) on an "AS IS" BASIS,
  1103. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  1104. implied, including, without limitation, any warranties or conditions
  1105. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  1106. PARTICULAR PURPOSE. You are solely responsible for determining the
  1107. appropriateness of using or redistributing the Work and assume any
  1108. risks associated with Your exercise of permissions under this License.
  1109. 8. Limitation of Liability. In no event and under no legal theory,
  1110. whether in tort (including negligence), contract, or otherwise,
  1111. unless required by applicable law (such as deliberate and grossly
  1112. negligent acts) or agreed to in writing, shall any Contributor be
  1113. liable to You for damages, including any direct, indirect, special,
  1114. incidental, or consequential damages of any character arising as a
  1115. result of this License or out of the use or inability to use the
  1116. Work (including but not limited to damages for loss of goodwill,
  1117. work stoppage, computer failure or malfunction, or any and all
  1118. other commercial damages or losses), even if such Contributor
  1119. has been advised of the possibility of such damages.
  1120. 9. Accepting Warranty or Additional Liability. While redistributing
  1121. the Work or Derivative Works thereof, You may choose to offer,
  1122. and charge a fee for, acceptance of support, warranty, indemnity,
  1123. or other liability obligations and/or rights consistent with this
  1124. License. However, in accepting such obligations, You may act only
  1125. on Your own behalf and on Your sole responsibility, not on behalf
  1126. of any other Contributor, and only if You agree to indemnify,
  1127. defend, and hold each Contributor harmless for any liability
  1128. incurred by, or claims asserted against, such Contributor by reason
  1129. of your accepting any such warranty or additional liability.
  1130. END OF TERMS AND CONDITIONS
  1131. APPENDIX: How to apply the Apache License to your work.
  1132. To apply the Apache License to your work, attach the following
  1133. boilerplate notice, with the fields enclosed by brackets "[]"
  1134. replaced with your own identifying information. (Don't include
  1135. the brackets!) The text should be enclosed in the appropriate
  1136. comment syntax for the file format. We also recommend that a
  1137. file or class name and description of purpose be included on the
  1138. same "printed page" as the copyright notice for easier
  1139. identification within third-party archives.
  1140. Copyright [yyyy] [name of copyright owner]
  1141. Licensed under the Apache License, Version 2.0 (the "License");
  1142. you may not use this file except in compliance with the License.
  1143. You may obtain a copy of the License at
  1144. http://www.apache.org/licenses/LICENSE-2.0
  1145. Unless required by applicable law or agreed to in writing, software
  1146. distributed under the License is distributed on an "AS IS" BASIS,
  1147. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1148. See the License for the specific language governing permissions and
  1149. limitations under the License.
  1150. --------------------------------------------------------------------------------
  1151. test_api and test_core license:
  1152. Copyright 2018, the Dart project authors.
  1153. Redistribution and use in source and binary forms, with or without
  1154. modification, are permitted provided that the following conditions are
  1155. met:
  1156. * Redistributions of source code must retain the above copyright
  1157. notice, this list of conditions and the following disclaimer.
  1158. * Redistributions in binary form must reproduce the above
  1159. copyright notice, this list of conditions and the following
  1160. disclaimer in the documentation and/or other materials provided
  1161. with the distribution.
  1162. * Neither the name of Google LLC nor the names of its
  1163. contributors may be used to endorse or promote products derived
  1164. from this software without specific prior written permission.
  1165. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1166. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1167. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1168. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  1169. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1170. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1171. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1172. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1173. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1174. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  1175. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1176. --------------------------------------------------------------------------------
  1177. test_descriptor and web_socket_channel license:
  1178. Copyright 2016, the Dart project authors.
  1179. Redistribution and use in source and binary forms, with or without
  1180. modification, are permitted provided that the following conditions are
  1181. met:
  1182. * Redistributions of source code must retain the above copyright
  1183. notice, this list of conditions and the following disclaimer.
  1184. * Redistributions in binary form must reproduce the above
  1185. copyright notice, this list of conditions and the following
  1186. disclaimer in the documentation and/or other materials provided
  1187. with the distribution.
  1188. * Neither the name of Google LLC nor the names of its
  1189. contributors may be used to endorse or promote products derived
  1190. from this software without specific prior written permission.
  1191. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1192. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1193. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1194. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  1195. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1196. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1197. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1198. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1199. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1200. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  1201. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1202. --------------------------------------------------------------------------------
  1203. test_process license:
  1204. Copyright 2017, the Dart project authors.
  1205. Redistribution and use in source and binary forms, with or without
  1206. modification, are permitted provided that the following conditions are
  1207. met:
  1208. * Redistributions of source code must retain the above copyright
  1209. notice, this list of conditions and the following disclaimer.
  1210. * Redistributions in binary form must reproduce the above
  1211. copyright notice, this list of conditions and the following
  1212. disclaimer in the documentation and/or other materials provided
  1213. with the distribution.
  1214. * Neither the name of Google LLC nor the names of its
  1215. contributors may be used to endorse or promote products derived
  1216. from this software without specific prior written permission.
  1217. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1218. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1219. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1220. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  1221. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1222. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1223. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1224. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1225. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1226. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  1227. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1228. --------------------------------------------------------------------------------
  1229. uri license:
  1230. Copyright 2013, the Dart project authors. All rights reserved.
  1231. Redistribution and use in source and binary forms, with or without
  1232. modification, are permitted provided that the following conditions are
  1233. met:
  1234. * Redistributions of source code must retain the above copyright
  1235. notice, this list of conditions and the following disclaimer.
  1236. * Redistributions in binary form must reproduce the above
  1237. copyright notice, this list of conditions and the following
  1238. disclaimer in the documentation and/or other materials provided
  1239. with the distribution.
  1240. * Neither the name of Google Inc. nor the names of its
  1241. contributors may be used to endorse or promote products derived
  1242. from this software without specific prior written permission.
  1243. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1244. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1245. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1246. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  1247. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1248. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1249. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1250. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1251. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1252. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  1253. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1254. --------------------------------------------------------------------------------
  1255. yaml license:
  1256. Copyright (c) 2014, the Dart project authors.
  1257. Copyright (c) 2006, Kirill Simonov.
  1258. Permission is hereby granted, free of charge, to any person obtaining a copy of
  1259. this software and associated documentation files (the "Software"), to deal in
  1260. the Software without restriction, including without limitation the rights to
  1261. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  1262. of the Software, and to permit persons to whom the Software is furnished to do
  1263. so, subject to the following conditions:
  1264. The above copyright notice and this permission notice shall be included in all
  1265. copies or substantial portions of the Software.
  1266. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1267. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1268. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1269. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1270. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1271. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1272. SOFTWARE.