Skip to content

Commit

Permalink
chore: allow MIT licence
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Jul 28, 2024
1 parent 6cdaf2b commit e32baa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[licenses]
unlicensed = "deny"
allow = [ "Apache-2.0", "MPL-2.0", "Unicode-DFS-2016" ]
allow = [ "Apache-2.0", "MPL-2.0", "Unicode-DFS-2016", "MIT" ]
copyleft = "deny"
allow-osi-fsf-free = "neither"
default = "deny"
Expand Down

0 comments on commit e32baa5

Please sign in to comment.