summaryrefslogtreecommitdiff
path: root/util/lint/lint-stable-000-license-headers
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-03-04 15:10:45 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-06 07:48:24 +0000
commit11f0079c5ac0c5e98682f3ce67763e684433c7f8 (patch)
treeaa1c42f1f436d342b66fc198ae26ac569b2ed2b9 /util/lint/lint-stable-000-license-headers
parentd1e50f9e9fb8f8dd9726ec838ba4d7c1ca0d265a (diff)
downloadcoreboot-11f0079c5ac0c5e98682f3ce67763e684433c7f8.tar.xz
src/arch/x86: Convert to SPDX license header
This also drops individual copyright notices, all mentioned authors in that part of the tree are listed in AUTHORS. Change-Id: Ib5a92bb46ff2b9d2928aae3763daec71747044c2 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39284 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'util/lint/lint-stable-000-license-headers')
-rwxr-xr-xutil/lint/lint-stable-000-license-headers7
1 files changed, 2 insertions, 5 deletions
diff --git a/util/lint/lint-stable-000-license-headers b/util/lint/lint-stable-000-license-headers
index 300fde534c..befdf3cd68 100755
--- a/util/lint/lint-stable-000-license-headers
+++ b/util/lint/lint-stable-000-license-headers
@@ -6,14 +6,11 @@
# Directories requiring SPDX Identifiers only
util/lint/lint-000-license-headers "src/acpi" SPDX_ONLY
+util/lint/lint-000-license-headers "src/arch" SPDX_ONLY
util/lint/lint-000-license-headers "src/superio" SPDX_ONLY
-util/lint/lint-000-license-headers "src/arch/arm" SPDX_ONLY
-util/lint/lint-000-license-headers "src/arch/arm64" SPDX_ONLY
-util/lint/lint-000-license-headers "src/arch/ppc64" SPDX_ONLY
-util/lint/lint-000-license-headers "src/arch/riscv" SPDX_ONLY
# Top level
-util/lint/lint-000-license-headers "src/arch/x86 src/commonlib src/console \
+util/lint/lint-000-license-headers "src/commonlib src/console \
src/cpu src/device src/ec src/mainboard src/northbridge src/soc \
src/southbridge"