From ea75de4c3baba538f4758d507dd304136cfeab52 Mon Sep 17 00:00:00 2001 From: Ramin Halavati Date: Thu, 16 Jan 2025 22:42:53 -0800 Subject: [PATCH] Add 3 items to allowlisted licenses. Adds "BLAS", "LicenseRef-base64-cpp", and "SolarDesigner", to the allow listed licenses. Bug: 365320654 Change-Id: Id156b2cc881167e4dac88a9e671b21e5de8263bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6172448 Reviewed-by: Jordan Brown Commit-Queue: Jordan Brown --- metadata/fields/custom/license_allowlist.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/metadata/fields/custom/license_allowlist.py b/metadata/fields/custom/license_allowlist.py index 83bc025fea..9c4c59bd39 100644 --- a/metadata/fields/custom/license_allowlist.py +++ b/metadata/fields/custom/license_allowlist.py @@ -83,6 +83,7 @@ EXTENDED_LICENSE_CLASSIFIERS = frozenset([ # permissive. # go/keep-sorted start case=no "LicenseRef-AMSFonts-2.2", + "SolarDesigner", "test_fonts", # go/keep-sorted end # notice. @@ -90,6 +91,7 @@ EXTENDED_LICENSE_CLASSIFIERS = frozenset([ "Apache-with-LLVM-Exception", "Apache-with-Runtime-Exception", "Bitstream", + "BLAS", "BSD-2-Clause-Flex", "BSD-3-Clause-OpenMPI", "BSD-4-Clause-Wasabi", @@ -107,6 +109,7 @@ EXTENDED_LICENSE_CLASSIFIERS = frozenset([ "Khronos", "Libpng-2.0", "LicenseRef-base64", + "LicenseRef-base64-cpp", "LicenseRef-OpenGLUT", "LicenseRef-takuya-ooura", "pffft",