diff options
author | Chris Lattner <sabre@nondot.org> | 2013-01-10 21:24:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2013-01-10 21:24:04 +0000 |
commit | 045a73e62d9da3314c8f2f7a13f52d703fcd0635 (patch) | |
tree | fc00d28b00f202972b895fe79e2250b9e0d4fa94 /llvm/docs/HowToReleaseLLVM.rst | |
parent | 7b4fb9a65f799f0c7ed8647e894611a5db25cfa2 (diff) | |
download | bcm5719-llvm-045a73e62d9da3314c8f2f7a13f52d703fcd0635.tar.gz bcm5719-llvm-045a73e62d9da3314c8f2f7a13f52d703fcd0635.zip |
remove the rest of the "written by" lines in the documentation. It is
against the developer policy to include this sort of thing as SVN blame
already captures this in a far more fine-grained way.
llvm-svn: 172109
Diffstat (limited to 'llvm/docs/HowToReleaseLLVM.rst')
-rw-r--r-- | llvm/docs/HowToReleaseLLVM.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/HowToReleaseLLVM.rst b/llvm/docs/HowToReleaseLLVM.rst index eb6c838a216..7bd5e14ff83 100644 --- a/llvm/docs/HowToReleaseLLVM.rst +++ b/llvm/docs/HowToReleaseLLVM.rst @@ -6,11 +6,6 @@ How To Release LLVM To The Public :local: :depth: 1 -.. sectionauthor:: Tanya Lattner <tonic@nondot.org>, - Reid Spencer <rspencer@x10sys.com>, - John Criswell <criswell@cs.uiuc.edu> and - Bill Wendling <wendling@apple.com> - Introduction ============ |