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/libfuzzer | |
| parent | b171d0ef7b68fed961597d38e6a474d748243987 (diff) | |
| download | rust-833ad6018e0fcb4f1fda1ca54feb8256bad27513.tar.gz rust-833ad6018e0fcb4f1fda1ca54feb8256bad27513.zip | |
Fix license attribute on crates
Diffstat (limited to 'src/libfuzzer')
| -rw-r--r-- | src/libfuzzer/fuzzer.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libfuzzer/fuzzer.rc b/src/libfuzzer/fuzzer.rc index 634c1aff555..7654645cee8 100644 --- a/src/libfuzzer/fuzzer.rc +++ b/src/libfuzzer/fuzzer.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. // @@ -15,7 +15,7 @@ url = "https://github.com/mozilla/rust/tree/master/src/libfuzzer")]; #[comment = "The Rust fuzzer library"]; -#[license = "MIT"]; +#[license = "MIT/APL2"]; #[crate_type = "lib"]; #[no_core]; |
