THIRD-PARTY-NOTICES.txt 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110
  1. .NET Core uses third-party libraries or other resources that may be
  2. distributed under licenses different than the .NET Core software.
  3. In the event that we accidentally failed to list a required notice, please
  4. bring it to our attention. Post an issue or email us:
  5. [email protected]
  6. The attached notices are provided for information only.
  7. License notice for dotnet-deb-tool
  8. ------------------------------------
  9. The MIT License (MIT)
  10. Copyright (c) .NET Foundation and Contributors
  11. All rights reserved.
  12. Permission is hereby granted, free of charge, to any person obtaining a copy
  13. of this software and associated documentation files (the "Software"), to deal
  14. in the Software without restriction, including without limitation the rights
  15. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  16. copies of the Software, and to permit persons to whom the Software is
  17. furnished to do so, subject to the following conditions:
  18. The above copyright notice and this permission notice shall be included in all
  19. copies or substantial portions of the Software.
  20. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  21. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  22. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  23. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  24. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  25. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  26. SOFTWARE.
  27. License notice for IIS-Common
  28. ------------------------------------
  29. MIT License
  30. Copyright (c) Microsoft Corporation. All rights reserved.
  31. Permission is hereby granted, free of charge, to any person obtaining a copy
  32. of this software and associated documentation files (the "Software"), to deal
  33. in the Software without restriction, including without limitation the rights
  34. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  35. copies of the Software, and to permit persons to whom the Software is
  36. furnished to do so, subject to the following conditions:
  37. The above copyright notice and this permission notice shall be included in all
  38. copies or substantial portions of the Software.
  39. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  40. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  41. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  42. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  43. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  44. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  45. SOFTWARE
  46. License notice for IIS-Setup
  47. ------------------------------------
  48. MIT License
  49. Copyright (c) Microsoft Corporation. All rights reserved.
  50. Permission is hereby granted, free of charge, to any person obtaining a copy
  51. of this software and associated documentation files (the "Software"), to deal
  52. in the Software without restriction, including without limitation the rights
  53. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  54. copies of the Software, and to permit persons to whom the Software is
  55. furnished to do so, subject to the following conditions:
  56. The above copyright notice and this permission notice shall be included in all
  57. copies or substantial portions of the Software.
  58. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  59. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  60. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  61. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  62. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  63. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  64. SOFTWARE
  65. License notice for viz.js
  66. ------------------------------------
  67. Copyright (c) 2014-2018 Michael Daines
  68. 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:
  69. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  70. 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.
  71. License notice for MessagePack-CSharp
  72. -------------------------------------
  73. MessagePack for C#
  74. MIT License
  75. Copyright (c) 2017 Yoshifumi Kawai
  76. Permission is hereby granted, free of charge, to any person obtaining a copy
  77. of this software and associated documentation files (the "Software"), to deal
  78. in the Software without restriction, including without limitation the rights
  79. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  80. copies of the Software, and to permit persons to whom the Software is
  81. furnished to do so, subject to the following conditions:
  82. The above copyright notice and this permission notice shall be included in all
  83. copies or substantial portions of the Software.
  84. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  85. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  86. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  87. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  88. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  89. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  90. SOFTWARE.
  91. ---
  92. lz4net
  93. Copyright (c) 2013-2017, Milosz Krajewski
  94. All rights reserved.
  95. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  96. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  97. 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.
  98. 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.
  99. License notice for Nerdbank.Streams
  100. -----------------------------------
  101. The MIT License (MIT)
  102. Copyright (c) Andrew Arnott
  103. Permission is hereby granted, free of charge, to any person obtaining a copy
  104. of this software and associated documentation files (the "Software"), to deal
  105. in the Software without restriction, including without limitation the rights
  106. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  107. copies of the Software, and to permit persons to whom the Software is
  108. furnished to do so, subject to the following conditions:
  109. The above copyright notice and this permission notice shall be included in all
  110. copies or substantial portions of the Software.
  111. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  112. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  113. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  114. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  115. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  116. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  117. SOFTWARE.
  118. License notice for Angular v8.0
  119. --------------------------------------------
  120. The MIT License (MIT)
  121. =====================
  122. Copyright (c) 2010-2019 Google LLC. http://angular.io/license
  123. Permission is hereby granted, free of charge, to any person obtaining a copy
  124. of this software and associated documentation files (the "Software"), to deal
  125. in the Software without restriction, including without limitation the rights
  126. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  127. copies of the Software, and to permit persons to whom the Software is
  128. furnished to do so, subject to the following conditions:
  129. The above copyright notice and this permission notice shall be included in
  130. all copies or substantial portions of the Software.
  131. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  132. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  133. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  134. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  135. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  136. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  137. THE SOFTWARE.
  138. License notice for corefx
  139. ------------------------------------------------
  140. The MIT License (MIT)
  141. Copyright (c) .NET Foundation and Contributors
  142. All rights reserved.
  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. License notice for West Wind Live Reload ASP.NET Core Middleware
  159. =============================================
  160. MIT License
  161. -----------
  162. Copyright (c) 2019-2020 West Wind Technologies
  163. Permission is hereby granted, free of charge, to any person obtaining a copy
  164. of this software and associated documentation files (the "Software"), to deal
  165. in the Software without restriction, including without limitation the rights
  166. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  167. copies of the Software, and to permit persons to whom the Software is
  168. furnished to do so, subject to the following conditions:
  169. The above copyright notice and this permission notice shall be included in all
  170. copies or substantial portions of the Software.
  171. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  172. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  173. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  174. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  175. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  176. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  177. SOFTWARE.
  178. License notice for cli-spinners
  179. =============================================
  180. MIT License
  181. Copyright (c) Sindre Sorhus <[email protected]> (https://sindresorhus.com)
  182. Permission is hereby granted, free of charge, to any person obtaining a copy
  183. of this software and associated documentation files (the "Software"), to deal
  184. in the Software without restriction, including without limitation the rights
  185. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  186. copies of the Software, and to permit persons to whom the Software is
  187. furnished to do so, subject to the following conditions:
  188. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  189. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  190. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  191. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  192. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  193. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  194. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  195. SOFTWARE.
  196. License notice for BedrockFramework
  197. ===================================
  198. MIT License
  199. Copyright (c) 2019 David Fowler
  200. Permission is hereby granted, free of charge, to any person obtaining a copy
  201. of this software and associated documentation files (the "Software"), to deal
  202. in the Software without restriction, including without limitation the rights
  203. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  204. copies of the Software, and to permit persons to whom the Software is
  205. furnished to do so, subject to the following conditions:
  206. The above copyright notice and this permission notice shall be included in all
  207. copies or substantial portions of the Software.
  208. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  209. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  210. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  211. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  212. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  213. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  214. SOFTWARE.
  215. License notice for Swashbuckle
  216. ===================================
  217. The MIT License (MIT)
  218. Copyright (c) 2016 Richard Morris
  219. Permission is hereby granted, free of charge, to any person obtaining a copy
  220. of this software and associated documentation files (the "Software"), to deal
  221. in the Software without restriction, including without limitation the rights
  222. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  223. copies of the Software, and to permit persons to whom the Software is
  224. furnished to do so, subject to the following conditions:
  225. The above copyright notice and this permission notice shall be included in all
  226. copies or substantial portions of the Software.
  227. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  228. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  229. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  230. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  231. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  232. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  233. SOFTWARE.
  234. License notice for Newtonsoft.Json
  235. ===================================
  236. The MIT License (MIT)
  237. Copyright (c) 2007 James Newton-King
  238. Permission is hereby granted, free of charge, to any person obtaining a copy of
  239. this software and associated documentation files (the "Software"), to deal in
  240. the Software without restriction, including without limitation the rights to
  241. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  242. the Software, and to permit persons to whom the Software is furnished to do so,
  243. subject to the following conditions:
  244. The above copyright notice and this permission notice shall be included in all
  245. copies or substantial portions of the Software.
  246. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  247. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  248. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  249. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  250. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  251. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  252. License notice for gRPC
  253. ===================================
  254. Copyright 2019 The gRPC Authors
  255. Licensed under the Apache License, Version 2.0 (the "License");
  256. you may not use this file except in compliance with the License.
  257. You may obtain a copy of the License at
  258. http://www.apache.org/licenses/LICENSE-2.0
  259. Unless required by applicable law or agreed to in writing, software
  260. distributed under the License is distributed on an "AS IS" BASIS,
  261. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  262. See the License for the specific language governing permissions and
  263. limitations under the License.
  264. ---
  265. Copyright (c) 2015, Google Inc.
  266. Licensed under the Apache License, Version 2.0 (the "License");
  267. you may not use this file except in compliance with the License.
  268. You may obtain a copy of the License at
  269. http://www.apache.org/licenses/LICENSE-2.0
  270. Unless required by applicable law or agreed to in writing, software
  271. distributed under the License is distributed on an "AS IS" BASIS,
  272. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  273. See the License for the specific language governing permissions and
  274. limitations under the License.
  275. License notice for Mono
  276. =========================================
  277. In general, the runtime and its class libraries are licensed under the
  278. terms of the MIT license, and some third party code is licensed under
  279. the 3-clause BSD license. See the file "PATENTS.TXT" for Microsoft's
  280. patent grant on the Mono codebase.
  281. http://www.mono-project.com/docs/about-mono/
  282. Copyright (c) .NET Foundation Contributors
  283. MIT License
  284. Permission is hereby granted, free of charge, to any person obtaining a copy
  285. of this software and associated documentation files (the Software), to deal
  286. in the Software without restriction, including without limitation the rights
  287. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  288. copies of the Software, and to permit persons to whom the Software is
  289. furnished to do so, subject to the following conditions:
  290. The above copyright notice and this permission notice shall be included in all
  291. copies or substantial portions of the Software.
  292. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  293. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  294. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  295. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  296. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  297. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  298. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  299. =========================================
  300. The following code is linked with the final Mono runtime, the libmono
  301. embeddable runtime:
  302. * mono/utils/memcheck.h: BSD license, used on debug builds that use Valgrind.
  303. ----------------------------------------------------------------
  304. Notice that the following BSD-style license applies to this one
  305. file (memcheck.h) only. The rest of Valgrind is licensed under the
  306. terms of the GNU General Public License, version 2, unless
  307. otherwise indicated. See the COPYING file in the source
  308. distribution for details.
  309. ----------------------------------------------------------------
  310. This file is part of MemCheck, a heavyweight Valgrind tool for
  311. detecting memory errors.
  312. Copyright (C) 2000-2013 Julian Seward. All rights reserved.
  313. Redistribution and use in source and binary forms, with or without
  314. modification, are permitted provided that the following conditions
  315. are met:
  316. 1. Redistributions of source code must retain the above copyright
  317. notice, this list of conditions and the following disclaimer.
  318. 2. The origin of this software must not be misrepresented; you must
  319. not claim that you wrote the original software. If you use this
  320. software in a product, an acknowledgment in the product
  321. documentation would be appreciated but is not required.
  322. 3. Altered source versions must be plainly marked as such, and must
  323. not be misrepresented as being the original software.
  324. 4. The name of the author may not be used to endorse or promote
  325. products derived from this software without specific prior written
  326. permission.
  327. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
  328. OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  329. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  330. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
  331. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  332. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  333. GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  334. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  335. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  336. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  337. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  338. ----------------------------------------------------------------
  339. Notice that the above BSD-style license applies to this one file
  340. (memcheck.h) only. The entire rest of Valgrind is licensed under
  341. the terms of the GNU General Public License, version 2. See the
  342. COPYING file in the source distribution for details.
  343. =========================================
  344. * mono/utils/freebsd-dwarf.h
  345. * Copyright (c) 2007 John Birrell ([email protected])
  346. * All rights reserved.
  347. *
  348. * Redistribution and use in source and binary forms, with or without
  349. * modification, are permitted provided that the following conditions
  350. * are met:
  351. * 1. Redistributions of source code must retain the above copyright
  352. *notice, this list of conditions and the following disclaimer.
  353. * 2. Redistributions in binary form must reproduce the above copyright
  354. *notice, this list of conditions and the following disclaimer in the
  355. *documentation and/or other materials provided with the distribution.
  356. *
  357. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  358. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  359. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  360. * ARE DISCLAIMED.IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  361. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  362. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  363. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  364. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  365. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  366. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  367. * SUCH DAMAGE.
  368. =========================================
  369. *freebsd-elf_common.h
  370. * Copyright (c) 1998 John D. Polstra.
  371. * All rights reserved.
  372. *
  373. * Redistribution and use in source and binary forms, with or without
  374. * modification, are permitted provided that the following conditions
  375. * are met:
  376. * 1. Redistributions of source code must retain the above copyright
  377. * notice, this list of conditions and the following disclaimer.
  378. * 2. Redistributions in binary form must reproduce the above copyright
  379. * notice, this list of conditions and the following disclaimer in the
  380. * documentation and/or other materials provided with the distribution.
  381. *
  382. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  383. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  384. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  385. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  386. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  387. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  388. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  389. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  390. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  391. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  392. * SUCH DAMAGE.
  393. =========================================
  394. *freebsd-elf64.h
  395. * Copyright (c) 1996-1998 John D. Polstra.
  396. * All rights reserved.
  397. *
  398. * Redistribution and use in source and binary forms, with or without
  399. * modification, are permitted provided that the following conditions
  400. * are met:
  401. * 1. Redistributions of source code must retain the above copyright
  402. * notice, this list of conditions and the following disclaimer.
  403. * 2. Redistributions in binary form must reproduce the above copyright
  404. * notice, this list of conditions and the following disclaimer in the
  405. * documentation and/or other materials provided with the distribution.
  406. *
  407. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  408. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  409. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  410. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  411. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  412. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  413. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  414. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  415. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  416. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  417. * SUCH DAMAGE.
  418. =========================================
  419. *freebsd-elf32.h
  420. * Copyright (c) 1996-1998 John D. Polstra.
  421. * All rights reserved.
  422. *
  423. * Redistribution and use in source and binary forms, with or without
  424. * modification, are permitted provided that the following conditions
  425. * are met:
  426. * 1. Redistributions of source code must retain the above copyright
  427. * notice, this list of conditions and the following disclaimer.
  428. * 2. Redistributions in binary form must reproduce the above copyright
  429. * notice, this list of conditions and the following disclaimer in the
  430. * documentation and/or other materials provided with the distribution.
  431. *
  432. * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  433. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  434. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  435. * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
  436. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  437. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  438. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  439. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  440. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  441. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  442. * SUCH DAMAGE.
  443. =========================================
  444. mono/utils/bsearch.c
  445. * bsearch () implementation. Needed because some broken platforms
  446. * have implementations that have unreasonable, non-standard
  447. * requirements (e.g. "key must not be null"). Taken from NetBSD
  448. * with some minor modifications.
  449. *
  450. * Copyright (c) 1990, 1993
  451. * The Regents of the University of California. All rights reserved.
  452. *
  453. * Redistribution and use in source and binary forms, with or without
  454. * modification, are permitted provided that the following conditions
  455. * are met:
  456. * 1. Redistributions of source code must retain the above copyright
  457. * notice, this list of conditions and the following disclaimer.
  458. * 2. Redistributions in binary form must reproduce the above copyright
  459. * notice, this list of conditions and the following disclaimer in the
  460. * documentation and/or other materials provided with the distribution.
  461. * 3. Neither the name of the University nor the names of its contributors
  462. * may be used to endorse or promote products derived from this software
  463. * without specific prior written permission.
  464. *
  465. * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  466. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  467. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  468. * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  469. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  470. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  471. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  472. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  473. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  474. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  475. * SUCH DAMAGE.
  476. =========================================
  477. mono/metadata/w32file-unix-glob.c
  478. * Copyright (c) 1989, 1993
  479. * The Regents of the University of California. All rights reserved.
  480. *
  481. * This code is derived from software contributed to Berkeley by
  482. * Guido van Rossum.
  483. *
  484. * Redistribution and use in source and binary forms, with or without
  485. * modification, are permitted provided that the following conditions
  486. * are met:
  487. * 1. Redistributions of source code must retain the above copyright
  488. * notice, this list of conditions and the following disclaimer.
  489. * 2. Redistributions in binary form must reproduce the above copyright
  490. * notice, this list of conditions and the following disclaimer in the
  491. * documentation and/or other materials provided with the distribution.
  492. * 3. Neither the name of the University nor the names of its contributors
  493. * may be used to endorse or promote products derived from this software
  494. * without specific prior written permission.
  495. *
  496. * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  497. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  498. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  499. * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  500. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  501. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  502. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  503. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  504. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  505. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  506. * SUCH DAMAGE.
  507. =========================================
  508. mono/metadata/w32file-unix-glob.h
  509. * Copyright (c) 1989, 1993
  510. * The Regents of the University of California. All rights reserved.
  511. *
  512. * This code is derived from software contributed to Berkeley by
  513. * Guido van Rossum.
  514. *
  515. * Redistribution and use in source and binary forms, with or without
  516. * modification, are permitted provided that the following conditions
  517. * are met:
  518. * 1. Redistributions of source code must retain the above copyright
  519. * notice, this list of conditions and the following disclaimer.
  520. * 2. Redistributions in binary form must reproduce the above copyright
  521. * notice, this list of conditions and the following disclaimer in the
  522. * documentation and/or other materials provided with the distribution.
  523. * 3. Neither the name of the University nor the names of its contributors
  524. * may be used to endorse or promote products derived from this software
  525. * without specific prior written permission.
  526. *
  527. * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  528. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  529. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  530. * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  531. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  532. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  533. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  534. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  535. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  536. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  537. * SUCH DAMAGE.
  538. =========================================
  539. License notice for AngleSharp
  540. =========================================
  541. The MIT License (MIT)
  542. Copyright (c) 2013 - 2018 AngleSharp
  543. Permission is hereby granted, free of charge, to any person obtaining a copy
  544. of this software and associated documentation files (the "Software"), to deal
  545. in the Software without restriction, including without limitation the rights
  546. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  547. copies of the Software, and to permit persons to whom the Software is
  548. furnished to do so, subject to the following conditions:
  549. The above copyright notice and this permission notice shall be included in all
  550. copies or substantial portions of the Software.
  551. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  552. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  553. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  554. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  555. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  556. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  557. SOFTWARE.
  558. =========================================
  559. License notice for Bootstrap v5.1.0
  560. =========================================
  561. The MIT License (MIT)
  562. Copyright (c) 2011-2021 Twitter, Inc.
  563. Copyright (c) 2011-2021 The Bootstrap Authors
  564. Permission is hereby granted, free of charge, to any person obtaining a copy
  565. of this software and associated documentation files (the "Software"), to deal
  566. in the Software without restriction, including without limitation the rights
  567. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  568. copies of the Software, and to permit persons to whom the Software is
  569. furnished to do so, subject to the following conditions:
  570. The above copyright notice and this permission notice shall be included in
  571. all copies or substantial portions of the Software.
  572. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  573. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  574. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  575. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  576. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  577. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  578. THE SOFTWARE.
  579. =========================================
  580. License notice for Bootstrap Icons v1.10.5
  581. =========================================
  582. The MIT License (MIT)
  583. Copyright (c) 2019-2023 The Bootstrap Authors
  584. Permission is hereby granted, free of charge, to any person obtaining a copy
  585. of this software and associated documentation files (the "Software"), to deal
  586. in the Software without restriction, including without limitation the rights
  587. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  588. copies of the Software, and to permit persons to whom the Software is
  589. furnished to do so, subject to the following conditions:
  590. The above copyright notice and this permission notice shall be included in
  591. all copies or substantial portions of the Software.
  592. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  593. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  594. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  595. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  596. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  597. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  598. THE SOFTWARE.
  599. =========================================
  600. License notice for fast-text-encoding
  601. =========================================
  602. Apache License
  603. Version 2.0, January 2004
  604. http://www.apache.org/licenses/
  605. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  606. 1. Definitions.
  607. "License" shall mean the terms and conditions for use, reproduction,
  608. and distribution as defined by Sections 1 through 9 of this document.
  609. "Licensor" shall mean the copyright owner or entity authorized by
  610. the copyright owner that is granting the License.
  611. "Legal Entity" shall mean the union of the acting entity and all
  612. other entities that control, are controlled by, or are under common
  613. control with that entity. For the purposes of this definition,
  614. "control" means (i) the power, direct or indirect, to cause the
  615. direction or management of such entity, whether by contract or
  616. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  617. outstanding shares, or (iii) beneficial ownership of such entity.
  618. "You" (or "Your") shall mean an individual or Legal Entity
  619. exercising permissions granted by this License.
  620. "Source" form shall mean the preferred form for making modifications,
  621. including but not limited to software source code, documentation
  622. source, and configuration files.
  623. "Object" form shall mean any form resulting from mechanical
  624. transformation or translation of a Source form, including but
  625. not limited to compiled object code, generated documentation,
  626. and conversions to other media types.
  627. "Work" shall mean the work of authorship, whether in Source or
  628. Object form, made available under the License, as indicated by a
  629. copyright notice that is included in or attached to the work
  630. (an example is provided in the Appendix below).
  631. "Derivative Works" shall mean any work, whether in Source or Object
  632. form, that is based on (or derived from) the Work and for which the
  633. editorial revisions, annotations, elaborations, or other modifications
  634. represent, as a whole, an original work of authorship. For the purposes
  635. of this License, Derivative Works shall not include works that remain
  636. separable from, or merely link (or bind by name) to the interfaces of,
  637. the Work and Derivative Works thereof.
  638. "Contribution" shall mean any work of authorship, including
  639. the original version of the Work and any modifications or additions
  640. to that Work or Derivative Works thereof, that is intentionally
  641. submitted to Licensor for inclusion in the Work by the copyright owner
  642. or by an individual or Legal Entity authorized to submit on behalf of
  643. the copyright owner. For the purposes of this definition, "submitted"
  644. means any form of electronic, verbal, or written communication sent
  645. to the Licensor or its representatives, including but not limited to
  646. communication on electronic mailing lists, source code control systems,
  647. and issue tracking systems that are managed by, or on behalf of, the
  648. Licensor for the purpose of discussing and improving the Work, but
  649. excluding communication that is conspicuously marked or otherwise
  650. designated in writing by the copyright owner as "Not a Contribution."
  651. "Contributor" shall mean Licensor and any individual or Legal Entity
  652. on behalf of whom a Contribution has been received by Licensor and
  653. subsequently incorporated within the Work.
  654. 2. Grant of Copyright License. Subject to the terms and conditions of
  655. this License, each Contributor hereby grants to You a perpetual,
  656. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  657. copyright license to reproduce, prepare Derivative Works of,
  658. publicly display, publicly perform, sublicense, and distribute the
  659. Work and such Derivative Works in Source or Object form.
  660. 3. Grant of Patent License. Subject to the terms and conditions of
  661. this License, each Contributor hereby grants to You a perpetual,
  662. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  663. (except as stated in this section) patent license to make, have made,
  664. use, offer to sell, sell, import, and otherwise transfer the Work,
  665. where such license applies only to those patent claims licensable
  666. by such Contributor that are necessarily infringed by their
  667. Contribution(s) alone or by combination of their Contribution(s)
  668. with the Work to which such Contribution(s) was submitted. If You
  669. institute patent litigation against any entity (including a
  670. cross-claim or counterclaim in a lawsuit) alleging that the Work
  671. or a Contribution incorporated within the Work constitutes direct
  672. or contributory patent infringement, then any patent licenses
  673. granted to You under this License for that Work shall terminate
  674. as of the date such litigation is filed.
  675. 4. Redistribution. You may reproduce and distribute copies of the
  676. Work or Derivative Works thereof in any medium, with or without
  677. modifications, and in Source or Object form, provided that You
  678. meet the following conditions:
  679. (a) You must give any other recipients of the Work or
  680. Derivative Works a copy of this License; and
  681. (b) You must cause any modified files to carry prominent notices
  682. stating that You changed the files; and
  683. (c) You must retain, in the Source form of any Derivative Works
  684. that You distribute, all copyright, patent, trademark, and
  685. attribution notices from the Source form of the Work,
  686. excluding those notices that do not pertain to any part of
  687. the Derivative Works; and
  688. (d) If the Work includes a "NOTICE" text file as part of its
  689. distribution, then any Derivative Works that You distribute must
  690. include a readable copy of the attribution notices contained
  691. within such NOTICE file, excluding those notices that do not
  692. pertain to any part of the Derivative Works, in at least one
  693. of the following places: within a NOTICE text file distributed
  694. as part of the Derivative Works; within the Source form or
  695. documentation, if provided along with the Derivative Works; or,
  696. within a display generated by the Derivative Works, if and
  697. wherever such third-party notices normally appear. The contents
  698. of the NOTICE file are for informational purposes only and
  699. do not modify the License. You may add Your own attribution
  700. notices within Derivative Works that You distribute, alongside
  701. or as an addendum to the NOTICE text from the Work, provided
  702. that such additional attribution notices cannot be construed
  703. as modifying the License.
  704. You may add Your own copyright statement to Your modifications and
  705. may provide additional or different license terms and conditions
  706. for use, reproduction, or distribution of Your modifications, or
  707. for any such Derivative Works as a whole, provided Your use,
  708. reproduction, and distribution of the Work otherwise complies with
  709. the conditions stated in this License.
  710. 5. Submission of Contributions. Unless You explicitly state otherwise,
  711. any Contribution intentionally submitted for inclusion in the Work
  712. by You to the Licensor shall be under the terms and conditions of
  713. this License, without any additional terms or conditions.
  714. Notwithstanding the above, nothing herein shall supersede or modify
  715. the terms of any separate license agreement you may have executed
  716. with Licensor regarding such Contributions.
  717. 6. Trademarks. This License does not grant permission to use the trade
  718. names, trademarks, service marks, or product names of the Licensor,
  719. except as required for reasonable and customary use in describing the
  720. origin of the Work and reproducing the content of the NOTICE file.
  721. 7. Disclaimer of Warranty. Unless required by applicable law or
  722. agreed to in writing, Licensor provides the Work (and each
  723. Contributor provides its Contributions) on an "AS IS" BASIS,
  724. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  725. implied, including, without limitation, any warranties or conditions
  726. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  727. PARTICULAR PURPOSE. You are solely responsible for determining the
  728. appropriateness of using or redistributing the Work and assume any
  729. risks associated with Your exercise of permissions under this License.
  730. 8. Limitation of Liability. In no event and under no legal theory,
  731. whether in tort (including negligence), contract, or otherwise,
  732. unless required by applicable law (such as deliberate and grossly
  733. negligent acts) or agreed to in writing, shall any Contributor be
  734. liable to You for damages, including any direct, indirect, special,
  735. incidental, or consequential damages of any character arising as a
  736. result of this License or out of the use or inability to use the
  737. Work (including but not limited to damages for loss of goodwill,
  738. work stoppage, computer failure or malfunction, or any and all
  739. other commercial damages or losses), even if such Contributor
  740. has been advised of the possibility of such damages.
  741. 9. Accepting Warranty or Additional Liability. While redistributing
  742. the Work or Derivative Works thereof, You may choose to offer,
  743. and charge a fee for, acceptance of support, warranty, indemnity,
  744. or other liability obligations and/or rights consistent with this
  745. License. However, in accepting such obligations, You may act only
  746. on Your own behalf and on Your sole responsibility, not on behalf
  747. of any other Contributor, and only if You agree to indemnify,
  748. defend, and hold each Contributor harmless for any liability
  749. incurred by, or claims asserted against, such Contributor by reason
  750. of your accepting any such warranty or additional liability.
  751. END OF TERMS AND CONDITIONS
  752. APPENDIX: How to apply the Apache License to your work.
  753. To apply the Apache License to your work, attach the following
  754. boilerplate notice, with the fields enclosed by brackets "{}"
  755. replaced with your own identifying information. (Don't include
  756. the brackets!) The text should be enclosed in the appropriate
  757. comment syntax for the file format. We also recommend that a
  758. file or class name and description of purpose be included on the
  759. same "printed page" as the copyright notice for easier
  760. identification within third-party archives.
  761. Copyright {yyyy} {name of copyright owner}
  762. Licensed under the Apache License, Version 2.0 (the "License");
  763. you may not use this file except in compliance with the License.
  764. You may obtain a copy of the License at
  765. http://www.apache.org/licenses/LICENSE-2.0
  766. Unless required by applicable law or agreed to in writing, software
  767. distributed under the License is distributed on an "AS IS" BASIS,
  768. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  769. See the License for the specific language governing permissions and
  770. limitations under the License.
  771. =========================================
  772. License notice for HTML5 Boilerplate
  773. =========================================
  774. "Copyright (c) HTML5 Boilerplate
  775. Permission is hereby granted, free of charge, to any person obtaining a copy of
  776. this software and associated documentation files (the ""Software""), to deal in
  777. the Software without restriction, including without limitation the rights to
  778. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  779. of the Software, and to permit persons to whom the Software is furnished to do
  780. so, subject to the following conditions:
  781. The above copyright notice and this permission notice shall be included in all
  782. copies or substantial portions of the Software.
  783. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  784. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  785. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  786. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  787. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  788. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  789. SOFTWARE."
  790. =========================================
  791. License notice for Normalize.css
  792. =========================================
  793. "# The MIT License (MIT)
  794. Copyright (c)Nicolas Gallagher and Jonathan Neal
  795. Permission is hereby granted, free of charge, to any person obtaining a copy of
  796. this software and associated documentation files (the ""Software""), to deal in
  797. the Software without restriction, including without limitation the rights to
  798. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  799. of the Software, and to permit persons to whom the Software is furnished to do
  800. so, subject to the following conditions:
  801. The above copyright notice and this permission notice shall be included in all
  802. copies or substantial portions of the Software.
  803. THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  804. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  805. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  806. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  807. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  808. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  809. SOFTWARE."
  810. =========================================
  811. License notice for css-transitions
  812. =========================================
  813. Copyright (c) 2011 Alex MacCaw ([email protected])
  814. Permission is hereby granted, free of charge, to any person obtaining
  815. a copy of this software and associated documentation files (the
  816. "Software"), to deal in the Software without restriction, including
  817. without limitation the rights to use, copy, modify, merge, publish,
  818. distribute, sublicense, and/or sell copies of the Software, and to
  819. permit persons to whom the Software is furnished to do so, subject to
  820. the following conditions:
  821. The above copyright notice and this permission notice shall be
  822. included in all copies or substantial portions of the Software.
  823. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  824. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  825. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  826. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  827. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  828. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  829. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  830. =========================================
  831. License notice for micro-clearfix-hack
  832. =========================================
  833. Copyright (c) 2011 Nicolas Gallagher ([email protected])
  834. Permission is hereby granted, free of charge, to any person obtaining
  835. a copy of this software and associated documentation files (the
  836. "Software"), to deal in the Software without restriction, including
  837. without limitation the rights to use, copy, modify, merge, publish,
  838. distribute, sublicense, and/or sell copies of the Software, and to
  839. permit persons to whom the Software is furnished to do so, subject to
  840. the following conditions:
  841. The above copyright notice and this permission notice shall be
  842. included in all copies or substantial portions of the Software.
  843. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  844. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  845. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  846. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  847. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  848. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  849. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  850. =====================
  851. License notice for jQuery 3.6.0
  852. =====================
  853. Copyright OpenJS Foundation and other contributors, https://openjsf.org/
  854. Permission is hereby granted, free of charge, to any person obtaining
  855. a copy of this software and associated documentation files (the
  856. "Software"), to deal in the Software without restriction, including
  857. without limitation the rights to use, copy, modify, merge, publish,
  858. distribute, sublicense, and/or sell copies of the Software, and to
  859. permit persons to whom the Software is furnished to do so, subject to
  860. the following conditions:
  861. The above copyright notice and this permission notice shall be
  862. included in all copies or substantial portions of the Software.
  863. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  864. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  865. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  866. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  867. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  868. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  869. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  870. =====================
  871. License notice for jQuery Validation v1.19.5
  872. =====================
  873. The MIT License (MIT)
  874. =====================
  875. Copyright Jörn Zaefferer
  876. Permission is hereby granted, free of charge, to any person obtaining a copy
  877. of this software and associated documentation files (the "Software"), to deal
  878. in the Software without restriction, including without limitation the rights
  879. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  880. copies of the Software, and to permit persons to whom the Software is
  881. furnished to do so, subject to the following conditions:
  882. The above copyright notice and this permission notice shall be included in
  883. all copies or substantial portions of the Software.
  884. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  885. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  886. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  887. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  888. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  889. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  890. THE SOFTWARE.