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 <rajatja@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39887 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
3907a64a48
commit
999001144f
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue