diff options
| author | sevrak <sevrak@rediffmail.com> | 2013-02-28 13:15:32 +0000 |
|---|---|---|
| committer | sevrak <sevrak@rediffmail.com> | 2013-02-28 13:34:01 +0000 |
| commit | 833ad6018e0fcb4f1fda1ca54feb8256bad27513 (patch) | |
| tree | 4b1bc891a175ab11b7db77a72e0b66963a552532 /src/libstd | |
| parent | b171d0ef7b68fed961597d38e6a474d748243987 (diff) | |
| download | rust-833ad6018e0fcb4f1fda1ca54feb8256bad27513.tar.gz rust-833ad6018e0fcb4f1fda1ca54feb8256bad27513.zip | |
Fix license attribute on crates
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/std.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index 854abfdd112..9ef490670ed 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -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 // 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")]; #[comment = "The Rust standard library"]; -#[license = "MIT"]; +#[license = "MIT/APL2"]; #[crate_type = "lib"]; #[allow(vecs_implicitly_copyable)]; |
