Allow Unicode-3.0 license in addition to Unicode-DFS-2016 for unicode-ident crate. (#16471)

# Objective

- Fixes #16451.

## Solution

- Just allows the new license.

## Notes

According to the [Open Source
Initiative](https://opensource.org/license/unicode-inc-license-agreement-data-files-and-software),
the UNICODE-DFS-**2015** is superseded by UNICODE-3.0. I'm not sure
whether 2015 vs 2016 matters, and whether these are 3.0 and DFS-2016 are
materially different.
This commit is contained in:
andriyDev 2024-11-22 10:15:31 -08:00 committed by GitHub
parent 2fbad7d845
commit 1e0d98d53e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,7 @@ allow = [
exceptions = [
{ name = "unicode-ident", allow = [
"Unicode-DFS-2016",
"Unicode-3.0",
] },
{ name = "symphonia", allow = [
"MPL-2.0",