diff options
| author | cheercroaker <cheer@wrebep.com> | 2016-05-24 21:52:32 +0200 |
|---|---|---|
| committer | cheercroaker <cheer@wrebep.com> | 2016-05-24 21:52:32 +0200 |
| commit | c4ed094ef29c7becc6b14b9c8a299d34767b95ff (patch) | |
| tree | 6db2171bf0b4f7af621661a67ff7037bed14ba79 | |
| parent | 5635084e526c2b9a6817c5d88b5dce291543d58e (diff) | |
| download | rust-c4ed094ef29c7becc6b14b9c8a299d34767b95ff.tar.gz rust-c4ed094ef29c7becc6b14b9c8a299d34767b95ff.zip | |
Mention initial copyright year only
As stated in #31007 the copyright notice should reflect the year of original publication, thus avoiding useless updates every year.
| -rw-r--r-- | src/doc/footer.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/footer.inc b/src/doc/footer.inc index 99bcf518fa8..54ce3fddfb4 100644 --- a/src/doc/footer.inc +++ b/src/doc/footer.inc @@ -1,5 +1,5 @@ <footer><p> -Copyright © 2011-2016 The Rust Project Developers. Licensed under the +Copyright © 2011 The Rust Project Developers. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> or the <a href="http://opensource.org/licenses/MIT">MIT license</a>, at your option. </p><p> |
