From 7c31377bf9e1fe7cffecf0e8c08bf7ab03a0e887 Mon Sep 17 00:00:00 2001 From: Maximilian Brune Date: Sun, 29 Sep 2024 13:27:33 +0200 Subject: [PATCH] util/lint/lint-000-license-headers: Add license This adds the "GPL-2.0 OR MIT" license combination. It is used in subsequent patches that adds source files originally from the linux kernel. OR operator: https://web.archive.org/web/20240730192545/https://spdx.github.io/spdx-spec/v2.3/SPDX-license-expressions/#d42-disjunctive-or-operator Signed-off-by: Maximilian Brune Change-Id: I07c508aa6134b063801de36199af9a312a7d6bed Reviewed-on: https://review.coreboot.org/c/coreboot/+/84584 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Alicja Michalska --- util/lint/lint-000-license-headers | 1 + 1 file changed, 1 insertion(+) diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers index 44657d27c9..bff8bb48d0 100755 --- a/util/lint/lint-000-license-headers +++ b/util/lint/lint-000-license-headers @@ -121,6 +121,7 @@ check_for_license 'HPND-sell-variant' check_for_license 'ISC' check_for_license 'MIT' check_for_license 'X11' +check_for_license 'GPL-2.0 OR MIT' # This is 4 clause ("with advertising") but the University of Berkeley # declared that 4th clause void, see