about summary refs log tree commit diff
path: root/src/libcore/core.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/libcore/core.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/libcore/core.rc')
-rw-r--r--src/libcore/core.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc
index d1732352d96..4035b6e1b44 100644
--- a/src/libcore/core.rc
+++ b/src/libcore/core.rc
@@ -4,7 +4,7 @@
        url = "http://rust-lang.org/src/core")];
 
 #[comment = "The Rust core library"];
-#[license = "BSD"];
+#[license = "MIT"];
 #[crate_type = "lib"];
 
 export box, char, float, bessel, f32, f64, int, str, ptr;