diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/commonlib/Makefile.inc | 1 | ||||
-rw-r--r-- | tests/commonlib/region-test.c | 1 | ||||
-rw-r--r-- | tests/include/tests/test.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/commonlib/Makefile.inc b/tests/commonlib/Makefile.inc index ce3499cb2b..c620754e33 100644 --- a/tests/commonlib/Makefile.inc +++ b/tests/commonlib/Makefile.inc @@ -1,5 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only -# This file is part of the coreboot project. tests-y += region-test diff --git a/tests/commonlib/region-test.c b/tests/commonlib/region-test.c index 2c960e099a..219ed31f79 100644 --- a/tests/commonlib/region-test.c +++ b/tests/commonlib/region-test.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <commonlib/region.h> #include <string.h> diff --git a/tests/include/tests/test.h b/tests/include/tests/test.h index b4e0dd2b5e..4dc9988fde 100644 --- a/tests/include/tests/test.h +++ b/tests/include/tests/test.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef _TESTS_TEST_H #define _TESTS_TEST_H |