Skip to content

Commit

Permalink
chore: explicitly allow Unicode License
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsoledad committed Oct 13, 2023
1 parent 28631e1 commit b0720fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ allow = [
"MIT",
# https://softwareengineering.stackexchange.com/questions/317944/can-i-include-code-licensed-under-mpl-within-a-project-under-mit-license
"MPL-2.0",
"Unicode-DFS-2016",
]
copyleft = "deny"
default = "deny"
Expand Down

0 comments on commit b0720fd

Please sign in to comment.