Skip to content

Commit 77da680

Browse files
committed
add cc0-1.0 to allowed liceneses
1 parent 88266f3 commit 77da680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ yanked = "warn"
3232
ignore = []
3333

3434
[licenses]
35-
allow = ["MIT", "Apache-2.0", "BSD-3-Clause", "GPL-3.0", "AGPL-3.0", "Unicode-3.0", "MPL-2.0", "0BSD", "BSL-1.0", "LGPL-2.1", "Unlicense", "Zlib", "ISC", "CDLA-Permissive-2.0"]
35+
allow = ["MIT", "Apache-2.0", "BSD-3-Clause", "CC0-1.0", "Unicode-3.0", "MPL-2.0", "0BSD", "BSL-1.0", "LGPL-2.1", "Unlicense", "Zlib", "ISC"]
3636
exceptions = [
3737
{ allow = ["Apache-2.0 WITH LLVM-exception"], name = "linux-raw-sys" },
3838
{ allow = ["Apache-2.0 WITH LLVM-exception"], name = "rustix" },

0 commit comments

Comments
 (0)