summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/stout/early_init.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-05 13:22:54 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-06 13:55:08 +0000
commit2e8a4b04982b27e5fd5066342d65340579b3cba6 (patch)
tree6c2bab4330ac666f31d8a09b696dc93857d9bfa2 /src/mainboard/google/stout/early_init.c
parentd9d1d20c9705d5baf0d33393f1278a439b0cd493 (diff)
downloadcoreboot-2e8a4b04982b27e5fd5066342d65340579b3cba6.tar.gz
coreboot-2e8a4b04982b27e5fd5066342d65340579b3cba6.tar.bz2
coreboot-2e8a4b04982b27e5fd5066342d65340579b3cba6.zip
mb/google/stout: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: Ic3314eb6137a6fc9fa1f90685f37223ca1580cb9 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40197 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/stout/early_init.c')
-rw-r--r--src/mainboard/google/stout/early_init.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/mainboard/google/stout/early_init.c b/src/mainboard/google/stout/early_init.c
index 2742ded5ad5a..bbac23871a1f 100644
--- a/src/mainboard/google/stout/early_init.c
+++ b/src/mainboard/google/stout/early_init.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 <stdint.h>
#include <cpu/x86/lapic.h>