summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/volteer/variants/ripto
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-05 13:23:11 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-06 13:53:37 +0000
commite816d807b9777bf0cb7966981d744c9a5726d0ab (patch)
tree8e0cd69aa8c23e2f598996c70b952af6407b48cb /src/mainboard/google/volteer/variants/ripto
parent2e53038cf97a6383ac94b8514461d29972ec4dad (diff)
downloadcoreboot-e816d807b9777bf0cb7966981d744c9a5726d0ab.tar.gz
coreboot-e816d807b9777bf0cb7966981d744c9a5726d0ab.tar.bz2
coreboot-e816d807b9777bf0cb7966981d744c9a5726d0ab.zip
mb/google/volteer: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I8e2aaf681ba3543cfcd400d21f8e94454e9b1c98 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40202 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/volteer/variants/ripto')
-rw-r--r--src/mainboard/google/volteer/variants/ripto/gpio.c15
-rw-r--r--src/mainboard/google/volteer/variants/ripto/include/variant/ec.h15
-rw-r--r--src/mainboard/google/volteer/variants/ripto/include/variant/gpio.h15
3 files changed, 6 insertions, 39 deletions
diff --git a/src/mainboard/google/volteer/variants/ripto/gpio.c b/src/mainboard/google/volteer/variants/ripto/gpio.c
index 4159cb8d5b47..856f7fd23da7 100644
--- a/src/mainboard/google/volteer/variants/ripto/gpio.c
+++ b/src/mainboard/google/volteer/variants/ripto/gpio.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 <baseboard/gpio.h>
#include <baseboard/variants.h>
diff --git a/src/mainboard/google/volteer/variants/ripto/include/variant/ec.h b/src/mainboard/google/volteer/variants/ripto/include/variant/ec.h
index 36cdff8e56cc..33e79711f664 100644
--- a/src/mainboard/google/volteer/variants/ripto/include/variant/ec.h
+++ b/src/mainboard/google/volteer/variants/ripto/include/variant/ec.h
@@ -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. */
#ifndef __VARIANT_EC_H__
#define __VARIANT_EC_H__
diff --git a/src/mainboard/google/volteer/variants/ripto/include/variant/gpio.h b/src/mainboard/google/volteer/variants/ripto/include/variant/gpio.h
index 412796914a43..6cd3734d6e4f 100644
--- a/src/mainboard/google/volteer/variants/ripto/include/variant/gpio.h
+++ b/src/mainboard/google/volteer/variants/ripto/include/variant/gpio.h
@@ -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. */
#ifndef VARIANT_GPIO_H
#define VARIANT_GPIO_H