mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
Add license exceptions
This commit is contained in:
parent
9b26f3ad25
commit
76e32210d1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user