ThirdPartyNotices.txt 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. Microsoft/DirectXShaderCompiler
  2. THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
  3. Do Not Translate or Localize
  4. This project incorporates components from the projects listed below. The
  5. original copyright notices and the licenses under which Microsoft received
  6. such components are set forth below. Microsoft reserves all rights not
  7. expressly granted herein, whether by implication, estoppel or otherwise.
  8. * LLVM
  9. ==============================================================================
  10. LLVM Release License
  11. ==============================================================================
  12. University of Illinois/NCSA
  13. Open Source License
  14. Copyright (c) 2003-2015 University of Illinois at Urbana-Champaign.
  15. All rights reserved.
  16. Developed by:
  17. LLVM Team
  18. University of Illinois at Urbana-Champaign
  19. http://llvm.org
  20. Permission is hereby granted, free of charge, to any person obtaining a copy of
  21. this software and associated documentation files (the "Software"), to deal with
  22. the Software without restriction, including without limitation the rights to
  23. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  24. of the Software, and to permit persons to whom the Software is furnished to do
  25. so, subject to the following conditions:
  26. * Redistributions of source code must retain the above copyright notice,
  27. this list of conditions and the following disclaimers.
  28. * Redistributions in binary form must reproduce the above copyright notice,
  29. this list of conditions and the following disclaimers in the
  30. documentation and/or other materials provided with the distribution.
  31. * Neither the names of the LLVM Team, University of Illinois at
  32. Urbana-Champaign, nor the names of its contributors may be used to
  33. endorse or promote products derived from this Software without specific
  34. prior written permission.
  35. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  36. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  37. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  38. CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  39. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  40. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
  41. SOFTWARE.
  42. ==============================================================================
  43. Copyrights and Licenses for Third Party Software Distributed with LLVM:
  44. ==============================================================================
  45. The LLVM software contains code written by third parties. Such software will
  46. have its own individual LICENSE.TXT file in the directory in which it appears.
  47. This file will describe the copyrights, license, and restrictions which apply
  48. to that code.
  49. The disclaimer of warranty in the University of Illinois Open Source License
  50. applies to all code in the LLVM Distribution, and nothing in any of the
  51. other licenses gives permission to use the names of the LLVM Team or the
  52. University of Illinois to endorse or promote products derived from this
  53. Software.
  54. The following pieces of software have additional or alternate copyrights,
  55. licenses, and/or restrictions:
  56. Program Directory
  57. ------- ---------
  58. OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex}
  59. pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT}
  60. md5 contributions llvm/lib/Support/MD5.cpp llvm/include/llvm/Support/MD5.h
  61. * tools\clang
  62. ==============================================================================
  63. LLVM Release License
  64. ==============================================================================
  65. University of Illinois/NCSA
  66. Open Source License
  67. Copyright (c) 2007-2015 University of Illinois at Urbana-Champaign.
  68. All rights reserved.
  69. Developed by:
  70. LLVM Team
  71. University of Illinois at Urbana-Champaign
  72. http://llvm.org
  73. Permission is hereby granted, free of charge, to any person obtaining a copy of
  74. this software and associated documentation files (the "Software"), to deal with
  75. the Software without restriction, including without limitation the rights to
  76. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  77. of the Software, and to permit persons to whom the Software is furnished to do
  78. so, subject to the following conditions:
  79. * Redistributions of source code must retain the above copyright notice,
  80. this list of conditions and the following disclaimers.
  81. * Redistributions in binary form must reproduce the above copyright notice,
  82. this list of conditions and the following disclaimers in the
  83. documentation and/or other materials provided with the distribution.
  84. * Neither the names of the LLVM Team, University of Illinois at
  85. Urbana-Champaign, nor the names of its contributors may be used to
  86. endorse or promote products derived from this Software without specific
  87. prior written permission.
  88. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  89. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  90. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  91. CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  92. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  93. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
  94. SOFTWARE.
  95. ==============================================================================
  96. The LLVM software contains code written by third parties. Such software will
  97. have its own individual LICENSE.TXT file in the directory in which it appears.
  98. This file will describe the copyrights, license, and restrictions which apply
  99. to that code.
  100. The disclaimer of warranty in the University of Illinois Open Source License
  101. applies to all code in the LLVM Distribution, and nothing in any of the
  102. other licenses gives permission to use the names of the LLVM Team or the
  103. University of Illinois to endorse or promote products derived from this
  104. Software.
  105. * test\YAMLParser
  106. Copyright (c) 2006 Kirill Simonov
  107. Permission is hereby granted, free of charge, to any person obtaining a copy of
  108. this software and associated documentation files (the "Software"), to deal in
  109. the Software without restriction, including without limitation the rights to
  110. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  111. of the Software, and to permit persons to whom the Software is furnished to do
  112. so, subject to the following conditions:
  113. The above copyright notice and this permission notice shall be included in all
  114. copies or substantial portions of the Software.
  115. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  116. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  117. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  118. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  119. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  120. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  121. SOFTWARE.
  122. * include\llvm\Support
  123. LLVM System Interface Library
  124. -------------------------------------------------------------------------------
  125. The LLVM System Interface Library is licensed under the Illinois Open Source
  126. License and has the following additional copyright:
  127. Copyright (C) 2004 eXtensible Systems, Inc.
  128. * OpenBSD regex
  129. $OpenBSD: COPYRIGHT,v 1.3 2003/06/02 20:18:36 millert Exp $
  130. Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved.
  131. This software is not subject to any license of the American Telephone
  132. and Telegraph Company or of the Regents of the University of California.
  133. Permission is granted to anyone to use this software for any purpose on
  134. any computer system, and to alter it and redistribute it, subject
  135. to the following restrictions:
  136. 1. The author is not responsible for the consequences of use of this
  137. software, no matter how awful, even if they arise from flaws in it.
  138. 2. The origin of this software must not be misrepresented, either by
  139. explicit claim or by omission. Since few users ever read sources,
  140. credits must appear in the documentation.
  141. 3. Altered versions must be plainly marked as such, and must not be
  142. misrepresented as being the original software. Since few users
  143. ever read sources, credits must appear in the documentation.
  144. 4. This notice may not be removed or altered.
  145. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  146. /*-
  147. * Copyright (c) 1994
  148. * The Regents of the University of California. All rights reserved.
  149. *
  150. * Redistribution and use in source and binary forms, with or without
  151. * modification, are permitted provided that the following conditions
  152. * are met:
  153. * 1. Redistributions of source code must retain the above copyright
  154. * notice, this list of conditions and the following disclaimer.
  155. * 2. Redistributions in binary form must reproduce the above copyright
  156. * notice, this list of conditions and the following disclaimer in the
  157. * documentation and/or other materials provided with the distribution.
  158. * 3. Neither the name of the University nor the names of its contributors
  159. * may be used to endorse or promote products derived from this software
  160. * without specific prior written permission.
  161. *
  162. * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  163. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  164. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  165. * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  166. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  167. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  168. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  169. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  170. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  171. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  172. * SUCH DAMAGE.
  173. *
  174. * @(#)COPYRIGHT 8.1 (Berkeley) 3/16/94
  175. */
  176. * lib\Headers Files
  177. Permission is hereby granted, free of charge, to any person obtaining a copy
  178. of this software and associated documentation files (the "Software"), to deal
  179. in the Software without restriction, including without limitation the rights
  180. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  181. copies of the Software, and to permit persons to whom the Software is
  182. furnished to do so, subject to the following conditions:
  183. The above copyright notice and this permission notice shall be included in
  184. all copies or substantial portions of the Software.
  185. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  186. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  187. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  188. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  189. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  190. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  191. THE SOFTWARE.