util/lint: Also accept BSD-2-Clause
It's also GPL compatible Change-Id: I3d9243708478f315d91473009ca34786fabffda4 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41206 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
320d5528c3
commit
e03132a10a
|
@ -100,6 +100,7 @@ check_for_license() {
|
|||
|
||||
#search the files for license headers
|
||||
check_for_license 'SPDX-License-Identifier: Apache-2.0'
|
||||
check_for_license 'SPDX-License-Identifier: BSD-2-Clause'
|
||||
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'
|
||||
|
|
Loading…
Reference in New Issue