From 6dac0c54cd0b8744800f62abdb42ab97b24c292a Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sun, 7 Aug 2022 17:22:06 -0600 Subject: [PATCH] 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 Change-Id: Ia6d7a7a17116e4c8e55354783085355fd45ff87a Reviewed-on: https://review.coreboot.org/c/coreboot/+/66505 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- util/lint/lint-stable-000-license-headers | 4 +--- 1 file changed, 1 insertion(+), 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"