Skip to content

Commit

Permalink
Remove unused licenses from DENY.tonl list (DioxusLabs#211)
Browse files Browse the repository at this point in the history
* Remove unused licenses from DENY.tonl list

* Allow Unicode license
  • Loading branch information
alice-i-cecile authored Jul 28, 2022
1 parent 342ae5b commit df699ad
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,9 @@ unlicensed = "deny"
copyleft = "deny"
allow = [
"MIT",
"MIT-0",
"Unicode-DFS-2016",
"Apache-2.0",
"BSD-3-Clause",
"ISC",
"Zlib",
"0BSD",
"BSD-2-Clause",
"CC0-1.0",
]
default = "deny"

Expand Down

0 comments on commit df699ad

Please sign in to comment.