about summary refs log tree commit diff
path: root/src/libfuzzer/fuzzer.rc
diff options
context:
space:
mode:
authorsevrak <sevrak@rediffmail.com>2013-02-28 13:15:32 +0000
committersevrak <sevrak@rediffmail.com>2013-02-28 13:34:01 +0000
commit833ad6018e0fcb4f1fda1ca54feb8256bad27513 (patch)
tree4b1bc891a175ab11b7db77a72e0b66963a552532 /src/libfuzzer/fuzzer.rc
parentb171d0ef7b68fed961597d38e6a474d748243987 (diff)
downloadrust-833ad6018e0fcb4f1fda1ca54feb8256bad27513.tar.gz
rust-833ad6018e0fcb4f1fda1ca54feb8256bad27513.zip
Fix license attribute on crates
Diffstat (limited to 'src/libfuzzer/fuzzer.rc')
-rw-r--r--src/libfuzzer/fuzzer.rc4
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];