From 688eec1b97c66e308e4a77a74d979da4ff20e13b Mon Sep 17 00:00:00 2001
From: "Ronald G. Minnich" <rminnich@gmail.com>
Date: Fri, 14 Sep 2018 01:09:46 -0700
Subject: 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>
---
 util/lint/lint-000-license-headers | 1 +
 1 file changed, 1 insertion(+)

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
-- 
cgit v1.2.3