Fix license attribute on crates

This commit is contained in:
sevrak 2013-02-28 13:15:32 +00:00
parent b171d0ef7b
commit 833ad6018e
9 changed files with 17 additions and 13 deletions

View File

@ -1,4 +1,4 @@
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT // Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT. // http://rust-lang.org/COPYRIGHT.
// //
@ -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")]; url = "https://github.com/mozilla/rust/tree/master/src/libcore")];
#[comment = "The Rust core library"]; #[comment = "The Rust core library"];
#[license = "MIT"]; #[license = "MIT/APL2"];
#[crate_type = "lib"]; #[crate_type = "lib"];

View File

@ -1,4 +1,4 @@
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT // Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT. // http://rust-lang.org/COPYRIGHT.
// //
@ -15,7 +15,7 @@
url = "https://github.com/mozilla/rust/tree/master/src/libfuzzer")]; url = "https://github.com/mozilla/rust/tree/master/src/libfuzzer")];
#[comment = "The Rust fuzzer library"]; #[comment = "The Rust fuzzer library"];
#[license = "MIT"]; #[license = "MIT/APL2"];
#[crate_type = "lib"]; #[crate_type = "lib"];
#[no_core]; #[no_core];

View File

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

View File

@ -1,4 +1,4 @@
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT // Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT. // http://rust-lang.org/COPYRIGHT.
// //
@ -15,7 +15,7 @@
url = "https://github.com/mozilla/rust/tree/master/src/rustc")]; url = "https://github.com/mozilla/rust/tree/master/src/rustc")];
#[comment = "The Rust compiler"]; #[comment = "The Rust compiler"];
#[license = "MIT"]; #[license = "MIT/APL2"];
#[crate_type = "lib"]; #[crate_type = "lib"];
#[legacy_modes]; #[legacy_modes];

View File

@ -1,4 +1,4 @@
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT // Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT. // http://rust-lang.org/COPYRIGHT.
// //
@ -16,7 +16,7 @@
url = "https://github.com/mozilla/rust/tree/master/src/rustdoc")]; url = "https://github.com/mozilla/rust/tree/master/src/rustdoc")];
#[comment = "The Rust documentation generator"]; #[comment = "The Rust documentation generator"];
#[license = "MIT"]; #[license = "MIT/APL2"];
#[crate_type = "lib"]; #[crate_type = "lib"];
#[no_core]; #[no_core];

View File

@ -1,4 +1,4 @@
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT // Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT. // http://rust-lang.org/COPYRIGHT.
// //
@ -15,6 +15,7 @@
uuid = "7fb5bf52-7d45-4fee-8325-5ad3311149fc", uuid = "7fb5bf52-7d45-4fee-8325-5ad3311149fc",
url = "https://github.com/mozilla/rust/tree/master/src/rusti")]; url = "https://github.com/mozilla/rust/tree/master/src/rusti")];
#[license = "MIT/APL2"];
#[crate_type = "lib"]; #[crate_type = "lib"];
#[no_core]; #[no_core];

View File

@ -1,4 +1,4 @@
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT // Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT. // http://rust-lang.org/COPYRIGHT.
// //
@ -15,6 +15,7 @@
uuid = "25de5e6e-279e-4a20-845c-4cabae92daaf", uuid = "25de5e6e-279e-4a20-845c-4cabae92daaf",
url = "https://github.com/mozilla/rust/tree/master/src/librustpkg")]; url = "https://github.com/mozilla/rust/tree/master/src/librustpkg")];
#[license = "MIT/APL2"];
#[crate_type = "lib"]; #[crate_type = "lib"];
#[no_core]; #[no_core];
#[allow(vecs_implicitly_copyable, #[allow(vecs_implicitly_copyable,

View File

@ -1,4 +1,4 @@
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT // Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT. // http://rust-lang.org/COPYRIGHT.
// //
@ -23,7 +23,7 @@ not required in or otherwise suitable for the core library.
url = "https://github.com/mozilla/rust/tree/master/src/libstd")]; url = "https://github.com/mozilla/rust/tree/master/src/libstd")];
#[comment = "The Rust standard library"]; #[comment = "The Rust standard library"];
#[license = "MIT"]; #[license = "MIT/APL2"];
#[crate_type = "lib"]; #[crate_type = "lib"];
#[allow(vecs_implicitly_copyable)]; #[allow(vecs_implicitly_copyable)];

View File

@ -1,4 +1,4 @@
// Copyright 2012 The Rust Project Developers. See the COPYRIGHT // Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at // file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT. // http://rust-lang.org/COPYRIGHT.
// //
@ -14,6 +14,7 @@
#[license = "MIT/APL2"];
#[crate_type = "lib"]; #[crate_type = "lib"];
#[legacy_modes]; #[legacy_modes];