diff options
-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 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> <!-- *********************************************************************** --> |