licenses.list.txt 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579
  1. ====================Apache-2.0 WITH LLVM-exception====================
  2. // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
  3. // See https://llvm.org/LICENSE.txt for license information.
  4. ====================Apache-2.0 WITH LLVM-exception====================
  5. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  6. ====================File: LICENSE.TXT====================
  7. ==============================================================================
  8. The LLVM Project is under the Apache License v2.0 with LLVM Exceptions:
  9. ==============================================================================
  10. Apache License
  11. Version 2.0, January 2004
  12. http://www.apache.org/licenses/
  13. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  14. 1. Definitions.
  15. "License" shall mean the terms and conditions for use, reproduction,
  16. and distribution as defined by Sections 1 through 9 of this document.
  17. "Licensor" shall mean the copyright owner or entity authorized by
  18. the copyright owner that is granting the License.
  19. "Legal Entity" shall mean the union of the acting entity and all
  20. other entities that control, are controlled by, or are under common
  21. control with that entity. For the purposes of this definition,
  22. "control" means (i) the power, direct or indirect, to cause the
  23. direction or management of such entity, whether by contract or
  24. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  25. outstanding shares, or (iii) beneficial ownership of such entity.
  26. "You" (or "Your") shall mean an individual or Legal Entity
  27. exercising permissions granted by this License.
  28. "Source" form shall mean the preferred form for making modifications,
  29. including but not limited to software source code, documentation
  30. source, and configuration files.
  31. "Object" form shall mean any form resulting from mechanical
  32. transformation or translation of a Source form, including but
  33. not limited to compiled object code, generated documentation,
  34. and conversions to other media types.
  35. "Work" shall mean the work of authorship, whether in Source or
  36. Object form, made available under the License, as indicated by a
  37. copyright notice that is included in or attached to the work
  38. (an example is provided in the Appendix below).
  39. "Derivative Works" shall mean any work, whether in Source or Object
  40. form, that is based on (or derived from) the Work and for which the
  41. editorial revisions, annotations, elaborations, or other modifications
  42. represent, as a whole, an original work of authorship. For the purposes
  43. of this License, Derivative Works shall not include works that remain
  44. separable from, or merely link (or bind by name) to the interfaces of,
  45. the Work and Derivative Works thereof.
  46. "Contribution" shall mean any work of authorship, including
  47. the original version of the Work and any modifications or additions
  48. to that Work or Derivative Works thereof, that is intentionally
  49. submitted to Licensor for inclusion in the Work by the copyright owner
  50. or by an individual or Legal Entity authorized to submit on behalf of
  51. the copyright owner. For the purposes of this definition, "submitted"
  52. means any form of electronic, verbal, or written communication sent
  53. to the Licensor or its representatives, including but not limited to
  54. communication on electronic mailing lists, source code control systems,
  55. and issue tracking systems that are managed by, or on behalf of, the
  56. Licensor for the purpose of discussing and improving the Work, but
  57. excluding communication that is conspicuously marked or otherwise
  58. designated in writing by the copyright owner as "Not a Contribution."
  59. "Contributor" shall mean Licensor and any individual or Legal Entity
  60. on behalf of whom a Contribution has been received by Licensor and
  61. subsequently incorporated within the Work.
  62. 2. Grant of Copyright 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. copyright license to reproduce, prepare Derivative Works of,
  66. publicly display, publicly perform, sublicense, and distribute the
  67. Work and such Derivative Works in Source or Object form.
  68. 3. Grant of Patent License. Subject to the terms and conditions of
  69. this License, each Contributor hereby grants to You a perpetual,
  70. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  71. (except as stated in this section) patent license to make, have made,
  72. use, offer to sell, sell, import, and otherwise transfer the Work,
  73. where such license applies only to those patent claims licensable
  74. by such Contributor that are necessarily infringed by their
  75. Contribution(s) alone or by combination of their Contribution(s)
  76. with the Work to which such Contribution(s) was submitted. If You
  77. institute patent litigation against any entity (including a
  78. cross-claim or counterclaim in a lawsuit) alleging that the Work
  79. or a Contribution incorporated within the Work constitutes direct
  80. or contributory patent infringement, then any patent licenses
  81. granted to You under this License for that Work shall terminate
  82. as of the date such litigation is filed.
  83. 4. Redistribution. You may reproduce and distribute copies of the
  84. Work or Derivative Works thereof in any medium, with or without
  85. modifications, and in Source or Object form, provided that You
  86. meet the following conditions:
  87. (a) You must give any other recipients of the Work or
  88. Derivative Works a copy of this License; and
  89. (b) You must cause any modified files to carry prominent notices
  90. stating that You changed the files; and
  91. (c) You must retain, in the Source form of any Derivative Works
  92. that You distribute, all copyright, patent, trademark, and
  93. attribution notices from the Source form of the Work,
  94. excluding those notices that do not pertain to any part of
  95. the Derivative Works; and
  96. (d) If the Work includes a "NOTICE" text file as part of its
  97. distribution, then any Derivative Works that You distribute must
  98. include a readable copy of the attribution notices contained
  99. within such NOTICE file, excluding those notices that do not
  100. pertain to any part of the Derivative Works, in at least one
  101. of the following places: within a NOTICE text file distributed
  102. as part of the Derivative Works; within the Source form or
  103. documentation, if provided along with the Derivative Works; or,
  104. within a display generated by the Derivative Works, if and
  105. wherever such third-party notices normally appear. The contents
  106. of the NOTICE file are for informational purposes only and
  107. do not modify the License. You may add Your own attribution
  108. notices within Derivative Works that You distribute, alongside
  109. or as an addendum to the NOTICE text from the Work, provided
  110. that such additional attribution notices cannot be construed
  111. as modifying the License.
  112. You may add Your own copyright statement to Your modifications and
  113. may provide additional or different license terms and conditions
  114. for use, reproduction, or distribution of Your modifications, or
  115. for any such Derivative Works as a whole, provided Your use,
  116. reproduction, and distribution of the Work otherwise complies with
  117. the conditions stated in this License.
  118. 5. Submission of Contributions. Unless You explicitly state otherwise,
  119. any Contribution intentionally submitted for inclusion in the Work
  120. by You to the Licensor shall be under the terms and conditions of
  121. this License, without any additional terms or conditions.
  122. Notwithstanding the above, nothing herein shall supersede or modify
  123. the terms of any separate license agreement you may have executed
  124. with Licensor regarding such Contributions.
  125. 6. Trademarks. This License does not grant permission to use the trade
  126. names, trademarks, service marks, or product names of the Licensor,
  127. except as required for reasonable and customary use in describing the
  128. origin of the Work and reproducing the content of the NOTICE file.
  129. 7. Disclaimer of Warranty. Unless required by applicable law or
  130. agreed to in writing, Licensor provides the Work (and each
  131. Contributor provides its Contributions) on an "AS IS" BASIS,
  132. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  133. implied, including, without limitation, any warranties or conditions
  134. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  135. PARTICULAR PURPOSE. You are solely responsible for determining the
  136. appropriateness of using or redistributing the Work and assume any
  137. risks associated with Your exercise of permissions under this License.
  138. 8. Limitation of Liability. In no event and under no legal theory,
  139. whether in tort (including negligence), contract, or otherwise,
  140. unless required by applicable law (such as deliberate and grossly
  141. negligent acts) or agreed to in writing, shall any Contributor be
  142. liable to You for damages, including any direct, indirect, special,
  143. incidental, or consequential damages of any character arising as a
  144. result of this License or out of the use or inability to use the
  145. Work (including but not limited to damages for loss of goodwill,
  146. work stoppage, computer failure or malfunction, or any and all
  147. other commercial damages or losses), even if such Contributor
  148. has been advised of the possibility of such damages.
  149. 9. Accepting Warranty or Additional Liability. While redistributing
  150. the Work or Derivative Works thereof, You may choose to offer,
  151. and charge a fee for, acceptance of support, warranty, indemnity,
  152. or other liability obligations and/or rights consistent with this
  153. License. However, in accepting such obligations, You may act only
  154. on Your own behalf and on Your sole responsibility, not on behalf
  155. of any other Contributor, and only if You agree to indemnify,
  156. defend, and hold each Contributor harmless for any liability
  157. incurred by, or claims asserted against, such Contributor by reason
  158. of your accepting any such warranty or additional liability.
  159. END OF TERMS AND CONDITIONS
  160. APPENDIX: How to apply the Apache License to your work.
  161. To apply the Apache License to your work, attach the following
  162. boilerplate notice, with the fields enclosed by brackets "[]"
  163. replaced with your own identifying information. (Don't include
  164. the brackets!) The text should be enclosed in the appropriate
  165. comment syntax for the file format. We also recommend that a
  166. file or class name and description of purpose be included on the
  167. same "printed page" as the copyright notice for easier
  168. identification within third-party archives.
  169. Copyright [yyyy] [name of copyright owner]
  170. Licensed under the Apache License, Version 2.0 (the "License");
  171. you may not use this file except in compliance with the License.
  172. You may obtain a copy of the License at
  173. http://www.apache.org/licenses/LICENSE-2.0
  174. Unless required by applicable law or agreed to in writing, software
  175. distributed under the License is distributed on an "AS IS" BASIS,
  176. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  177. See the License for the specific language governing permissions and
  178. limitations under the License.
  179. ---- LLVM Exceptions to the Apache 2.0 License ----
  180. As an exception, if, as a result of your compiling your source code, portions
  181. of this Software are embedded into an Object form of such source code, you
  182. may redistribute such embedded portions in such Object form without complying
  183. with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
  184. In addition, if you combine or link compiled forms of this Software with
  185. software that is licensed under the GPLv2 ("Combined Software") and if a
  186. court of competent jurisdiction determines that the patent provision (Section
  187. 3), the indemnity provision (Section 9) or other Section of the License
  188. conflicts with the conditions of the GPLv2, you may retroactively and
  189. prospectively choose to deem waived or otherwise exclude such Section(s) of
  190. the License, but only in their entirety and only with respect to the Combined
  191. Software.
  192. ==============================================================================
  193. Software from third parties included in the LLVM Project:
  194. ==============================================================================
  195. The LLVM Project contains third party software which is under different license
  196. terms. All such code will be identified clearly using at least one of two
  197. mechanisms:
  198. 1) It will be in a separate directory tree with its own `LICENSE.txt` or
  199. `LICENSE` file at the top containing the specific license and restrictions
  200. which apply to that software, or
  201. 2) It will contain specific license and restriction terms at the top of every
  202. file.
  203. ==============================================================================
  204. Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy):
  205. ==============================================================================
  206. University of Illinois/NCSA
  207. Open Source License
  208. Copyright (c) 2003-2019 University of Illinois at Urbana-Champaign.
  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. ====================File: include/llvm/Support/LICENSE.TXT====================
  237. LLVM System Interface Library
  238. -------------------------------------------------------------------------------
  239. Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
  240. See https://llvm.org/LICENSE.txt for license information.
  241. SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  242. ====================File: tools/polly/LICENSE.TXT====================
  243. ==============================================================================
  244. The LLVM Project is under the Apache License v2.0 with LLVM Exceptions:
  245. ==============================================================================
  246. Apache License
  247. Version 2.0, January 2004
  248. http://www.apache.org/licenses/
  249. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  250. 1. Definitions.
  251. "License" shall mean the terms and conditions for use, reproduction,
  252. and distribution as defined by Sections 1 through 9 of this document.
  253. "Licensor" shall mean the copyright owner or entity authorized by
  254. the copyright owner that is granting the License.
  255. "Legal Entity" shall mean the union of the acting entity and all
  256. other entities that control, are controlled by, or are under common
  257. control with that entity. For the purposes of this definition,
  258. "control" means (i) the power, direct or indirect, to cause the
  259. direction or management of such entity, whether by contract or
  260. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  261. outstanding shares, or (iii) beneficial ownership of such entity.
  262. "You" (or "Your") shall mean an individual or Legal Entity
  263. exercising permissions granted by this License.
  264. "Source" form shall mean the preferred form for making modifications,
  265. including but not limited to software source code, documentation
  266. source, and configuration files.
  267. "Object" form shall mean any form resulting from mechanical
  268. transformation or translation of a Source form, including but
  269. not limited to compiled object code, generated documentation,
  270. and conversions to other media types.
  271. "Work" shall mean the work of authorship, whether in Source or
  272. Object form, made available under the License, as indicated by a
  273. copyright notice that is included in or attached to the work
  274. (an example is provided in the Appendix below).
  275. "Derivative Works" shall mean any work, whether in Source or Object
  276. form, that is based on (or derived from) the Work and for which the
  277. editorial revisions, annotations, elaborations, or other modifications
  278. represent, as a whole, an original work of authorship. For the purposes
  279. of this License, Derivative Works shall not include works that remain
  280. separable from, or merely link (or bind by name) to the interfaces of,
  281. the Work and Derivative Works thereof.
  282. "Contribution" shall mean any work of authorship, including
  283. the original version of the Work and any modifications or additions
  284. to that Work or Derivative Works thereof, that is intentionally
  285. submitted to Licensor for inclusion in the Work by the copyright owner
  286. or by an individual or Legal Entity authorized to submit on behalf of
  287. the copyright owner. For the purposes of this definition, "submitted"
  288. means any form of electronic, verbal, or written communication sent
  289. to the Licensor or its representatives, including but not limited to
  290. communication on electronic mailing lists, source code control systems,
  291. and issue tracking systems that are managed by, or on behalf of, the
  292. Licensor for the purpose of discussing and improving the Work, but
  293. excluding communication that is conspicuously marked or otherwise
  294. designated in writing by the copyright owner as "Not a Contribution."
  295. "Contributor" shall mean Licensor and any individual or Legal Entity
  296. on behalf of whom a Contribution has been received by Licensor and
  297. subsequently incorporated within the Work.
  298. 2. Grant of Copyright License. Subject to the terms and conditions of
  299. this License, each Contributor hereby grants to You a perpetual,
  300. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  301. copyright license to reproduce, prepare Derivative Works of,
  302. publicly display, publicly perform, sublicense, and distribute the
  303. Work and such Derivative Works in Source or Object form.
  304. 3. Grant of Patent License. Subject to the terms and conditions of
  305. this License, each Contributor hereby grants to You a perpetual,
  306. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  307. (except as stated in this section) patent license to make, have made,
  308. use, offer to sell, sell, import, and otherwise transfer the Work,
  309. where such license applies only to those patent claims licensable
  310. by such Contributor that are necessarily infringed by their
  311. Contribution(s) alone or by combination of their Contribution(s)
  312. with the Work to which such Contribution(s) was submitted. If You
  313. institute patent litigation against any entity (including a
  314. cross-claim or counterclaim in a lawsuit) alleging that the Work
  315. or a Contribution incorporated within the Work constitutes direct
  316. or contributory patent infringement, then any patent licenses
  317. granted to You under this License for that Work shall terminate
  318. as of the date such litigation is filed.
  319. 4. Redistribution. You may reproduce and distribute copies of the
  320. Work or Derivative Works thereof in any medium, with or without
  321. modifications, and in Source or Object form, provided that You
  322. meet the following conditions:
  323. (a) You must give any other recipients of the Work or
  324. Derivative Works a copy of this License; and
  325. (b) You must cause any modified files to carry prominent notices
  326. stating that You changed the files; and
  327. (c) You must retain, in the Source form of any Derivative Works
  328. that You distribute, all copyright, patent, trademark, and
  329. attribution notices from the Source form of the Work,
  330. excluding those notices that do not pertain to any part of
  331. the Derivative Works; and
  332. (d) If the Work includes a "NOTICE" text file as part of its
  333. distribution, then any Derivative Works that You distribute must
  334. include a readable copy of the attribution notices contained
  335. within such NOTICE file, excluding those notices that do not
  336. pertain to any part of the Derivative Works, in at least one
  337. of the following places: within a NOTICE text file distributed
  338. as part of the Derivative Works; within the Source form or
  339. documentation, if provided along with the Derivative Works; or,
  340. within a display generated by the Derivative Works, if and
  341. wherever such third-party notices normally appear. The contents
  342. of the NOTICE file are for informational purposes only and
  343. do not modify the License. You may add Your own attribution
  344. notices within Derivative Works that You distribute, alongside
  345. or as an addendum to the NOTICE text from the Work, provided
  346. that such additional attribution notices cannot be construed
  347. as modifying the License.
  348. You may add Your own copyright statement to Your modifications and
  349. may provide additional or different license terms and conditions
  350. for use, reproduction, or distribution of Your modifications, or
  351. for any such Derivative Works as a whole, provided Your use,
  352. reproduction, and distribution of the Work otherwise complies with
  353. the conditions stated in this License.
  354. 5. Submission of Contributions. Unless You explicitly state otherwise,
  355. any Contribution intentionally submitted for inclusion in the Work
  356. by You to the Licensor shall be under the terms and conditions of
  357. this License, without any additional terms or conditions.
  358. Notwithstanding the above, nothing herein shall supersede or modify
  359. the terms of any separate license agreement you may have executed
  360. with Licensor regarding such Contributions.
  361. 6. Trademarks. This License does not grant permission to use the trade
  362. names, trademarks, service marks, or product names of the Licensor,
  363. except as required for reasonable and customary use in describing the
  364. origin of the Work and reproducing the content of the NOTICE file.
  365. 7. Disclaimer of Warranty. Unless required by applicable law or
  366. agreed to in writing, Licensor provides the Work (and each
  367. Contributor provides its Contributions) on an "AS IS" BASIS,
  368. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  369. implied, including, without limitation, any warranties or conditions
  370. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  371. PARTICULAR PURPOSE. You are solely responsible for determining the
  372. appropriateness of using or redistributing the Work and assume any
  373. risks associated with Your exercise of permissions under this License.
  374. 8. Limitation of Liability. In no event and under no legal theory,
  375. whether in tort (including negligence), contract, or otherwise,
  376. unless required by applicable law (such as deliberate and grossly
  377. negligent acts) or agreed to in writing, shall any Contributor be
  378. liable to You for damages, including any direct, indirect, special,
  379. incidental, or consequential damages of any character arising as a
  380. result of this License or out of the use or inability to use the
  381. Work (including but not limited to damages for loss of goodwill,
  382. work stoppage, computer failure or malfunction, or any and all
  383. other commercial damages or losses), even if such Contributor
  384. has been advised of the possibility of such damages.
  385. 9. Accepting Warranty or Additional Liability. While redistributing
  386. the Work or Derivative Works thereof, You may choose to offer,
  387. and charge a fee for, acceptance of support, warranty, indemnity,
  388. or other liability obligations and/or rights consistent with this
  389. License. However, in accepting such obligations, You may act only
  390. on Your own behalf and on Your sole responsibility, not on behalf
  391. of any other Contributor, and only if You agree to indemnify,
  392. defend, and hold each Contributor harmless for any liability
  393. incurred by, or claims asserted against, such Contributor by reason
  394. of your accepting any such warranty or additional liability.
  395. END OF TERMS AND CONDITIONS
  396. APPENDIX: How to apply the Apache License to your work.
  397. To apply the Apache License to your work, attach the following
  398. boilerplate notice, with the fields enclosed by brackets "[]"
  399. replaced with your own identifying information. (Don't include
  400. the brackets!) The text should be enclosed in the appropriate
  401. comment syntax for the file format. We also recommend that a
  402. file or class name and description of purpose be included on the
  403. same "printed page" as the copyright notice for easier
  404. identification within third-party archives.
  405. Copyright [yyyy] [name of copyright owner]
  406. Licensed under the Apache License, Version 2.0 (the "License");
  407. you may not use this file except in compliance with the License.
  408. You may obtain a copy of the License at
  409. http://www.apache.org/licenses/LICENSE-2.0
  410. Unless required by applicable law or agreed to in writing, software
  411. distributed under the License is distributed on an "AS IS" BASIS,
  412. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  413. See the License for the specific language governing permissions and
  414. limitations under the License.
  415. ---- LLVM Exceptions to the Apache 2.0 License ----
  416. As an exception, if, as a result of your compiling your source code, portions
  417. of this Software are embedded into an Object form of such source code, you
  418. may redistribute such embedded portions in such Object form without complying
  419. with the conditions of Sections 4(a), 4(b) and 4(d) of the License.
  420. In addition, if you combine or link compiled forms of this Software with
  421. software that is licensed under the GPLv2 ("Combined Software") and if a
  422. court of competent jurisdiction determines that the patent provision (Section
  423. 3), the indemnity provision (Section 9) or other Section of the License
  424. conflicts with the conditions of the GPLv2, you may retroactively and
  425. prospectively choose to deem waived or otherwise exclude such Section(s) of
  426. the License, but only in their entirety and only with respect to the Combined
  427. Software.
  428. ==============================================================================
  429. Software from third parties included in the LLVM Project:
  430. ==============================================================================
  431. The LLVM Project contains third party software which is under different license
  432. terms. All such code will be identified clearly using at least one of two
  433. mechanisms:
  434. 1) It will be in a separate directory tree with its own `LICENSE.txt` or
  435. `LICENSE` file at the top containing the specific license and restrictions
  436. which apply to that software, or
  437. 2) It will contain specific license and restriction terms at the top of every
  438. file.
  439. ==============================================================================
  440. Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy):
  441. ==============================================================================
  442. University of Illinois/NCSA
  443. Open Source License
  444. Copyright (c) 2009-2019 Polly Team
  445. All rights reserved.
  446. Developed by:
  447. Polly Team
  448. Permission is hereby granted, free of charge, to any person obtaining a copy of
  449. this software and associated documentation files (the "Software"), to deal with
  450. the Software without restriction, including without limitation the rights to
  451. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  452. of the Software, and to permit persons to whom the Software is furnished to do
  453. so, subject to the following conditions:
  454. * Redistributions of source code must retain the above copyright notice,
  455. this list of conditions and the following disclaimers.
  456. * Redistributions in binary form must reproduce the above copyright notice,
  457. this list of conditions and the following disclaimers in the
  458. documentation and/or other materials provided with the distribution.
  459. * Neither the names of the Polly Team, copyright holders, nor the names of
  460. its contributors may be used to endorse or promote products derived from
  461. this Software without specific prior written permission.
  462. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  463. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  464. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  465. CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  466. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  467. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
  468. SOFTWARE.
  469. ====================NCSA====================
  470. // This file is distributed under the University of Illinois Open Source
  471. // License. See LICENSE.TXT for details.