summaryrefslogtreecommitdiff
path: root/util/lint
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2022-08-07 17:22:06 -0600
committerTim Wawrzynczak <twawrzynczak@chromium.org>2022-08-17 19:43:30 +0000
commit6dac0c54cd0b8744800f62abdb42ab97b24c292a (patch)
treef64f052c7d635725aeb2f7ea56036595e1d6d8b9 /util/lint
parent3893c8409db5d86c34ba3941db9a0317500f0549 (diff)
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>
Diffstat (limited to 'util/lint')
-rwxr-xr-xutil/lint/lint-stable-000-license-headers4
1 files changed, 1 insertions, 3 deletions
diff --git a/util/lint/lint-stable-000-license-headers b/util/lint/lint-stable-000-license-headers
index ccecba6ce4..72e4c81dc1 100755
--- a/util/lint/lint-stable-000-license-headers
+++ b/util/lint/lint-stable-000-license-headers
@@ -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"