diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-03-04 14:43:23 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-06 07:47:42 +0000 |
commit | 0a2a670502b2a3404fdaf0708b06a96581880aa6 (patch) | |
tree | 3721393df307726d09ed20126f85613b6d6426a7 /util | |
parent | 0a3d4e0ca0eb2e705c86279bd13efe81b8b2692d (diff) |
src/arch/ppc64: Convert to SPDX license header
This also drops individual copyright notices, all mentioned authors in
that part of the tree are already listed in AUTHORS.
Change-Id: I19b1c379b474dd011e2d0f8c8202ff1351c9290d
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39281
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'util')
-rwxr-xr-x | util/lint/lint-stable-000-license-headers | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/lint/lint-stable-000-license-headers b/util/lint/lint-stable-000-license-headers index d9d1b2ebf3..99eea7f6bc 100755 --- a/util/lint/lint-stable-000-license-headers +++ b/util/lint/lint-stable-000-license-headers @@ -9,10 +9,10 @@ util/lint/lint-000-license-headers "src/acpi" 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 # Top level -util/lint/lint-000-license-headers "src/arch/ppc64 \ - src/arch/riscv src/arch/x86 src/commonlib src/console \ +util/lint/lint-000-license-headers "src/arch/riscv src/arch/x86 src/commonlib src/console \ src/cpu src/device src/ec src/mainboard src/northbridge src/soc \ src/southbridge" |