Add license exceptions

This commit is contained in:
Guillaume Gomez 2017-08-30 20:07:58 +02:00
parent 9b26f3ad25
commit 76e32210d1

View File

@ -33,6 +33,12 @@ static EXCEPTIONS: &'static [&'static str] = &[
"openssl", // BSD+advertising clause, cargo, mdbook
"pest", // MPL2, mdbook via handlebars
"thread-id", // Apache-2.0, mdbook
"cssparser", // MPL-2.0, rustdoc
"smallvec", // MPL-2.0, rustdoc
"magenta-sys", // BSD-3-Clause, rustdoc
"magenta", // BSD-3-Clause, rustdoc
"cssparser-macros", // MPL-2.0, rustdoc
"selectors", // MPL-2.0, rustdoc
];
pub fn check(path: &Path, bad: &mut bool) {