Skip to content

Commit 76e3221

Browse files
Add license exceptions
1 parent 9b26f3a commit 76e3221

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tools/tidy/src/deps.rs

+6
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ static EXCEPTIONS: &'static [&'static str] = &[
3333
"openssl", // BSD+advertising clause, cargo, mdbook
3434
"pest", // MPL2, mdbook via handlebars
3535
"thread-id", // Apache-2.0, mdbook
36+
"cssparser", // MPL-2.0, rustdoc
37+
"smallvec", // MPL-2.0, rustdoc
38+
"magenta-sys", // BSD-3-Clause, rustdoc
39+
"magenta", // BSD-3-Clause, rustdoc
40+
"cssparser-macros", // MPL-2.0, rustdoc
41+
"selectors", // MPL-2.0, rustdoc
3642
];
3743

3844
pub fn check(path: &Path, bad: &mut bool) {

0 commit comments

Comments
 (0)