summaryrefslogtreecommitdiffstats
path: root/src/mainboard/pcengines/apu1/OemCustomize.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-03 01:22:52 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-05 17:47:18 +0000
commit560796c750feb0479e3f5c4b0ad7417e4b6ea2bd (patch)
treebcb0e017697916aa1fb737ca9bbd5d53d5e1b258 /src/mainboard/pcengines/apu1/OemCustomize.c
parentb1c8369c191a88a229c579f95040c92df39e272b (diff)
downloadcoreboot-560796c750feb0479e3f5c4b0ad7417e4b6ea2bd.tar.gz
coreboot-560796c750feb0479e3f5c4b0ad7417e4b6ea2bd.tar.bz2
coreboot-560796c750feb0479e3f5c4b0ad7417e4b6ea2bd.zip
mainboard/pcengines: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I64f620205d79b0c4f9a111881b04ac955aecdd91 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40091 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/pcengines/apu1/OemCustomize.c')
-rw-r--r--src/mainboard/pcengines/apu1/OemCustomize.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/mainboard/pcengines/apu1/OemCustomize.c b/src/mainboard/pcengines/apu1/OemCustomize.c
index 14ee634cc199..766e25b61cf1 100644
--- a/src/mainboard/pcengines/apu1/OemCustomize.c
+++ b/src/mainboard/pcengines/apu1/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>