summaryrefslogtreecommitdiffstats
path: root/src/mainboard/purism/librem_bdw/acpi_tables.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-03 01:23:03 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-04 16:29:58 +0000
commit53e528a607c1a97433149c68ce61bec2de30eb49 (patch)
tree3801c3bc49472aac50b010f8aa6f3cfd7d4c2b9c /src/mainboard/purism/librem_bdw/acpi_tables.c
parentf4702c297d499bfa5e4f39e085e7791fde40f763 (diff)
downloadcoreboot-53e528a607c1a97433149c68ce61bec2de30eb49.tar.gz
coreboot-53e528a607c1a97433149c68ce61bec2de30eb49.tar.bz2
coreboot-53e528a607c1a97433149c68ce61bec2de30eb49.zip
mainboard/purism: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I22515873a28333607ad2552c1a417e649cfbaac8 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40093 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/mainboard/purism/librem_bdw/acpi_tables.c')
-rw-r--r--src/mainboard/purism/librem_bdw/acpi_tables.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/mainboard/purism/librem_bdw/acpi_tables.c b/src/mainboard/purism/librem_bdw/acpi_tables.c
index 5677e2e7354d..84263cc397cd 100644
--- a/src/mainboard/purism/librem_bdw/acpi_tables.c
+++ b/src/mainboard/purism/librem_bdw/acpi_tables.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 <arch/ioapic.h>