Maximilian Brune has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/84584?usp=email )
Change subject: util/lint/lint-000-license-headers: Add license ......................................................................
util/lint/lint-000-license-headers: Add license
This adds the "GPL-2.0 OR MIT" license combination. It is used in subsequent patches that adds source files originally from the linux kernel.
OR operator: https://web.archive.org/web/20240730192545/https://spdx.github.io/spdx-spec/...
Signed-off-by: Maximilian Brune maximilian.brune@9elements.com Change-Id: I07c508aa6134b063801de36199af9a312a7d6bed --- M util/lint/lint-000-license-headers 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/84584/1
diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers index 44657d2..bff8bb4 100755 --- a/util/lint/lint-000-license-headers +++ b/util/lint/lint-000-license-headers @@ -121,6 +121,7 @@ check_for_license 'ISC' check_for_license 'MIT' check_for_license 'X11' +check_for_license 'GPL-2.0 OR MIT'
# This is 4 clause ("with advertising") but the University of Berkeley # declared that 4th clause void, see