From 999001144f050f1b4b2e8debbbd101e74be215ad Mon Sep 17 00:00:00 2001 From: Rajat Jain Date: Fri, 27 Mar 2020 13:12:47 -0700 Subject: util/lint: Accept "GPL-2.0-only WITH Linux-syscall-note" licenses The Linux kernel UAPI header files are licensed under /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ Allows files with this license to be included in coreboot. For more details about this particular license: https://www.kernel.org/doc/html/v4.17/process/license-rules.html https://spdx.org/licenses/Linux-syscall-note.html Change-Id: I4f0f8d36c637a66a6999a18321fdbc4c42d5751e Signed-off-by: Rajat Jain Reviewed-on: https://review.coreboot.org/c/coreboot/+/39887 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- util/lint/lint-000-license-headers | 1 + 1 file changed, 1 insertion(+) (limited to 'util/lint/lint-000-license-headers') diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers index 1382d7fe48..c1110ec75d 100755 --- a/util/lint/lint-000-license-headers +++ b/util/lint/lint-000-license-headers @@ -105,6 +105,7 @@ check_for_license 'SPDX-License-Identifier: Apache-2.0' check_for_license 'SPDX-License-Identifier: BSD-3-Clause' check_for_license 'SPDX-License-Identifier: GPL-2.0-only' 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: ISC' -- cgit v1.2.3