From 878a7a7922624948e57d6501c925be7387b1acfd Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 10 May 2020 21:19:04 +0200 Subject: util/lint: Allow use of the HPND license group The Historical Permission Notice and Disclaimer (with and without permission to sell) is a BSD-style license family that OSI and SPDX consider deprecated - and yet, it's right here in our tree. Change-Id: I61624b6e54e9aba6e2f54822c1f68967c416ad3d Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/41221 Reviewed-by: HAOUAS Elyes Tested-by: build bot (Jenkins) --- util/lint/lint-000-license-headers | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers index 08e52f3f71..12654e4f59 100755 --- a/util/lint/lint-000-license-headers +++ b/util/lint/lint-000-license-headers @@ -107,6 +107,8 @@ check_for_license 'SPDX-License-Identifier: GPL-2.0-or-later' check_for_license 'SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note' check_for_license 'SPDX-License-Identifier: GPL-3.0-only' check_for_license 'SPDX-License-Identifier: GPL-3.0-or-later' +check_for_license 'SPDX-License-Identifier: HPND' +check_for_license 'SPDX-License-Identifier: HPND-sell-variant' check_for_license 'SPDX-License-Identifier: ISC' check_for_license 'SPDX-License-Identifier: MIT' check_for_license 'SPDX-License-Identifier: X11' -- cgit v1.2.1