summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/mistral
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-05 13:22:04 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-06 13:50:17 +0000
commitef975087cdc8f3a262757bcc7bec7387c24a682c (patch)
tree9edd2f50e7f19dafbe7ab40fa8a478fd71b9cb23 /src/mainboard/google/mistral
parent378a955d1b372c51bd2821862ba0ed36e2feecd9 (diff)
downloadcoreboot-ef975087cdc8f3a262757bcc7bec7387c24a682c.tar.gz
coreboot-ef975087cdc8f3a262757bcc7bec7387c24a682c.tar.bz2
coreboot-ef975087cdc8f3a262757bcc7bec7387c24a682c.zip
mb/google/mistral: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I3be3f10d1f9399796f89071fb35c8e222ef93069 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40182 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/mainboard/google/mistral')
-rw-r--r--src/mainboard/google/mistral/reset.c16
-rw-r--r--src/mainboard/google/mistral/verstage.c16
2 files changed, 4 insertions, 28 deletions
diff --git a/src/mainboard/google/mistral/reset.c b/src/mainboard/google/mistral/reset.c
index f3deb4430611..bd11436f118e 100644
--- a/src/mainboard/google/mistral/reset.c
+++ b/src/mainboard/google/mistral/reset.c
@@ -1,17 +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 <device/mmio.h>
#include <reset.h>
diff --git a/src/mainboard/google/mistral/verstage.c b/src/mainboard/google/mistral/verstage.c
index 19d9eb3ea37d..9cb59177e80c 100644
--- a/src/mainboard/google/mistral/verstage.c
+++ b/src/mainboard/google/mistral/verstage.c
@@ -1,17 +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 <console/console.h>
#include <security/vboot/vboot_common.h>