summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.inc1
-rw-r--r--tests/device/Makefile.inc1
-rw-r--r--tests/device/i2c-test.c1
-rw-r--r--tests/lib/Makefile.inc1
-rw-r--r--tests/lib/string-test.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/tests/Makefile.inc b/tests/Makefile.inc
index 82f724e69a22..debb2f9868c7 100644
--- a/tests/Makefile.inc
+++ b/tests/Makefile.inc
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
testobj = $(obj)/tests
diff --git a/tests/device/Makefile.inc b/tests/device/Makefile.inc
index 2bd6bb6a21d1..10223c52cc5b 100644
--- a/tests/device/Makefile.inc
+++ b/tests/device/Makefile.inc
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
tests-y += i2c-test
diff --git a/tests/device/i2c-test.c b/tests/device/i2c-test.c
index c4fa812d4410..930345626152 100644
--- a/tests/device/i2c-test.c
+++ b/tests/device/i2c-test.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <stdarg.h>
#include <stddef.h>
diff --git a/tests/lib/Makefile.inc b/tests/lib/Makefile.inc
index fc2f8bc897a2..565bb31c2eae 100644
--- a/tests/lib/Makefile.inc
+++ b/tests/lib/Makefile.inc
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
-# This file is part of the coreboot project.
# object filest should be under build/tests/ build/test/src/ build/test/run/
# two examples - first should be simply string.c, second should use -wrap
diff --git a/tests/lib/string-test.c b/tests/lib/string-test.c
index 5d03d515611a..513b3952831e 100644
--- a/tests/lib/string-test.c
+++ b/tests/lib/string-test.c
@@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-/* This file is part of the coreboot project. */
#include <stdarg.h>
#include <stddef.h>