Layout von Websiten mit Bootstrap und Foundation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

LICENSE 58KB

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