Skip to content

Commit cad5667

Browse files
Add new licenses to tidy checj
1 parent e7ff9b4 commit cad5667

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/tidy/src/deps.rs

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const LICENSES: &[&str] = &[
2828
"Apache-2.0",
2929
"Apache-2.0/MIT",
3030
"BSD-2-Clause OR Apache-2.0 OR MIT", // zerocopy
31+
"CC0-1.0", // notify
3132
"ISC",
3233
"MIT / Apache-2.0",
3334
"MIT AND (MIT OR Apache-2.0)",
@@ -38,6 +39,7 @@ const LICENSES: &[&str] = &[
3839
"MIT OR Zlib OR Apache-2.0", // miniz_oxide
3940
"MIT",
4041
"MIT/Apache-2.0",
42+
"MPL-2.0", // mdbook
4143
"Unicode-3.0", // icu4x
4244
"Unicode-DFS-2016", // tinystr
4345
"Unlicense OR MIT",

0 commit comments

Comments
 (0)