提交 c5564c9b 编写于 作者: B Brian Anderson

Declare MIT license in crate attributes, not BSD

The Rust License is actually the MIT license, not BSD
上级 9775b480
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册