Update deny.toml for upstream license handling changes
This commit is contained in:
parent
a95d81d19f
commit
b8c5c4961b
1 changed files with 7 additions and 2 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue