about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2013-03-01 08:39:02 -0800
committerPatrick Walton <pcwalton@mimiga.net>2013-03-01 08:39:02 -0800
commitc355f17943e1dc3ec9c3193f35fc1ec9c43f51d4 (patch)
tree58f2a811c1c22613c6e3a0352ad41a7aa27cec40 /src/libstd
parent1d34a55d880baa3d186e72d345c1d3ce99d88d2c (diff)
parent833ad6018e0fcb4f1fda1ca54feb8256bad27513 (diff)
downloadrust-c355f17943e1dc3ec9c3193f35fc1ec9c43f51d4.tar.gz
rust-c355f17943e1dc3ec9c3193f35fc1ec9c43f51d4.zip
Merge remote branch 'sevrak/issue-5164' into incoming
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/std.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index 854abfdd112..9ef490670ed 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -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.
 //
@@ -23,7 +23,7 @@ not required in or otherwise suitable for the core library.
        url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
 
 #[comment = "The Rust standard library"];
-#[license = "MIT"];
+#[license = "MIT/APL2"];
 #[crate_type = "lib"];
 
 #[allow(vecs_implicitly_copyable)];