LICENSE.TXT 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. ==============================================================================
  2. The LLVM Project is under the Apache License v2.0 with LLVM Exceptions:
  3. ==============================================================================
  4. Apache License
  5. Version 2.0, January 2004
  6. http://www.apache.org/licenses/
  7. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  8. 1. Definitions.
  9. "License" shall mean the terms and conditions for use, reproduction,
  10. and distribution as defined by Sections 1 through 9 of this document.
  11. "Licensor" shall mean the copyright owner or entity authorized by
  12. the copyright owner that is granting the License.
  13. "Legal Entity" shall mean the union of the acting entity and all
  14. other entities that control, are controlled by, or are under common
  15. control with that entity. For the purposes of this definition,
  16. "control" means (i) the power, direct or indirect, to cause the
  17. direction or management of such entity, whether by contract or
  18. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  19. outstanding shares, or (iii) beneficial ownership of such entity.
  20. "You" (or "Your") shall mean an individual or Legal Entity
  21. exercising permissions granted by this License.
  22. "Source" form shall mean the preferred form for making modifications,
  23. including but not limited to software source code, documentation
  24. source, and configuration files.
  25. "Object" form shall mean any form resulting from mechanical
  26. transformation or translation of a Source form, including but
  27. not limited to compiled object code, generated documentation,
  28. and conversions to other media types.
  29. "Work" shall mean the work of authorship, whether in Source or
  30. Object form, made available under the License, as indicated by a
  31. copyright notice that is included in or attached to the work
  32. (an example is provided in the Appendix below).
  33. "Derivative Works" shall mean any work, whether in Source or Object
  34. form, that is based on (or derived from) the Work and for which the
  35. editorial revisions, annotations, elaborations, or other modifications
  36. represent, as a whole, an original work of authorship. For the purposes
  37. of this License, Derivative Works shall not include works that remain
  38. separable from, or merely link (or bind by name) to the interfaces of,
  39. the Work and Derivative Works thereof.
  40. "Contribution" shall mean any work of authorship, including
  41. the original version of the Work and any modifications or additions
  42. to that Work or Derivative Works thereof, that is intentionally
  43. submitted to Licensor for inclusion in the Work by the copyright owner
  44. or by an individual or Legal Entity authorized to submit on behalf of
  45. the copyright owner. For the purposes of this definition, "submitted"
  46. means any form of electronic, verbal, or written communication sent
  47. to the Licensor or its representatives, including but not limited to
  48. communication on electronic mailing lists, source code control systems,
  49. and issue tracking systems that are managed by, or on behalf of, the
  50. Licensor for the purpose of discussing and improving the Work, but
  51. excluding communication that is conspicuously marked or otherwise
  52. designated in writing by the copyright owner as "Not a Contribution."
  53. "Contributor" shall mean Licensor and any individual or Legal Entity
  54. on behalf of whom a Contribution has been received by Licensor and
  55. subsequently incorporated within the Work.
  56. 2. Grant of Copyright License. Subject to the terms and conditions of
  57. this License, each Contributor hereby grants to You a perpetual,
  58. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  59. copyright license to reproduce, prepare Derivative Works of,
  60. publicly display, publicly perform, sublicense, and distribute the
  61. Work and such Derivative Works in Source or Object form.
  62. 3. Grant of Patent License. Subject to the terms and conditions of
  63. this License, each Contributor hereby grants to You a perpetual,
  64. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  65. (except as stated in this section) patent license to make, have made,
  66. use, offer to sell, sell, import, and otherwise transfer the Work,
  67. where such license applies only to those patent claims licensable
  68. by such Contributor that are necessarily infringed by their
  69. Contribution(s) alone or by combination of their Contribution(s)
  70. with the Work to which such Contribution(s) was submitted. If You
  71. institute patent litigation against any entity (including a
  72. cross-claim or counterclaim in a lawsuit) alleging that the Work
  73. or a Contribution incorporated within the Work constitutes direct
  74. or contributory patent infringement, then any patent licenses
  75. granted to You under this License for that Work shall terminate
  76. as of the date such litigation is filed.
  77. 4. Redistribution. You may reproduce and distribute copies of the
  78. Work or Derivative Works thereof in any medium, with or without
  79. modifications, and in Source or Object form, provided that You
  80. meet the following conditions:
  81. (a) You must give any other recipients of the Work or
  82. Derivative Works a copy of this License; and
  83. (b) You must cause any modified files to carry prominent notices
  84. stating that You changed the files; and
  85. (c) You must retain, in the Source form of any Derivative Works
  86. that You distribute, all copyright, patent, trademark, and
  87. attribution notices from the Source form of the Work,
  88. excluding those notices that do not pertain to any part of
  89. the Derivative Works; and
  90. (d) If the Work includes a "NOTICE" text file as part of its
  91. distribution, then any Derivative Works that You distribute must
  92. include a readable copy of the attribution notices contained
  93. within such NOTICE file, excluding those notices that do not
  94. pertain to any part of the Derivative Works, in at least one
  95. of the following places: within a NOTICE text file distributed
  96. as part of the Derivative Works; within the Source form or
  97. documentation, if provided along with the Derivative Works; or,
  98. within a display generated by the Derivative Works, if and
  99. wherever such third-party notices normally appear. The contents
  100. of the NOTICE file are for informational purposes only and
  101. do not modify the License. You may add Your own attribution
  102. notices within Derivative Works that You distribute, alongside
  103. or as an addendum to the NOTICE text from the Work, provided
  104. that such additional attribution notices cannot be construed
  105. as modifying the License.
  106. You may add Your own copyright statement to Your modifications and
  107. may provide additional or different license terms and conditions
  108. for use, reproduction, or distribution of Your modifications, or
  109. for any such Derivative Works as a whole, provided Your use,
  110. reproduction, and distribution of the Work otherwise complies with
  111. the conditions stated in this License.
  112. 5. Submission of Contributions. Unless You explicitly state otherwise,
  113. any Contribution intentionally submitted for inclusion in the Work
  114. by You to the Licensor shall be under the terms and conditions of
  115. this License, without any additional terms or conditions.
  116. Notwithstanding the above, nothing herein shall supersede or modify
  117. the terms of any separate license agreement you may have executed
  118. with Licensor regarding such Contributions.
  119. 6. Trademarks. This License does not grant permission to use the trade
  120. names, trademarks, service marks, or product names of the Licensor,
  121. except as required for reasonable and customary use in describing the
  122. origin of the Work and reproducing the content of the NOTICE file.
  123. 7. Disclaimer of Warranty. Unless required by applicable law or
  124. agreed to in writing, Licensor provides the Work (and each
  125. Contributor provides its Contributions) on an "AS IS" BASIS,
  126. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  127. implied, including, without limitation, any warranties or conditions
  128. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  129. PARTICULAR PURPOSE. You are solely responsible for determining the
  130. appropriateness of using or redistributing the Work and assume any
  131. risks associated with Your exercise of permissions under this License.
  132. 8. Limitation of Liability. In no event and under no legal theory,
  133. whether in tort (including negligence), contract, or otherwise,
  134. unless required by applicable law (such as deliberate and grossly
  135. negligent acts) or agreed to in writing, shall any Contributor be
  136. liable to You for damages, including any direct, indirect, special,
  137. incidental, or consequential damages of any character arising as a
  138. result of this License or out of the use or inability to use the
  139. Work (including but not limited to damages for loss of goodwill,
  140. work stoppage, computer failure or malfunction, or any and all
  141. other commercial damages or losses), even if such Contributor
  142. has been advised of the possibility of such damages.
  143. 9. Accepting Warranty or Additional Liability. While redistributing
  144. the Work or Derivative Works thereof, You may choose to offer,
  145. and charge a fee for, acceptance of support, warranty, indemnity,
  146. or other liability obligations and/or rights consistent with this
  147. License. However, in accepting such obligations, You may act only
  148. on Your own behalf and on Your sole responsibility, not on behalf
  149. of any other Contributor, and only if You agree to indemnify,
  150. defend, and hold each Contributor harmless for any liability
  151. incurred by, or claims asserted against, such Contributor by reason
  152. of your accepting any such warranty or additional liability.
  153. END OF TERMS AND CONDITIONS
  154. APPENDIX: How to apply the Apache License to your work.
  155. To apply the Apache License to your work, attach the following
  156. boilerplate notice, with the fields enclosed by brackets "[]"
  157. replaced with your own identifying information. (Don't include
  158. the brackets!) The text should be enclosed in the appropriate
  159. comment syntax for the file format. We also recommend that a
  160. file or class name and description of purpose be included on the
  161. same "printed page" as the copyright notice for easier
  162. identification within third-party archives.
  163. Copyright [yyyy] [name of copyright owner]
  164. Licensed under the Apache License, Version 2.0 (the "License");
  165. you may not use this file except in compliance with the License.
  166. You may obtain a copy of the License at
  167. http://www.apache.org/licenses/LICENSE-2.0
  168. Unless required by applicable law or agreed to in writing, software
  169. distributed under the License is distributed on an "AS IS" BASIS,
  170. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  171. See the License for the specific language governing permissions and
  172. limitations under the License.
  173. ---- LLVM Exceptions to the Apache 2.0 License ----
  174. As an exception, if, as a result of your compiling your source code, portions
  175. of this Software are embedded into an Object form of such source code, you
  176. may redistribute such embedded portions in such Object form without complying
  177. with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
  178. In addition, if you combine or link compiled forms of this Software with
  179. software that is licensed under the GPLv2 ("Combined Software") and if a
  180. court of competent jurisdiction determines that the patent provision (Section
  181. 3), the indemnity provision (Section 9) or other Section of the License
  182. conflicts with the conditions of the GPLv2, you may retroactively and
  183. prospectively choose to deem waived or otherwise exclude such Section(s) of
  184. the License, but only in their entirety and only with respect to the Combined
  185. Software.
  186. ==============================================================================
  187. Software from third parties included in the LLVM Project:
  188. ==============================================================================
  189. The LLVM Project contains third party software which is under different license
  190. terms. All such code will be identified clearly using at least one of two
  191. mechanisms:
  192. 1) It will be in a separate directory tree with its own `LICENSE.txt` or
  193. `LICENSE` file at the top containing the specific license and restrictions
  194. which apply to that software, or
  195. 2) It will contain specific license and restriction terms at the top of every
  196. file.
  197. ==============================================================================
  198. Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy):
  199. ==============================================================================
  200. The libunwind library is dual licensed under both the University of Illinois
  201. "BSD-Like" license and the MIT license. As a user of this code you may choose
  202. to use it under either license. As a contributor, you agree to allow your code
  203. to be used under both.
  204. Full text of the relevant licenses is included below.
  205. ==============================================================================
  206. University of Illinois/NCSA
  207. Open Source License
  208. Copyright (c) 2009-2019 by the contributors listed in CREDITS.TXT
  209. All rights reserved.
  210. Developed by:
  211. LLVM Team
  212. University of Illinois at Urbana-Champaign
  213. http://llvm.org
  214. Permission is hereby granted, free of charge, to any person obtaining a copy of
  215. this software and associated documentation files (the "Software"), to deal with
  216. the Software without restriction, including without limitation the rights to
  217. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  218. of the Software, and to permit persons to whom the Software is furnished to do
  219. so, subject to the following conditions:
  220. * Redistributions of source code must retain the above copyright notice,
  221. this list of conditions and the following disclaimers.
  222. * Redistributions in binary form must reproduce the above copyright notice,
  223. this list of conditions and the following disclaimers in the
  224. documentation and/or other materials provided with the distribution.
  225. * Neither the names of the LLVM Team, University of Illinois at
  226. Urbana-Champaign, nor the names of its contributors may be used to
  227. endorse or promote products derived from this Software without specific
  228. prior written permission.
  229. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  230. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  231. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  232. CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  233. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  234. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
  235. SOFTWARE.
  236. ==============================================================================
  237. Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT
  238. Permission is hereby granted, free of charge, to any person obtaining a copy
  239. of this software and associated documentation files (the "Software"), to deal
  240. in the Software without restriction, including without limitation the rights
  241. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  242. copies of the Software, and to permit persons to whom the Software is
  243. furnished to do so, subject to the following conditions:
  244. The above copyright notice and this permission notice shall be included in
  245. all copies or substantial portions of the Software.
  246. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  247. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  248. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  249. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  250. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  251. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  252. THE SOFTWARE.