lint-000-license-headers: add SPDX-License-Identifier: GPL-2.0-or-later
Change-Id: Icbf21b02d3092815bbe876eceea72ebba8dd54da Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-on: https://review.coreboot.org/28599 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
fa80dfd34f
commit
688eec1b97
|
@ -106,6 +106,7 @@ check_for_license 'assumes any liability or responsibility for the use'
|
|||
check_for_license 'THE AUTHORS DISCLAIM.*ALL WARRANTIES WITH REGARD TO THIS SOFTWARE'
|
||||
check_for_license 'No license required'
|
||||
check_for_license 'GNU Lesser General Public'
|
||||
check_for_license 'SPDX-License-Identifier:.*GPL-2.0-or-later'
|
||||
|
||||
for file in $headerlist; do
|
||||
# Verify the file exists, and has content that requires a header
|
||||
|
|
Loading…
Reference in New Issue