Update licenses allowlist for the latest build of ChromeScreenAI.

Added licenses are needed by the latest build of the ChromeScreenAI
library. The license list is updated in: http://crrev.com/c/7079126

The list is generated using the following tools:
.../opensource/tools/collect_licenses/collect_licenses
.../opensource/thirdparty/licenseclassifier/identify_license

Bug: 378472917
Change-Id: I83f07d0774ace7a9984087d7c8ac1acd604e82e6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/7088131
Reviewed-by: Anne Redulla <aredulla@google.com>
Commit-Queue: Ramin Halavati <rhalavati@chromium.org>
This commit is contained in:
Ramin Halavati
2025-11-12 23:21:39 -08:00
committed by LUCI CQ
parent 0a519cc269
commit 9c69e0d573

View File

@@ -61,6 +61,7 @@ _ALLOWED_SPDX_LICENSES = frozenset([
# permissive.
# go/keep-sorted start case=no
"0BSD",
"bcrypt-Solar-Designer",
"FSFUL",
"GPL-2.0-with-autoconf-exception",
"GPL-2.0-with-classpath-exception",
@@ -78,8 +79,10 @@ _ALLOWED_SPDX_LICENSES = frozenset([
"BSD-2-Clause-FreeBSD",
"BSD-3-Clause",
"BSD-3-Clause-Attribution",
"BSD-3-Clause-Open-MPI",
"BSD-4-Clause",
"BSD-4-Clause-UC",
"BSD-4.3RENO",
"BSD-4.3TAHOE",
"BSD-Source-Code",
"BSL-1.0",
@@ -98,7 +101,9 @@ _ALLOWED_SPDX_LICENSES = frozenset([
"JSON",
"Libpng",
"libtiff",
"Minpack",
"MIT",
"MIT-Khronos-old",
"MIT-Modern-Variant",
"MS-PL",
"NAIST-2003",
@@ -112,6 +117,7 @@ _ALLOWED_SPDX_LICENSES = frozenset([
"Unicode-3.0",
"Unicode-DFS-2015",
"Unicode-DFS-2016",
"Unicode-TOU",
"X11",
"Zlib",
# go/keep-sorted end