summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lippert/frontrunner-af/OemCustomize.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-03 01:22:35 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-05 17:45:36 +0000
commitfc0af1e18378e1aed8ec6eb5f08305b589d6cc7c (patch)
tree18ed5221cb852ed3d4e8262de7ea13c753c3d948 /src/mainboard/lippert/frontrunner-af/OemCustomize.c
parent32859fccc6e472a2bf669c206f1c39c8af967c46 (diff)
downloadcoreboot-fc0af1e18378e1aed8ec6eb5f08305b589d6cc7c.tar.gz
coreboot-fc0af1e18378e1aed8ec6eb5f08305b589d6cc7c.tar.bz2
coreboot-fc0af1e18378e1aed8ec6eb5f08305b589d6cc7c.zip
mainboard/lippert: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I514d0a10990911e4e1cf731e64f1f8a33af8a7a6 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40086 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/lippert/frontrunner-af/OemCustomize.c')
-rw-r--r--src/mainboard/lippert/frontrunner-af/OemCustomize.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/mainboard/lippert/frontrunner-af/OemCustomize.c b/src/mainboard/lippert/frontrunner-af/OemCustomize.c
index 6f2ba23fc3d6..486d23793105 100644
--- a/src/mainboard/lippert/frontrunner-af/OemCustomize.c
+++ b/src/mainboard/lippert/frontrunner-af/OemCustomize.c
@@ -1,16 +1,5 @@
-/*
- * This file is part of the coreboot project.
- *
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- */
+/* SPDX-License-Identifier: GPL-2.0-only */
+/* This file is part of the coreboot project. */
#include <AGESA.h>
#include <PlatformMemoryConfiguration.h>