Skip to content

Commit 5d560a1

Browse files
committed
allow zerocopy license
1 parent 71c9ceb commit 5d560a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const LICENSES: &[&str] = &[
1616
"Apache-2.0 OR MIT",
1717
"Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", // wasi license
1818
"Apache-2.0/MIT",
19+
"BSD-2-Clause OR Apache-2.0 OR MIT", // zerocopy
1920
"ISC",
2021
"MIT / Apache-2.0",
2122
"MIT OR Apache-2.0 OR LGPL-2.1-or-later", // r-efi, r-efi-alloc

0 commit comments

Comments
 (0)