Skip to content

Commit

Permalink
deny: Allow newer Unicode license
Browse files Browse the repository at this point in the history
Merges: #138
  • Loading branch information
chrysn authored Nov 29, 2024
2 parents a3aed48 + e2a6ae6 commit 279812c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
version = 2
# We'll generally add license here as long as they're OSI approved, but let's keep an eye on them…
allow = ["Apache-2.0", "BSD-3-Clause", "ISC", "MIT"]
# … and for those, I'd rather doublecheck:
# … and for those, I'd rather doublecheck (all are either FSF or OSI approved):
exceptions = [
{ allow = ["LGPL-2.1"], crate = "riot-sys" },
{ allow = ["Unicode-DFS-2016"], crate = "unicode-ident" },
{ allow = ["Unicode-DFS-2016", "Unicode-3.0"], crate = "unicode-ident" },
]
private = { ignore = true }
confidence-threshold = 1.0

0 comments on commit 279812c

Please sign in to comment.