docs: Add a note to CONTRIBUTING.md about copyright dates

This commit is contained in:
Tim Chevalier 2013-01-29 11:07:02 -08:00
parent 8cb17ad0fa
commit f8c26525ea
1 changed files with 6 additions and 0 deletions

View File

@ -9,4 +9,10 @@ Pull requests will be treated as "review requests", and we will give feedback we
Normally, all pull requests must include regression tests (see [Note-testsuite](https://github.com/mozilla/rust/wiki/Note-testsuite)) that test your change. Occasionally, a change will be very difficult to test for. In those cases, please include a note in your commit 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 2010, it should begin:
```
// Copyright 2010-2013 The Rust Project Developers.
```
For more details, please refer to [Note-development-policy](https://github.com/mozilla/rust/wiki/Note-development-policy).