summaryrefslogtreecommitdiff
path: root/drivers/edac/fsl_ddr_edac.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2022-06-07 20:29:33 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-06-10 15:51:35 +0300
commit3bb165608ec6a6f775dcd0a6ef5f0b4493e74d73 (patch)
treee549d5691f82ade5c8b799f612f221117725fb09 /drivers/edac/fsl_ddr_edac.c
parent0fdebc5ec2ca492d69df2d93a6a7abade4941aae (diff)
downloadlinux-3bb165608ec6a6f775dcd0a6ef5f0b4493e74d73.tar.xz
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 2)
Based on the normalized pattern: this file is licensed under the terms of the gnu general public license version 2 this program is licensed as is without any warranty of any kind whether express or implied extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/edac/fsl_ddr_edac.c')
-rw-r--r--drivers/edac/fsl_ddr_edac.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/edac/fsl_ddr_edac.c b/drivers/edac/fsl_ddr_edac.c
index 6d8ea226010d..ac2102b25706 100644
--- a/drivers/edac/fsl_ddr_edac.c
+++ b/drivers/edac/fsl_ddr_edac.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Freescale Memory Controller kernel module
*
@@ -9,10 +10,7 @@
*
* Author: Dave Jiang <djiang@mvista.com>
*
- * 2006-2007 (c) MontaVista Software, Inc. This file is licensed under
- * the terms of the GNU General Public License version 2. This program
- * is licensed "as is" without any warranty of any kind, whether express
- * or implied.
+ * 2006-2007 (c) MontaVista Software, Inc.
*/
#include <linux/module.h>
#include <linux/init.h>