diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-05-10 19:56:54 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-11 18:13:06 +0000 |
commit | e03132a10a7593343ae7ac3458aebea6212a35f8 (patch) | |
tree | 21c365c8bd9fc3f6e460ba374ad748d1114884f5 /util | |
parent | 320d5528c39f6e8d68f8f52db95ede6978f02f83 (diff) |
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>
Diffstat (limited to 'util')
-rwxr-xr-x | util/lint/lint-000-license-headers | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers index a1ee3e7117..08e52f3f71 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' |