diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-01-08 16:21:43 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-01-08 16:22:55 -0800 |
| commit | c5564c9bae7f6f2394c4438ee5adebd3cabe17e5 (patch) | |
| tree | ddb2ee1c8211e29c111a7b32df0f96ab5e99c26c /src/libcore/core.rc | |
| parent | 9775b480fd3a5cd383e457816be100145028ea64 (diff) | |
| download | rust-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.rc | 2 |
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; |
