mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 21:13:55 +00:00
Declare MIT license in crate attributes, not BSD
The Rust License is actually the MIT license, not BSD
This commit is contained in:
parent
9775b480fd
commit
c5564c9bae
@ -6,7 +6,7 @@
|
||||
url = "http://rust-lang.org/src/rustc")];
|
||||
|
||||
#[desc = "The Rust compiler"];
|
||||
#[license = "BSD"];
|
||||
#[license = "MIT"];
|
||||
#[crate_type = "bin"];
|
||||
|
||||
use std (name = "std",
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user