summaryrefslogtreecommitdiff
path: root/src/cpu/x86/name
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/name')
-rw-r--r--src/cpu/x86/name/Makefile.inc1
-rw-r--r--src/cpu/x86/name/name.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/x86/name/Makefile.inc b/src/cpu/x86/name/Makefile.inc
index d81c3f704c..98c778cf4b 100644
--- a/src/cpu/x86/name/Makefile.inc
+++ b/src/cpu/x86/name/Makefile.inc
@@ -1,5 +1,4 @@
##
-## This file is part of the coreboot project.
##
## SPDX-License-Identifier: GPL-2.0-only
diff --git a/src/cpu/x86/name/name.c b/src/cpu/x86/name/name.c
index 7944b12d2c..a7d2c706e3 100644
--- a/src/cpu/x86/name/name.c
+++ b/src/cpu/x86/name/name.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <string.h>
#include <arch/cpu.h>