about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOlivier Saut <osaut@airpost.net>2013-02-26 10:02:53 +0100
committerOlivier Saut <osaut@airpost.net>2013-02-26 10:02:53 +0100
commit88f8868158c71b4bf2a563f2f77152c8696d2c87 (patch)
treedd804b24f3f75b3c596bf062de3f5bed6d9f6b80
parent4519f8290a4d7f95702e5e5a0371786158a211b5 (diff)
downloadrust-88f8868158c71b4bf2a563f2f77152c8696d2c87.tar.gz
rust-88f8868158c71b4bf2a563f2f77152c8696d2c87.zip
Add current year in the copyright header
-rw-r--r--src/libcore/iter.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/iter.rs b/src/libcore/iter.rs
index 3d013872064..e90bbc2e6f7 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.
 //