<div class="gmail_quote">On 23 September 2010 10:37, Chris Lattner <span dir="ltr"><<a href="mailto:sabre@nondot.org">sabre@nondot.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Author: lattner<br>
Date: Thu Sep 23 12:37:11 2010<br>
New Revision: 114673<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=114673&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=114673&view=rev</a><br>
Log:<br>
rewrite the copyright section to match reality: llvm does't have a<br>
copyright assignment process.<br></blockquote><div><br></div><div>Chris, thank you for this fix!</div><div><br></div><div>Nick</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Modified:<br>
    llvm/trunk/docs/DeveloperPolicy.html<br>
<br>
Modified: llvm/trunk/docs/DeveloperPolicy.html<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.html?rev=114673&r1=114672&r2=114673&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.html?rev=114673&r1=114672&r2=114673&view=diff</a><br>


==============================================================================<br>
--- llvm/trunk/docs/DeveloperPolicy.html (original)<br>
+++ llvm/trunk/docs/DeveloperPolicy.html Thu Sep 23 12:37:11 2010<br>
@@ -510,20 +510,24 @@<br>
 <!-- _______________________________________________________________________ --><br>
 <div class="doc_subsection"><a name="copyright">Copyright</a></div><br>
 <div class="doc_text"><br>
-<p>For consistency and ease of management, the project requires the copyright<br>
-   for all LLVM software to be held by a single copyright holder: the University<br>
-   of Illinois (UIUC).</p><br>
-<br>
-<p>Although UIUC may eventually reassign the copyright of the software to<br>
-   another entity (e.g. a dedicated non-profit "LLVM Organization") the intent<br>
-   for the project is to always have a single entity hold the copyrights to LLVM<br>
-   at any given time.</p><br>
-<br>
-<p>We believe that having a single copyright holder is in the best interests of<br>
-   all developers and users as it greatly reduces the managerial burden for any<br>
-   kind of administrative or technical decisions about LLVM.  The goal of the<br>
-   LLVM project is to always keep the code open and <a href="#license">licensed<br>
-   under a very liberal license</a>.</p><br>
+<br>
+<p>The LLVM project does not require copyright assignments, which means that the<br>
+   copyright for the code in the project is held by its respective contributors<br>
+   who have each agreed to release their contributed code under the terms of the<br>
+   <a href="#license">LLVM License</a>.</p><br>
+<br>
+<p>An implication of this is that the LLVM license is unlikely to ever change:<br>
+   changing it would require tracking down all the contributors to LLVM and<br>
+   getting them to agree that a license change is acceptable for their<br>
+   contribution.  Since there are no plans to change the license, this is not a<br>
+   cause for concern.</p><br>
+<br>
+<p>As a contributor to the project, this means that you (or your company) retain<br>
+   ownership of the code you contribute, that it cannot be used in a way that<br>
+   contradicts the license (which is a liberal BSD-style license), and that the<br>
+   license for your contributions won't change without your approval in the<br>
+   future.</p><br>
+<br>
 </div><br>
<br>
 <!-- _______________________________________________________________________ --><br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br>