summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/eltan/security/mboot
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/eltan/security/mboot')
-rw-r--r--src/vendorcode/eltan/security/mboot/Kconfig1
-rw-r--r--src/vendorcode/eltan/security/mboot/Makefile.inc1
-rw-r--r--src/vendorcode/eltan/security/mboot/mboot.c1
-rw-r--r--src/vendorcode/eltan/security/mboot/mboot.h1
-rw-r--r--src/vendorcode/eltan/security/mboot/mboot_func.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/vendorcode/eltan/security/mboot/Kconfig b/src/vendorcode/eltan/security/mboot/Kconfig
index a87b60165085..9563ae0e0ae6 100644
--- a/src/vendorcode/eltan/security/mboot/Kconfig
+++ b/src/vendorcode/eltan/security/mboot/Kconfig
@@ -1,4 +1,3 @@
-## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only
diff --git a/src/vendorcode/eltan/security/mboot/Makefile.inc b/src/vendorcode/eltan/security/mboot/Makefile.inc
index f9886f537e03..b8c60207a053 100644
--- a/src/vendorcode/eltan/security/mboot/Makefile.inc
+++ b/src/vendorcode/eltan/security/mboot/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/vendorcode/eltan/security/mboot/mboot.c b/src/vendorcode/eltan/security/mboot/mboot.c
index e08c2de75937..d24a39fd25b2 100644
--- a/src/vendorcode/eltan/security/mboot/mboot.c
+++ b/src/vendorcode/eltan/security/mboot/mboot.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <mboot.h>
#include <assert.h>
diff --git a/src/vendorcode/eltan/security/mboot/mboot.h b/src/vendorcode/eltan/security/mboot/mboot.h
index 1cc5dec404cc..9d906abf47fa 100644
--- a/src/vendorcode/eltan/security/mboot/mboot.h
+++ b/src/vendorcode/eltan/security/mboot/mboot.h
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#ifndef MBOOT_H
#define MBOOT_H
diff --git a/src/vendorcode/eltan/security/mboot/mboot_func.c b/src/vendorcode/eltan/security/mboot/mboot_func.c
index b6b3d023a27e..f486cd7233c5 100644
--- a/src/vendorcode/eltan/security/mboot/mboot_func.c
+++ b/src/vendorcode/eltan/security/mboot/mboot_func.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <mboot.h>