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 | 10f1514b077563f16f6fdf73e4e788927d69c80d (patch) | |
tree | 6e346e3f0ff5fe97725c50cd89f2b38adfc1579c /llvm/docs/DeveloperPolicy.html | |
parent | a90a7d6c5afddf910d19307f7069399e463bb6e3 (diff) | |
download | bcm5719-llvm-10f1514b077563f16f6fdf73e4e788927d69c80d.tar.gz bcm5719-llvm-10f1514b077563f16f6fdf73e4e788927d69c80d.zip |
minor changes
llvm-svn: 34405
Diffstat (limited to 'llvm/docs/DeveloperPolicy.html')
-rw-r--r-- | llvm/docs/DeveloperPolicy.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 21848a86146..56f5b88edb4 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/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> <!-- *********************************************************************** --> |