THIRD-PARTY-NOTICES.TXT 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  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. dotnet@microsoft.com
  6. The attached notices are provided for information only.
  7. License notice for Slicing-by-8
  8. -------------------------------
  9. http://sourceforge.net/projects/slicing-by-8/
  10. Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
  11. This software program is licensed subject to the BSD License, available at
  12. http://www.opensource.org/licenses/bsd-license.html.
  13. License notice for Unicode data
  14. -------------------------------
  15. http://www.unicode.org/copyright.html#License
  16. Copyright © 1991-2017 Unicode, Inc. All rights reserved.
  17. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
  18. Permission is hereby granted, free of charge, to any person obtaining
  19. a copy of the Unicode data files and any associated documentation
  20. (the "Data Files") or Unicode software and any associated documentation
  21. (the "Software") to deal in the Data Files or Software
  22. without restriction, including without limitation the rights to use,
  23. copy, modify, merge, publish, distribute, and/or sell copies of
  24. the Data Files or Software, and to permit persons to whom the Data Files
  25. or Software are furnished to do so, provided that either
  26. (a) this copyright and permission notice appear with all copies
  27. of the Data Files or Software, or
  28. (b) this copyright and permission notice appear in associated
  29. Documentation.
  30. THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
  31. ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  32. WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  33. NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  34. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
  35. NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  36. DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  37. DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  38. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  39. PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  40. Except as contained in this notice, the name of a copyright holder
  41. shall not be used in advertising or otherwise to promote the sale,
  42. use or other dealings in these Data Files or Software without prior
  43. written authorization of the copyright holder.
  44. License notice for Zlib
  45. -----------------------
  46. https://github.com/madler/zlib
  47. http://zlib.net/zlib_license.html
  48. /* zlib.h -- interface of the 'zlib' general purpose compression library
  49. version 1.2.11, January 15th, 2017
  50. Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
  51. This software is provided 'as-is', without any express or implied
  52. warranty. In no event will the authors be held liable for any damages
  53. arising from the use of this software.
  54. Permission is granted to anyone to use this software for any purpose,
  55. including commercial applications, and to alter it and redistribute it
  56. freely, subject to the following restrictions:
  57. 1. The origin of this software must not be misrepresented; you must not
  58. claim that you wrote the original software. If you use this software
  59. in a product, an acknowledgment in the product documentation would be
  60. appreciated but is not required.
  61. 2. Altered source versions must be plainly marked as such, and must not be
  62. misrepresented as being the original software.
  63. 3. This notice may not be removed or altered from any source distribution.
  64. Jean-loup Gailly Mark Adler
  65. jloup@gzip.org madler@alumni.caltech.edu
  66. */
  67. License notice for Mono
  68. -------------------------------
  69. http://www.mono-project.com/docs/about-mono/
  70. Copyright (c) .NET Foundation Contributors
  71. MIT License
  72. Permission is hereby granted, free of charge, to any person obtaining a copy
  73. of this software and associated documentation files (the Software), to deal
  74. in the Software without restriction, including without limitation the rights
  75. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  76. copies of the Software, and to permit persons to whom the Software is
  77. furnished to do so, subject to the following conditions:
  78. The above copyright notice and this permission notice shall be included in all
  79. copies or substantial portions of the Software.
  80. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  81. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  82. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  83. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  84. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  85. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  86. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  87. License notice for International Organization for Standardization
  88. -----------------------------------------------------------------
  89. Portions (C) International Organization for Standardization 1986:
  90. Permission to copy in any form is granted for use with
  91. conforming SGML systems and applications as defined in
  92. ISO 8879, provided this notice is included in all copies.
  93. License notice for Intel
  94. ------------------------
  95. "Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
  96. Redistribution and use in source and binary forms, with or without
  97. modification, are permitted provided that the following conditions are met:
  98. 1. Redistributions of source code must retain the above copyright notice, this
  99. list of conditions and the following disclaimer.
  100. 2. Redistributions in binary form must reproduce the above copyright notice,
  101. this list of conditions and the following disclaimer in the documentation
  102. and/or other materials provided with the distribution.
  103. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  104. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  105. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  106. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  107. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  108. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  109. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  110. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  111. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  112. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  113. License notice for Xamarin and Novell
  114. -------------------------------------
  115. Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
  116. Permission is hereby granted, free of charge, to any person obtaining a copy
  117. of this software and associated documentation files (the "Software"), to deal
  118. in the Software without restriction, including without limitation the rights
  119. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  120. copies of the Software, and to permit persons to whom the Software is
  121. furnished to do so, subject to the following conditions:
  122. The above copyright notice and this permission notice shall be included in
  123. all copies or substantial portions of the Software.
  124. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  125. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  126. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  127. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  128. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  129. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  130. THE SOFTWARE.
  131. Copyright (c) 2011 Novell, Inc (http://www.novell.com)
  132. Permission is hereby granted, free of charge, to any person obtaining a copy
  133. of this software and associated documentation files (the "Software"), to deal
  134. in the Software without restriction, including without limitation the rights
  135. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  136. copies of the Software, and to permit persons to whom the Software is
  137. furnished to do so, subject to the following conditions:
  138. The above copyright notice and this permission notice shall be included in
  139. all copies or substantial portions of the Software.
  140. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  141. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  142. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  143. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  144. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  145. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  146. THE SOFTWARE.
  147. Third party notice for W3C
  148. --------------------------
  149. "W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE
  150. Status: This license takes effect 13 May, 2015.
  151. This work is being provided by the copyright holders under the following license.
  152. License
  153. 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.
  154. 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:
  155. The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
  156. Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included.
  157. 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)."
  158. Disclaimers
  159. 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.
  160. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.
  161. 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."
  162. License notice for Bit Twiddling Hacks
  163. --------------------------------------
  164. Bit Twiddling Hacks
  165. By Sean Eron Anderson
  166. seander@cs.stanford.edu
  167. Individually, the code snippets here are in the public domain (unless otherwise
  168. noted) — feel free to use them however you please. The aggregate collection and
  169. descriptions are © 1997-2005 Sean Eron Anderson. The code and descriptions are
  170. distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY and
  171. without even the implied warranty of merchantability or fitness for a particular
  172. purpose.
  173. License notice for Brotli
  174. --------------------------------------
  175. Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
  176. Permission is hereby granted, free of charge, to any person obtaining a copy
  177. of this software and associated documentation files (the "Software"), to deal
  178. in the Software without restriction, including without limitation the rights
  179. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  180. copies of the Software, and to permit persons to whom the Software is
  181. furnished to do so, subject to the following conditions:
  182. The above copyright notice and this permission notice shall be included in
  183. all copies or substantial portions of the Software.
  184. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  185. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  186. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  187. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  188. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  189. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  190. THE SOFTWARE.
  191. compress_fragment.c:
  192. Copyright (c) 2011, Google Inc.
  193. All rights reserved.
  194. Redistribution and use in source and binary forms, with or without
  195. modification, are permitted provided that the following conditions are
  196. met:
  197. * Redistributions of source code must retain the above copyright
  198. notice, this list of conditions and the following disclaimer.
  199. * Redistributions in binary form must reproduce the above
  200. copyright notice, this list of conditions and the following disclaimer
  201. in the documentation and/or other materials provided with the
  202. distribution.
  203. * Neither the name of Google Inc. nor the names of its
  204. contributors may be used to endorse or promote products derived from
  205. this software without specific prior written permission.
  206. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  207. ""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  208. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  209. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  210. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  211. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  212. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  213. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  214. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  215. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  216. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  217. decode_fuzzer.c:
  218. Copyright (c) 2015 The Chromium Authors. All rights reserved.
  219. Redistribution and use in source and binary forms, with or without
  220. modification, are permitted provided that the following conditions are
  221. met:
  222. * Redistributions of source code must retain the above copyright
  223. notice, this list of conditions and the following disclaimer.
  224. * Redistributions in binary form must reproduce the above
  225. copyright notice, this list of conditions and the following disclaimer
  226. in the documentation and/or other materials provided with the
  227. distribution.
  228. * Neither the name of Google Inc. nor the names of its
  229. contributors may be used to endorse or promote products derived from
  230. this software without specific prior written permission.
  231. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  232. ""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  233. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  234. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  235. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  236. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  237. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  238. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  239. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  240. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  241. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."