Skip to content

Commit

Permalink
Allow the Unicode license (MIT-like)
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Jun 14, 2024
1 parent b2eee7a commit e36ea7a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ notice = "warn"
ignore = []

[licenses]
unlicensed = "deny"
allow = [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"MIT",
"Unicode-3.0",
"Unicode-DFS-2016",
]
deny = []
copyleft = "deny"
Expand All @@ -38,13 +39,6 @@ exceptions = [
"MIT",
"OpenSSL",
], name = "ring", version = "*" },
# The Unicode-DFS-2016 license is necessary for unicode-ident because they
# use data from the unicode tables to generate the tables which are
# included in the application. We do not distribute those data files so
# this is not a problem for us. See https://github.com/dtolnay/unicode-ident/pull/9/files
{ allow = [
"Unicode-DFS-2016",
], name = "unicode-ident", version = "*" },
]

[[licenses.clarify]]
Expand Down

0 comments on commit e36ea7a

Please sign in to comment.