Add feedback from Vikram Adve.
authorReid Spencer <rspencer@reidspencer.com>
Wed, 14 Feb 2007 22:55:40 +0000 (22:55 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 14 Feb 2007 22:55:40 +0000 (22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34288 91177308-0d34-0410-b5e6-96231b3b80d8

docs/DeveloperPolicy.html

index b3f9d456972a744478bfc2be3c3c408e9bbe4496..42ce0d282d2cc6ca38511a35d9d7440010e24fa5 100644 (file)
   might arise from the distributed nature of LLVM's development.  By stating 
   the policy in clear terms, we hope each developer can know ahead of time
   what to expect when making LLVM contributions.</p>
+  <p>This policy is also designed to accomplish the following objectives:</p>
+  <ol>
+    <li>Attract both users and developers to the LLVM project.</li>
+    <li>Make life as simple and easy for contributors as possible.</li>
+    <li>Indicate that LLVM is a mature project with a thriving community and
+    sensible policies directing its ongoing development.</li>
+  </ol>
 </div>
 
 <!--=========================================================================-->
     <li>Patches should not include differences in generated code such as the
     code generated by <tt>flex</tt>, <tt>bison</tt> or <tt>tblgen</tt>. The
     <tt>utils/mkpatch</tt> utility takes care of this for you.</li>
+    <li>Patches must not include any patent violations. To the best of our
+    knowledge, LLVM is free of any existing patent violations and it is our 
+    intent to keep it that way. </li>
   </ol>
 </div>
 <!-- _______________________________________________________________________ -->
   </ul>
   <p>We believe this fosters the widest adoption of LLVM because it allows 
   commercial products to be derived from LLVM with few restrictions and
-  without a requirement for making any derived works also open source. We
-  suggest that you read the 
+  without a requirement for making any derived works also open source (i.e. 
+  LLVM' license is not a <i>copyleft</i> license). We suggest that you read the 
   <a href="http://www.opensource.org/licenses/UoI-NCSA.php">License</a> if
   further clarification is needed.</p>
 </div>
     <dt><a name="t_commit">Commit</a><dt>
     <dd>A <a href="t_change">change</a> submitted directly to LLVM software
     repository via the <tt>cvs commit</tt> command.</dd>
+    <dt><a name="t_copleft">Copyleft</a></dt>
+    <dd>A licensing policy that requires the licensee to adopt the terms of the
+    license for <i>derived</i> works. LLVM does not subscribe to this
+    policy.</dd>
     <dt><a name="t_developer">Developer</a></dt>
     <dd>Anyone who submits a <a href="#t_change">change</a> to LLVM.</dd>
     <dt><a name="t_inrement">Increment</a></dt>