Skip to content

Commit

Permalink
build: add BSD-2-Clause to the allowed licences
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Oct 28, 2023
1 parent 0822f54 commit 1964032
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", "MIT", "Unicode-DFS-2016", "ISC" ]
allow = [ "Apache-2.0", "MIT", "Unicode-DFS-2016", "ISC", "BSD-2-Clause" ]
copyleft = "deny"
allow-osi-fsf-free = "neither"
default = "deny"
Expand Down

0 comments on commit 1964032

Please sign in to comment.