about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2014-04-20 20:07:55 -0700
committerRyan Mulligan <ryan@ryantm.com>2014-04-20 20:07:55 -0700
commit0b6a4387230b1f586f86bb996e33e7adf8f70c2a (patch)
tree84c9b515496e2ad29fd4524dd3b598f5ca72c83f /src/libstd
parent0e1c41e47a3577707e8e14dbd1d48f349bcce126 (diff)
downloadrust-0b6a4387230b1f586f86bb996e33e7adf8f70c2a.tar.gz
rust-0b6a4387230b1f586f86bb996e33e7adf8f70c2a.zip
fix copyright message based on `make check`
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/cast.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libstd/cast.rs b/src/libstd/cast.rs
index fc1ddd535d2..4c318d6d06d 100644
--- a/src/libstd/cast.rs
+++ b/src/libstd/cast.rs
@@ -1,6 +1,6 @@
-// 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.
+// Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT
+// file at the top-level directory of this distribution and at
+// http://rust-lang.org/COPYRIGHT.
 //
 // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
 // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license