util/lint: Update to check all of src for license headers

This wasn't done previously because not all files in the
src directory had the correct headers.  Doing this earlier
would have broken the build.

Signed-off-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Change-Id: Ia6d7a7a17116e4c8e55354783085355fd45ff87a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66505
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
Martin Roth
2022-08-07 17:22:06 -06:00
committed by Tim Wawrzynczak
parent 3893c8409d
commit 6dac0c54cd

View File

@ -4,6 +4,4 @@
# DESCR: Check that files have license headers
# Top level
util/lint/lint-000-license-headers "src/acpi src/arch src/commonlib src/console \
src/cpu src/device src/drivers src/ec src/mainboard src/northbridge \
src/security src/soc src/southbridge src/superio tests payloads/coreinfo"
util/lint/lint-000-license-headers "src tests payloads/coreinfo"