Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/41606 )
Change subject: Remove new additions of "this file is part of" lines ......................................................................
Remove new additions of "this file is part of" lines
Change-Id: I6c69dcad82ee217ed4760dea1792dd1a6612cd8b Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/41606 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net --- M src/include/device/mipi_ids.h M src/include/spd_cache.h M src/mainboard/google/hatch/variants/mushu/include/variant/acpi/dptf.asl M src/soc/intel/jasperlake/me.c M tests/commonlib/Makefile.inc M tests/commonlib/region-test.c M tests/include/tests/test.h 7 files changed, 0 insertions(+), 7 deletions(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Angel Pons: Looks good to me, approved
diff --git a/src/include/device/mipi_ids.h b/src/include/device/mipi_ids.h index 2d3cd4a..86b5116 100644 --- a/src/include/device/mipi_ids.h +++ b/src/include/device/mipi_ids.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */
/* * MIPI Alliance Manufacturer IDs from https://mid.mipi.org diff --git a/src/include/spd_cache.h b/src/include/spd_cache.h index 3270def..f8d7d68 100644 --- a/src/include/spd_cache.h +++ b/src/include/spd_cache.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */
#ifndef __SPD_CACHE_H #define __SPD_CACHE_H diff --git a/src/mainboard/google/hatch/variants/mushu/include/variant/acpi/dptf.asl b/src/mainboard/google/hatch/variants/mushu/include/variant/acpi/dptf.asl index 505a11f..eb23601 100644 --- a/src/mainboard/google/hatch/variants/mushu/include/variant/acpi/dptf.asl +++ b/src/mainboard/google/hatch/variants/mushu/include/variant/acpi/dptf.asl @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */
#define DPTF_CPU_PASSIVE 93 #define DPTF_CPU_CRITICAL 99 diff --git a/src/soc/intel/jasperlake/me.c b/src/soc/intel/jasperlake/me.c index c8496f9..e4dc93f 100644 --- a/src/soc/intel/jasperlake/me.c +++ b/src/soc/intel/jasperlake/me.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */
#include <bootstate.h> #include <intelblocks/cse.h> diff --git a/tests/commonlib/Makefile.inc b/tests/commonlib/Makefile.inc index ce3499c..c620754 100644 --- a/tests/commonlib/Makefile.inc +++ b/tests/commonlib/Makefile.inc @@ -1,5 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only -# This file is part of the coreboot project.
tests-y += region-test
diff --git a/tests/commonlib/region-test.c b/tests/commonlib/region-test.c index 2c960e0..219ed31 100644 --- a/tests/commonlib/region-test.c +++ b/tests/commonlib/region-test.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */
#include <commonlib/region.h> #include <string.h> diff --git a/tests/include/tests/test.h b/tests/include/tests/test.h index b4e0dd2..4dc9988 100644 --- a/tests/include/tests/test.h +++ b/tests/include/tests/test.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */
#ifndef _TESTS_TEST_H #define _TESTS_TEST_H