summaryrefslogtreecommitdiffstats
path: root/src/security/lockdown
diff options
context:
space:
mode:
Diffstat (limited to 'src/security/lockdown')
-rw-r--r--src/security/lockdown/Makefile.inc1
-rw-r--r--src/security/lockdown/lockdown.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/security/lockdown/Makefile.inc b/src/security/lockdown/Makefile.inc
index 6ccc5571d4d6..00405fa6f5df 100644
--- a/src/security/lockdown/Makefile.inc
+++ b/src/security/lockdown/Makefile.inc
@@ -1,5 +1,4 @@
## SPDX-License-Identifier: GPL-2.0-or-later
-## This file is part of the coreboot project.
ifneq ($(CONFIG_BOOTMEDIA_LOCK_NONE),y)
diff --git a/src/security/lockdown/lockdown.c b/src/security/lockdown/lockdown.c
index 62d0a2914a6d..81478cc04459 100644
--- a/src/security/lockdown/lockdown.c
+++ b/src/security/lockdown/lockdown.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* This file is part of the coreboot project. */
#include <boot_device.h>
#include <commonlib/region.h>