[llvm-commits] [llvm] r51405 - /llvm/trunk/docs/DeveloperPolicy.html

Chris Lattner sabre at nondot.org
Wed May 21 20:06:17 PDT 2008


Author: lattner
Date: Wed May 21 22:06:14 2008
New Revision: 51405

URL: http://llvm.org/viewvc/llvm-project?rev=51405&view=rev
Log:
minor edits

Modified:
    llvm/trunk/docs/DeveloperPolicy.html

Modified: llvm/trunk/docs/DeveloperPolicy.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.html?rev=51405&r1=51404&r2=51405&view=diff

==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.html (original)
+++ llvm/trunk/docs/DeveloperPolicy.html Wed May 21 22:06:14 2008
@@ -468,11 +468,6 @@
   decisions about LLVM.  The goal of the LLVM project is to always keep the code
   open and <a href="#license">licensed under a very liberal license</a>.</p>
 
-  <p>When contributing code, you also affirm that you are legally entitled to 
-  grant this copyright, personally or on behalf of your employer.  If the code
-  belongs to some other entity, please raise this issue with the oversight
-  group before the code is committed.</p>
-
 </div>
 
 <!-- _______________________________________________________________________ -->
@@ -527,9 +522,11 @@
    arbitrary purposes (including commercial use).</p>
    
 <p>When contributing code, we expect contributors to notify us of any potential
-   for patent-related trouble with their changes.  If you own the rights to a
+   for patent-related trouble with their changes.  If you or your employer
+   own the rights to a
    patent and would like to contribute code to LLVM that relies on it, we
-   require that you sign an agreement that allows any other user of LLVM to
+   require that
+   the copyright owner sign an agreement that allows any other user of LLVM to
    freely use your patent.  Please contact the <a 
    href="mailto:llvm-oversight at cs.uiuc.edu">oversight group</a> for more
    details.</p>
@@ -544,6 +541,11 @@
   the entire software base can be managed by a single copyright holder.  This
   implies that any contributions can be licensed under the license that the
   project uses.</p>
+
+  <p>When contributing code, you also affirm that you are legally entitled to 
+  grant this copyright, personally or on behalf of your employer.  If the code
+  belongs to some other entity, please raise this issue with the oversight
+  group before the code is committed.</p>
 </div>
 
 <!-- *********************************************************************** -->





More information about the llvm-commits mailing list