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 | 83967801fda182d4efff4d2beece72dc63dd5db0 (patch) | |
| tree | 147b7d61cfc3050017e53eff6107201b0b4d0e63 | |
| parent | 30ff8f8b2020bc0a0c5310649768b6917cf908ba (diff) | |
| download | bcm5719-llvm-83967801fda182d4efff4d2beece72dc63dd5db0.tar.gz bcm5719-llvm-83967801fda182d4efff4d2beece72dc63dd5db0.zip | |
rename section to Copyright, License, and Patents
llvm-svn: 34411
| -rw-r--r-- | llvm/docs/DeveloperPolicy.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index 587f493e539..0a0a6b57684 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/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"> |

