diff options
author | Chris Lattner <sabre@nondot.org> | 2007-02-19 05:49:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-02-19 05:49:11 +0000 |
commit | 1acdc957d238c64366f6dc87188cb2dad68ae9d7 (patch) | |
tree | 0e5ade94a080e9186510c33c52d9d7ee6907c68c | |
parent | 39582bdd7bcb9c1375768e23d52202cc05e51182 (diff) | |
download | external_llvm-1acdc957d238c64366f6dc87188cb2dad68ae9d7.zip external_llvm-1acdc957d238c64366f6dc87188cb2dad68ae9d7.tar.gz external_llvm-1acdc957d238c64366f6dc87188cb2dad68ae9d7.tar.bz2 |
minor changes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34405 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/DeveloperPolicy.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 21848a8..56f5b88 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> <!-- *********************************************************************** --> |