<div dir="ltr">LGPLv2.1 has no real compatibility issues with anything, because it allows additional restrictions and license of choice (as long as they meet two requirements that apache can meet).<div><br></div><div>--Dan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 19, 2017 at 3:44 PM, Robinson, Paul via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Let me say first that I personally am awed and gratified by the<br>
effort, patience and persistence of the people who have been<br>
pursuing the licensing topic.  I have some idea what it's like.<br>
<br>
One question came up internally, which I am passing back to the<br>
interested parties.  While it is clear about the intent of the<br>
clause to address compatibility with GPLv2, what is the state of<br>
compatibility with respect to LGPLv2.1?<br>
<br>
Thanks,<br>
--paulr<br>
<div class="HOEnZb"><div class="h5"><br>
-----Original Message-----<br>
From: llvm-dev [mailto:<a href="mailto:llvm-dev-bounces@lists.llvm.org">llvm-dev-bounces@<wbr>lists.llvm.org</a>] On Behalf Of Chris Lattner via llvm-dev<br>
Sent: Monday, April 17, 2017 7:37 AM<br>
To: llvm-dev<br>
Subject: [llvm-dev] RFC #3: Improving license & patent issues in the LLVM community<br>
<br>
Hello everyone,<br>
<br>
This email is a continuation of a discussion started in October 2015, and continued in September 2016:<br>
<a href="http://lists.llvm.org/pipermail/llvm-dev/2015-October/091536.html" rel="noreferrer" target="_blank">http://lists.llvm.org/<wbr>pipermail/llvm-dev/2015-<wbr>October/091536.html</a><br>
<a href="http://lists.llvm.org/pipermail/llvm-dev/2016-September/104778.html" rel="noreferrer" target="_blank">http://lists.llvm.org/<wbr>pipermail/llvm-dev/2016-<wbr>September/104778.html</a><br>
<br>
As with those emails, this is a complicated topic and deals with sensitive legal issues.  I am not a lawyer, and this email is not intended to be legal advice in the formal sense.  That said, I have spoken with many lawyers about this, Heather Meeker (a prominent and distinguished OSS licensing attorney) has agreed to represent the interests of the LLVM Community as independent counsel.  This proposal incorporates all of their feedback.<br>
<br>
<br>
The goals of this effort are outlined in the first email but, in short, we aim to:<br>
- encourage ongoing contributions to LLVM by preserving low barrier to entry for contributors.<br>
- protect users of LLVM code by providing explicit patent protection in the license.<br>
- protect contributors to the LLVM project by explicitly scoping their patent contributions with this license.<br>
- eliminate the schism between runtime libraries and the rest of the compiler that makes it difficult to move code between them.<br>
- ensure that LLVM runtime libraries may be used by other open source and proprietary compilers.<br>
<br>
Here we are discussing what the best end game is -- not the logistics of how to get from here to there.<br>
<br>
<br>
In case you haven’t been following, here is an attempt at quick recap the history, leading to today:<br>
<br>
The first email thread addressed the issue of how to structure the new LLVM license, what the problem to be solved is, and rationale for a general approach.  We decided and converged on using the approach of the industry standard Apache 2 License, with exceptions to correct problematic cases for the LLVM community (specifically, the issue of runtime libraries that are implicitly linked into an application by the compiler).  The concern there is that users of LLVM compilers (e.g. Clang) would not necessarily know that runtime libraries are implicitly linked into their application, and thus fail to attribute the LLVM project in binaries.  The LLVM project generally isn’t widely concerned with binary attribution, but widespread noncompliance with license terms can lead to problems enforcing other terms in the license.<br>
<br>
That first discussion recognized the binary attribution issue, but a second concern was raised by some who believe the Apache 2 and GPL version 2.0 licenses are incompatible.  The second email thread addressed that compatibility concern by introducing a second exception clause.  In the second email thread, those concerned about GPL2 were satisfied, but an additional issue was raised about the first binary attribution clause: specifically, we aim for the LLVM runtime libraries to be used very permissively, even by proprietary compilers and linkers.  This led to another round of intense (offline) discussion about the concrete wording of the exceptions, which brings us to today.<br>
<br>
<br>
Today we’re proposing a new wording, in line with the previous approach: we use the Apache 2.0 license with two exceptions, one to address binary attribution issues and one to address concerns about GPL2 compatibility.  In addition, we have striven to align the wording and legal terminology with those in the Apache 2.0 license.  For general rationale and framing for why these approaches are important, I’ll refer you back to the first and second threads.  Here is our new proposed wording:<br>
<br>
<br>
---- Exceptions to the Apache 2.0 License: ——<br>
<br>
As an exception, if, as a result of your compiling your source code, portions of this Software are embedded into an Object form of such source code, you may redistribute such embedded portions in such Object form without complying with the conditions of Sections 4(a), 4(b) and 4(d) of the License.<br>
<br>
In addition, if you combine or link compiled forms of this Software with software that is licensed under the GPLv2 (“Combined Software”) and if a court of competent jurisdiction determines that the patent provision (Section 3), the indemnity provision (Section 9) or other Section of the License conflicts with the conditions of the GPLv2, you may retroactively and prospectively choose to deem waived or otherwise exclude such Section(s) of the License, but only in their entirety and only with respect to the Combined Software.<br>
<br>
---- end —<br>
<br>
<br>
Despite the effort required to reach this point, this is only a small shift from the second round proposal.  We believe that this will resolve the issue of LLVM runtime libraries being used by proprietary and other non-LLVM compilers, and the wording has been carefully vetted by a team of super-smart legal folks, led by Heather (who represents the interests of the LLVM community).<br>
<br>
We expect that we will need to have a name for this wording, and propose the name "Apache 2.0 License with LLVM Exception” to align the naming with the other exception clauses listed in the SPDX database (<a href="https://spdx.org/licenses/exceptions-index.html" rel="noreferrer" target="_blank">https://spdx.org/licenses/<wbr>exceptions-index.html</a>).  Several other approaches to naming were considered, but we believe that, in this case at least, the most obvious answer is the best.<br>
<br>
At this point, we’re fairly confident that this wording covers all of the known bases.  That said, we welcome comments and questions on this thread, because while we know that it is impossible to please everyone, we want to know if we’ve missed the mark in a significant way.<br>
<br>
If the LLVM community is generally on board with this approach, we’ll ask the LLVM Foundation Board of Directors to approve this, and we can move on to the logistical discussion of how to enact a new license structure: itself a difficult act.<br>
<br>
Thanks,<br>
<br>
-Chris<br>
______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
</div></div></blockquote></div><br></div>