diff options
Diffstat (limited to 'maint')
| -rwxr-xr-x | maint/check_licenses | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/maint/check_licenses b/maint/check_licenses index 1a3dc7cd0..5f8bd5f1d 100755 --- a/maint/check_licenses +++ b/maint/check_licenses @@ -39,6 +39,11 @@ NO_LICENSE=( # License appears to be ISC. webpki rustls-webpki + # The unicode folks have their own license now that is no longer + # "Unicode-DFS-2016" and which might not even have a SPDX + # entry. But it still seems to be a permissive DFSG-compliant + # license. + tinystr ) # List of packages which we allow to use the MPL-2.0 license. |
