Skip to content

Commit 372b652

Browse files
committed
chore: Adds Unicode 3.0 license to deny.toml
1 parent a53d19e commit 372b652

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

deny.toml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,17 @@ multiple-versions = "allow"
2525

2626
[licenses]
2727
allow = [
28-
"Apache-2.0",
29-
"BSD-2-Clause",
30-
"BSD-3-Clause",
31-
"CC0-1.0",
32-
"ISC",
33-
"LicenseRef-ring",
34-
"MIT",
35-
"MPL-2.0",
36-
"Unicode-DFS-2016",
37-
"Zlib",
28+
"Apache-2.0",
29+
"BSD-2-Clause",
30+
"BSD-3-Clause",
31+
"CC0-1.0",
32+
"ISC",
33+
"LicenseRef-ring",
34+
"MIT",
35+
"MPL-2.0",
36+
"Unicode-DFS-2016",
37+
"Unicode-3.0",
38+
"Zlib",
3839
]
3940
confidence-threshold = 0.9
4041

0 commit comments

Comments
 (0)