LICENSE 82 KB

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