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>
This commit is contained in:
Patrick Georgi
2020-03-04 15:10:45 +01:00
parent d1e50f9e9f
commit 11f0079c5a
90 changed files with 182 additions and 1106 deletions

View File

@@ -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"