summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-21 07:09:52 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-28 09:38:17 +0000
commitbe7507db29c7d4471878b1fa767da47901060223 (patch)
tree3acc2992bc2c426971935460f37516fc13f4b7a0 /src
parentd2fea1ab2112185ce73b1730ddb5a093066c063a (diff)
downloadcoreboot-be7507db29c7d4471878b1fa767da47901060223.tar.xz
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>
Diffstat (limited to 'src')
-rw-r--r--src/include/device/mipi_ids.h1
-rw-r--r--src/include/spd_cache.h1
-rw-r--r--src/mainboard/google/hatch/variants/mushu/include/variant/acpi/dptf.asl1
-rw-r--r--src/soc/intel/jasperlake/me.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/include/device/mipi_ids.h b/src/include/device/mipi_ids.h
index 2d3cd4af44..86b5116005 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 3270defba8..f8d7d68622 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 505a11f377..eb23601191 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 c8496f9645..e4dc93feb4 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>