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/v2.3/SPDX-license-expressions/#d42-disjunctive-or-operator Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: I07c508aa6134b063801de36199af9a312a7d6bed Reviewed-on: https://review.coreboot.org/c/coreboot/+/84584 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Alicja Michalska <ahplka19@gmail.com>
This commit is contained in:
parent
94d4707649
commit
7c31377bf9
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ check_for_license 'HPND-sell-variant'
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue