diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-01-29 11:07:02 -0800 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2013-01-29 11:07:02 -0800 |
| commit | f8c26525ea94e7e1d207e0ba66c82a5e2e8f6243 (patch) | |
| tree | 81eb17d3f6a2f0429292e794fa237aff3fac098a | |
| parent | 8cb17ad0fa983e60c9bcaba75322a7057449df52 (diff) | |
| download | rust-f8c26525ea94e7e1d207e0ba66c82a5e2e8f6243.tar.gz rust-f8c26525ea94e7e1d207e0ba66c82a5e2e8f6243.zip | |
docs: Add a note to CONTRIBUTING.md about copyright dates
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 120d82edee6..39183eafe9e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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). \ No newline at end of file |
