Skip to content

Commit

Permalink
deny.toml: Update allowed licenses
Browse files Browse the repository at this point in the history
Everything here is OSI approved.
  • Loading branch information
cgwalters committed Jan 16, 2025
1 parent 5341460 commit e0348ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[licenses]
unlicensed = "deny"
copyleft = "allow"
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unlicense", "CC0-1.0", "Unicode-DFS-2016"]
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT",
"BSD-3-Clause", "BSD-2-Clause", "Zlib",
"Unlicense", "CC0-1.0",
"Unicode-DFS-2016", "Unicode-3.0"]
private = { ignore = true }

[[bans.deny]]
# We want to require FIPS validation downstream, so we use openssl
name = "ring"


[sources]
unknown-registry = "deny"
unknown-git = "deny"
Expand Down

0 comments on commit e0348ca

Please sign in to comment.