librustc: "APL2" -> "ASL2". rs=license-fix

This commit is contained in:
Patrick Walton 2013-03-01 08:41:31 -08:00
parent c355f17943
commit 9519ee5d80
9 changed files with 9 additions and 9 deletions

View File

@ -41,7 +41,7 @@ Implicitly, all crates behave as if they included the following prologue:
url = "https://github.com/mozilla/rust/tree/master/src/libcore")];
#[comment = "The Rust core library"];
#[license = "MIT/APL2"];
#[license = "MIT/ASL2"];
#[crate_type = "lib"];

View File

@ -15,7 +15,7 @@
url = "https://github.com/mozilla/rust/tree/master/src/libfuzzer")];
#[comment = "The Rust fuzzer library"];
#[license = "MIT/APL2"];
#[license = "MIT/ASL2"];
#[crate_type = "lib"];
#[no_core];

View File

@ -17,7 +17,7 @@
uuid = "4a24da33-5cc8-4037-9352-2cbe9bd9d27c",
url = "https://github.com/mozilla/rust/tree/master/src/rust")];
#[license = "MIT/APL2"];
#[license = "MIT/ASL2"];
#[crate_type = "lib"];
extern mod core(vers = "0.6");

View File

@ -15,7 +15,7 @@
url = "https://github.com/mozilla/rust/tree/master/src/rustc")];
#[comment = "The Rust compiler"];
#[license = "MIT/APL2"];
#[license = "MIT/ASL2"];
#[crate_type = "lib"];
#[legacy_modes];

View File

@ -16,7 +16,7 @@
url = "https://github.com/mozilla/rust/tree/master/src/rustdoc")];
#[comment = "The Rust documentation generator"];
#[license = "MIT/APL2"];
#[license = "MIT/ASL2"];
#[crate_type = "lib"];
#[no_core];

View File

@ -15,7 +15,7 @@
uuid = "7fb5bf52-7d45-4fee-8325-5ad3311149fc",
url = "https://github.com/mozilla/rust/tree/master/src/rusti")];
#[license = "MIT/APL2"];
#[license = "MIT/ASL2"];
#[crate_type = "lib"];
#[no_core];

View File

@ -15,7 +15,7 @@
uuid = "25de5e6e-279e-4a20-845c-4cabae92daaf",
url = "https://github.com/mozilla/rust/tree/master/src/librustpkg")];
#[license = "MIT/APL2"];
#[license = "MIT/ASL2"];
#[crate_type = "lib"];
#[no_core];
#[allow(vecs_implicitly_copyable,

View File

@ -23,7 +23,7 @@ not required in or otherwise suitable for the core library.
url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
#[comment = "The Rust standard library"];
#[license = "MIT/APL2"];
#[license = "MIT/ASL2"];
#[crate_type = "lib"];
#[allow(vecs_implicitly_copyable)];

View File

@ -14,7 +14,7 @@
#[license = "MIT/APL2"];
#[license = "MIT/ASL2"];
#[crate_type = "lib"];
#[legacy_modes];