We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ff9b4 commit cad5667Copy full SHA for cad5667
src/tools/tidy/src/deps.rs
@@ -28,6 +28,7 @@ const LICENSES: &[&str] = &[
28
"Apache-2.0",
29
"Apache-2.0/MIT",
30
"BSD-2-Clause OR Apache-2.0 OR MIT", // zerocopy
31
+ "CC0-1.0", // notify
32
"ISC",
33
"MIT / Apache-2.0",
34
"MIT AND (MIT OR Apache-2.0)",
@@ -38,6 +39,7 @@ const LICENSES: &[&str] = &[
38
39
"MIT OR Zlib OR Apache-2.0", // miniz_oxide
40
"MIT",
41
"MIT/Apache-2.0",
42
+ "MPL-2.0", // mdbook
43
"Unicode-3.0", // icu4x
44
"Unicode-DFS-2016", // tinystr
45
"Unlicense OR MIT",
0 commit comments