summaryrefslogtreecommitdiff
path: root/util/lint/lint-000-license-headers
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2018-09-14 01:09:46 -0700
committerRonald G. Minnich <rminnich@gmail.com>2018-09-14 08:54:28 +0000
commit688eec1b97c66e308e4a77a74d979da4ff20e13b (patch)
tree018280eb319336fdd272a268fd8db1258504633d /util/lint/lint-000-license-headers
parentfa80dfd34f96da090fdb48fa89c0a01afb695bf6 (diff)
downloadcoreboot-688eec1b97c66e308e4a77a74d979da4ff20e13b.tar.xz
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>
Diffstat (limited to 'util/lint/lint-000-license-headers')
-rwxr-xr-xutil/lint/lint-000-license-headers1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers
index cc23f1ae2d..9b3553b4a4 100755
--- a/util/lint/lint-000-license-headers
+++ b/util/lint/lint-000-license-headers
@@ -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