summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/reef/variants/coral/include/variant/ec.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-05 13:22:37 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-06 13:54:16 +0000
commit952f6b0a77257045c8df12c8f9e0ace20ae1b7a2 (patch)
tree80b05bb0fb1610f25c0bdeeab9586c1d5538caeb /src/mainboard/google/reef/variants/coral/include/variant/ec.h
parentfeedf23de0ce02eca3f6b6f398cbe3697b89e398 (diff)
downloadcoreboot-952f6b0a77257045c8df12c8f9e0ace20ae1b7a2.tar.gz
coreboot-952f6b0a77257045c8df12c8f9e0ace20ae1b7a2.tar.bz2
coreboot-952f6b0a77257045c8df12c8f9e0ace20ae1b7a2.zip
mb/google/reef: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I57e6790e49032902703ba84b68f285749aab2573 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40192 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/mainboard/google/reef/variants/coral/include/variant/ec.h')
-rw-r--r--src/mainboard/google/reef/variants/coral/include/variant/ec.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/mainboard/google/reef/variants/coral/include/variant/ec.h b/src/mainboard/google/reef/variants/coral/include/variant/ec.h
index 4d96aec700d7..15a685204ecf 100644
--- a/src/mainboard/google/reef/variants/coral/include/variant/ec.h
+++ b/src/mainboard/google/reef/variants/coral/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 MAINBOARD_EC_H
#define MAINBOARD_EC_H