We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c9ceb commit 5d560a1Copy full SHA for 5d560a1
src/tools/tidy/src/deps.rs
@@ -16,6 +16,7 @@ const LICENSES: &[&str] = &[
16
"Apache-2.0 OR MIT",
17
"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", // wasi license
18
"Apache-2.0/MIT",
19
+ "BSD-2-Clause OR Apache-2.0 OR MIT", // zerocopy
20
"ISC",
21
"MIT / Apache-2.0",
22
"MIT OR Apache-2.0 OR LGPL-2.1-or-later", // r-efi, r-efi-alloc
0 commit comments