From 19c2ce7639d55908d210782ae5a0315396cc7eaf Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 14 May 2020 08:32:33 +0200 Subject: Remove new additions of "this file is part of" lines Change-Id: I96dfa5b531842afcf774dd33c2dfa532b5d329c6 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/41395 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: EricR Lai --- src/lib/spd_cache.c | 1 - src/soc/amd/picasso/include/soc/acp.h | 1 - src/soc/amd/picasso/include/soc/reset.h | 1 - 3 files changed, 3 deletions(-) (limited to 'src') diff --git a/src/lib/spd_cache.c b/src/lib/spd_cache.c index 71dfaf1024..be36141e26 100644 --- a/src/lib/spd_cache.c +++ b/src/lib/spd_cache.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include #include diff --git a/src/soc/amd/picasso/include/soc/acp.h b/src/soc/amd/picasso/include/soc/acp.h index e7ec17ca38..8825da8f6c 100644 --- a/src/soc/amd/picasso/include/soc/acp.h +++ b/src/soc/amd/picasso/include/soc/acp.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef __PI_PICASSO_ACP_H__ #define __PI_PICASSO_ACP_H__ diff --git a/src/soc/amd/picasso/include/soc/reset.h b/src/soc/amd/picasso/include/soc/reset.h index 5fc549f203..bb2ee84e03 100644 --- a/src/soc/amd/picasso/include/soc/reset.h +++ b/src/soc/amd/picasso/include/soc/reset.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef __PI_PICASSO_RESET_H__ #define __PI_PICASSO_RESET_H__ -- cgit v1.2.3