about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMikko Perttunen <cyndis@kapsi.fi>2013-02-11 21:02:36 +0200
committerMikko Perttunen <cyndis@kapsi.fi>2013-02-11 21:02:36 +0200
commitca030b4fc85b4273c025287fb38c4d83432f5bf2 (patch)
tree2553ce7c0ad726b130b16327d550263628a5f737 /src
parentd48bc263b57c5b621f214fecf323362341682c02 (diff)
downloadrust-ca030b4fc85b4273c025287fb38c4d83432f5bf2.tar.gz
rust-ca030b4fc85b4273c025287fb38c4d83432f5bf2.zip
Update copyright years
Diffstat (limited to 'src')
-rw-r--r--src/libsyntax/ext/source_util.rs2
-rw-r--r--src/test/run-pass/syntax-extension-source-utils.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libsyntax/ext/source_util.rs b/src/libsyntax/ext/source_util.rs
index aa05e9a5119..a061c0dfafd 100644
--- a/src/libsyntax/ext/source_util.rs
+++ b/src/libsyntax/ext/source_util.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.
 //
diff --git a/src/test/run-pass/syntax-extension-source-utils.rs b/src/test/run-pass/syntax-extension-source-utils.rs
index 11effcf330f..65ef3cc4f69 100644
--- a/src/test/run-pass/syntax-extension-source-utils.rs
+++ b/src/test/run-pass/syntax-extension-source-utils.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.
 //