diff options
| author | Aaron Raimist <aaron@aaronraimist.com> | 2014-05-05 15:46:10 -0500 |
|---|---|---|
| committer | Aaron Raimist <aaron@aaronraimist.com> | 2014-05-05 15:46:10 -0500 |
| commit | ea46a7406acc8d1599c81f9b288b262e175fe9e5 (patch) | |
| tree | 5d22135b7aa5ae0e10d3cf1b55a172e605f514a3 | |
| parent | d943b0fee8cc0f747eaf2c0f0ae6e7bc35284ca8 (diff) | |
| download | rust-ea46a7406acc8d1599c81f9b288b262e175fe9e5.tar.gz rust-ea46a7406acc8d1599c81f9b288b262e175fe9e5.zip | |
Updated CONTRIBUTING.md for 2014
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 52598ea3c69..8552bcc6974 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,11 +33,11 @@ message explaining why. In the licensing header at the beginning of any files you change, please make sure the listed date range includes the current year. For -example, if it's 2013, and you change a Rust file that was created in +example, if it's 2014, and you change a Rust file that was created in 2010, it should begin: ``` -// Copyright 2010-2013 The Rust Project Developers. +// Copyright 2010-2014 The Rust Project Developers. ``` For more details, please refer to |
