LICENSE 81 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619
  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 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 and test_descriptor license:
  171. Copyright 2016, the Dart project authors. All rights reserved.
  172. Redistribution and use in source and binary forms, with or without
  173. modification, are permitted provided that the following conditions are
  174. met:
  175. * Redistributions of source code must retain the above copyright
  176. notice, this list of conditions and the following disclaimer.
  177. * Redistributions in binary form must reproduce the above
  178. copyright notice, this list of conditions and the following
  179. disclaimer in the documentation and/or other materials provided
  180. with the distribution.
  181. * Neither the name of Google Inc. nor the names of its
  182. contributors may be used to endorse or promote products derived
  183. from this software without specific prior written permission.
  184. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  185. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  186. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  187. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  188. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  189. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  190. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  191. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  192. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  193. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  194. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  195. --------------------------------------------------------------------------------
  196. charcode, oauth2, source_maps and stack_trace 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 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, dart_style, dartdoc, glob, http, http_parser, matcher, path, pool,
  470. pub_semver, 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. file license:
  497. Copyright 2017, the Dart project authors. All rights reserved.
  498. Redistribution and use in source and binary forms, with or without
  499. modification, are permitted provided that the following conditions are
  500. met:
  501. * Redistributions of source code must retain the above copyright
  502. notice, this list of conditions and the following disclaimer.
  503. * Redistributions in binary form must reproduce the above
  504. copyright notice, this list of conditions and the following
  505. disclaimer in the documentation and/or other materials provided
  506. with the distribution.
  507. * Neither the name of Google Inc. nor the names of its
  508. contributors may be used to endorse or promote products derived
  509. from this software without specific prior written permission.
  510. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  511. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  512. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  513. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  514. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  515. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  516. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  517. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  518. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  519. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  520. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  521. --------------------------------------------------------------------------------
  522. freezed_annotation license:
  523. MIT License
  524. Copyright (c) 2020 Remi Rousselet
  525. Permission is hereby granted, free of charge, to any person obtaining a copy
  526. of this software and associated documentation files (the "Software"), to deal
  527. in the Software without restriction, including without limitation the rights
  528. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  529. copies of the Software, and to permit persons to whom the Software is
  530. furnished to do so, subject to the following conditions:
  531. The above copyright notice and this permission notice shall be included in all
  532. copies or substantial portions of the Software.
  533. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  534. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  535. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  536. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  537. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  538. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  539. SOFTWARE.
  540. --------------------------------------------------------------------------------
  541. frontend_server_client license:
  542. Copyright 2020, the Dart project authors.
  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 LLC 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. grinder and webkit_inspection_protocol license:
  568. Copyright 2013, Google Inc.
  569. All rights reserved.
  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 disclaimer
  577. in the documentation and/or other materials provided with the
  578. distribution.
  579. * Neither the name of Google Inc. nor the names of its
  580. contributors may be used to endorse or promote products derived from
  581. 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. html license:
  595. Copyright (c) 2006-2012 The Authors
  596. Contributors:
  597. James Graham - jg307@cam.ac.uk
  598. Anne van Kesteren - annevankesteren@gmail.com
  599. Lachlan Hunt - lachlan.hunt@lachy.id.au
  600. Matt McDonald - kanashii@kanashii.ca
  601. Sam Ruby - rubys@intertwingly.net
  602. Ian Hickson (Google) - ian@hixie.ch
  603. Thomas Broyer - t.broyer@ltgt.net
  604. Jacques Distler - distler@golem.ph.utexas.edu
  605. Henri Sivonen - hsivonen@iki.fi
  606. Adam Barth - abarth@webkit.org
  607. Eric Seidel - eric@webkit.org
  608. The Mozilla Foundation (contributions from Henri Sivonen since 2008)
  609. David Flanagan (Mozilla) - dflanagan@mozilla.com
  610. Google Inc. (contributed the Dart port) - misc@dartlang.org
  611. 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:
  612. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  613. 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.
  614. --------------------------------------------------------------------------------
  615. http_multi_server, shelf and shelf_web_socket license:
  616. Copyright 2014, the Dart project authors.
  617. Redistribution and use in source and binary forms, with or without
  618. modification, are permitted provided that the following conditions are
  619. met:
  620. * Redistributions of source code must retain the above copyright
  621. notice, this list of conditions and the following disclaimer.
  622. * Redistributions in binary form must reproduce the above
  623. copyright notice, this list of conditions and the following
  624. disclaimer in the documentation and/or other materials provided
  625. with the distribution.
  626. * Neither the name of Google LLC nor the names of its
  627. contributors may be used to endorse or promote products derived
  628. from this software without specific prior written permission.
  629. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  630. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  631. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  632. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  633. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  634. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  635. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  636. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  637. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  638. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  639. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  640. --------------------------------------------------------------------------------
  641. io and term_glyph license:
  642. Copyright 2017, the Dart project authors.
  643. Redistribution and use in source and binary forms, with or without
  644. modification, are permitted provided that the following conditions are
  645. met:
  646. * Redistributions of source code must retain the above copyright
  647. notice, this list of conditions and the following disclaimer.
  648. * Redistributions in binary form must reproduce the above
  649. copyright notice, this list of conditions and the following
  650. disclaimer in the documentation and/or other materials provided
  651. with the distribution.
  652. * Neither the name of Google LLC nor the names of its
  653. contributors may be used to endorse or promote products derived
  654. from this software without specific prior written permission.
  655. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  656. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  657. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  658. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  659. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  660. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  661. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  662. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  663. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  664. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  665. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  666. --------------------------------------------------------------------------------
  667. js license:
  668. Copyright 2012, the Dart project authors.
  669. Redistribution and use in source and binary forms, with or without
  670. modification, are permitted provided that the following conditions are
  671. met:
  672. * Redistributions of source code must retain the above copyright
  673. notice, this list of conditions and the following disclaimer.
  674. * Redistributions in binary form must reproduce the above
  675. copyright notice, this list of conditions and the following
  676. disclaimer in the documentation and/or other materials provided
  677. with the distribution.
  678. * Neither the name of Google LLC nor the names of its
  679. contributors may be used to endorse or promote products derived
  680. from this software without specific prior written permission.
  681. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  682. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  683. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  684. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  685. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  686. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  687. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  688. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  689. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  690. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  691. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  692. --------------------------------------------------------------------------------
  693. json_annotation and stream_transform license:
  694. Copyright 2017, the Dart project authors. All rights reserved.
  695. Redistribution and use in source and binary forms, with or without
  696. modification, are permitted provided that the following conditions are
  697. met:
  698. * Redistributions of source code must retain the above copyright
  699. notice, this list of conditions and the following disclaimer.
  700. * Redistributions in binary form must reproduce the above
  701. copyright notice, this list of conditions and the following
  702. disclaimer in the documentation and/or other materials provided
  703. with the distribution.
  704. * Neither the name of Google Inc. nor the names of its
  705. contributors may be used to endorse or promote products derived
  706. from this software without specific prior written permission.
  707. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  708. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  709. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  710. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  711. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  712. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  713. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  714. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  715. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  716. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  717. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  718. --------------------------------------------------------------------------------
  719. lints license:
  720. Copyright 2021, the Dart project authors.
  721. Redistribution and use in source and binary forms, with or without
  722. modification, are permitted provided that the following conditions are
  723. met:
  724. * Redistributions of source code must retain the above copyright
  725. notice, this list of conditions and the following disclaimer.
  726. * Redistributions in binary form must reproduce the above
  727. copyright notice, this list of conditions and the following
  728. disclaimer in the documentation and/or other materials provided
  729. with the distribution.
  730. * Neither the name of Google LLC nor the names of its
  731. contributors may be used to endorse or promote products derived
  732. from this software without specific prior written permission.
  733. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  734. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  735. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  736. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  737. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  738. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  739. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  740. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  741. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  742. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  743. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  744. --------------------------------------------------------------------------------
  745. markdown license:
  746. Copyright 2012, the Dart project authors.
  747. Redistribution and use in source and binary forms, with or without
  748. modification, are permitted provided that the following conditions are
  749. met:
  750. * Redistributions of source code must retain the above copyright
  751. notice, this list of conditions and the following disclaimer.
  752. * Redistributions in binary form must reproduce the above
  753. copyright notice, this list of conditions and the following
  754. disclaimer in the documentation and/or other materials provided
  755. with the distribution.
  756. * Neither the name of Google LLC nor the names of its
  757. contributors may be used to endorse or promote products derived
  758. from this software without specific prior written permission.
  759. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  760. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  761. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  762. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  763. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  764. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  765. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  766. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  767. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  768. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  769. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  770. --------------------------------------------------------------------------------
  771. meta and shelf_packages_handler license:
  772. Copyright 2016, the Dart project authors.
  773. Redistribution and use in source and binary forms, with or without
  774. modification, are permitted provided that the following conditions are
  775. met:
  776. * Redistributions of source code must retain the above copyright
  777. notice, this list of conditions and the following disclaimer.
  778. * Redistributions in binary form must reproduce the above
  779. copyright notice, this list of conditions and the following
  780. disclaimer in the documentation and/or other materials provided
  781. with the distribution.
  782. * Neither the name of Google LLC nor the names of its
  783. contributors may be used to endorse or promote products derived
  784. from this software without specific prior written permission.
  785. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  786. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  787. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  788. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  789. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  790. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  791. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  792. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  793. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  794. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  795. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  796. --------------------------------------------------------------------------------
  797. node_interop license:
  798. Copyright (c) 2017, Anatoly Pulyaevskiy.
  799. All rights reserved.
  800. Redistribution and use in source and binary forms, with or without
  801. modification, are permitted provided that the following conditions are met:
  802. * Redistributions of source code must retain the above copyright
  803. notice, this list of conditions and the following disclaimer.
  804. * Redistributions in binary form must reproduce the above copyright
  805. notice, this list of conditions and the following disclaimer in the
  806. documentation and/or other materials provided with the distribution.
  807. * Neither the name of the <organization> nor the
  808. names of its contributors may be used to endorse or promote products
  809. derived from this software without specific prior written permission.
  810. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  811. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  812. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  813. DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
  814. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  815. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  816. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  817. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  818. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  819. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  820. --------------------------------------------------------------------------------
  821. node_preamble license:
  822. The MIT License (MIT)
  823. Copyright (c) 2015 Michael Bullington
  824. Permission is hereby granted, free of charge, to any person obtaining a copy
  825. of this software and associated documentation files (the "Software"), to deal
  826. in the Software without restriction, including without limitation the rights
  827. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  828. copies of the Software, and to permit persons to whom the Software is
  829. furnished to do so, subject to the following conditions:
  830. The above copyright notice and this permission notice shall be included in all
  831. copies or substantial portions of the Software.
  832. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  833. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  834. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  835. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  836. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  837. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  838. SOFTWARE.
  839. ===
  840. Copyright 2012, the Dart project authors. All rights reserved.
  841. Redistribution and use in source and binary forms, with or without
  842. modification, are permitted provided that the following conditions are
  843. met:
  844. * Redistributions of source code must retain the above copyright
  845. notice, this list of conditions and the following disclaimer.
  846. * Redistributions in binary form must reproduce the above
  847. copyright notice, this list of conditions and the following
  848. disclaimer in the documentation and/or other materials provided
  849. with the distribution.
  850. * Neither the name of Google Inc. nor the names of its
  851. contributors may be used to endorse or promote products derived
  852. from this software without specific prior written permission.
  853. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  854. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  855. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  856. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  857. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  858. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  859. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  860. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  861. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  862. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  863. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  864. --------------------------------------------------------------------------------
  865. package_config license:
  866. Copyright 2019, the Dart project authors.
  867. Redistribution and use in source and binary forms, with or without
  868. modification, are permitted provided that the following conditions are
  869. met:
  870. * Redistributions of source code must retain the above copyright
  871. notice, this list of conditions and the following disclaimer.
  872. * Redistributions in binary form must reproduce the above
  873. copyright notice, this list of conditions and the following
  874. disclaimer in the documentation and/or other materials provided
  875. with the distribution.
  876. * Neither the name of Google LLC nor the names of its
  877. contributors may be used to endorse or promote products derived
  878. from this software without specific prior written permission.
  879. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  880. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  881. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  882. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  883. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  884. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  885. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  886. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  887. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  888. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  889. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  890. --------------------------------------------------------------------------------
  891. petitparser and xml license:
  892. The MIT License
  893. Copyright (c) 2006-2022 Lukas Renggli.
  894. All rights reserved.
  895. Permission is hereby granted, free of charge, to any person obtaining a copy
  896. of this software and associated documentation files (the "Software"), to deal
  897. in the Software without restriction, including without limitation the rights
  898. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  899. copies of the Software, and to permit persons to whom the Software is
  900. furnished to do so, subject to the following conditions:
  901. The above copyright notice and this permission notice shall be included in
  902. all copies or substantial portions of the Software.
  903. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  904. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  905. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  906. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  907. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  908. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  909. THE SOFTWARE.
  910. --------------------------------------------------------------------------------
  911. pub_api_client license:
  912. MIT License
  913. Copyright (c) 2020 Leo Farias
  914. Permission is hereby granted, free of charge, to any person obtaining a copy
  915. of this software and associated documentation files (the "Software"), to deal
  916. in the Software without restriction, including without limitation the rights
  917. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  918. copies of the Software, and to permit persons to whom the Software is
  919. furnished to do so, subject to the following conditions:
  920. The above copyright notice and this permission notice shall be included in all
  921. copies or substantial portions of the Software.
  922. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  923. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  924. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  925. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  926. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  927. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  928. SOFTWARE.
  929. --------------------------------------------------------------------------------
  930. pubspec license:
  931. Copyright (c) 2015, Anders Holmgren.
  932. All rights reserved.
  933. Redistribution and use in source and binary forms, with or without
  934. modification, are permitted provided that the following conditions are met:
  935. * Redistributions of source code must retain the above copyright
  936. notice, this list of conditions and the following disclaimer.
  937. * Redistributions in binary form must reproduce the above copyright
  938. notice, this list of conditions and the following disclaimer in the
  939. documentation and/or other materials provided with the distribution.
  940. * Neither the name of the <organization> nor the
  941. names of its contributors may be used to endorse or promote products
  942. derived from this software without specific prior written permission.
  943. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  944. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  945. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  946. DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
  947. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  948. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  949. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  950. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  951. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  952. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  953. --------------------------------------------------------------------------------
  954. pubspec_parse, test_api and test_core license:
  955. Copyright 2018, the Dart project authors.
  956. Redistribution and use in source and binary forms, with or without
  957. modification, are permitted provided that the following conditions are
  958. met:
  959. * Redistributions of source code must retain the above copyright
  960. notice, this list of conditions and the following disclaimer.
  961. * Redistributions in binary form must reproduce the above
  962. copyright notice, this list of conditions and the following
  963. disclaimer in the documentation and/or other materials provided
  964. with the distribution.
  965. * Neither the name of Google LLC nor the names of its
  966. contributors may be used to endorse or promote products derived
  967. from this software without specific prior written permission.
  968. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  969. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  970. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  971. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  972. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  973. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  974. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  975. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  976. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  977. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  978. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  979. --------------------------------------------------------------------------------
  980. quiver license:
  981. Apache License
  982. Version 2.0, January 2004
  983. http://www.apache.org/licenses/
  984. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  985. 1. Definitions.
  986. "License" shall mean the terms and conditions for use, reproduction,
  987. and distribution as defined by Sections 1 through 9 of this document.
  988. "Licensor" shall mean the copyright owner or entity authorized by
  989. the copyright owner that is granting the License.
  990. "Legal Entity" shall mean the union of the acting entity and all
  991. other entities that control, are controlled by, or are under common
  992. control with that entity. For the purposes of this definition,
  993. "control" means (i) the power, direct or indirect, to cause the
  994. direction or management of such entity, whether by contract or
  995. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  996. outstanding shares, or (iii) beneficial ownership of such entity.
  997. "You" (or "Your") shall mean an individual or Legal Entity
  998. exercising permissions granted by this License.
  999. "Source" form shall mean the preferred form for making modifications,
  1000. including but not limited to software source code, documentation
  1001. source, and configuration files.
  1002. "Object" form shall mean any form resulting from mechanical
  1003. transformation or translation of a Source form, including but
  1004. not limited to compiled object code, generated documentation,
  1005. and conversions to other media types.
  1006. "Work" shall mean the work of authorship, whether in Source or
  1007. Object form, made available under the License, as indicated by a
  1008. copyright notice that is included in or attached to the work
  1009. (an example is provided in the Appendix below).
  1010. "Derivative Works" shall mean any work, whether in Source or Object
  1011. form, that is based on (or derived from) the Work and for which the
  1012. editorial revisions, annotations, elaborations, or other modifications
  1013. represent, as a whole, an original work of authorship. For the purposes
  1014. of this License, Derivative Works shall not include works that remain
  1015. separable from, or merely link (or bind by name) to the interfaces of,
  1016. the Work and Derivative Works thereof.
  1017. "Contribution" shall mean any work of authorship, including
  1018. the original version of the Work and any modifications or additions
  1019. to that Work or Derivative Works thereof, that is intentionally
  1020. submitted to Licensor for inclusion in the Work by the copyright owner
  1021. or by an individual or Legal Entity authorized to submit on behalf of
  1022. the copyright owner. For the purposes of this definition, "submitted"
  1023. means any form of electronic, verbal, or written communication sent
  1024. to the Licensor or its representatives, including but not limited to
  1025. communication on electronic mailing lists, source code control systems,
  1026. and issue tracking systems that are managed by, or on behalf of, the
  1027. Licensor for the purpose of discussing and improving the Work, but
  1028. excluding communication that is conspicuously marked or otherwise
  1029. designated in writing by the copyright owner as "Not a Contribution."
  1030. "Contributor" shall mean Licensor and any individual or Legal Entity
  1031. on behalf of whom a Contribution has been received by Licensor and
  1032. subsequently incorporated within the Work.
  1033. 2. Grant of Copyright License. Subject to the terms and conditions of
  1034. this License, each Contributor hereby grants to You a perpetual,
  1035. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1036. copyright license to reproduce, prepare Derivative Works of,
  1037. publicly display, publicly perform, sublicense, and distribute the
  1038. Work and such Derivative Works in Source or Object form.
  1039. 3. Grant of Patent License. Subject to the terms and conditions of
  1040. this License, each Contributor hereby grants to You a perpetual,
  1041. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  1042. (except as stated in this section) patent license to make, have made,
  1043. use, offer to sell, sell, import, and otherwise transfer the Work,
  1044. where such license applies only to those patent claims licensable
  1045. by such Contributor that are necessarily infringed by their
  1046. Contribution(s) alone or by combination of their Contribution(s)
  1047. with the Work to which such Contribution(s) was submitted. If You
  1048. institute patent litigation against any entity (including a
  1049. cross-claim or counterclaim in a lawsuit) alleging that the Work
  1050. or a Contribution incorporated within the Work constitutes direct
  1051. or contributory patent infringement, then any patent licenses
  1052. granted to You under this License for that Work shall terminate
  1053. as of the date such litigation is filed.
  1054. 4. Redistribution. You may reproduce and distribute copies of the
  1055. Work or Derivative Works thereof in any medium, with or without
  1056. modifications, and in Source or Object form, provided that You
  1057. meet the following conditions:
  1058. (a) You must give any other recipients of the Work or
  1059. Derivative Works a copy of this License; and
  1060. (b) You must cause any modified files to carry prominent notices
  1061. stating that You changed the files; and
  1062. (c) You must retain, in the Source form of any Derivative Works
  1063. that You distribute, all copyright, patent, trademark, and
  1064. attribution notices from the Source form of the Work,
  1065. excluding those notices that do not pertain to any part of
  1066. the Derivative Works; and
  1067. (d) If the Work includes a "NOTICE" text file as part of its
  1068. distribution, then any Derivative Works that You distribute must
  1069. include a readable copy of the attribution notices contained
  1070. within such NOTICE file, excluding those notices that do not
  1071. pertain to any part of the Derivative Works, in at least one
  1072. of the following places: within a NOTICE text file distributed
  1073. as part of the Derivative Works; within the Source form or
  1074. documentation, if provided along with the Derivative Works; or,
  1075. within a display generated by the Derivative Works, if and
  1076. wherever such third-party notices normally appear. The contents
  1077. of the NOTICE file are for informational purposes only and
  1078. do not modify the License. You may add Your own attribution
  1079. notices within Derivative Works that You distribute, alongside
  1080. or as an addendum to the NOTICE text from the Work, provided
  1081. that such additional attribution notices cannot be construed
  1082. as modifying the License.
  1083. You may add Your own copyright statement to Your modifications and
  1084. may provide additional or different license terms and conditions
  1085. for use, reproduction, or distribution of Your modifications, or
  1086. for any such Derivative Works as a whole, provided Your use,
  1087. reproduction, and distribution of the Work otherwise complies with
  1088. the conditions stated in this License.
  1089. 5. Submission of Contributions. Unless You explicitly state otherwise,
  1090. any Contribution intentionally submitted for inclusion in the Work
  1091. by You to the Licensor shall be under the terms and conditions of
  1092. this License, without any additional terms or conditions.
  1093. Notwithstanding the above, nothing herein shall supersede or modify
  1094. the terms of any separate license agreement you may have executed
  1095. with Licensor regarding such Contributions.
  1096. 6. Trademarks. This License does not grant permission to use the trade
  1097. names, trademarks, service marks, or product names of the Licensor,
  1098. except as required for reasonable and customary use in describing the
  1099. origin of the Work and reproducing the content of the NOTICE file.
  1100. 7. Disclaimer of Warranty. Unless required by applicable law or
  1101. agreed to in writing, Licensor provides the Work (and each
  1102. Contributor provides its Contributions) on an "AS IS" BASIS,
  1103. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  1104. implied, including, without limitation, any warranties or conditions
  1105. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  1106. PARTICULAR PURPOSE. You are solely responsible for determining the
  1107. appropriateness of using or redistributing the Work and assume any
  1108. risks associated with Your exercise of permissions under this License.
  1109. 8. Limitation of Liability. In no event and under no legal theory,
  1110. whether in tort (including negligence), contract, or otherwise,
  1111. unless required by applicable law (such as deliberate and grossly
  1112. negligent acts) or agreed to in writing, shall any Contributor be
  1113. liable to You for damages, including any direct, indirect, special,
  1114. incidental, or consequential damages of any character arising as a
  1115. result of this License or out of the use or inability to use the
  1116. Work (including but not limited to damages for loss of goodwill,
  1117. work stoppage, computer failure or malfunction, or any and all
  1118. other commercial damages or losses), even if such Contributor
  1119. has been advised of the possibility of such damages.
  1120. 9. Accepting Warranty or Additional Liability. While redistributing
  1121. the Work or Derivative Works thereof, You may choose to offer,
  1122. and charge a fee for, acceptance of support, warranty, indemnity,
  1123. or other liability obligations and/or rights consistent with this
  1124. License. However, in accepting such obligations, You may act only
  1125. on Your own behalf and on Your sole responsibility, not on behalf
  1126. of any other Contributor, and only if You agree to indemnify,
  1127. defend, and hold each Contributor harmless for any liability
  1128. incurred by, or claims asserted against, such Contributor by reason
  1129. of your accepting any such warranty or additional liability.
  1130. END OF TERMS AND CONDITIONS
  1131. APPENDIX: How to apply the Apache License to your work.
  1132. To apply the Apache License to your work, attach the following
  1133. boilerplate notice, with the fields enclosed by brackets "[]"
  1134. replaced with your own identifying information. (Don't include
  1135. the brackets!) The text should be enclosed in the appropriate
  1136. comment syntax for the file format. We also recommend that a
  1137. file or class name and description of purpose be included on the
  1138. same "printed page" as the copyright notice for easier
  1139. identification within third-party archives.
  1140. Copyright [yyyy] [name of copyright owner]
  1141. Licensed under the Apache License, Version 2.0 (the "License");
  1142. you may not use this file except in compliance with the License.
  1143. You may obtain a copy of the License at
  1144. http://www.apache.org/licenses/LICENSE-2.0
  1145. Unless required by applicable law or agreed to in writing, software
  1146. distributed under the License is distributed on an "AS IS" BASIS,
  1147. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  1148. See the License for the specific language governing permissions and
  1149. limitations under the License.
  1150. --------------------------------------------------------------------------------
  1151. source_map_stack_trace license:
  1152. Copyright 2015, the Dart project authors. All rights reserved.
  1153. Redistribution and use in source and binary forms, with or without
  1154. modification, are permitted provided that the following conditions are
  1155. met:
  1156. * Redistributions of source code must retain the above copyright
  1157. notice, this list of conditions and the following disclaimer.
  1158. * Redistributions in binary form must reproduce the above
  1159. copyright notice, this list of conditions and the following
  1160. disclaimer in the documentation and/or other materials provided
  1161. with the distribution.
  1162. * Neither the name of Google Inc. nor the names of its
  1163. contributors may be used to endorse or promote products derived
  1164. from this software without specific prior written permission.
  1165. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1166. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1167. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1168. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  1169. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1170. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1171. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1172. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1173. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1174. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  1175. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1176. --------------------------------------------------------------------------------
  1177. test_process license:
  1178. Copyright 2017, the Dart project authors.
  1179. Redistribution and use in source and binary forms, with or without
  1180. modification, are permitted provided that the following conditions are
  1181. met:
  1182. * Redistributions of source code must retain the above copyright
  1183. notice, this list of conditions and the following disclaimer.
  1184. * Redistributions in binary form must reproduce the above
  1185. copyright notice, this list of conditions and the following
  1186. disclaimer in the documentation and/or other materials provided
  1187. with the distribution.
  1188. * Neither the name of Google LLC nor the names of its
  1189. contributors may be used to endorse or promote products derived
  1190. from this software without specific prior written permission.
  1191. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1192. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1193. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1194. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  1195. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1196. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1197. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1198. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1199. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1200. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  1201. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1202. --------------------------------------------------------------------------------
  1203. tuple license:
  1204. Copyright (c) 2014, the tuple project authors.
  1205. All rights reserved.
  1206. Redistribution and use in source and binary forms, with or without
  1207. modification, are permitted provided that the following conditions are met:
  1208. * Redistributions of source code must retain the above copyright
  1209. notice, this list of conditions and the following disclaimer.
  1210. * Redistributions in binary form must reproduce the above copyright
  1211. notice, this list of conditions and the following disclaimer in the
  1212. documentation and/or other materials provided with the distribution.
  1213. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  1214. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  1215. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  1216. DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
  1217. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  1218. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  1219. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  1220. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1221. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  1222. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1223. --------------------------------------------------------------------------------
  1224. uri license:
  1225. Copyright 2013, the Dart project authors. All rights reserved.
  1226. Redistribution and use in source and binary forms, with or without
  1227. modification, are permitted provided that the following conditions are
  1228. met:
  1229. * Redistributions of source code must retain the above copyright
  1230. notice, this list of conditions and the following disclaimer.
  1231. * Redistributions in binary form must reproduce the above
  1232. copyright notice, this list of conditions and the following
  1233. disclaimer in the documentation and/or other materials provided
  1234. with the distribution.
  1235. * Neither the name of Google Inc. nor the names of its
  1236. contributors may be used to endorse or promote products derived
  1237. from this software without specific prior written permission.
  1238. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1239. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1240. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1241. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  1242. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1243. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1244. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1245. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1246. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1247. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  1248. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1249. --------------------------------------------------------------------------------
  1250. web_socket_channel license:
  1251. Copyright 2016, the Dart project authors.
  1252. Redistribution and use in source and binary forms, with or without
  1253. modification, are permitted provided that the following conditions are
  1254. met:
  1255. * Redistributions of source code must retain the above copyright
  1256. notice, this list of conditions and the following disclaimer.
  1257. * Redistributions in binary form must reproduce the above
  1258. copyright notice, this list of conditions and the following
  1259. disclaimer in the documentation and/or other materials provided
  1260. with the distribution.
  1261. * Neither the name of Google LLC nor the names of its
  1262. contributors may be used to endorse or promote products derived
  1263. from this software without specific prior written permission.
  1264. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  1265. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  1266. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  1267. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  1268. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  1269. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  1270. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  1271. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  1272. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  1273. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  1274. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  1275. --------------------------------------------------------------------------------
  1276. yaml license:
  1277. Copyright (c) 2014, the Dart project authors.
  1278. Copyright (c) 2006, Kirill Simonov.
  1279. Permission is hereby granted, free of charge, to any person obtaining a copy of
  1280. this software and associated documentation files (the "Software"), to deal in
  1281. the Software without restriction, including without limitation the rights to
  1282. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  1283. of the Software, and to permit persons to whom the Software is furnished to do
  1284. so, subject to the following conditions:
  1285. The above copyright notice and this permission notice shall be included in all
  1286. copies or substantial portions of the Software.
  1287. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  1288. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  1289. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  1290. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  1291. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  1292. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  1293. SOFTWARE.