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 310

Based on 1 normalized pattern(s):

may be copied or modified under the terms of the gnu general public
license version 2 [0] [only] see linux copying for more information

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: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190530000434.341514676@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
f3949fd0 f6cc69f1

+1 -3
+1 -3
drivers/spi/spi-st-ssc4.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2008-2014 STMicroelectronics Limited 3 4 * ··· 7 6 * Lee Jones <lee.jones@linaro.org> 8 7 * 9 8 * SPI master mode controller driver, used in STMicroelectronics devices. 10 - * 11 - * May be copied or modified under the terms of the GNU General Public 12 - * License Version 2.0 only. See linux/COPYING for more information. 13 9 */ 14 10 15 11 #include <linux/clk.h>