aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/dragonegg/chromeos.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-05 13:21:14 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-06 13:46:50 +0000
commitfb95ff8d50c5853ddd936c34536e60adfc6fc0c6 (patch)
treea07b5f7d9bd90583fbd7b293407dfbc100cd2ca5 /src/mainboard/google/dragonegg/chromeos.c
parente3218a2d4ace88060dd62c84168e6165d3a6eb2f (diff)
mb/google/dragonegg: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I2de1d93070abcfe3ee9926e5798a8a7b187c1351 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40169 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/google/dragonegg/chromeos.c')
-rw-r--r--src/mainboard/google/dragonegg/chromeos.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/mainboard/google/dragonegg/chromeos.c b/src/mainboard/google/dragonegg/chromeos.c
index c87b16a3d0..efa0b0d0d7 100644
--- a/src/mainboard/google/dragonegg/chromeos.c
+++ b/src/mainboard/google/dragonegg/chromeos.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 <arch/acpi.h>
#include <baseboard/variants.h>