diff options
| author | Donato Sciarra <sciarp@gmail.com> | 2018-07-29 19:50:30 +0200 |
|---|---|---|
| committer | Donato Sciarra <sciarp@gmail.com> | 2018-07-30 07:47:12 +0200 |
| commit | c57deb923e56e04634b7e4b3fdc0f84ea0d41ed4 (patch) | |
| tree | 1c872fc226d058af697e9eb3b1563882a3be9ece | |
| parent | 75af9df71b9eea84f281cf7de72c3e3cc2b02222 (diff) | |
| download | rust-c57deb923e56e04634b7e4b3fdc0f84ea0d41ed4.tar.gz rust-c57deb923e56e04634b7e4b3fdc0f84ea0d41ed4.zip | |
Remove references to AUTHORS.txt file
Refer instead to thanks page.
| -rw-r--r-- | COPYRIGHT | 4 | ||||
| -rw-r--r-- | src/doc/man/rustdoc.1 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/COPYRIGHT b/COPYRIGHT index 9bc018d983d..e2d0ed77224 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -10,8 +10,8 @@ Copyrights in the Rust project are retained by their contributors. No copyright assignment is required to contribute to the Rust project. Some files include explicit copyright notices and/or license notices. -For full authorship information, see AUTHORS.txt and the version control -history. +For full authorship information, see the version control history or +https://thanks.rust-lang.org Except as otherwise noted (below and/or in individual files), Rust is licensed under the Apache License, Version 2.0 <LICENSE-APACHE> or diff --git a/src/doc/man/rustdoc.1 b/src/doc/man/rustdoc.1 index a878380f556..d7f78e8f6f4 100644 --- a/src/doc/man/rustdoc.1 +++ b/src/doc/man/rustdoc.1 @@ -119,7 +119,7 @@ See <\fBhttps://github.com/rust\-lang/rust/issues\fR> for issues. .SH "AUTHOR" -See \fIAUTHORS.txt\fR in the Rust source distribution. +See the version control history or <\fBhttps://thanks.rust\-lang.org\fR> .SH "COPYRIGHT" This work is dual\[hy]licensed under Apache\ 2.0 and MIT terms. |
