Update deny.toml for upstream license handling changes

This commit is contained in:
Xiretza 2024-10-14 20:21:31 +00:00
parent a95d81d19f
commit b8c5c4961b

View file

@ -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",
]