[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html
Chris Lattner
sabre at nondot.org
Sun Feb 18 22:19:33 PST 2007
Changes in directory llvm/docs:
DeveloperPolicy.html updated: 1.28 -> 1.29
---
Log message:
rename section to Copyright, License, and Patents
---
Diffs of the changes: (+6 -4)
DeveloperPolicy.html | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
Index: llvm/docs/DeveloperPolicy.html
diff -u llvm/docs/DeveloperPolicy.html:1.28 llvm/docs/DeveloperPolicy.html:1.29
--- llvm/docs/DeveloperPolicy.html:1.28 Mon Feb 19 00:15:33 2007
+++ llvm/docs/DeveloperPolicy.html Mon Feb 19 00:19:16 2007
@@ -22,7 +22,7 @@
<li><a href="#incremental">Incremental Development</a></li>
<li><a href="#attribution">Attribution of Changes</a></li>
</ol></li>
- <li><a href="#candl">Copyright and License</a>
+ <li><a href="#clp">Copyright, License, and Patents</a>
<ol>
<li><a href="#copyright">Copyright</a></li>
<li><a href="#license">License</a></li>
@@ -341,7 +341,7 @@
<li>There should be only one name at the top of the file and it should be
the person who created the file.</li>
<li>Placing your name in the file does not imply <a
- href="#candl">copyright</a>: it is only used to attribute the file to
+ href="#clp">copyright</a>: it is only used to attribute the file to
its original author.</li>
<li>Developers should be aware that after some time has passed, the name at
the top of a file may become meaningless as maintenance/ownership of files
@@ -358,7 +358,9 @@
<!--=========================================================================-->
-<div class="doc_section"><a name="candl">Copyright and License</a></div>
+<div class="doc_section">
+ <a name="clp">Copyright, License, and Patents</a>
+</div>
<!--=========================================================================-->
<div class="doc_text">
@@ -478,7 +480,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/19 06:15:33 $
+ Last modified: $Date: 2007/02/19 06:19:16 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list