Skip to content

Commit a60821d

Browse files
W216-024: Change LICENCE to Apache 2.0 with LLVM exceptions
1 parent ce061ff commit a60821d

File tree

1 file changed

+23
-80
lines changed

1 file changed

+23
-80
lines changed

LICENSE.txt

Lines changed: 23 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
==============================================================================
2-
The Spawn library is under
3-
the Apache License v2.0 with LLVM Exceptions:
2+
The Spawn library is under the Apache License v2.0 with LLVM
3+
Exceptions:
44
==============================================================================
55

66
Apache License
77
Version 2.0, January 2004
88
http://www.apache.org/licenses/
99

10-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
10+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1111

12-
1. Definitions.
12+
1. Definitions.
1313

1414
"License" shall mean the terms and conditions for use, reproduction,
1515
and distribution as defined by Sections 1 through 9 of this document.
@@ -68,14 +68,14 @@ the Apache License v2.0 with LLVM Exceptions:
6868
on behalf of whom a Contribution has been received by Licensor and
6969
subsequently incorporated within the Work.
7070

71-
2. Grant of Copyright License. Subject to the terms and conditions of
71+
2. Grant of Copyright License. Subject to the terms and conditions of
7272
this License, each Contributor hereby grants to You a perpetual,
7373
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7474
copyright license to reproduce, prepare Derivative Works of,
7575
publicly display, publicly perform, sublicense, and distribute the
7676
Work and such Derivative Works in Source or Object form.
7777

78-
3. Grant of Patent License. Subject to the terms and conditions of
78+
3. Grant of Patent License. Subject to the terms and conditions of
7979
this License, each Contributor hereby grants to You a perpetual,
8080
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
8181
(except as stated in this section) patent license to make, have made,
@@ -91,7 +91,7 @@ the Apache License v2.0 with LLVM Exceptions:
9191
granted to You under this License for that Work shall terminate
9292
as of the date such litigation is filed.
9393

94-
4. Redistribution. You may reproduce and distribute copies of the
94+
4. Redistribution. You may reproduce and distribute copies of the
9595
Work or Derivative Works thereof in any medium, with or without
9696
modifications, and in Source or Object form, provided that You
9797
meet the following conditions:
@@ -132,20 +132,20 @@ the Apache License v2.0 with LLVM Exceptions:
132132
reproduction, and distribution of the Work otherwise complies with
133133
the conditions stated in this License.
134134

135-
5. Submission of Contributions. Unless You explicitly state otherwise,
135+
5. Submission of Contributions. Unless You explicitly state otherwise,
136136
any Contribution intentionally submitted for inclusion in the Work
137137
by You to the Licensor shall be under the terms and conditions of
138138
this License, without any additional terms or conditions.
139139
Notwithstanding the above, nothing herein shall supersede or modify
140140
the terms of any separate license agreement you may have executed
141141
with Licensor regarding such Contributions.
142142

143-
6. Trademarks. This License does not grant permission to use the trade
143+
6. Trademarks. This License does not grant permission to use the trade
144144
names, trademarks, service marks, or product names of the Licensor,
145145
except as required for reasonable and customary use in describing the
146146
origin of the Work and reproducing the content of the NOTICE file.
147147

148-
7. Disclaimer of Warranty. Unless required by applicable law or
148+
7. Disclaimer of Warranty. Unless required by applicable law or
149149
agreed to in writing, Licensor provides the Work (and each
150150
Contributor provides its Contributions) on an "AS IS" BASIS,
151151
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
@@ -155,7 +155,7 @@ the Apache License v2.0 with LLVM Exceptions:
155155
appropriateness of using or redistributing the Work and assume any
156156
risks associated with Your exercise of permissions under this License.
157157

158-
8. Limitation of Liability. In no event and under no legal theory,
158+
8. Limitation of Liability. In no event and under no legal theory,
159159
whether in tort (including negligence), contract, or otherwise,
160160
unless required by applicable law (such as deliberate and grossly
161161
negligent acts) or agreed to in writing, shall any Contributor be
@@ -167,7 +167,7 @@ the Apache License v2.0 with LLVM Exceptions:
167167
other commercial damages or losses), even if such Contributor
168168
has been advised of the possibility of such damages.
169169

170-
9. Accepting Warranty or Additional Liability. While redistributing
170+
9. Accepting Warranty or Additional Liability. While redistributing
171171
the Work or Derivative Works thereof, You may choose to offer,
172172
and charge a fee for, acceptance of support, warranty, indemnity,
173173
or other liability obligations and/or rights consistent with this
@@ -178,9 +178,9 @@ the Apache License v2.0 with LLVM Exceptions:
178178
incurred by, or claims asserted against, such Contributor by reason
179179
of your accepting any such warranty or additional liability.
180180

181-
END OF TERMS AND CONDITIONS
181+
END OF TERMS AND CONDITIONS
182182

183-
APPENDIX: How to apply the Apache License to your work.
183+
APPENDIX: How to apply the Apache License to your work.
184184

185185
To apply the Apache License to your work, attach the following
186186
boilerplate notice, with the fields enclosed by brackets "[]"
@@ -191,20 +191,19 @@ the Apache License v2.0 with LLVM Exceptions:
191191
same "printed page" as the copyright notice for easier
192192
identification within third-party archives.
193193

194-
Copyright AdaCore
194+
Copyright [yyyy] [name of copyright owner]
195195

196-
Licensed under the Apache License, Version 2.0 (the "License");
197-
you may not use this file except in compliance with the License.
198-
You may obtain a copy of the License at
196+
Licensed under the Apache License, Version 2.0 (the "License");
197+
you may not use this file except in compliance with the License.
198+
You may obtain a copy of the License at
199199

200200
http://www.apache.org/licenses/LICENSE-2.0
201201

202-
Unless required by applicable law or agreed to in writing, software
203-
distributed under the License is distributed on an "AS IS" BASIS,
204-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
205-
See the License for the specific language governing permissions and
206-
limitations under the License.
207-
202+
Unless required by applicable law or agreed to in writing, software
203+
distributed under the License is distributed on an "AS IS" BASIS,
204+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
205+
See the License for the specific language governing permissions and
206+
limitations under the License.
208207

209208
---- LLVM Exceptions to the Apache 2.0 License ----
210209

@@ -221,59 +220,3 @@ conflicts with the conditions of the GPLv2, you may retroactively and
221220
prospectively choose to deem waived or otherwise exclude such Section(s) of
222221
the License, but only in their entirety and only with respect to the Combined
223222
Software.
224-
225-
==============================================================================
226-
Software from third parties included in the LLVM Project:
227-
==============================================================================
228-
The LLVM Project contains third party software which is under different license
229-
terms. All such code will be identified clearly using at least one of two
230-
mechanisms:
231-
1) It will be in a separate directory tree with its own `LICENSE.txt` or
232-
`LICENSE` file at the top containing the specific license and restrictions
233-
which apply to that software, or
234-
2) It will contain specific license and restriction terms at the top of every
235-
file.
236-
237-
==============================================================================
238-
Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy):
239-
==============================================================================
240-
University of Illinois/NCSA
241-
Open Source License
242-
243-
Copyright (c) 2003-2019 University of Illinois at Urbana-Champaign.
244-
All rights reserved.
245-
246-
Developed by:
247-
248-
LLVM Team
249-
250-
University of Illinois at Urbana-Champaign
251-
252-
http://llvm.org
253-
254-
Permission is hereby granted, free of charge, to any person obtaining a copy of
255-
this software and associated documentation files (the "Software"), to deal with
256-
the Software without restriction, including without limitation the rights to
257-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
258-
of the Software, and to permit persons to whom the Software is furnished to do
259-
so, subject to the following conditions:
260-
261-
* Redistributions of source code must retain the above copyright notice,
262-
this list of conditions and the following disclaimers.
263-
264-
* Redistributions in binary form must reproduce the above copyright notice,
265-
this list of conditions and the following disclaimers in the
266-
documentation and/or other materials provided with the distribution.
267-
268-
* Neither the names of the LLVM Team, University of Illinois at
269-
Urbana-Champaign, nor the names of its contributors may be used to
270-
endorse or promote products derived from this Software without specific
271-
prior written permission.
272-
273-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
274-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
275-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
276-
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
277-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
278-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
279-
SOFTWARE.

0 commit comments

Comments
 (0)