summaryrefslogtreecommitdiff
path: root/docs/DeveloperPolicy.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-19 05:49:11 +0000
committerChris Lattner <sabre@nondot.org>2007-02-19 05:49:11 +0000
commit1acdc957d238c64366f6dc87188cb2dad68ae9d7 (patch)
tree0e5ade94a080e9186510c33c52d9d7ee6907c68c /docs/DeveloperPolicy.html
parent39582bdd7bcb9c1375768e23d52202cc05e51182 (diff)
downloadllvm-1acdc957d238c64366f6dc87188cb2dad68ae9d7.tar.gz
llvm-1acdc957d238c64366f6dc87188cb2dad68ae9d7.tar.bz2
llvm-1acdc957d238c64366f6dc87188cb2dad68ae9d7.tar.xz
minor changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34405 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r--docs/DeveloperPolicy.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html
index 21848a8614..56f5b88edb 100644
--- a/docs/DeveloperPolicy.html
+++ b/docs/DeveloperPolicy.html
@@ -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 @@ Changes</a></div>
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>
<!-- *********************************************************************** -->