summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-10 21:19:04 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-11 19:36:45 +0000
commit878a7a7922624948e57d6501c925be7387b1acfd (patch)
tree6baed40aaa2567acac3fd81affb9404c896df844
parente03132a10a7593343ae7ac3458aebea6212a35f8 (diff)
downloadcoreboot-878a7a7922624948e57d6501c925be7387b1acfd.tar.gz
coreboot-878a7a7922624948e57d6501c925be7387b1acfd.tar.bz2
coreboot-878a7a7922624948e57d6501c925be7387b1acfd.zip
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 <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41221 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rwxr-xr-xutil/lint/lint-000-license-headers2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers
index 08e52f3f712e..12654e4f5965 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'