From 6a21959531fd9a70b3a46a13afb6d6303b282d3c Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 9 May 2021 11:34:28 +0200 Subject: src: Drop "This file is part of the coreboot project" lines Commit 6b5bc77c9b22c398262ff3f4dae3e14904c57366 (treewide: Remove "this file is part of" lines) removed most of them, but missed some files. Change-Id: Ib8e7ab26a74b52f86d91faeba77df3331531763f Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/53976 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans Reviewed-by: Nico Huber --- src/include/metadata_hash.h | 1 - src/lib/metadata_hash.c | 1 - src/soc/intel/apollolake/include/soc/msr.h | 1 - src/soc/intel/xeon_sp/acpi/gpio.asl | 1 - src/vendorcode/amd/agesa/Kconfig | 1 - 5 files changed, 5 deletions(-) diff --git a/src/include/metadata_hash.h b/src/include/metadata_hash.h index bfa7ef1fb676..e945300cc8e7 100644 --- a/src/include/metadata_hash.h +++ b/src/include/metadata_hash.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef _METADATA_HASH_H_ #define _METADATA_HASH_H_ diff --git a/src/lib/metadata_hash.c b/src/lib/metadata_hash.c index 5619efea7f7e..e10f6ffee569 100644 --- a/src/lib/metadata_hash.c +++ b/src/lib/metadata_hash.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/soc/intel/apollolake/include/soc/msr.h b/src/soc/intel/apollolake/include/soc/msr.h index cee11c29a869..e35c8814ebd9 100644 --- a/src/soc/intel/apollolake/include/soc/msr.h +++ b/src/soc/intel/apollolake/include/soc/msr.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef _SOC_MSR_H_ #define _SOC_MSR_H_ diff --git a/src/soc/intel/xeon_sp/acpi/gpio.asl b/src/soc/intel/xeon_sp/acpi/gpio.asl index 6fe3d515885a..c7a9f9589e93 100644 --- a/src/soc/intel/xeon_sp/acpi/gpio.asl +++ b/src/soc/intel/xeon_sp/acpi/gpio.asl @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/vendorcode/amd/agesa/Kconfig b/src/vendorcode/amd/agesa/Kconfig index 67055ea5dc69..ce59fe108212 100644 --- a/src/vendorcode/amd/agesa/Kconfig +++ b/src/vendorcode/amd/agesa/Kconfig @@ -1,5 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only -# This file is part of the coreboot project. choice prompt "DDR3 memory profile" -- cgit v1.2.3