This is an automated email from the ASF dual-hosted git repository.
xvrl pushed a commit to branch dependabot/maven/com.ibm.icu-icu4j-73.2
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to
refs/heads/dependabot/maven/com.ibm.icu-icu4j-73.2 by this push:
new e7ffc9f91b fix license check for unicode/icu
e7ffc9f91b is described below
commit e7ffc9f91b10eb89264d48e617a778c3a72d4b42
Author: Xavier Léauté <[email protected]>
AuthorDate: Thu Aug 17 16:04:46 2023 -0400
fix license check for unicode/icu
---
distribution/bin/check-licenses.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distribution/bin/check-licenses.py
b/distribution/bin/check-licenses.py
index 5b059fd23a..ae07e5a037 100755
--- a/distribution/bin/check-licenses.py
+++ b/distribution/bin/check-licenses.py
@@ -251,7 +251,7 @@ def build_compatible_license_names():
compatible_licenses['BSD 3-Clause'] = 'BSD-3-Clause License'
compatible_licenses['BSD-3-Clause'] = 'BSD-3-Clause License'
- compatible_licenses['ICU License'] = 'ICU License'
+ compatible_licenses['Unicode/ICU License'] = 'Unicode/ICU License'
compatible_licenses['SIL Open Font License 1.1'] = 'SIL Open Font License
1.1'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]