summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/drallion/variants/drallion/smbios.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-05 13:21:17 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-06 13:47:00 +0000
commitb40546ed4bb6156f786302f2b138415de1969156 (patch)
tree003a3c38cc4a1b392b9bed3183570fe5101aa23e /src/mainboard/google/drallion/variants/drallion/smbios.c
parentfb95ff8d50c5853ddd936c34536e60adfc6fc0c6 (diff)
downloadcoreboot-b40546ed4bb6156f786302f2b138415de1969156.tar.gz
coreboot-b40546ed4bb6156f786302f2b138415de1969156.tar.bz2
coreboot-b40546ed4bb6156f786302f2b138415de1969156.zip
mb/google/drallion: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I8bd5b9621d85dbb08996653c0f66e528f85ba0b0 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40170 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/google/drallion/variants/drallion/smbios.c')
-rw-r--r--src/mainboard/google/drallion/variants/drallion/smbios.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/mainboard/google/drallion/variants/drallion/smbios.c b/src/mainboard/google/drallion/variants/drallion/smbios.c
index 6d82af66cbe0..3e253bbc17b2 100644
--- a/src/mainboard/google/drallion/variants/drallion/smbios.c
+++ b/src/mainboard/google/drallion/variants/drallion/smbios.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 <smbios.h>
#include <variant/variant.h>