[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html
Chris Lattner
sabre at nondot.org
Sun Feb 18 22:15:50 PST 2007
Changes in directory llvm/docs:
DeveloperPolicy.html updated: 1.27 -> 1.28
---
Log message:
wording changes
---
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.27 llvm/docs/DeveloperPolicy.html:1.28
--- llvm/docs/DeveloperPolicy.html:1.27 Mon Feb 19 00:13:50 2007
+++ llvm/docs/DeveloperPolicy.html Mon Feb 19 00:15:33 2007
@@ -444,9 +444,9 @@
<p>To the best of our knowledge, LLVM does not infringe on any patents (we have
actually removed code from LLVM in the past that was found to infringe).
- Having code in LLVM that infringes on patents would violate the one of the
- goals of the project by making it hard or impossible to reuse the code for
- arbitrary purposes.</p>
+ Having code in LLVM that infringes on patents would violate an important
+ goal of the project by making it hard or impossible to reuse the code for
+ 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
@@ -475,10 +475,10 @@
src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
- Written by: the
+ 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/19 06:13:50 $
+ Last modified: $Date: 2007/02/19 06:15:33 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list