diff options
author | Chris Lattner <sabre@nondot.org> | 2007-02-19 06:19:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-02-19 06:19:16 +0000 |
commit | 793aa380a8fc0866d30697d4b6e6c058078d1f0d (patch) | |
tree | f820a2dda4c39373357dfb2fd7337ab9def0dad9 /docs/DeveloperPolicy.html | |
parent | d0742ce30913f662740b8af2d59e7346c1fccf69 (diff) |
rename section to Copyright, License, and Patents
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34411 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/DeveloperPolicy.html')
-rw-r--r-- | docs/DeveloperPolicy.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 587f493e53..0a0a6b5768 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -22,7 +22,7 @@ <li><a href="#incremental">Incremental Development</a></li> <li><a href="#attribution">Attribution of Changes</a></li> </ol></li> - <li><a href="#candl">Copyright and License</a> + <li><a href="#clp">Copyright, License, and Patents</a> <ol> <li><a href="#copyright">Copyright</a></li> <li><a href="#license">License</a></li> @@ -341,7 +341,7 @@ Changes</a></div> <li>There should be only one name at the top of the file and it should be the person who created the file.</li> <li>Placing your name in the file does not imply <a - href="#candl">copyright</a>: it is only used to attribute the file to + href="#clp">copyright</a>: it is only used to attribute the file to its original author.</li> <li>Developers should be aware that after some time has passed, the name at the top of a file may become meaningless as maintenance/ownership of files @@ -358,7 +358,9 @@ Changes</a></div> <!--=========================================================================--> -<div class="doc_section"><a name="candl">Copyright and License</a></div> +<div class="doc_section"> + <a name="clp">Copyright, License, and Patents</a> +</div> <!--=========================================================================--> <div class="doc_text"> |