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 - 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>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
3bb16560 0fdebc5e

+54 -212
+1 -4
drivers/bus/mvebu-mbus.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Address map functions for Marvell EBU SoCs (Kirkwood, Armada 3 4 * 370/XP, Dove, Orion5x and MV78xx0) 4 - * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 5 * 9 6 * The Marvell EBU SoCs have a configurable physical address space: 10 7 * the physical address at which certain devices (PCIe, NOR, NAND,
+1 -5
drivers/bus/sunxi-rsb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * RSB (Reduced Serial Bus) driver. 3 4 * 4 5 * Author: Chen-Yu Tsai <wens@csie.org> 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of any 8 - * kind, whether express or implied. 9 6 * 10 7 * The RSB controller looks like an SMBus controller which only supports 11 8 * byte and word data transfers. But, it differs from standard SMBus ··· 28 31 * This document is officially released by Allwinner. 29 32 * 30 33 * This driver is based on i2c-sun6i-p2wi.c, the P2WI bus driver. 31 - * 32 34 */ 33 35 34 36 #include <linux/clk.h>
+1 -4
drivers/bus/tegra-gmi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for NVIDIA Generic Memory Interface 3 4 * 4 5 * Copyright (C) 2016 Host Mobility AB. All rights reserved. 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/clk.h>
+1 -4
drivers/bus/ts-nbus.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * NBUS driver for TS-4600 based boards 3 4 * 4 5 * Copyright (c) 2016 - Savoir-faire Linux 5 6 * Author: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 * 11 8 * This driver implements a GPIOs bit-banged bus, called the NBUS by Technologic 12 9 * Systems. It is used to communicate with the peripherals in the FPGA on the
+1 -4
drivers/clk/axs10x/i2s_pll_clock.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Synopsys AXS10X SDP I2S PLL clock driver 3 4 * 4 5 * Copyright (C) 2016 Synopsys 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/platform_device.h>
+1 -4
drivers/clk/axs10x/pll_clock.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Synopsys AXS10X SDP Generic PLL clock driver 3 4 * 4 5 * Copyright (C) 2017 Synopsys 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/platform_device.h>
+1 -4
drivers/clk/clk-hsdk-pll.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Synopsys HSDK SDP Generic PLL clock driver 3 4 * 4 5 * Copyright (C) 2017 Synopsys 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/clk-provider.h>
+1 -4
drivers/clk/clk-moxart.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MOXA ART SoCs clock driver. 3 4 * 4 5 * Copyright (C) 2013 Jonas Jensen 5 6 * 6 7 * Jonas Jensen <jonas.jensen@gmail.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 #include <linux/clk.h>
+1 -4
drivers/clk/mmp/clk-apbc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * mmp APB clock operation source file 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 6 * Chao Xie <xiechao.mail@gmail.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/kernel.h>
+1 -4
drivers/clk/mmp/clk-apmu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * mmp AXI peripharal clock operation source file 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 6 * Chao Xie <xiechao.mail@gmail.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/kernel.h>
+1 -4
drivers/clk/mmp/clk-frac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * mmp factor clock operation source file 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 6 * Chao Xie <xiechao.mail@gmail.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/clk-provider.h>
+1 -4
drivers/clk/mmp/clk-gate.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * mmp gate clock operation source file 3 4 * 4 5 * Copyright (C) 2014 Marvell 5 6 * Chao Xie <chao.xie@marvell.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/clk-provider.h>
+1 -4
drivers/clk/mmp/clk-mix.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * mmp mix(div and mux) clock operation source file 3 4 * 4 5 * Copyright (C) 2014 Marvell 5 6 * Chao Xie <chao.xie@marvell.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/clk-provider.h>
+1 -4
drivers/clk/mmp/clk-mmp2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * mmp2 clock framework source file 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 6 * Chao Xie <xiechao.mail@gmail.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/clk.h>
+1 -4
drivers/clk/mmp/clk-of-mmp2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * mmp2 clock framework source file 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 6 * Chao Xie <xiechao.mail@gmail.com> 6 7 * Copyright (C) 2020 Lubomir Rintel <lkundrak@v3.sk> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 #include <linux/module.h>
+1 -4
drivers/clk/mmp/clk-of-pxa168.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * pxa168 clock framework source file 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 6 * Chao Xie <xiechao.mail@gmail.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/module.h>
+1 -4
drivers/clk/mmp/clk-of-pxa1928.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * pxa1928 clock framework source file 3 4 * ··· 8 7 * Based on drivers/clk/mmp/clk-of-mmp2.c: 9 8 * Copyright (C) 2012 Marvell 10 9 * Chao Xie <xiechao.mail@gmail.com> 11 - * 12 - * This file is licensed under the terms of the GNU General Public 13 - * License version 2. This program is licensed "as is" without any 14 - * warranty of any kind, whether express or implied. 15 10 */ 16 11 #include <linux/kernel.h> 17 12 #include <linux/io.h>
+1 -4
drivers/clk/mmp/clk-of-pxa910.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * pxa910 clock framework source file 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 6 * Chao Xie <xiechao.mail@gmail.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/module.h>
+1 -4
drivers/clk/mmp/clk-pxa168.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * pxa168 clock framework source file 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 6 * Chao Xie <xiechao.mail@gmail.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/clk.h>
+1 -4
drivers/clk/mmp/clk-pxa910.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * pxa910 clock framework source file 3 4 * 4 5 * Copyright (C) 2012 Marvell 5 6 * Chao Xie <xiechao.mail@gmail.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/clk.h>
+1 -4
drivers/clk/nxp/clk-lpc18xx-ccu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Clk driver for NXP LPC18xx/LPC43xx Clock Control Unit (CCU) 3 4 * 4 5 * Copyright (C) 2015 Joachim Eastwood <manabian@gmail.com> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/clk.h>
+1 -4
drivers/clk/nxp/clk-lpc18xx-cgu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Clk driver for NXP LPC18xx/LPC43xx Clock Generation Unit (CGU) 3 4 * 4 5 * Copyright (C) 2015 Joachim Eastwood <manabian@gmail.com> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/clk-provider.h>
+1 -4
drivers/clk/nxp/clk-lpc18xx-creg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Clk driver for NXP LPC18xx/43xx Configuration Registers (CREG) 3 4 * 4 5 * Copyright (C) 2015 Joachim Eastwood <manabian@gmail.com> 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/clk-provider.h>
+1 -4
drivers/clk/spear/clk-aux-synth.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 ST Microelectronics 3 4 * Viresh Kumar <vireshk@kernel.org> 4 - * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 5 * 9 6 * Auxiliary Synthesizer clock implementation 10 7 */
+1 -4
drivers/clk/spear/clk-frac-synth.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 ST Microelectronics 3 4 * Viresh Kumar <vireshk@kernel.org> 4 - * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 5 * 9 6 * Fractional Synthesizer clock implementation 10 7 */
+1 -4
drivers/clk/spear/clk-gpt-synth.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 ST Microelectronics 3 4 * Viresh Kumar <vireshk@kernel.org> 4 - * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 5 * 9 6 * General Purpose Timer Synthesizer clock implementation 10 7 */
+1 -4
drivers/clk/spear/clk-vco-pll.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 ST Microelectronics 3 4 * Viresh Kumar <vireshk@kernel.org> 4 - * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 5 * 9 6 * VCO-PLL clock implementation 10 7 */
+1 -4
drivers/clk/spear/clk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 ST Microelectronics 3 4 * Viresh Kumar <vireshk@kernel.org> 4 - * 5 - * This file is licensed under the terms of the GNU General Public 6 - * License version 2. This program is licensed "as is" without any 7 - * warranty of any kind, whether express or implied. 8 5 * 9 6 * SPEAr clk - Common routines 10 7 */
+1 -4
drivers/clk/spear/clk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Clock framework definitions for SPEAr platform 3 4 * 4 5 * Copyright (C) 2012 ST Microelectronics 5 6 * Viresh Kumar <vireshk@kernel.org> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #ifndef __SPEAR_CLK_H
+1 -4
drivers/clk/spear/spear1310_clock.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-spear13xx/spear1310_clock.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2012 ST Microelectronics 8 7 * Viresh Kumar <vireshk@kernel.org> 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 #include <linux/clkdev.h>
+1 -4
drivers/clk/spear/spear1340_clock.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-spear13xx/spear1340_clock.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2012 ST Microelectronics 8 7 * Viresh Kumar <vireshk@kernel.org> 9 - * 10 - * This file is licensed under the terms of the GNU General Public 11 - * License version 2. This program is licensed "as is" without any 12 - * warranty of any kind, whether express or implied. 13 8 */ 14 9 15 10 #include <linux/clkdev.h>
+1 -4
drivers/clk/spear/spear3xx_clock.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SPEAr3xx machines clock framework source file 3 4 * 4 5 * Copyright (C) 2012 ST Microelectronics 5 6 * Viresh Kumar <vireshk@kernel.org> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/clk.h>
+1 -4
drivers/clk/spear/spear6xx_clock.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SPEAr6xx machines clock framework source file 3 4 * 4 5 * Copyright (C) 2012 ST Microelectronics 5 6 * Viresh Kumar <vireshk@kernel.org> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/clkdev.h>
+1 -4
drivers/cpufreq/mvebu-cpufreq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CPUFreq support for Armada 370/XP platforms. 3 4 * ··· 7 6 * Yehuda Yitschak <yehuday@marvell.com> 8 7 * Gregory Clement <gregory.clement@free-electrons.com> 9 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 10 - * 11 - * This file is licensed under the terms of the GNU General Public 12 - * License version 2. This program is licensed "as is" without any 13 - * warranty of any kind, whether express or implied. 14 9 */ 15 10 16 11 #define pr_fmt(fmt) "mvebu-pmsu: " fmt
+1 -4
drivers/cpuidle/cpuidle-at91.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * based on arch/arm/mach-kirkwood/cpuidle.c 3 4 * 4 5 * CPU idle support for AT91 SoC 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 * 10 7 * The cpu idle uses wait-for-interrupt and RAM self refresh in order 11 8 * to implement two idle states -
+1 -4
drivers/cpuidle/cpuidle-kirkwood.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CPU idle Marvell Kirkwood SoCs 3 - * 4 - * This file is licensed under the terms of the GNU General Public 5 - * License version 2. This program is licensed "as is" without any 6 - * warranty of any kind, whether express or implied. 7 4 * 8 5 * The cpu idle uses wait-for-interrupt and DDR self refresh in order 9 6 * to implement two idle states -
+1 -6
drivers/dma/bestcomm/ata.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Bestcomm ATA task driver 3 - * 4 4 * 5 5 * Patterned after bestcomm/fec.c by Dale Farnsworth <dfarnsworth@mvista.com> 6 6 * 2003-2004 (c) MontaVista, Software, Inc. 7 7 * 8 8 * Copyright (C) 2006-2007 Sylvain Munaut <tnt@246tNt.com> 9 9 * Copyright (C) 2006 Freescale - John Rigby 10 - * 11 - * This file is licensed under the terms of the GNU General Public License 12 - * version 2. This program is licensed "as is" without any warranty of any 13 - * kind, whether express or implied. 14 10 */ 15 11 16 12 #include <linux/kernel.h> ··· 150 154 MODULE_DESCRIPTION("BestComm ATA task driver"); 151 155 MODULE_AUTHOR("John Rigby"); 152 156 MODULE_LICENSE("GPL v2"); 153 -
+1 -6
drivers/dma/bestcomm/bestcomm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for MPC52xx processor BestComm peripheral controller 3 - * 4 4 * 5 5 * Copyright (C) 2006-2007 Sylvain Munaut <tnt@246tNt.com> 6 6 * Copyright (C) 2005 Varma Electronics Oy, 7 7 * ( by Andrey Volkov <avolkov@varma-el.com> ) 8 8 * Copyright (C) 2003-2004 MontaVista, Software, Inc. 9 9 * ( by Dale Farnsworth <dfarnsworth@mvista.com> ) 10 - * 11 - * This file is licensed under the terms of the GNU General Public License 12 - * version 2. This program is licensed "as is" without any warranty of any 13 - * kind, whether express or implied. 14 10 */ 15 11 16 12 #include <linux/module.h> ··· 524 528 MODULE_AUTHOR("Andrey Volkov <avolkov@varma-el.com>"); 525 529 MODULE_AUTHOR("Dale Farnsworth <dfarnsworth@mvista.com>"); 526 530 MODULE_LICENSE("GPL v2"); 527 -
+1 -6
drivers/dma/bestcomm/fec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Bestcomm FEC tasks driver 3 - * 4 4 * 5 5 * Copyright (C) 2006-2007 Sylvain Munaut <tnt@246tNt.com> 6 6 * Copyright (C) 2003-2004 MontaVista, Software, Inc. 7 7 * ( by Dale Farnsworth <dfarnsworth@mvista.com> ) 8 - * 9 - * This file is licensed under the terms of the GNU General Public License 10 - * version 2. This program is licensed "as is" without any warranty of any 11 - * kind, whether express or implied. 12 8 */ 13 9 14 10 #include <linux/kernel.h> ··· 263 267 MODULE_DESCRIPTION("BestComm FEC tasks driver"); 264 268 MODULE_AUTHOR("Dale Farnsworth <dfarnsworth@mvista.com>"); 265 269 MODULE_LICENSE("GPL v2"); 266 -
+1 -6
drivers/dma/bestcomm/sram.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Simple memory allocator for on-board SRAM 3 - * 4 4 * 5 5 * Maintainer : Sylvain Munaut <tnt@246tNt.com> 6 6 * 7 7 * Copyright (C) 2005 Sylvain Munaut <tnt@246tNt.com> 8 - * 9 - * This file is licensed under the terms of the GNU General Public License 10 - * version 2. This program is licensed "as is" without any warranty of any 11 - * kind, whether express or implied. 12 8 */ 13 9 14 10 #include <linux/err.h> ··· 172 176 spin_unlock(&bcom_sram->lock); 173 177 } 174 178 EXPORT_SYMBOL_GPL(bcom_sram_free); 175 -
+1 -4
drivers/dma/moxart-dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MOXA ART SoCs DMA Engine support. 3 4 * 4 5 * Copyright (C) 2013 Jonas Jensen 5 6 * 6 7 * Jonas Jensen <jonas.jensen@gmail.com> 7 - * 8 - * This file is licensed under the terms of the GNU General Public 9 - * License version 2. This program is licensed "as is" without any 10 - * warranty of any kind, whether express or implied. 11 8 */ 12 9 13 10 #include <linux/dmaengine.h>
+1 -4
drivers/dma/ppc4xx/adma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * 2006-2009 (C) DENX Software Engineering. 3 4 * 4 5 * Author: Yuri Tikhonov <yur@emcraft.com> 5 - * 6 - * This file is licensed under the terms of the GNU General Public License 7 - * version 2. This program is licensed "as is" without any warranty of 8 - * any kind, whether express or implied. 9 6 */ 10 7 11 8 #ifndef _PPC440SPE_ADMA_H
+2 -5
drivers/edac/edac_pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * EDAC PCI component 3 4 * 4 5 * Author: Dave Jiang <djiang@mvista.com> 5 6 * 6 - * 2007 (c) MontaVista Software, Inc. This file is licensed under 7 - * the terms of the GNU General Public License version 2. This program 8 - * is licensed "as is" without any warranty of any kind, whether express 9 - * or implied. 10 - * 7 + * 2007 (c) MontaVista Software, Inc. 11 8 */ 12 9 #include <asm/page.h> 13 10 #include <linux/uaccess.h>
+2 -4
drivers/edac/fsl_ddr_edac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Freescale Memory Controller kernel module 3 4 * ··· 10 9 * 11 10 * Author: Dave Jiang <djiang@mvista.com> 12 11 * 13 - * 2006-2007 (c) MontaVista Software, Inc. This file is licensed under 14 - * the terms of the GNU General Public License version 2. This program 15 - * is licensed "as is" without any warranty of any kind, whether express 16 - * or implied. 12 + * 2006-2007 (c) MontaVista Software, Inc. 17 13 */ 18 14 #include <linux/module.h> 19 15 #include <linux/init.h>
+2 -5
drivers/edac/fsl_ddr_edac.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Freescale Memory Controller kernel module 3 4 * ··· 8 7 * 9 8 * Author: Dave Jiang <djiang@mvista.com> 10 9 * 11 - * 2006-2007 (c) MontaVista Software, Inc. This file is licensed under 12 - * the terms of the GNU General Public License version 2. This program 13 - * is licensed "as is" without any warranty of any kind, whether express 14 - * or implied. 15 - * 10 + * 2006-2007 (c) MontaVista Software, Inc. 16 11 */ 17 12 #ifndef _FSL_DDR_EDAC_H_ 18 13 #define _FSL_DDR_EDAC_H_
+2 -5
drivers/edac/mpc85xx_edac.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Freescale MPC85xx Memory Controller kernel module 3 4 * Author: Dave Jiang <djiang@mvista.com> 4 5 * 5 - * 2006-2007 (c) MontaVista Software, Inc. This file is licensed under 6 - * the terms of the GNU General Public License version 2. This program 7 - * is licensed "as is" without any warranty of any kind, whether express 8 - * or implied. 9 - * 6 + * 2006-2007 (c) MontaVista Software, Inc. 10 7 */ 11 8 #ifndef _MPC85XX_EDAC_H_ 12 9 #define _MPC85XX_EDAC_H_
+1 -4
drivers/gpio/gpio-mpc8xxx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * GPIOs on MPC512x/8349/8572/8610/QorIQ and compatible 3 4 * 4 5 * Copyright (C) 2008 Peter Korsgaard <jacmet@sunsite.dk> 5 6 * Copyright (C) 2016 Freescale Semiconductor Inc. 6 - * 7 - * This file is licensed under the terms of the GNU General Public License 8 - * version 2. This program is licensed "as is" without any warranty of any 9 - * kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/acpi.h>
+1 -4
drivers/gpio/gpio-mvebu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * GPIO driver for Marvell SoCs 3 4 * ··· 7 6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 8 7 * Andrew Lunn <andrew@lunn.ch> 9 8 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> 10 - * 11 - * This file is licensed under the terms of the GNU General Public 12 - * License version 2. This program is licensed "as is" without any 13 - * warranty of any kind, whether express or implied. 14 9 * 15 10 * This driver is a fairly straightforward GPIO driver for the 16 11 * complete family of Marvell EBU SoC platforms (Orion, Dove,
+1 -4
drivers/gpio/gpio-spear-spics.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SPEAr platform SPI chipselect abstraction over gpiolib 3 4 * 4 5 * Copyright (C) 2012 ST Microelectronics 5 6 * Shiraz Hashim <shiraz.linux.kernel@gmail.com> 6 - * 7 - * This file is licensed under the terms of the GNU General Public 8 - * License version 2. This program is licensed "as is" without any 9 - * warranty of any kind, whether express or implied. 10 7 */ 11 8 12 9 #include <linux/err.h>
+1 -4
drivers/gpio/gpio-ts4800.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * GPIO driver for the TS-4800 board 3 4 * 4 5 * Copyright (c) 2016 - Savoir-faire Linux 5 - * 6 - * This file is licensed under the terms of the GNU General Public 7 - * License version 2. This program is licensed "as is" without any 8 - * warranty of any kind, whether express or implied. 9 6 */ 10 7 11 8 #include <linux/gpio/driver.h>