From f548b21cd3554d013ac0bc53a6cb1ae0de79e2f8 Mon Sep 17 00:00:00 2001 From: Joshua Pawlicki Date: Mon, 16 Dec 2024 22:41:08 -0800 Subject: [PATCH] Add LZMA-SDK-9.22 to the license allowlist. https://spdx.org/licenses/LZMA-SDK-9.22.html chromium //third_party/lzma_sdk currently calls the license "Public Domain": https://source.chromium.org/chromium/chromium/src/+/main:third_party/lzma_sdk/README.chromium;l=6;drc=51397c51193b75500c2ae5ef5dcbc90638b69dc4 but LZMA-SDK-9.22 seems to be a better identifier for the license. Change-Id: I0c0c237bbc52a0a5912d8f41b1f3c6a4a9663d77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6093870 Auto-Submit: Joshua Pawlicki Commit-Queue: Jordan Brown Reviewed-by: Jordan Brown --- metadata/fields/custom/license_allowlist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata/fields/custom/license_allowlist.py b/metadata/fields/custom/license_allowlist.py index 82f12af54..ac10e9f33 100644 --- a/metadata/fields/custom/license_allowlist.py +++ b/metadata/fields/custom/license_allowlist.py @@ -33,6 +33,7 @@ ALLOWED_SPDX_LICENSES = frozenset([ # Public Domain variants. "ISC", "ICU", + "LZMA-SDK-9.22", "SunPro", "BSL-1.0", ])