summaryrefslogtreecommitdiff
path: root/tests/commonlib
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-21 07:09:52 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-28 09:38:17 +0000
commitbe7507db29c7d4471878b1fa767da47901060223 (patch)
tree3acc2992bc2c426971935460f37516fc13f4b7a0 /tests/commonlib
parentd2fea1ab2112185ce73b1730ddb5a093066c063a (diff)
downloadcoreboot-be7507db29c7d4471878b1fa767da47901060223.tar.xz
Remove new additions of "this file is part of" lines
Change-Id: I6c69dcad82ee217ed4760dea1792dd1a6612cd8b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41606 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'tests/commonlib')
-rw-r--r--tests/commonlib/Makefile.inc1
-rw-r--r--tests/commonlib/region-test.c1
2 files changed, 0 insertions, 2 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>