Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 380

Based on 1 normalized pattern(s):

license as part of this driver was derived from the slram c driver
it falls under the same license which is gnu general public license
v2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 1 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
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/20190531081037.083494189@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
f097dcba 4317cf95

+1 -5
+1 -5
drivers/mtd/devices/pmc551.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PMC551 PCI Mezzanine Ram Device 3 4 * 4 5 * Author: 5 6 * Mark Ferrell <mferrell@mvista.com> 6 7 * Copyright 1999,2000 Nortel Networks 7 - * 8 - * License: 9 - * As part of this driver was derived from the slram.c driver it 10 - * falls under the same license, which is GNU General Public 11 - * License v2 12 8 * 13 9 * Description: 14 10 * This driver is intended to support the PMC551 PCI Ram device