summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/sarien/variants/arcada/include/variant/variant.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-05 13:22:41 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-06 13:54:54 +0000
commitd9d1d20c9705d5baf0d33393f1278a439b0cd493 (patch)
tree2923457f9ef91e82a67a4383c8217e34eefd0379 /src/mainboard/google/sarien/variants/arcada/include/variant/variant.h
parent11ba353806a04c31cd1c638f06c9d4e1c268e213 (diff)
downloadcoreboot-d9d1d20c9705d5baf0d33393f1278a439b0cd493.tar.gz
coreboot-d9d1d20c9705d5baf0d33393f1278a439b0cd493.tar.bz2
coreboot-d9d1d20c9705d5baf0d33393f1278a439b0cd493.zip
mb/google/sarien: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: Ia64c49aed694eac1f98d176c646a60597c8ae66a Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40193 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/sarien/variants/arcada/include/variant/variant.h')
-rw-r--r--src/mainboard/google/sarien/variants/arcada/include/variant/variant.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/mainboard/google/sarien/variants/arcada/include/variant/variant.h b/src/mainboard/google/sarien/variants/arcada/include/variant/variant.h
index 3170a4734271..882bec623e68 100644
--- a/src/mainboard/google/sarien/variants/arcada/include/variant/variant.h
+++ b/src/mainboard/google/sarien/variants/arcada/include/variant/variant.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_H
#define VARIANT_H