aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gizmosphere/gizmo2/bootblock.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-03 01:21:55 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-04 15:49:42 +0000
commit2dfba3708ee42a233316faead9ac3ac7889590b9 (patch)
tree4e215c8e42cb392c9cdb7fd1bf2d5f10411012fb /src/mainboard/gizmosphere/gizmo2/bootblock.c
parent8dcc818b40aa7899fa0495dcd9bbff557977e88d (diff)
mainboard/gizmosphere: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I1135a495053b1c1229c94c794664b23f50d50362 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40078 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo2/bootblock.c')
-rw-r--r--src/mainboard/gizmosphere/gizmo2/bootblock.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/mainboard/gizmosphere/gizmo2/bootblock.c b/src/mainboard/gizmosphere/gizmo2/bootblock.c
index 312b5cc0a6..891364d6fd 100644
--- a/src/mainboard/gizmosphere/gizmo2/bootblock.c
+++ b/src/mainboard/gizmosphere/gizmo2/bootblock.c
@@ -1,15 +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 <amdblocks/acpimmio.h>
#include <bootblock_common.h>