THIRD-PARTY-NOTICES.TXT 60 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145
  1. .NET Runtime uses third-party libraries or other resources that may be
  2. distributed under licenses different than the .NET Runtime 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. dotnet@microsoft.com
  6. The attached notices are provided for information only.
  7. License notice for ASP.NET
  8. -------------------------------
  9. Copyright (c) .NET Foundation. All rights reserved.
  10. Licensed under the Apache License, Version 2.0.
  11. Available at
  12. https://github.com/dotnet/aspnetcore/blob/main/LICENSE.txt
  13. License notice for Slicing-by-8
  14. -------------------------------
  15. http://sourceforge.net/projects/slicing-by-8/
  16. Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
  17. This software program is licensed subject to the BSD License, available at
  18. http://www.opensource.org/licenses/bsd-license.html.
  19. License notice for Unicode data
  20. -------------------------------
  21. https://www.unicode.org/license.html
  22. Copyright © 1991-2022 Unicode, Inc. All rights reserved.
  23. Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
  24. Permission is hereby granted, free of charge, to any person obtaining
  25. a copy of the Unicode data files and any associated documentation
  26. (the "Data Files") or Unicode software and any associated documentation
  27. (the "Software") to deal in the Data Files or Software
  28. without restriction, including without limitation the rights to use,
  29. copy, modify, merge, publish, distribute, and/or sell copies of
  30. the Data Files or Software, and to permit persons to whom the Data Files
  31. or Software are furnished to do so, provided that either
  32. (a) this copyright and permission notice appear with all copies
  33. of the Data Files or Software, or
  34. (b) this copyright and permission notice appear in associated
  35. Documentation.
  36. THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
  37. ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  38. WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  39. NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  40. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
  41. NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  42. DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  43. DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  44. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  45. PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  46. Except as contained in this notice, the name of a copyright holder
  47. shall not be used in advertising or otherwise to promote the sale,
  48. use or other dealings in these Data Files or Software without prior
  49. written authorization of the copyright holder.
  50. License notice for Zlib
  51. -----------------------
  52. https://github.com/madler/zlib
  53. https://zlib.net/zlib_license.html
  54. /* zlib.h -- interface of the 'zlib' general purpose compression library
  55. version 1.2.12, March 27th, 2022
  56. Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
  57. This software is provided 'as-is', without any express or implied
  58. warranty. In no event will the authors be held liable for any damages
  59. arising from the use of this software.
  60. Permission is granted to anyone to use this software for any purpose,
  61. including commercial applications, and to alter it and redistribute it
  62. freely, subject to the following restrictions:
  63. 1. The origin of this software must not be misrepresented; you must not
  64. claim that you wrote the original software. If you use this software
  65. in a product, an acknowledgment in the product documentation would be
  66. appreciated but is not required.
  67. 2. Altered source versions must be plainly marked as such, and must not be
  68. misrepresented as being the original software.
  69. 3. This notice may not be removed or altered from any source distribution.
  70. Jean-loup Gailly Mark Adler
  71. jloup@gzip.org madler@alumni.caltech.edu
  72. */
  73. License notice for Mono
  74. -------------------------------
  75. http://www.mono-project.com/docs/about-mono/
  76. Copyright (c) .NET Foundation Contributors
  77. MIT License
  78. Permission is hereby granted, free of charge, to any person obtaining a copy
  79. of this software and associated documentation files (the Software), to deal
  80. in the Software without restriction, including without limitation the rights
  81. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  82. copies of the Software, and to permit persons to whom the Software is
  83. furnished to do so, subject to the following conditions:
  84. The above copyright notice and this permission notice shall be included in all
  85. copies or substantial portions of the Software.
  86. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  87. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  88. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  89. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  90. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  91. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  92. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  93. License notice for International Organization for Standardization
  94. -----------------------------------------------------------------
  95. Portions (C) International Organization for Standardization 1986:
  96. Permission to copy in any form is granted for use with
  97. conforming SGML systems and applications as defined in
  98. ISO 8879, provided this notice is included in all copies.
  99. License notice for Intel
  100. ------------------------
  101. "Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
  102. Redistribution and use in source and binary forms, with or without
  103. modification, are permitted provided that the following conditions are met:
  104. 1. Redistributions of source code must retain the above copyright notice, this
  105. list of conditions and the following disclaimer.
  106. 2. Redistributions in binary form must reproduce the above copyright notice,
  107. this list of conditions and the following disclaimer in the documentation
  108. and/or other materials provided with the distribution.
  109. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  110. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  111. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  112. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  113. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  114. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  115. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  116. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  117. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  118. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  119. License notice for Xamarin and Novell
  120. -------------------------------------
  121. Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
  122. Permission is hereby granted, free of charge, to any person obtaining a copy
  123. of this software and associated documentation files (the "Software"), to deal
  124. in the Software without restriction, including without limitation the rights
  125. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  126. copies of the Software, and to permit persons to whom the Software is
  127. furnished to do so, subject to the following conditions:
  128. The above copyright notice and this permission notice shall be included in
  129. all copies or substantial portions of the Software.
  130. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  131. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  132. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  133. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  134. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  135. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  136. THE SOFTWARE.
  137. Copyright (c) 2011 Novell, Inc (http://www.novell.com)
  138. Permission is hereby granted, free of charge, to any person obtaining a copy
  139. of this software and associated documentation files (the "Software"), to deal
  140. in the Software without restriction, including without limitation the rights
  141. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  142. copies of the Software, and to permit persons to whom the Software is
  143. furnished to do so, subject to the following conditions:
  144. The above copyright notice and this permission notice shall be included in
  145. all copies or substantial portions of the Software.
  146. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  147. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  148. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  149. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  150. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  151. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  152. THE SOFTWARE.
  153. Third party notice for W3C
  154. --------------------------
  155. "W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE
  156. Status: This license takes effect 13 May, 2015.
  157. This work is being provided by the copyright holders under the following license.
  158. License
  159. By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions.
  160. Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof, including modifications:
  161. The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
  162. Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included.
  163. Notice of any changes or modifications, through a copyright statement on the new code or document such as "This software or document includes material copied from or derived from [title and URI of the W3C document]. Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)."
  164. Disclaimers
  165. THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
  166. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.
  167. The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the work without specific, written prior permission. Title to copyright in this work will at all times remain with copyright holders."
  168. License notice for Bit Twiddling Hacks
  169. --------------------------------------
  170. Bit Twiddling Hacks
  171. By Sean Eron Anderson
  172. seander@cs.stanford.edu
  173. Individually, the code snippets here are in the public domain (unless otherwise
  174. noted) — feel free to use them however you please. The aggregate collection and
  175. descriptions are © 1997-2005 Sean Eron Anderson. The code and descriptions are
  176. distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY and
  177. without even the implied warranty of merchantability or fitness for a particular
  178. purpose.
  179. License notice for Brotli
  180. --------------------------------------
  181. Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
  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
  189. all copies or substantial portions of the Software.
  190. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  191. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  192. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  193. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  194. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  195. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  196. THE SOFTWARE.
  197. compress_fragment.c:
  198. Copyright (c) 2011, Google Inc.
  199. All rights reserved.
  200. Redistribution and use in source and binary forms, with or without
  201. modification, are permitted provided that the following conditions are
  202. met:
  203. * Redistributions of source code must retain the above copyright
  204. notice, this list of conditions and the following disclaimer.
  205. * Redistributions in binary form must reproduce the above
  206. copyright notice, this list of conditions and the following disclaimer
  207. in the documentation and/or other materials provided with the
  208. distribution.
  209. * Neither the name of Google Inc. nor the names of its
  210. contributors may be used to endorse or promote products derived from
  211. this software without specific prior written permission.
  212. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  213. ""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  214. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  215. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  216. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  217. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  218. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  219. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  220. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  221. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  222. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  223. decode_fuzzer.c:
  224. Copyright (c) 2015 The Chromium Authors. All rights reserved.
  225. Redistribution and use in source and binary forms, with or without
  226. modification, are permitted provided that the following conditions are
  227. met:
  228. * Redistributions of source code must retain the above copyright
  229. notice, this list of conditions and the following disclaimer.
  230. * Redistributions in binary form must reproduce the above
  231. copyright notice, this list of conditions and the following disclaimer
  232. in the documentation and/or other materials provided with the
  233. distribution.
  234. * Neither the name of Google Inc. nor the names of its
  235. contributors may be used to endorse or promote products derived from
  236. this software without specific prior written permission.
  237. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  238. ""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  239. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  240. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  241. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  242. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  243. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  244. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  245. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  246. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  247. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
  248. License notice for Json.NET
  249. -------------------------------
  250. https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md
  251. The MIT License (MIT)
  252. Copyright (c) 2007 James Newton-King
  253. Permission is hereby granted, free of charge, to any person obtaining a copy of
  254. this software and associated documentation files (the "Software"), to deal in
  255. the Software without restriction, including without limitation the rights to
  256. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  257. the Software, and to permit persons to whom the Software is furnished to do so,
  258. subject to the following conditions:
  259. The above copyright notice and this permission notice shall be included in all
  260. copies or substantial portions of the Software.
  261. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  262. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  263. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  264. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  265. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  266. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  267. License notice for vectorized base64 encoding / decoding
  268. --------------------------------------------------------
  269. Copyright (c) 2005-2007, Nick Galbreath
  270. Copyright (c) 2013-2017, Alfred Klomp
  271. Copyright (c) 2015-2017, Wojciech Mula
  272. Copyright (c) 2016-2017, Matthieu Darbois
  273. All rights reserved.
  274. Redistribution and use in source and binary forms, with or without
  275. modification, are permitted provided that the following conditions are
  276. met:
  277. - Redistributions of source code must retain the above copyright notice,
  278. this list of conditions and the following disclaimer.
  279. - Redistributions in binary form must reproduce the above copyright
  280. notice, this list of conditions and the following disclaimer in the
  281. documentation and/or other materials provided with the distribution.
  282. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  283. IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  284. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  285. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  286. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  287. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  288. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  289. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  290. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  291. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  292. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  293. License notice for RFC 3492
  294. ---------------------------
  295. The punycode implementation is based on the sample code in RFC 3492
  296. Copyright (C) The Internet Society (2003). All Rights Reserved.
  297. This document and translations of it may be copied and furnished to
  298. others, and derivative works that comment on or otherwise explain it
  299. or assist in its implementation may be prepared, copied, published
  300. and distributed, in whole or in part, without restriction of any
  301. kind, provided that the above copyright notice and this paragraph are
  302. included on all such copies and derivative works. However, this
  303. document itself may not be modified in any way, such as by removing
  304. the copyright notice or references to the Internet Society or other
  305. Internet organizations, except as needed for the purpose of
  306. developing Internet standards in which case the procedures for
  307. copyrights defined in the Internet Standards process must be
  308. followed, or as required to translate it into languages other than
  309. English.
  310. The limited permissions granted above are perpetual and will not be
  311. revoked by the Internet Society or its successors or assigns.
  312. This document and the information contained herein is provided on an
  313. "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
  314. TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
  315. BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
  316. HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
  317. MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  318. License notice for Algorithm from Internet Draft document "UUIDs and GUIDs"
  319. ---------------------------------------------------------------------------
  320. Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
  321. Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. &
  322. Digital Equipment Corporation, Maynard, Mass.
  323. To anyone who acknowledges that this file is provided "AS IS"
  324. without any express or implied warranty: permission to use, copy,
  325. modify, and distribute this file for any purpose is hereby
  326. granted without fee, provided that the above copyright notices and
  327. this notice appears in all source code copies, and that none of
  328. the names of Open Software Foundation, Inc., Hewlett-Packard
  329. Company, or Digital Equipment Corporation be used in advertising
  330. or publicity pertaining to distribution of the software without
  331. specific, written prior permission. Neither Open Software
  332. Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital Equipment
  333. Corporation makes any representations about the suitability of
  334. this software for any purpose.
  335. Copyright(C) The Internet Society 1997. All Rights Reserved.
  336. This document and translations of it may be copied and furnished to others,
  337. and derivative works that comment on or otherwise explain it or assist in
  338. its implementation may be prepared, copied, published and distributed, in
  339. whole or in part, without restriction of any kind, provided that the above
  340. copyright notice and this paragraph are included on all such copies and
  341. derivative works.However, this document itself may not be modified in any
  342. way, such as by removing the copyright notice or references to the Internet
  343. Society or other Internet organizations, except as needed for the purpose of
  344. developing Internet standards in which case the procedures for copyrights
  345. defined in the Internet Standards process must be followed, or as required
  346. to translate it into languages other than English.
  347. The limited permissions granted above are perpetual and will not be revoked
  348. by the Internet Society or its successors or assigns.
  349. This document and the information contained herein is provided on an "AS IS"
  350. basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE
  351. DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  352. ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY
  353. RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A
  354. PARTICULAR PURPOSE.
  355. License notice for Algorithm from RFC 4122 -
  356. A Universally Unique IDentifier (UUID) URN Namespace
  357. ----------------------------------------------------
  358. Copyright (c) 1990- 1993, 1996 Open Software Foundation, Inc.
  359. Copyright (c) 1989 by Hewlett-Packard Company, Palo Alto, Ca. &
  360. Digital Equipment Corporation, Maynard, Mass.
  361. Copyright (c) 1998 Microsoft.
  362. To anyone who acknowledges that this file is provided "AS IS"
  363. without any express or implied warranty: permission to use, copy,
  364. modify, and distribute this file for any purpose is hereby
  365. granted without fee, provided that the above copyright notices and
  366. this notice appears in all source code copies, and that none of
  367. the names of Open Software Foundation, Inc., Hewlett-Packard
  368. Company, Microsoft, or Digital Equipment Corporation be used in
  369. advertising or publicity pertaining to distribution of the software
  370. without specific, written prior permission. Neither Open Software
  371. Foundation, Inc., Hewlett-Packard Company, Microsoft, nor Digital
  372. Equipment Corporation makes any representations about the
  373. suitability of this software for any purpose."
  374. License notice for The LLVM Compiler Infrastructure
  375. ---------------------------------------------------
  376. Developed by:
  377. LLVM Team
  378. University of Illinois at Urbana-Champaign
  379. http://llvm.org
  380. Permission is hereby granted, free of charge, to any person obtaining a copy of
  381. this software and associated documentation files (the "Software"), to deal with
  382. the Software without restriction, including without limitation the rights to
  383. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  384. of the Software, and to permit persons to whom the Software is furnished to do
  385. so, subject to the following conditions:
  386. * Redistributions of source code must retain the above copyright notice,
  387. this list of conditions and the following disclaimers.
  388. * Redistributions in binary form must reproduce the above copyright notice,
  389. this list of conditions and the following disclaimers in the
  390. documentation and/or other materials provided with the distribution.
  391. * Neither the names of the LLVM Team, University of Illinois at
  392. Urbana-Champaign, nor the names of its contributors may be used to
  393. endorse or promote products derived from this Software without specific
  394. prior written permission.
  395. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  396. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  397. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  398. CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  399. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  400. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
  401. SOFTWARE.
  402. License notice for Bob Jenkins
  403. ------------------------------
  404. By Bob Jenkins, 1996. bob_jenkins@burtleburtle.net. You may use this
  405. code any way you wish, private, educational, or commercial. It's free.
  406. License notice for Greg Parker
  407. ------------------------------
  408. Greg Parker gparker@cs.stanford.edu December 2000
  409. This code is in the public domain and may be copied or modified without
  410. permission.
  411. License notice for libunwind based code
  412. ----------------------------------------
  413. Permission is hereby granted, free of charge, to any person obtaining
  414. a copy of this software and associated documentation files (the
  415. "Software"), to deal in the Software without restriction, including
  416. without limitation the rights to use, copy, modify, merge, publish,
  417. distribute, sublicense, and/or sell copies of the Software, and to
  418. permit persons to whom the Software is furnished to do so, subject to
  419. the following conditions:
  420. The above copyright notice and this permission notice shall be
  421. included in all copies or substantial portions of the Software.
  422. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  423. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  424. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  425. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  426. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  427. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  428. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  429. License notice for Printing Floating-Point Numbers (Dragon4)
  430. ------------------------------------------------------------
  431. /******************************************************************************
  432. Copyright (c) 2014 Ryan Juckett
  433. http://www.ryanjuckett.com/
  434. This software is provided 'as-is', without any express or implied
  435. warranty. In no event will the authors be held liable for any damages
  436. arising from the use of this software.
  437. Permission is granted to anyone to use this software for any purpose,
  438. including commercial applications, and to alter it and redistribute it
  439. freely, subject to the following restrictions:
  440. 1. The origin of this software must not be misrepresented; you must not
  441. claim that you wrote the original software. If you use this software
  442. in a product, an acknowledgment in the product documentation would be
  443. appreciated but is not required.
  444. 2. Altered source versions must be plainly marked as such, and must not be
  445. misrepresented as being the original software.
  446. 3. This notice may not be removed or altered from any source
  447. distribution.
  448. ******************************************************************************/
  449. License notice for Printing Floating-point Numbers (Grisu3)
  450. -----------------------------------------------------------
  451. Copyright 2012 the V8 project authors. All rights reserved.
  452. Redistribution and use in source and binary forms, with or without
  453. modification, are permitted provided that the following conditions are
  454. met:
  455. * Redistributions of source code must retain the above copyright
  456. notice, this list of conditions and the following disclaimer.
  457. * Redistributions in binary form must reproduce the above
  458. copyright notice, this list of conditions and the following
  459. disclaimer in the documentation and/or other materials provided
  460. with the distribution.
  461. * Neither the name of Google Inc. nor the names of its
  462. contributors may be used to endorse or promote products derived
  463. from this software without specific prior written permission.
  464. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  465. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  466. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  467. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  468. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  469. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  470. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  471. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  472. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  473. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  474. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  475. License notice for xxHash
  476. -------------------------
  477. xxHash Library
  478. Copyright (c) 2012-2014, Yann Collet
  479. All rights reserved.
  480. Redistribution and use in source and binary forms, with or without modification,
  481. are permitted provided that the following conditions are met:
  482. * Redistributions of source code must retain the above copyright notice, this
  483. list of conditions and the following disclaimer.
  484. * Redistributions in binary form must reproduce the above copyright notice, this
  485. list of conditions and the following disclaimer in the documentation and/or
  486. other materials provided with the distribution.
  487. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  488. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  489. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  490. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  491. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  492. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  493. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  494. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  495. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  496. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  497. License notice for Berkeley SoftFloat Release 3e
  498. ------------------------------------------------
  499. https://github.com/ucb-bar/berkeley-softfloat-3
  500. https://github.com/ucb-bar/berkeley-softfloat-3/blob/master/COPYING.txt
  501. License for Berkeley SoftFloat Release 3e
  502. John R. Hauser
  503. 2018 January 20
  504. The following applies to the whole of SoftFloat Release 3e as well as to
  505. each source file individually.
  506. Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 The Regents of the
  507. University of California. All rights reserved.
  508. Redistribution and use in source and binary forms, with or without
  509. modification, are permitted provided that the following conditions are met:
  510. 1. Redistributions of source code must retain the above copyright notice,
  511. this list of conditions, and the following disclaimer.
  512. 2. Redistributions in binary form must reproduce the above copyright
  513. notice, this list of conditions, and the following disclaimer in the
  514. documentation and/or other materials provided with the distribution.
  515. 3. Neither the name of the University nor the names of its contributors
  516. may be used to endorse or promote products derived from this software
  517. without specific prior written permission.
  518. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS", AND ANY
  519. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  520. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE
  521. DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
  522. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  523. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  524. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  525. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  526. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  527. THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  528. License notice for xoshiro RNGs
  529. --------------------------------
  530. Written in 2018 by David Blackman and Sebastiano Vigna (vigna@acm.org)
  531. To the extent possible under law, the author has dedicated all copyright
  532. and related and neighboring rights to this software to the public domain
  533. worldwide. This software is distributed without any warranty.
  534. See <http://creativecommons.org/publicdomain/zero/1.0/>.
  535. License for fastmod (https://github.com/lemire/fastmod) and ibm-fpgen (https://github.com/nigeltao/parse-number-fxx-test-data)
  536. --------------------------------------
  537. Copyright 2018 Daniel Lemire
  538. Licensed under the Apache License, Version 2.0 (the "License");
  539. you may not use this file except in compliance with the License.
  540. You may obtain a copy of the License at
  541. http://www.apache.org/licenses/LICENSE-2.0
  542. Unless required by applicable law or agreed to in writing, software
  543. distributed under the License is distributed on an "AS IS" BASIS,
  544. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  545. See the License for the specific language governing permissions and
  546. limitations under the License.
  547. License for sse4-strstr (https://github.com/WojciechMula/sse4-strstr)
  548. --------------------------------------
  549. Copyright (c) 2008-2016, Wojciech Muła
  550. All rights reserved.
  551. Redistribution and use in source and binary forms, with or without
  552. modification, are permitted provided that the following conditions are
  553. met:
  554. 1. Redistributions of source code must retain the above copyright
  555. notice, this list of conditions and the following disclaimer.
  556. 2. Redistributions in binary form must reproduce the above copyright
  557. notice, this list of conditions and the following disclaimer in the
  558. documentation and/or other materials provided with the distribution.
  559. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  560. IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  561. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  562. PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  563. HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  564. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  565. TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  566. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  567. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  568. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  569. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  570. License notice for The C++ REST SDK
  571. -----------------------------------
  572. C++ REST SDK
  573. The MIT License (MIT)
  574. Copyright (c) Microsoft Corporation
  575. All rights reserved.
  576. Permission is hereby granted, free of charge, to any person obtaining a copy of
  577. this software and associated documentation files (the "Software"), to deal in
  578. the Software without restriction, including without limitation the rights to
  579. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  580. the Software, and to permit persons to whom the Software is furnished to do so,
  581. subject to the following conditions:
  582. The above copyright notice and this permission notice shall be included in all
  583. copies or substantial portions of the Software.
  584. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  585. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  586. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  587. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  588. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  589. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  590. SOFTWARE.
  591. License notice for MessagePack-CSharp
  592. -------------------------------------
  593. MessagePack for C#
  594. MIT License
  595. Copyright (c) 2017 Yoshifumi Kawai
  596. Permission is hereby granted, free of charge, to any person obtaining a copy
  597. of this software and associated documentation files (the "Software"), to deal
  598. in the Software without restriction, including without limitation the rights
  599. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  600. copies of the Software, and to permit persons to whom the Software is
  601. furnished to do so, subject to the following conditions:
  602. The above copyright notice and this permission notice shall be included in all
  603. copies or substantial portions of the Software.
  604. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  605. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  606. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  607. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  608. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  609. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  610. SOFTWARE.
  611. License notice for lz4net
  612. -------------------------------------
  613. lz4net
  614. Copyright (c) 2013-2017, Milosz Krajewski
  615. All rights reserved.
  616. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
  617. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  618. 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.
  619. 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.
  620. License notice for Nerdbank.Streams
  621. -----------------------------------
  622. The MIT License (MIT)
  623. Copyright (c) Andrew Arnott
  624. Permission is hereby granted, free of charge, to any person obtaining a copy
  625. of this software and associated documentation files (the "Software"), to deal
  626. in the Software without restriction, including without limitation the rights
  627. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  628. copies of the Software, and to permit persons to whom the Software is
  629. furnished to do so, subject to the following conditions:
  630. The above copyright notice and this permission notice shall be included in all
  631. copies or substantial portions of the Software.
  632. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  633. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  634. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  635. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  636. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  637. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  638. SOFTWARE.
  639. License notice for RapidJSON
  640. ----------------------------
  641. Tencent is pleased to support the open source community by making RapidJSON available.
  642. Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
  643. Licensed under the MIT License (the "License"); you may not use this file except
  644. in compliance with the License. You may obtain a copy of the License at
  645. http://opensource.org/licenses/MIT
  646. Unless required by applicable law or agreed to in writing, software distributed
  647. under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
  648. CONDITIONS OF ANY KIND, either express or implied. See the License for the
  649. specific language governing permissions and limitations under the License.
  650. License notice for DirectX Math Library
  651. ---------------------------------------
  652. https://github.com/microsoft/DirectXMath/blob/master/LICENSE
  653. The MIT License (MIT)
  654. Copyright (c) 2011-2020 Microsoft Corp
  655. Permission is hereby granted, free of charge, to any person obtaining a copy of this
  656. software and associated documentation files (the "Software"), to deal in the Software
  657. without restriction, including without limitation the rights to use, copy, modify,
  658. merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
  659. permit persons to whom the Software is furnished to do so, subject to the following
  660. conditions:
  661. The above copyright notice and this permission notice shall be included in all copies
  662. or substantial portions of the Software.
  663. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
  664. INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  665. PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  666. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
  667. CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
  668. OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  669. License notice for ldap4net
  670. ---------------------------
  671. The MIT License (MIT)
  672. Copyright (c) 2018 Alexander Chermyanin
  673. 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:
  674. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  675. 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.
  676. License notice for vectorized sorting code
  677. ------------------------------------------
  678. MIT License
  679. Copyright (c) 2020 Dan Shechter
  680. Permission is hereby granted, free of charge, to any person obtaining a copy
  681. of this software and associated documentation files (the "Software"), to deal
  682. in the Software without restriction, including without limitation the rights
  683. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  684. copies of the Software, and to permit persons to whom the Software is
  685. furnished to do so, subject to the following conditions:
  686. The above copyright notice and this permission notice shall be included in all
  687. copies or substantial portions of the Software.
  688. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  689. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  690. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  691. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  692. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  693. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  694. SOFTWARE.
  695. License notice for musl
  696. -----------------------
  697. musl as a whole is licensed under the following standard MIT license:
  698. Copyright © 2005-2020 Rich Felker, et al.
  699. Permission is hereby granted, free of charge, to any person obtaining
  700. a copy of this software and associated documentation files (the
  701. "Software"), to deal in the Software without restriction, including
  702. without limitation the rights to use, copy, modify, merge, publish,
  703. distribute, sublicense, and/or sell copies of the Software, and to
  704. permit persons to whom the Software is furnished to do so, subject to
  705. the following conditions:
  706. The above copyright notice and this permission notice shall be
  707. included in all copies or substantial portions of the Software.
  708. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  709. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  710. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  711. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  712. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  713. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  714. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  715. License notice for "Faster Unsigned Division by Constants"
  716. ------------------------------
  717. Reference implementations of computing and using the "magic number" approach to dividing
  718. by constants, including codegen instructions. The unsigned division incorporates the
  719. "round down" optimization per ridiculous_fish.
  720. This is free and unencumbered software. Any copyright is dedicated to the Public Domain.
  721. License notice for mimalloc
  722. -----------------------------------
  723. MIT License
  724. Copyright (c) 2019 Microsoft Corporation, Daan Leijen
  725. Permission is hereby granted, free of charge, to any person obtaining a copy
  726. of this software and associated documentation files (the "Software"), to deal
  727. in the Software without restriction, including without limitation the rights
  728. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  729. copies of the Software, and to permit persons to whom the Software is
  730. furnished to do so, subject to the following conditions:
  731. The above copyright notice and this permission notice shall be included in all
  732. copies or substantial portions of the Software.
  733. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  734. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  735. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  736. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  737. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  738. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  739. SOFTWARE.
  740. License for remote stack unwind (https://github.com/llvm/llvm-project/blob/main/lldb/source/Symbol/CompactUnwindInfo.cpp)
  741. --------------------------------------
  742. Copyright 2019 LLVM Project
  743. Licensed under the Apache License, Version 2.0 (the "License") with LLVM Exceptions;
  744. you may not use this file except in compliance with the License.
  745. You may obtain a copy of the License at
  746. https://llvm.org/LICENSE.txt
  747. Unless required by applicable law or agreed to in writing, software
  748. distributed under the License is distributed on an "AS IS" BASIS,
  749. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  750. See the License for the specific language governing permissions and
  751. limitations under the License.
  752. License notice for Apple header files
  753. -------------------------------------
  754. Copyright (c) 1980, 1986, 1993
  755. The Regents of the University of California. All rights reserved.
  756. Redistribution and use in source and binary forms, with or without
  757. modification, are permitted provided that the following conditions
  758. are met:
  759. 1. Redistributions of source code must retain the above copyright
  760. notice, this list of conditions and the following disclaimer.
  761. 2. Redistributions in binary form must reproduce the above copyright
  762. notice, this list of conditions and the following disclaimer in the
  763. documentation and/or other materials provided with the distribution.
  764. 3. All advertising materials mentioning features or use of this software
  765. must display the following acknowledgement:
  766. This product includes software developed by the University of
  767. California, Berkeley and its contributors.
  768. 4. Neither the name of the University nor the names of its contributors
  769. may be used to endorse or promote products derived from this software
  770. without specific prior written permission.
  771. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  772. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  773. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  774. ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  775. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  776. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  777. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  778. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  779. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  780. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  781. SUCH DAMAGE.
  782. License notice for JavaScript queues
  783. -------------------------------------
  784. CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER.
  785. Statement of Purpose
  786. The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").
  787. Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.
  788. For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.
  789. 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:
  790. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;
  791. moral rights retained by the original author(s) and/or performer(s);
  792. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;
  793. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;
  794. rights protecting the extraction, dissemination, use and reuse of data in a Work;
  795. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and
  796. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.
  797. 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.
  798. 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.
  799. 4. Limitations and Disclaimers.
  800. a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.
  801. b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
  802. c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
  803. d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.
  804. License notice for FastFloat algorithm
  805. -------------------------------------
  806. MIT License
  807. Copyright (c) 2021 csFastFloat authors
  808. Permission is hereby granted, free of charge, to any person obtaining a copy
  809. of this software and associated documentation files (the "Software"), to deal
  810. in the Software without restriction, including without limitation the rights
  811. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  812. copies of the Software, and to permit persons to whom the Software is
  813. furnished to do so, subject to the following conditions:
  814. The above copyright notice and this permission notice shall be included in all
  815. copies or substantial portions of the Software.
  816. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  817. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  818. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  819. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  820. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  821. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  822. SOFTWARE.
  823. License notice for MsQuic
  824. --------------------------------------
  825. Copyright (c) Microsoft Corporation.
  826. Licensed under the MIT License.
  827. Available at
  828. https://github.com/microsoft/msquic/blob/main/LICENSE
  829. License notice for m-ou-se/floatconv
  830. -------------------------------
  831. Copyright (c) 2020 Mara Bos <m-ou.se@m-ou.se>
  832. All rights reserved.
  833. Redistribution and use in source and binary forms, with or without
  834. modification, are permitted provided that the following conditions are met:
  835. 1. Redistributions of source code must retain the above copyright notice, this
  836. list of conditions and the following disclaimer.
  837. 2. Redistributions in binary form must reproduce the above copyright notice,
  838. this list of conditions and the following disclaimer in the documentation
  839. and/or other materials provided with the distribution.
  840. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  841. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  842. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  843. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  844. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  845. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  846. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  847. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  848. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  849. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  850. License notice for code from The Practice of Programming
  851. -------------------------------
  852. Copyright (C) 1999 Lucent Technologies
  853. Excerpted from 'The Practice of Programming
  854. by Brian W. Kernighan and Rob Pike
  855. You may use this code for any purpose, as long as you leave the copyright notice and book citation attached.
  856. Notice for Euclidean Affine Functions and Applications to Calendar
  857. Algorithms
  858. -------------------------------
  859. Aspects of Date/Time processing based on algorithm described in "Euclidean Affine Functions and Applications to Calendar
  860. Algorithms", Cassio Neri and Lorenz Schneider. https://arxiv.org/pdf/2102.06959.pdf
  861. License notice for amd/aocl-libm-ose
  862. -------------------------------
  863. Copyright (C) 2008-2020 Advanced Micro Devices, Inc. All rights reserved.
  864. Redistribution and use in source and binary forms, with or without modification,
  865. are permitted provided that the following conditions are met:
  866. 1. Redistributions of source code must retain the above copyright notice,
  867. this list of conditions and the following disclaimer.
  868. 2. Redistributions in binary form must reproduce the above copyright notice,
  869. this list of conditions and the following disclaimer in the documentation
  870. and/or other materials provided with the distribution.
  871. 3. Neither the name of the copyright holder nor the names of its contributors
  872. may be used to endorse or promote products derived from this software without
  873. specific prior written permission.
  874. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  875. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  876. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  877. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  878. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  879. BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
  880. OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  881. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  882. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  883. POSSIBILITY OF SUCH DAMAGE.