aboutsummaryrefslogtreecommitdiff
path: root/deny.toml
diff options
context:
space:
mode:
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deny.toml b/deny.toml
index fd95cdb..9bc534e 100644
--- a/deny.toml
+++ b/deny.toml
@@ -9,7 +9,7 @@ ignore = []
[licenses]
unlicensed = "deny"
-allow = ["MIT", "Apache-2.0", "ISC", "Unicode-DFS-2016", "OpenSSL"]
+allow = ["MIT", "Apache-2.0", "BSD-3-Clause", "Unicode-DFS-2016", "CC0-1.0"]
deny = []
copyleft = "allow"
default = "deny"