summaryrefslogtreecommitdiff
path: root/util/lint/lint-stable-000-license-headers
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-01-23 18:59:20 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-01-30 13:55:41 +0000
commitb729d8b6e3e3773a2d2b848a5008ad531a066504 (patch)
tree41fe44e14fb8765ac90630096801de8da5c0c807 /util/lint/lint-stable-000-license-headers
parent220c2092ae12935a101746a8e42f48dae5ecf0cc (diff)
downloadcoreboot-b729d8b6e3e3773a2d2b848a5008ad531a066504.tar.xz
util/lint: enforce SPDX license headers in src/superio
Change-Id: Iae8d4f0470f75b47e53c50790f06902acb9a24cc Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38545 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/lint/lint-stable-000-license-headers')
-rwxr-xr-xutil/lint/lint-stable-000-license-headers3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/lint/lint-stable-000-license-headers b/util/lint/lint-stable-000-license-headers
index fcaf32ced2..99622cc267 100755
--- a/util/lint/lint-stable-000-license-headers
+++ b/util/lint/lint-stable-000-license-headers
@@ -6,11 +6,12 @@
# Directories requiring SPDX Identifiers only
util/lint/lint-000-license-headers "src/acpi" SPDX_ONLY
+util/lint/lint-000-license-headers "src/superio" SPDX_ONLY
# Top level
util/lint/lint-000-license-headers "src/arch src/commonlib src/console \
src/cpu src/device src/ec src/mainboard src/northbridge src/soc \
- src/southbridge src/superio"
+ src/southbridge"
# src/drivers
util/lint/lint-000-license-headers "src/drivers/ams src/drivers/aspeed src/drivers/dec src/drivers/elog \