From ea46a7406acc8d1599c81f9b288b262e175fe9e5 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Mon, 5 May 2014 15:46:10 -0500 Subject: [PATCH] Updated CONTRIBUTING.md for 2014 --- CONTRIBUTING.md | 4 ++-- 1 file 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