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>
This commit is contained in:
Elyes HAOUAS 2020-05-21 07:09:52 +02:00 committed by Patrick Georgi
parent d2fea1ab21
commit be7507db29
7 changed files with 0 additions and 7 deletions

View File

@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/*
* MIPI Alliance Manufacturer IDs from https://mid.mipi.org

View File

@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef __SPD_CACHE_H
#define __SPD_CACHE_H

View File

@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#define DPTF_CPU_PASSIVE 93
#define DPTF_CPU_CRITICAL 99

View File

@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#include <bootstate.h>
#include <intelblocks/cse.h>

View File

@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
# This file is part of the coreboot project.
tests-y += region-test

View File

@ -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>

View File

@ -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