[llvm-commits] CVS: llvm/docs/DeveloperPolicy.html

Chris Lattner sabre at nondot.org
Sun Feb 18 21:49:27 PST 2007



Changes in directory llvm/docs:

DeveloperPolicy.html updated: 1.22 -> 1.23
---
Log message:

minor changes


---
Diffs of the changes:  (+6 -6)

 DeveloperPolicy.html |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


Index: llvm/docs/DeveloperPolicy.html
diff -u llvm/docs/DeveloperPolicy.html:1.22 llvm/docs/DeveloperPolicy.html:1.23
--- llvm/docs/DeveloperPolicy.html:1.22	Sun Feb 18 23:47:13 2007
+++ llvm/docs/DeveloperPolicy.html	Sun Feb 18 23:49:11 2007
@@ -14,9 +14,9 @@
   <ol>
     <li><a href="#informed">Stay Informed</a> </li>
     <li><a href="#reviews">Code Reviews</a></li>
-    <li><a href="#quality">Quality</a></li>
     <li><a href="#testcases">Test Cases</a></li>
-    <li><a href="#c_new">Obtaining Commit Access</a></li>
+    <li><a href="#quality">Quality</a></li>
+    <li><a href="#commitaccess">Obtaining Commit Access</a></li>
     <li><a href="#newwork">Making a Major Change</a>
     <ol>
       <li><a href="#incremental">Incremental Development</a></li>
@@ -186,7 +186,8 @@
 </div>
 
 <!-- _______________________________________________________________________ -->
-<div class="doc_subsection"> <a name="c_new">Obtaining Commit Access</a></div>
+<div class="doc_subsection">
+  <a name="commitaccess">Obtaining Commit Access</a></div>
 <div class="doc_text">
 
 <p>
@@ -487,8 +488,7 @@
   assign their copyrights to UIUC for any contribution made so that 
   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.</li>
-  </ul>
+  project uses.</p>
 </div>
 
 <!-- *********************************************************************** -->
@@ -501,7 +501,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 05:47:13 $
+  Last modified: $Date: 2007/02/19 05:49:11 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list