summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/apei
diff options
context:
space:
mode:
authorThomas Gleixner2019-06-01 10:08:51 +0200
committerGreg Kroah-Hartman2019-06-05 17:37:17 +0200
commit82664963ee5f03b5c604f4c593a5e43f26193610 (patch)
tree2c15b45fe8bf9fd1eb4a0cae086180637d6f0146 /drivers/acpi/apei
parenttreewide: Replace GPLv2 boilerplate/reference with SPDX - rule 436 (diff)
downloadkernel-qcow2-linux-82664963ee5f03b5c604f4c593a5e43f26193610.tar.gz
kernel-qcow2-linux-82664963ee5f03b5c604f4c593a5e43f26193610.tar.xz
kernel-qcow2-linux-82664963ee5f03b5c604f4c593a5e43f26193610.zip
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 437
Based on 1 normalized pattern(s): this file is licensed under gplv2 extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 22 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Armijn Hemel <armijn@tjaldur.nl> Reviewed-by: Allison Randal <allison@lohutok.net> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190531190115.129548190@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/acpi/apei')
-rw-r--r--drivers/acpi/apei/bert.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/acpi/apei/bert.c b/drivers/acpi/apei/bert.c
index 0d948d0a41af..1155fb9dcc3a 100644
--- a/drivers/acpi/apei/bert.c
+++ b/drivers/acpi/apei/bert.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* APEI Boot Error Record Table (BERT) support
*
@@ -16,9 +17,6 @@
*
* For more information about BERT, please refer to ACPI Specification
* version 4.0, section 17.3.1
- *
- * This file is licensed under GPLv2.
- *
*/
#include <linux/kernel.h>