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

Configure Feed

Select the types of activity you want to include in your feed.

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

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 as
published by the free software foundation either version 2 of the
license or at your option any later version

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190520170857.824091446@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
59899843 6ff3f917

+2 -10
+1 -5
drivers/spi/spi-cadence.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Cadence SPI controller driver (master mode only) 3 4 * 4 5 * Copyright (C) 2008 - 2014 Xilinx, Inc. 5 6 * 6 7 * based on Blackfin On-Chip SPI Driver (spi_bfin5xx.c) 7 - * 8 - * This program is free software; you can redistribute it and/or modify it under 9 - * the terms of the GNU General Public License version 2 as published by the 10 - * Free Software Foundation; either version 2 of the License, or (at your 11 - * option) any later version. 12 8 */ 13 9 14 10 #include <linux/clk.h>
+1 -5
drivers/spi/spi-zynqmp-gqspi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Xilinx Zynq UltraScale+ MPSoC Quad-SPI (QSPI) controller driver 3 4 * (master mode only) 4 5 * 5 6 * Copyright (C) 2009 - 2015 Xilinx, Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License version 2 as published 9 - * by the Free Software Foundation; either version 2 of the License, or 10 - * (at your option) any later version. 11 7 */ 12 8 13 9 #include <linux/clk.h>