You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Third_Party_Open_Source_Software_Notice 48 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898
  1. OPEN SOURCE SOFTWARE NOTICE
  2. Please note we provide an open source software notice along with this product and/or this product firmware (in the following just “this product”). The open source software licenses are granted by the respective right holders. And the open source licenses prevail all other license information with regard to the respective open source software contained in the product, including but not limited to End User Software Licensing Agreement. This notice is provided on behalf of Huawei Technologies Co. Ltd. and any of its local subsidiaries which may have provided this product to you in your local country.
  3. Warranty Disclaimer
  4. THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
  5. Copyright Notice and License Texts
  6. Software: axios v0.18.1
  7. Copyright (c) 2014-present Matt Zabriskie
  8. Permission is hereby granted, free of charge, to any person obtaining a copy
  9. of this software and associated documentation files (the "Software"), to deal
  10. in the Software without restriction, including without limitation the rights
  11. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  12. copies of the Software, and to permit persons to whom the Software is
  13. furnished to do so, subject to the following conditions:
  14. The above copyright notice and this permission notice shall be included in
  15. all copies or substantial portions of the Software.
  16. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  17. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  18. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  19. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  20. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  21. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  22. THE SOFTWARE.
  23. Software: d3 v5.9.7
  24. Copyright 2010-2017 Mike Bostock
  25. All rights reserved.
  26. Redistribution and use in source and binary forms, with or without modification,
  27. are permitted provided that the following conditions are met:
  28. * Redistributions of source code must retain the above copyright notice, this
  29. list of conditions and the following disclaimer.
  30. * Redistributions in binary form must reproduce the above copyright notice,
  31. this list of conditions and the following disclaimer in the documentation
  32. and/or other materials provided with the distribution.
  33. * Neither the name of the author nor the names of contributors may be used to
  34. endorse or promote products derived from this software without specific prior
  35. written permission.
  36. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  37. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  38. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  39. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  40. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  41. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  42. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  43. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  44. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  45. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  46. Software: d3-graphviz v3.0.4
  47. Copyright 2017, Magnus Jacobsson
  48. All rights reserved.
  49. Redistribution and use in source and binary forms, with or without modification,
  50. are permitted provided that the following conditions are met:
  51. * Redistributions of source code must retain the above copyright notice, this
  52. list of conditions and the following disclaimer.
  53. * Redistributions in binary form must reproduce the above copyright notice,
  54. this list of conditions and the following disclaimer in the documentation
  55. and/or other materials provided with the distribution.
  56. * Neither the name of the author nor the names of contributors may be used to
  57. endorse or promote products derived from this software without specific prior
  58. written permission.
  59. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  60. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  61. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  62. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  63. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  64. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  65. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  66. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  67. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  68. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  69. Software: vue v2.6.11
  70. The MIT License (MIT)
  71. Copyright (c) 2013-present, Yuxi (Evan) You
  72. Permission is hereby granted, free of charge, to any person obtaining a copy
  73. of this software and associated documentation files (the "Software"), to deal
  74. in the Software without restriction, including without limitation the rights
  75. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  76. copies of the Software, and to permit persons to whom the Software is
  77. furnished to do so, subject to the following conditions:
  78. The above copyright notice and this permission notice shall be included in
  79. all copies or substantial portions of the Software.
  80. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  81. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  82. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  83. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  84. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  85. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  86. THE SOFTWARE.
  87. Software: vue-i18n v8.15.0
  88. The MIT License (MIT)
  89. Copyright (c) 2016 kazuya kawaguchi
  90. Permission is hereby granted, free of charge, to any person obtaining a copy of
  91. this software and associated documentation files (the "Software"), to deal in
  92. the Software without restriction, including without limitation the rights to
  93. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  94. the Software, and to permit persons to whom the Software is furnished to do so,
  95. subject to the following conditions:
  96. The above copyright notice and this permission notice shall be included in all
  97. copies or substantial portions of the Software.
  98. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  99. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  100. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  101. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  102. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  103. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  104. Software: vuex v3.1.1
  105. The MIT License (MIT)
  106. Copyright (c) 2015-present Evan You
  107. Permission is hereby granted, free of charge, to any person obtaining a copy
  108. of this software and associated documentation files (the "Software"), to deal
  109. in the Software without restriction, including without limitation the rights
  110. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  111. copies of the Software, and to permit persons to whom the Software is
  112. furnished to do so, subject to the following conditions:
  113. The above copyright notice and this permission notice shall be included in
  114. all copies or substantial portions of the Software.
  115. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  116. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  117. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  118. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  119. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  120. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  121. THE SOFTWARE.
  122. Software: element-ui v2.11.1
  123. The MIT License (MIT)
  124. Copyright (c) 2016-present ElemeFE
  125. Permission is hereby granted, free of charge, to any person obtaining a copy
  126. of this software and associated documentation files (the "Software"), to deal
  127. in the Software without restriction, including without limitation the rights
  128. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  129. copies of the Software, and to permit persons to whom the Software is
  130. furnished to do so, subject to the following conditions:
  131. The above copyright notice and this permission notice shall be included in all
  132. copies or substantial portions of the Software.
  133. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  134. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  135. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  136. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  137. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  138. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  139. SOFTWARE.
  140. Software: vue-router v3.1.3
  141. MIT License
  142. Copyright (c) 2013-present Evan You
  143. Permission is hereby granted, free of charge, to any person obtaining a copy
  144. of this software and associated documentation files (the "Software"), to deal
  145. in the Software without restriction, including without limitation the rights
  146. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  147. copies of the Software, and to permit persons to whom the Software is
  148. furnished to do so, subject to the following conditions:
  149. The above copyright notice and this permission notice shall be included in all
  150. copies or substantial portions of the Software.
  151. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  152. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  153. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  154. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  155. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  156. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  157. SOFTWARE.
  158. Software: echarts v4.7.0
  159. The MIT License (MIT)
  160. Copyright (c) 2016-present GU Yiling & ECOMFE
  161. Permission is hereby granted, free of charge, to any person obtaining a copy
  162. of this software and associated documentation files (the "Software"), to deal
  163. in the Software without restriction, including without limitation the rights
  164. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  165. copies of the Software, and to permit persons to whom the Software is
  166. furnished to do so, subject to the following conditions:
  167. The above copyright notice and this permission notice shall be included in all
  168. copies or substantial portions of the Software.
  169. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  170. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  171. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  172. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  173. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  174. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  175. SOFTWARE.
  176. Software: core-js v3.3.2
  177. Copyright (c) 2014-2020 Denis Pushkarev
  178. Permission is hereby granted, free of charge, to any person obtaining a copy
  179. of this software and associated documentation files (the "Software"), to deal
  180. in the Software without restriction, including without limitation the rights
  181. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  182. copies of the Software, and to permit persons to whom the Software is
  183. furnished to do so, subject to the following conditions:
  184. The above copyright notice and this permission notice shall be included in
  185. all copies or substantial portions of the Software.
  186. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  187. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  188. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  189. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  190. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  191. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  192. THE SOFTWARE.
  193. Software: vue-i18n-loader v0.6.1
  194. The MIT License (MIT)
  195. Copyright (c) 2017 kazuya kawaguchi
  196. Permission is hereby granted, free of charge, to any person obtaining a copy of
  197. this software and associated documentation files (the "Software"), to deal in
  198. the Software without restriction, including without limitation the rights to
  199. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  200. the Software, and to permit persons to whom the Software is furnished to do so,
  201. subject to the following conditions:
  202. The above copyright notice and this permission notice shall be included in all
  203. copies or substantial portions of the Software.
  204. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  205. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  206. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  207. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  208. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  209. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  210. Software: babel-eslint v10.0.3
  211. Copyright (c) 2014-2016 Sebastian McKenzie <sebmck@gmail.com>
  212. MIT License
  213. Permission is hereby granted, free of charge, to any person obtaining
  214. a copy of this software and associated documentation files (the
  215. "Software"), to deal in the Software without restriction, including
  216. without limitation the rights to use, copy, modify, merge, publish,
  217. distribute, sublicense, and/or sell copies of the Software, and to
  218. permit persons to whom the Software is furnished to do so, subject to
  219. the following conditions:
  220. The above copyright notice and this permission notice shall be
  221. included in all copies or substantial portions of the Software.
  222. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  223. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  224. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  225. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  226. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  227. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  228. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  229. Software: eslint v6.6.0
  230. Copyright JS Foundation and other contributors, https://js.foundation
  231. Permission is hereby granted, free of charge, to any person obtaining a copy
  232. of this software and associated documentation files (the "Software"), to deal
  233. in the Software without restriction, including without limitation the rights
  234. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  235. copies of the Software, and to permit persons to whom the Software is
  236. furnished to do so, subject to the following conditions:
  237. The above copyright notice and this permission notice shall be included in
  238. all copies or substantial portions of the Software.
  239. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  240. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  241. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  242. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  243. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  244. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  245. THE SOFTWARE.
  246. Software: eslint-plugin-vue v5.2.3
  247. MIT License
  248. Copyright (c) 2017 Toru Nagashima
  249. Permission is hereby granted, free of charge, to any person obtaining a copy
  250. of this software and associated documentation files (the "Software"), to deal
  251. in the Software without restriction, including without limitation the rights
  252. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  253. copies of the Software, and to permit persons to whom the Software is
  254. furnished to do so, subject to the following conditions:
  255. The above copyright notice and this permission notice shall be included in all
  256. copies or substantial portions of the Software.
  257. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  258. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  259. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  260. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  261. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  262. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  263. SOFTWARE.
  264. Software: sass-loader v8.0.0
  265. Copyright JS Foundation and other contributors
  266. Permission is hereby granted, free of charge, to any person obtaining
  267. a copy of this software and associated documentation files (the
  268. 'Software'), to deal in the Software without restriction, including
  269. without limitation the rights to use, copy, modify, merge, publish,
  270. distribute, sublicense, and/or sell copies of the Software, and to
  271. permit persons to whom the Software is furnished to do so, subject to
  272. the following conditions:
  273. The above copyright notice and this permission notice shall be
  274. included in all copies or substantial portions of the Software.
  275. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  276. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  277. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  278. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  279. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  280. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  281. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  282. Software: dart-sass v1.25.0
  283. Copyright (c) 2016, Google Inc.
  284. Permission is hereby granted, free of charge, to any person obtaining
  285. a copy of this software and associated documentation files (the
  286. "Software"), to deal in the Software without restriction, including
  287. without limitation the rights to use, copy, modify, merge, publish,
  288. distribute, sublicense, and/or sell copies of the Software, and to
  289. permit persons to whom the Software is furnished to do so, subject to
  290. the following conditions:
  291. The above copyright notice and this permission notice shall be
  292. included in all copies or substantial portions of the Software.
  293. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  294. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  295. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  296. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  297. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  298. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  299. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  300. Software: vue-cli v4.1.0
  301. The MIT License (MIT)
  302. Copyright (c) 2017-present, Yuxi (Evan) You
  303. Permission is hereby granted, free of charge, to any person obtaining a copy
  304. of this software and associated documentation files (the "Software"), to deal
  305. in the Software without restriction, including without limitation the rights
  306. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  307. copies of the Software, and to permit persons to whom the Software is
  308. furnished to do so, subject to the following conditions:
  309. The above copyright notice and this permission notice shall be included in
  310. all copies or substantial portions of the Software.
  311. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  312. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  313. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  314. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  315. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  316. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  317. THE SOFTWARE.
  318. Software: vue-cli-plugin-i18n v0.6.1
  319. The MIT License (MIT)
  320. Copyright (c) 2018 kazuya kawaguchi
  321. Permission is hereby granted, free of charge, to any person obtaining a copy of
  322. this software and associated documentation files (the "Software"), to deal in
  323. the Software without restriction, including without limitation the rights to
  324. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  325. the Software, and to permit persons to whom the Software is furnished to do so,
  326. subject to the following conditions:
  327. The above copyright notice and this permission notice shall be included in all
  328. copies or substantial portions of the Software.
  329. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  330. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  331. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  332. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  333. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  334. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  335. Software: slickGrid v2.4.22
  336. Copyright (c) 2009-2019 Michael Leibman and Ben McIntyre, http://github.com/6pac/slickgrid
  337. Permission is hereby granted, free of charge, to any person obtaining
  338. a copy of this software and associated documentation files (the
  339. "Software"), to deal in the Software without restriction, including
  340. without limitation the rights to use, copy, modify, merge, publish,
  341. distribute, sublicense, and/or sell copies of the Software, and to
  342. permit persons to whom the Software is furnished to do so, subject to
  343. the following conditions:
  344. The above copyright notice and this permission notice shall be
  345. included in all copies or substantial portions of the Software.
  346. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  347. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  348. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  349. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  350. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  351. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  352. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  353. Software: jquery v3.5.0
  354. Copyright JS Foundation and other contributors, https://js.foundation/
  355. Permission is hereby granted, free of charge, to any person obtaining
  356. a copy of this software and associated documentation files (the
  357. "Software"), to deal in the Software without restriction, including
  358. without limitation the rights to use, copy, modify, merge, publish,
  359. distribute, sublicense, and/or sell copies of the Software, and to
  360. permit persons to whom the Software is furnished to do so, subject to
  361. the following conditions:
  362. The above copyright notice and this permission notice shall be
  363. included in all copies or substantial portions of the Software.
  364. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  365. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  366. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  367. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  368. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  369. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  370. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  371. Software: SPIRV-Tools v2020.6
  372. Apache License
  373. Version 2.0, January 2004
  374. http://www.apache.org/licenses/
  375. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  376. 1. Definitions.
  377. "License" shall mean the terms and conditions for use, reproduction,
  378. and distribution as defined by Sections 1 through 9 of this document.
  379. "Licensor" shall mean the copyright owner or entity authorized by
  380. the copyright owner that is granting the License.
  381. "Legal Entity" shall mean the union of the acting entity and all
  382. other entities that control, are controlled by, or are under common
  383. control with that entity. For the purposes of this definition,
  384. "control" means (i) the power, direct or indirect, to cause the
  385. direction or management of such entity, whether by contract or
  386. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  387. outstanding shares, or (iii) beneficial ownership of such entity.
  388. "You" (or "Your") shall mean an individual or Legal Entity
  389. exercising permissions granted by this License.
  390. "Source" form shall mean the preferred form for making modifications,
  391. including but not limited to software source code, documentation
  392. source, and configuration files.
  393. "Object" form shall mean any form resulting from mechanical
  394. transformation or translation of a Source form, including but
  395. not limited to compiled object code, generated documentation,
  396. and conversions to other media types.
  397. "Work" shall mean the work of authorship, whether in Source or
  398. Object form, made available under the License, as indicated by a
  399. copyright notice that is included in or attached to the work
  400. (an example is provided in the Appendix below).
  401. "Derivative Works" shall mean any work, whether in Source or Object
  402. form, that is based on (or derived from) the Work and for which the
  403. editorial revisions, annotations, elaborations, or other modifications
  404. represent, as a whole, an original work of authorship. For the purposes
  405. of this License, Derivative Works shall not include works that remain
  406. separable from, or merely link (or bind by name) to the interfaces of,
  407. the Work and Derivative Works thereof.
  408. "Contribution" shall mean any work of authorship, including
  409. the original version of the Work and any modifications or additions
  410. to that Work or Derivative Works thereof, that is intentionally
  411. submitted to Licensor for inclusion in the Work by the copyright owner
  412. or by an individual or Legal Entity authorized to submit on behalf of
  413. the copyright owner. For the purposes of this definition, "submitted"
  414. means any form of electronic, verbal, or written communication sent
  415. to the Licensor or its representatives, including but not limited to
  416. communication on electronic mailing lists, source code control systems,
  417. and issue tracking systems that are managed by, or on behalf of, the
  418. Licensor for the purpose of discussing and improving the Work, but
  419. excluding communication that is conspicuously marked or otherwise
  420. designated in writing by the copyright owner as "Not a Contribution."
  421. "Contributor" shall mean Licensor and any individual or Legal Entity
  422. on behalf of whom a Contribution has been received by Licensor and
  423. subsequently incorporated within the Work.
  424. 2. Grant of Copyright License. Subject to the terms and conditions of
  425. this License, each Contributor hereby grants to You a perpetual,
  426. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  427. copyright license to reproduce, prepare Derivative Works of,
  428. publicly display, publicly perform, sublicense, and distribute the
  429. Work and such Derivative Works in Source or Object form.
  430. 3. Grant of Patent License. Subject to the terms and conditions of
  431. this License, each Contributor hereby grants to You a perpetual,
  432. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  433. (except as stated in this section) patent license to make, have made,
  434. use, offer to sell, sell, import, and otherwise transfer the Work,
  435. where such license applies only to those patent claims licensable
  436. by such Contributor that are necessarily infringed by their
  437. Contribution(s) alone or by combination of their Contribution(s)
  438. with the Work to which such Contribution(s) was submitted. If You
  439. institute patent litigation against any entity (including a
  440. cross-claim or counterclaim in a lawsuit) alleging that the Work
  441. or a Contribution incorporated within the Work constitutes direct
  442. or contributory patent infringement, then any patent licenses
  443. granted to You under this License for that Work shall terminate
  444. as of the date such litigation is filed.
  445. 4. Redistribution. You may reproduce and distribute copies of the
  446. Work or Derivative Works thereof in any medium, with or without
  447. modifications, and in Source or Object form, provided that You
  448. meet the following conditions:
  449. (a) You must give any other recipients of the Work or
  450. Derivative Works a copy of this License; and
  451. (b) You must cause any modified files to carry prominent notices
  452. stating that You changed the files; and
  453. (c) You must retain, in the Source form of any Derivative Works
  454. that You distribute, all copyright, patent, trademark, and
  455. attribution notices from the Source form of the Work,
  456. excluding those notices that do not pertain to any part of
  457. the Derivative Works; and
  458. (d) If the Work includes a "NOTICE" text file as part of its
  459. distribution, then any Derivative Works that You distribute must
  460. include a readable copy of the attribution notices contained
  461. within such NOTICE file, excluding those notices that do not
  462. pertain to any part of the Derivative Works, in at least one
  463. of the following places: within a NOTICE text file distributed
  464. as part of the Derivative Works; within the Source form or
  465. documentation, if provided along with the Derivative Works; or,
  466. within a display generated by the Derivative Works, if and
  467. wherever such third-party notices normally appear. The contents
  468. of the NOTICE file are for informational purposes only and
  469. do not modify the License. You may add Your own attribution
  470. notices within Derivative Works that You distribute, alongside
  471. or as an addendum to the NOTICE text from the Work, provided
  472. that such additional attribution notices cannot be construed
  473. as modifying the License.
  474. You may add Your own copyright statement to Your modifications and
  475. may provide additional or different license terms and conditions
  476. for use, reproduction, or distribution of Your modifications, or
  477. for any such Derivative Works as a whole, provided Your use,
  478. reproduction, and distribution of the Work otherwise complies with
  479. the conditions stated in this License.
  480. 5. Submission of Contributions. Unless You explicitly state otherwise,
  481. any Contribution intentionally submitted for inclusion in the Work
  482. by You to the Licensor shall be under the terms and conditions of
  483. this License, without any additional terms or conditions.
  484. Notwithstanding the above, nothing herein shall supersede or modify
  485. the terms of any separate license agreement you may have executed
  486. with Licensor regarding such Contributions.
  487. 6. Trademarks. This License does not grant permission to use the trade
  488. names, trademarks, service marks, or product names of the Licensor,
  489. except as required for reasonable and customary use in describing the
  490. origin of the Work and reproducing the content of the NOTICE file.
  491. 7. Disclaimer of Warranty. Unless required by applicable law or
  492. agreed to in writing, Licensor provides the Work (and each
  493. Contributor provides its Contributions) on an "AS IS" BASIS,
  494. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  495. implied, including, without limitation, any warranties or conditions
  496. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  497. PARTICULAR PURPOSE. You are solely responsible for determining the
  498. appropriateness of using or redistributing the Work and assume any
  499. risks associated with Your exercise of permissions under this License.
  500. 8. Limitation of Liability. In no event and under no legal theory,
  501. whether in tort (including negligence), contract, or otherwise,
  502. unless required by applicable law (such as deliberate and grossly
  503. negligent acts) or agreed to in writing, shall any Contributor be
  504. liable to You for damages, including any direct, indirect, special,
  505. incidental, or consequential damages of any character arising as a
  506. result of this License or out of the use or inability to use the
  507. Work (including but not limited to damages for loss of goodwill,
  508. work stoppage, computer failure or malfunction, or any and all
  509. other commercial damages or losses), even if such Contributor
  510. has been advised of the possibility of such damages.
  511. 9. Accepting Warranty or Additional Liability. While redistributing
  512. the Work or Derivative Works thereof, You may choose to offer,
  513. and charge a fee for, acceptance of support, warranty, indemnity,
  514. or other liability obligations and/or rights consistent with this
  515. License. However, in accepting such obligations, You may act only
  516. on Your own behalf and on Your sole responsibility, not on behalf
  517. of any other Contributor, and only if You agree to indemnify,
  518. defend, and hold each Contributor harmless for any liability
  519. incurred by, or claims asserted against, such Contributor by reason
  520. of your accepting any such warranty or additional liability.
  521. END OF TERMS AND CONDITIONS
  522. APPENDIX: How to apply the Apache License to your work.
  523. To apply the Apache License to your work, attach the following
  524. boilerplate notice, with the fields enclosed by brackets "[]"
  525. replaced with your own identifying information. (Don't include
  526. the brackets!) The text should be enclosed in the appropriate
  527. comment syntax for the file format. We also recommend that a
  528. file or class name and description of purpose be included on the
  529. same "printed page" as the copyright notice for easier
  530. identification within third-party archives.
  531. Copyright [yyyy] [name of copyright owner]
  532. Licensed under the Apache License, Version 2.0 (the "License");
  533. you may not use this file except in compliance with the License.
  534. You may obtain a copy of the License at
  535. http://www.apache.org/licenses/LICENSE-2.0
  536. Unless required by applicable law or agreed to in writing, software
  537. distributed under the License is distributed on an "AS IS" BASIS,
  538. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  539. See the License for the specific language governing permissions and
  540. limitations under the License.
  541. Software: Vulkan-ValidationLayers sdk-1.2.162
  542. The majority of files in this project use the Apache 2.0 License.
  543. There are a few exceptions and their license can be found in the source.
  544. Any license deviations from Apache 2.0 are "more permissive" licenses.
  545. ===========================================================================================
  546. Apache License
  547. Version 2.0, January 2004
  548. http://www.apache.org/licenses/
  549. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  550. 1. Definitions.
  551. "License" shall mean the terms and conditions for use, reproduction,
  552. and distribution as defined by Sections 1 through 9 of this document.
  553. "Licensor" shall mean the copyright owner or entity authorized by
  554. the copyright owner that is granting the License.
  555. "Legal Entity" shall mean the union of the acting entity and all
  556. other entities that control, are controlled by, or are under common
  557. control with that entity. For the purposes of this definition,
  558. "control" means (i) the power, direct or indirect, to cause the
  559. direction or management of such entity, whether by contract or
  560. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  561. outstanding shares, or (iii) beneficial ownership of such entity.
  562. "You" (or "Your") shall mean an individual or Legal Entity
  563. exercising permissions granted by this License.
  564. "Source" form shall mean the preferred form for making modifications,
  565. including but not limited to software source code, documentation
  566. source, and configuration files.
  567. "Object" form shall mean any form resulting from mechanical
  568. transformation or translation of a Source form, including but
  569. not limited to compiled object code, generated documentation,
  570. and conversions to other media types.
  571. "Work" shall mean the work of authorship, whether in Source or
  572. Object form, made available under the License, as indicated by a
  573. copyright notice that is included in or attached to the work
  574. (an example is provided in the Appendix below).
  575. "Derivative Works" shall mean any work, whether in Source or Object
  576. form, that is based on (or derived from) the Work and for which the
  577. editorial revisions, annotations, elaborations, or other modifications
  578. represent, as a whole, an original work of authorship. For the purposes
  579. of this License, Derivative Works shall not include works that remain
  580. separable from, or merely link (or bind by name) to the interfaces of,
  581. the Work and Derivative Works thereof.
  582. "Contribution" shall mean any work of authorship, including
  583. the original version of the Work and any modifications or additions
  584. to that Work or Derivative Works thereof, that is intentionally
  585. submitted to Licensor for inclusion in the Work by the copyright owner
  586. or by an individual or Legal Entity authorized to submit on behalf of
  587. the copyright owner. For the purposes of this definition, "submitted"
  588. means any form of electronic, verbal, or written communication sent
  589. to the Licensor or its representatives, including but not limited to
  590. communication on electronic mailing lists, source code control systems,
  591. and issue tracking systems that are managed by, or on behalf of, the
  592. Licensor for the purpose of discussing and improving the Work, but
  593. excluding communication that is conspicuously marked or otherwise
  594. designated in writing by the copyright owner as "Not a Contribution."
  595. "Contributor" shall mean Licensor and any individual or Legal Entity
  596. on behalf of whom a Contribution has been received by Licensor and
  597. subsequently incorporated within the Work.
  598. 2. Grant of Copyright License. Subject to the terms and conditions of
  599. this License, each Contributor hereby grants to You a perpetual,
  600. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  601. copyright license to reproduce, prepare Derivative Works of,
  602. publicly display, publicly perform, sublicense, and distribute the
  603. Work and such Derivative Works in Source or Object form.
  604. 3. Grant of Patent License. Subject to the terms and conditions of
  605. this License, each Contributor hereby grants to You a perpetual,
  606. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  607. (except as stated in this section) patent license to make, have made,
  608. use, offer to sell, sell, import, and otherwise transfer the Work,
  609. where such license applies only to those patent claims licensable
  610. by such Contributor that are necessarily infringed by their
  611. Contribution(s) alone or by combination of their Contribution(s)
  612. with the Work to which such Contribution(s) was submitted. If You
  613. institute patent litigation against any entity (including a
  614. cross-claim or counterclaim in a lawsuit) alleging that the Work
  615. or a Contribution incorporated within the Work constitutes direct
  616. or contributory patent infringement, then any patent licenses
  617. granted to You under this License for that Work shall terminate
  618. as of the date such litigation is filed.
  619. 4. Redistribution. You may reproduce and distribute copies of the
  620. Work or Derivative Works thereof in any medium, with or without
  621. modifications, and in Source or Object form, provided that You
  622. meet the following conditions:
  623. (a) You must give any other recipients of the Work or
  624. Derivative Works a copy of this License; and
  625. (b) You must cause any modified files to carry prominent notices
  626. stating that You changed the files; and
  627. (c) You must retain, in the Source form of any Derivative Works
  628. that You distribute, all copyright, patent, trademark, and
  629. attribution notices from the Source form of the Work,
  630. excluding those notices that do not pertain to any part of
  631. the Derivative Works; and
  632. (d) If the Work includes a "NOTICE" text file as part of its
  633. distribution, then any Derivative Works that You distribute must
  634. include a readable copy of the attribution notices contained
  635. within such NOTICE file, excluding those notices that do not
  636. pertain to any part of the Derivative Works, in at least one
  637. of the following places: within a NOTICE text file distributed
  638. as part of the Derivative Works; within the Source form or
  639. documentation, if provided along with the Derivative Works; or,
  640. within a display generated by the Derivative Works, if and
  641. wherever such third-party notices normally appear. The contents
  642. of the NOTICE file are for informational purposes only and
  643. do not modify the License. You may add Your own attribution
  644. notices within Derivative Works that You distribute, alongside
  645. or as an addendum to the NOTICE text from the Work, provided
  646. that such additional attribution notices cannot be construed
  647. as modifying the License.
  648. You may add Your own copyright statement to Your modifications and
  649. may provide additional or different license terms and conditions
  650. for use, reproduction, or distribution of Your modifications, or
  651. for any such Derivative Works as a whole, provided Your use,
  652. reproduction, and distribution of the Work otherwise complies with
  653. the conditions stated in this License.
  654. 5. Submission of Contributions. Unless You explicitly state otherwise,
  655. any Contribution intentionally submitted for inclusion in the Work
  656. by You to the Licensor shall be under the terms and conditions of
  657. this License, without any additional terms or conditions.
  658. Notwithstanding the above, nothing herein shall supersede or modify
  659. the terms of any separate license agreement you may have executed
  660. with Licensor regarding such Contributions.
  661. 6. Trademarks. This License does not grant permission to use the trade
  662. names, trademarks, service marks, or product names of the Licensor,
  663. except as required for reasonable and customary use in describing the
  664. origin of the Work and reproducing the content of the NOTICE file.
  665. 7. Disclaimer of Warranty. Unless required by applicable law or
  666. agreed to in writing, Licensor provides the Work (and each
  667. Contributor provides its Contributions) on an "AS IS" BASIS,
  668. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  669. implied, including, without limitation, any warranties or conditions
  670. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  671. PARTICULAR PURPOSE. You are solely responsible for determining the
  672. appropriateness of using or redistributing the Work and assume any
  673. risks associated with Your exercise of permissions under this License.
  674. 8. Limitation of Liability. In no event and under no legal theory,
  675. whether in tort (including negligence), contract, or otherwise,
  676. unless required by applicable law (such as deliberate and grossly
  677. negligent acts) or agreed to in writing, shall any Contributor be
  678. liable to You for damages, including any direct, indirect, special,
  679. incidental, or consequential damages of any character arising as a
  680. result of this License or out of the use or inability to use the
  681. Work (including but not limited to damages for loss of goodwill,
  682. work stoppage, computer failure or malfunction, or any and all
  683. other commercial damages or losses), even if such Contributor
  684. has been advised of the possibility of such damages.
  685. 9. Accepting Warranty or Additional Liability. While redistributing
  686. the Work or Derivative Works thereof, You may choose to offer,
  687. and charge a fee for, acceptance of support, warranty, indemnity,
  688. or other liability obligations and/or rights consistent with this
  689. License. However, in accepting such obligations, You may act only
  690. on Your own behalf and on Your sole responsibility, not on behalf
  691. of any other Contributor, and only if You agree to indemnify,
  692. defend, and hold each Contributor harmless for any liability
  693. incurred by, or claims asserted against, such Contributor by reason
  694. of your accepting any such warranty or additional liability.
  695. END OF TERMS AND CONDITIONS
  696. APPENDIX: How to apply the Apache License to your work.
  697. To apply the Apache License to your work, attach the following
  698. boilerplate notice, with the fields enclosed by brackets "[]"
  699. replaced with your own identifying information. (Don't include
  700. the brackets!) The text should be enclosed in the appropriate
  701. comment syntax for the file format. We also recommend that a
  702. file or class name and description of purpose be included on the
  703. same "printed page" as the copyright notice for easier
  704. identification within third-party archives.
  705. Copyright [yyyy] [name of copyright owner]
  706. Licensed under the Apache License, Version 2.0 (the "License");
  707. you may not use this file except in compliance with the License.
  708. You may obtain a copy of the License at
  709. http://www.apache.org/licenses/LICENSE-2.0
  710. Unless required by applicable law or agreed to in writing, software
  711. distributed under the License is distributed on an "AS IS" BASIS,
  712. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  713. See the License for the specific language governing permissions and
  714. limitations under the License.