Add 'Android Software Development Kit License' to allowlist.

Adding a special entry for dependencies using this license id.
The Android Software Development Kit License is a special case.
It can introduce licensing complexities due to the potentially extensive
transitive dependency chain. Developers should carefully review the
licenses of all dependencies.

Change-Id: I8626391ce04f921a9efa519a5305afce62a5f1c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6174215
Reviewed-by: Rachael Newitt <renewitt@google.com>
Commit-Queue: Jordan Brown <rop@google.com>
changes/15/6174215/4
Jordan Brown 3 months ago committed by LUCI CQ
parent 9748dcdb1a
commit 40e4ea3b09

@ -108,7 +108,6 @@ EXTENDED_LICENSE_CLASSIFIERS = frozenset([
# unencumbered.
# go/keep-sorted start case=no
"AhemFont",
"Android-SDK",
"LZMA",
"public-domain-md5",
"SPL-SQRT-FLOOR",
@ -152,6 +151,12 @@ EXTENDED_LICENSE_CLASSIFIERS = frozenset([
"X11-Lucent",
"zxing",
# go/keep-sorted end
# The Android Software Development Kit License is a special case.
# It can introduce licensing complexities due to the potentially extensive
# transitive dependency chain. Developers should carefully review the
# licenses of all dependencies.
"Android Software Development Kit License",
])
# These licenses are only allowed in open source projects due to their

Loading…
Cancel
Save