Skip to content

Commit 18fa52c

Browse files
authored
Merge pull request #570 from spdx/addbackllvm
Add back LLVM exception for release 3.1
2 parents 877d966 + bafd8c4 commit 18fa52c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/exceptions/LLVM-exception.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
3+
<exception licenseId="LLVM-exception" name="LLVM Exception">
4+
<crossRefs>
5+
<crossRef>http://lists.llvm.org/pipermail/llvm-dev/2017-August/116266.html</crossRef>
6+
</crossRefs>
7+
<notes>This exception was created specifically to be used with Apache-2.0</notes>
8+
<text>
9+
<titleText>
10+
<p>
11+
<optional>---- </optional>LLVM Exceptions to the Apache 2.0 License<optional> ----</optional>
12+
</p>
13+
</titleText>
14+
<p> As an exception, if, as a result of your compiling your source
15+
code, portions of this Software are embedded into an Object form of
16+
such source code, you may redistribute such embedded portions in such
17+
Object form without complying with the conditions of Sections 4(a),
18+
4(b) and 4(d) of the License.</p>
19+
20+
<p>In addition, if you combine or link compiled forms of this Software
21+
with software that is licensed under the GPLv2 ("Combined Software")
22+
and if a court of competent jurisdiction determines that the patent
23+
provision (Section 3), the indemnity provision (Section 9) or other
24+
Section of the License conflicts with the conditions of the GPLv2,
25+
you may retroactively and prospectively choose to deem waived or
26+
otherwise exclude such Section(s) of the License, but only in their
27+
entirety and only with respect to the Combined Software.</p>
28+
</text>
29+
</exception>
30+
</SPDXLicenseCollection>

0 commit comments

Comments
 (0)