[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

Chris Lattner sabre at nondot.org
Thu Feb 22 22:53:22 PST 2007



Changes in directory llvm/docs:

DeveloperPolicy.html updated: 1.35 -> 1.36
---
Log message:

clarify.


---
Diffs of the changes:  (+5 -5)

 DeveloperPolicy.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


Index: llvm/docs/DeveloperPolicy.html
diff -u llvm/docs/DeveloperPolicy.html:1.35 llvm/docs/DeveloperPolicy.html:1.36
--- llvm/docs/DeveloperPolicy.html:1.35	Thu Feb 22 00:33:23 2007
+++ llvm/docs/DeveloperPolicy.html	Fri Feb 23 00:53:06 2007
@@ -447,10 +447,10 @@
   with the GPL, and must be releasable under the terms of the GPL.  This implies
   that <b>any code linked into llvm-gcc and distributed to others may be subject
   to the viral aspects of the GPL</b> (for example, a proprietary code generator
-  linked into llvm-gcc must be made available under
-  the GPL).  This is not a problem for the main LLVM
-  distribution (which is already licensed under a more liberal license), but may
-  be a problem if you intend to base commercial development on llvm-gcc without
+  linked into llvm-gcc must be made available under the GPL).  This is not a
+  problem for code already distributed under a more liberal license (like the
+  UIUC license), and does not affect code generated by llvm-gcc.  It may be a
+  problem if you intend to base commercial development on llvm-gcc without
   redistributing your source code.</p>
   
   <p>We have no plans to change the license of LLVM.  If you have questions
@@ -499,7 +499,7 @@
   Written by the 
   <a href="mailto:llvm-oversight at cs.uiuc.edu">LLVM Oversight Group</a><br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/02/22 06:33:23 $
+  Last modified: $Date: 2007/02/23 06:53:06 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list