about summary refs log tree commit diff
path: root/src/libstd/std.rc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-01-08 16:21:43 -0800
committerBrian Anderson <banderson@mozilla.com>2012-01-08 16:22:55 -0800
commitc5564c9bae7f6f2394c4438ee5adebd3cabe17e5 (patch)
treeddb2ee1c8211e29c111a7b32df0f96ab5e99c26c /src/libstd/std.rc
parent9775b480fd3a5cd383e457816be100145028ea64 (diff)
downloadrust-c5564c9bae7f6f2394c4438ee5adebd3cabe17e5.tar.gz
rust-c5564c9bae7f6f2394c4438ee5adebd3cabe17e5.zip
Declare MIT license in crate attributes, not BSD
The Rust License is actually the MIT license, not BSD
Diffstat (limited to 'src/libstd/std.rc')
-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 8acb1ac9ef9..9599febc398 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -4,7 +4,7 @@
        url = "http://rust-lang.org/src/std")];
 
 #[comment = "The Rust standard library"];
-#[license = "BSD"];
+#[license = "MIT"];
 #[crate_type = "lib"];
 
 export comm, fs, io, net, run, uv;