Skip to content

Commit

Permalink
Add Unicode-3.0 to allowed licenses in deny.toml
Browse files Browse the repository at this point in the history
The Unicode-3.0 license is now included in the list of permitted licenses. This change ensures compliance with code or dependencies using the Unicode-3.0 license while maintaining the current warning setting for unused licenses.
  • Loading branch information
friedemannsommer committed Dec 8, 2024
1 parent 9411e40 commit 3ee27da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ ignore = []
[licenses]
unused-allowed-license = "warn"
allow = [
"MIT",
"Apache-2.0",
"MPL-2.0"
"MIT",
"MPL-2.0",
"Unicode-3.0"
]
# [between 0.0 and 1.0].
confidence-threshold = 0.8
Expand Down

0 comments on commit 3ee27da

Please sign in to comment.