Skip to content

Commit

Permalink
Add license exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Aug 30, 2017
1 parent 9b26f3a commit 76e3221
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 76e3221

Please sign in to comment.