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:41:31 -0800
committerPatrick Walton <pcwalton@mimiga.net>2013-03-01 08:41:31 -0800
commit9519ee5d808d8015faad6681693cc406e00c9f81 (patch)
tree7dab2c124d3d0e7f1156835cf9339f0507d5443f /src/libstd
parentc355f17943e1dc3ec9c3193f35fc1ec9c43f51d4 (diff)
downloadrust-9519ee5d808d8015faad6681693cc406e00c9f81.tar.gz
rust-9519ee5d808d8015faad6681693cc406e00c9f81.zip
librustc: "APL2" -> "ASL2". rs=license-fix
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/std.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index 9ef490670ed..2f6c4e3f190 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -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/APL2"];
+#[license = "MIT/ASL2"];
 #[crate_type = "lib"];
 
 #[allow(vecs_implicitly_copyable)];