summaryrefslogtreecommitdiff
path: root/docs/DeveloperPolicy.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-14 22:55:40 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-14 22:55:40 +0000
commit5b9a6094ad517e4d117938e98594be33fa1b6bb1 (patch)
tree95fe5bbb53f1213616be1eded3c6eb0d519a61a0 /docs/DeveloperPolicy.html
parente7bd7d686b23e32eec797ae80b38af2de2651f13 (diff)
downloadllvm-5b9a6094ad517e4d117938e98594be33fa1b6bb1.tar.gz
llvm-5b9a6094ad517e4d117938e98594be33fa1b6bb1.tar.bz2
llvm-5b9a6094ad517e4d117938e98594be33fa1b6bb1.tar.xz
Add feedback from Vikram Adve.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34288 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r--docs/DeveloperPolicy.html18
1 files changed, 16 insertions, 2 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index b3f9d45697..42ce0d282d 100644
--- a/docs/DeveloperPolicy.html
+++ b/docs/DeveloperPolicy.html
@@ -55,6 +55,13 @@
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>
<!--=========================================================================-->
@@ -217,6 +224,9 @@
<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>
<!-- _______________________________________________________________________ -->
@@ -405,8 +415,8 @@
</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>
@@ -436,6 +446,10 @@
<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>