From 88f8868158c71b4bf2a563f2f77152c8696d2c87 Mon Sep 17 00:00:00 2001 From: Olivier Saut Date: Tue, 26 Feb 2013 10:02:53 +0100 Subject: [PATCH] Add current year in the copyright header --- src/libcore/iter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/iter.rs b/src/libcore/iter.rs index 3d0138720642..e90bbc2e6f76 100644 --- a/src/libcore/iter.rs +++ b/src/libcore/iter.rs @@ -1,4 +1,4 @@ -// Copyright 2012 The Rust Project Developers. See the COPYRIGHT +// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. //