Skip to content

Commit 81de2dd

Browse files
authored
allow Unicode-3.0 license (#46)
* allow unicode-related licenses * remove nonexistent license Signed-off-by: Ruihang Xia <[email protected]> --------- Signed-off-by: Ruihang Xia <[email protected]>
1 parent 99cee28 commit 81de2dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

deny.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ allow = [
2323
"BSD-2-Clause",
2424
"BSD-3-Clause",
2525
"CC0-1.0",
26-
]
27-
exceptions = [
28-
{ allow = ["Unicode-DFS-2016"], name = "unicode-ident" },
26+
"Unicode-3.0",
2927
]
3028
version = 2

0 commit comments

Comments
 (0)