|
| 1 | +============================================================================== |
| 2 | +The Lighthouse Project is under the Apache License v2.0 with LLVM Exceptions: |
| 3 | +============================================================================== |
| 4 | + |
1 | 5 | Apache License |
2 | 6 | Version 2.0, January 2004 |
3 | 7 | http://www.apache.org/licenses/ |
4 | 8 |
|
5 | | - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION |
| 9 | + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION |
6 | 10 |
|
7 | | - 1. Definitions. |
| 11 | + 1. Definitions. |
8 | 12 |
|
9 | 13 | "License" shall mean the terms and conditions for use, reproduction, |
10 | 14 | and distribution as defined by Sections 1 through 9 of this document. |
|
63 | 67 | on behalf of whom a Contribution has been received by Licensor and |
64 | 68 | subsequently incorporated within the Work. |
65 | 69 |
|
66 | | - 2. Grant of Copyright License. Subject to the terms and conditions of |
| 70 | + 2. Grant of Copyright License. Subject to the terms and conditions of |
67 | 71 | this License, each Contributor hereby grants to You a perpetual, |
68 | 72 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable |
69 | 73 | copyright license to reproduce, prepare Derivative Works of, |
70 | 74 | publicly display, publicly perform, sublicense, and distribute the |
71 | 75 | Work and such Derivative Works in Source or Object form. |
72 | 76 |
|
73 | | - 3. Grant of Patent License. Subject to the terms and conditions of |
| 77 | + 3. Grant of Patent License. Subject to the terms and conditions of |
74 | 78 | this License, each Contributor hereby grants to You a perpetual, |
75 | 79 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable |
76 | 80 | (except as stated in this section) patent license to make, have made, |
|
86 | 90 | granted to You under this License for that Work shall terminate |
87 | 91 | as of the date such litigation is filed. |
88 | 92 |
|
89 | | - 4. Redistribution. You may reproduce and distribute copies of the |
| 93 | + 4. Redistribution. You may reproduce and distribute copies of the |
90 | 94 | Work or Derivative Works thereof in any medium, with or without |
91 | 95 | modifications, and in Source or Object form, provided that You |
92 | 96 | meet the following conditions: |
|
127 | 131 | reproduction, and distribution of the Work otherwise complies with |
128 | 132 | the conditions stated in this License. |
129 | 133 |
|
130 | | - 5. Submission of Contributions. Unless You explicitly state otherwise, |
| 134 | + 5. Submission of Contributions. Unless You explicitly state otherwise, |
131 | 135 | any Contribution intentionally submitted for inclusion in the Work |
132 | 136 | by You to the Licensor shall be under the terms and conditions of |
133 | 137 | this License, without any additional terms or conditions. |
134 | 138 | Notwithstanding the above, nothing herein shall supersede or modify |
135 | 139 | the terms of any separate license agreement you may have executed |
136 | 140 | with Licensor regarding such Contributions. |
137 | 141 |
|
138 | | - 6. Trademarks. This License does not grant permission to use the trade |
| 142 | + 6. Trademarks. This License does not grant permission to use the trade |
139 | 143 | names, trademarks, service marks, or product names of the Licensor, |
140 | 144 | except as required for reasonable and customary use in describing the |
141 | 145 | origin of the Work and reproducing the content of the NOTICE file. |
142 | 146 |
|
143 | | - 7. Disclaimer of Warranty. Unless required by applicable law or |
| 147 | + 7. Disclaimer of Warranty. Unless required by applicable law or |
144 | 148 | agreed to in writing, Licensor provides the Work (and each |
145 | 149 | Contributor provides its Contributions) on an "AS IS" BASIS, |
146 | 150 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
|
150 | 154 | appropriateness of using or redistributing the Work and assume any |
151 | 155 | risks associated with Your exercise of permissions under this License. |
152 | 156 |
|
153 | | - 8. Limitation of Liability. In no event and under no legal theory, |
| 157 | + 8. Limitation of Liability. In no event and under no legal theory, |
154 | 158 | whether in tort (including negligence), contract, or otherwise, |
155 | 159 | unless required by applicable law (such as deliberate and grossly |
156 | 160 | negligent acts) or agreed to in writing, shall any Contributor be |
|
162 | 166 | other commercial damages or losses), even if such Contributor |
163 | 167 | has been advised of the possibility of such damages. |
164 | 168 |
|
165 | | - 9. Accepting Warranty or Additional Liability. While redistributing |
| 169 | + 9. Accepting Warranty or Additional Liability. While redistributing |
166 | 170 | the Work or Derivative Works thereof, You may choose to offer, |
167 | 171 | and charge a fee for, acceptance of support, warranty, indemnity, |
168 | 172 | or other liability obligations and/or rights consistent with this |
|
173 | 177 | incurred by, or claims asserted against, such Contributor by reason |
174 | 178 | of your accepting any such warranty or additional liability. |
175 | 179 |
|
176 | | - END OF TERMS AND CONDITIONS |
| 180 | + END OF TERMS AND CONDITIONS |
177 | 181 |
|
178 | | - APPENDIX: How to apply the Apache License to your work. |
| 182 | + APPENDIX: How to apply the Apache License to your work. |
179 | 183 |
|
180 | 184 | To apply the Apache License to your work, attach the following |
181 | 185 | boilerplate notice, with the fields enclosed by brackets "[]" |
|
186 | 190 | same "printed page" as the copyright notice for easier |
187 | 191 | identification within third-party archives. |
188 | 192 |
|
189 | | - Copyright [yyyy] [name of copyright owner] |
| 193 | + Copyright [yyyy] [name of copyright owner] |
190 | 194 |
|
191 | | - Licensed under the Apache License, Version 2.0 (the "License"); |
192 | | - you may not use this file except in compliance with the License. |
193 | | - You may obtain a copy of the License at |
| 195 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 196 | + you may not use this file except in compliance with the License. |
| 197 | + You may obtain a copy of the License at |
194 | 198 |
|
195 | 199 | http://www.apache.org/licenses/LICENSE-2.0 |
196 | 200 |
|
197 | | - Unless required by applicable law or agreed to in writing, software |
198 | | - distributed under the License is distributed on an "AS IS" BASIS, |
199 | | - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
200 | | - See the License for the specific language governing permissions and |
201 | | - limitations under the License. |
| 201 | + Unless required by applicable law or agreed to in writing, software |
| 202 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 203 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 204 | + See the License for the specific language governing permissions and |
| 205 | + limitations under the License. |
| 206 | + |
| 207 | + |
| 208 | +---- LLVM Exceptions to the Apache 2.0 License ---- |
| 209 | + |
| 210 | +As an exception, if, as a result of your compiling your source code, portions |
| 211 | +of this Software are embedded into an Object form of such source code, you |
| 212 | +may redistribute such embedded portions in such Object form without complying |
| 213 | +with the conditions of Sections 4(a), 4(b) and 4(d) of the License. |
| 214 | + |
| 215 | +In addition, if you combine or link compiled forms of this Software with |
| 216 | +software that is licensed under the GPLv2 ("Combined Software") and if a |
| 217 | +court of competent jurisdiction determines that the patent provision (Section |
| 218 | +3), the indemnity provision (Section 9) or other Section of the License |
| 219 | +conflicts with the conditions of the GPLv2, you may retroactively and |
| 220 | +prospectively choose to deem waived or otherwise exclude such Section(s) of |
| 221 | +the License, but only in their entirety and only with respect to the Combined |
| 222 | +Software. |
| 223 | + |
| 224 | +============================================================================== |
| 225 | +Software from third parties included in the LLVM Project: |
| 226 | +============================================================================== |
| 227 | +The LLVM Project contains third party software which is under different license |
| 228 | +terms. All such code will be identified clearly using at least one of two |
| 229 | +mechanisms: |
| 230 | +1) It will be in a separate directory tree with its own `LICENSE.txt` or |
| 231 | + `LICENSE` file at the top containing the specific license and restrictions |
| 232 | + which apply to that software, or |
| 233 | +2) It will contain specific license and restriction terms at the top of every |
| 234 | + file. |
| 235 | + |
| 236 | +============================================================================== |
| 237 | +Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy): |
| 238 | +============================================================================== |
| 239 | +University of Illinois/NCSA |
| 240 | +Open Source License |
| 241 | + |
| 242 | +Copyright (c) 2003-2019 University of Illinois at Urbana-Champaign. |
| 243 | +All rights reserved. |
| 244 | + |
| 245 | +Developed by: |
| 246 | + |
| 247 | + LLVM Team |
| 248 | + |
| 249 | + University of Illinois at Urbana-Champaign |
| 250 | + |
| 251 | + http://llvm.org |
| 252 | + |
| 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 with |
| 255 | +the Software without restriction, including without limitation the rights to |
| 256 | +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 257 | +of the Software, and to permit persons to whom the Software is furnished to do |
| 258 | +so, subject to the following conditions: |
| 259 | + |
| 260 | + * Redistributions of source code must retain the above copyright notice, |
| 261 | + this list of conditions and the following disclaimers. |
| 262 | + |
| 263 | + * Redistributions in binary form must reproduce the above copyright notice, |
| 264 | + this list of conditions and the following disclaimers in the |
| 265 | + documentation and/or other materials provided with the distribution. |
| 266 | + |
| 267 | + * Neither the names of the LLVM Team, University of Illinois at |
| 268 | + Urbana-Champaign, nor the names of its contributors may be used to |
| 269 | + endorse or promote products derived from this Software without specific |
| 270 | + prior written permission. |
| 271 | + |
| 272 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 273 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 274 | +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 275 | +CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 276 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 277 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE |
| 278 | +SOFTWARE. |
0 commit comments