diff --git a/deny.toml b/deny.toml index 762a700..05af539 100644 --- a/deny.toml +++ b/deny.toml @@ -1,7 +1,12 @@ [licenses] -copyleft = "allow" -allow-osi-fsf-free = "both" allow = [ + "MIT", + "Apache-2.0", + "MPL-2.0", + "ISC", + "BSD-3-Clause", + "BSD-2-Clause", + "AGPL-3.0", "OpenSSL", "Unicode-DFS-2016", ]