summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-10 19:56:54 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-11 18:13:06 +0000
commite03132a10a7593343ae7ac3458aebea6212a35f8 (patch)
tree21c365c8bd9fc3f6e460ba374ad748d1114884f5
parent320d5528c39f6e8d68f8f52db95ede6978f02f83 (diff)
downloadcoreboot-e03132a10a7593343ae7ac3458aebea6212a35f8.tar.gz
coreboot-e03132a10a7593343ae7ac3458aebea6212a35f8.tar.bz2
coreboot-e03132a10a7593343ae7ac3458aebea6212a35f8.zip
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>
-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 a1ee3e711712..08e52f3f712e 100755
--- a/util/lint/lint-000-license-headers
+++ b/util/lint/lint-000-license-headers
@@ -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'