Skip to content

Commit 0d60e3c

Browse files
committed
chore: add Unicode V3 license to deny.toml
Add `Unicode` `v3` License to our `cargo.deny` file. This is required because of the [`icu_collections`](https://crates.io/crates/icu_collections) dependency which is authored by The Unicode Consortium. in my ignorance, seems to be safe as the Open Source Initiative [approves it](https://opensource.org/license/unicode-license-v3), and the main `deny.toml` has also [added it](https://github.com/EmbarkStudios/cargo-deny/pull/713/files#diff-1040309c64844eb1b6b63d8fd67938adbf9461f1b3c61f12cf738f064a02d3deR50). Pull-Request: libp2p#5738.
1 parent add3832 commit 0d60e3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ allow = [
4343
"MIT",
4444
"MPL-2.0",
4545
"Unlicense",
46+
"Unicode-3.0",
4647
]
4748
# The confidence threshold for detecting a license from license text.
4849
# The higher the value, the more closely the license text must be to the

0 commit comments

Comments
 (0)