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 422

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms and conditions of the gnu general public license
version 2 as published by the free software foundation

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
75a6faf6 579d8b5c

+101 -409
+1 -4
arch/arm/kvm/irq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * irq.h: in kernel interrupt controller related definitions 3 4 * Copyright (c) 2016 Red Hat, Inc. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 * 9 6 * This header is included by irqchip.c. However, on ARM, interrupt 10 7 * controller declarations are located in include/kvm/arm_vgic.h since
+1 -4
arch/arm/mach-hisi/hotplug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2013 Linaro Ltd. 3 4 * Copyright (c) 2013 Hisilicon Limited. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 #include <linux/cpu.h>
+1 -4
arch/arm/mach-hisi/platmcpm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2013-2014 Linaro Ltd. 3 4 * Copyright (c) 2013-2014 Hisilicon Limited. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 #include <linux/init.h> 10 7 #include <linux/smp.h>
+1 -4
arch/arm/mach-hisi/platsmp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2013 Linaro Ltd. 3 4 * Copyright (c) 2013 Hisilicon Limited. 4 5 * Based on arch/arm/mach-vexpress/platsmp.c, Copyright (C) 2002 ARM Ltd. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 6 */ 10 7 #include <linux/smp.h> 11 8 #include <linux/io.h>
+1 -4
arch/arm/mach-keystone/keystone.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Keystone2 based boards and SOC related code. 3 4 * 4 5 * Copyright 2013 Texas Instruments, Inc. 5 6 * Cyril Chemparathy <cyril@ti.com> 6 7 * Santosh Shilimkar <santosh.shillimkar@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 */ 12 9 #include <linux/io.h> 13 10 #include <linux/of.h>
+1 -4
arch/arm/mach-keystone/keystone.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2013 Texas Instruments, Inc. 3 4 * Cyril Chemparathy <cyril@ti.com> 4 5 * Santosh Shilimkar <santosh.shillimkar@ti.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 6 */ 10 7 11 8 #ifndef __KEYSTONE_H__
+1 -4
arch/arm/mach-keystone/memory.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2014 Texas Instruments, Inc. 3 4 * Santosh Shilimkar <santosh.shilimkar@ti.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 #ifndef __MEMORY_H 10 7 #define __MEMORY_H
+1 -4
arch/arm/mach-keystone/platsmp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Keystone SOC SMP platform code 3 4 * ··· 7 6 * Santosh Shilimkar <santosh.shillimkar@ti.com> 8 7 * 9 8 * Based on platsmp.c, Copyright (C) 2002 ARM Ltd. 10 - * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms and conditions of the GNU General Public License, 13 - * version 2, as published by the Free Software Foundation. 14 9 */ 15 10 16 11 #include <linux/init.h>
+1 -4
arch/arm/mach-keystone/pm_domain.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PM domain driver for Keystone2 devices 3 4 * ··· 7 6 * 8 7 * Based on Kevins work on DAVINCI SOCs 9 8 * Kevin Hilman <khilman@linaro.org> 10 - * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms and conditions of the GNU General Public License, 13 - * version 2, as published by the Free Software Foundation. 14 9 */ 15 10 16 11 #include <linux/init.h>
+1 -4
arch/arm64/kvm/irq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * irq.h: in kernel interrupt controller related definitions 3 4 * Copyright (c) 2016 Red Hat, Inc. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 * 9 6 * This header is included by irqchip.c. However, on ARM, interrupt 10 7 * controller declarations are located in include/kvm/arm_vgic.h since
+1 -4
arch/mips/include/asm/mach-pistachio/irq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Pistachio IRQ setup 3 4 * 4 5 * Copyright (C) 2014 Google, Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 6 */ 10 7 11 8 #ifndef __ASM_MACH_PISTACHIO_IRQ_H
+1 -4
arch/mips/pistachio/init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pistachio platform setup 3 4 * 4 5 * Copyright (C) 2014 Google, Inc. 5 6 * Copyright (C) 2016 Imagination Technologies 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 7 */ 11 8 12 9 #include <linux/init.h>
+1 -4
arch/mips/pistachio/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pistachio IRQ setup 3 4 * 4 5 * Copyright (C) 2014 Google, Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 6 */ 10 7 11 8 #include <linux/init.h>
+1 -4
arch/mips/pistachio/time.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pistachio clocksource/timer setup 3 4 * 4 5 * Copyright (C) 2014 Google, Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 6 */ 10 7 11 8 #include <linux/clk.h>
+1 -4
arch/x86/platform/intel-mid/pwr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MID Power Management Unit (PWRMU) device driver 3 4 * 4 5 * Copyright (C) 2016, Intel Corporation 5 6 * 6 7 * Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 * 12 9 * Intel MID Power Management Unit device driver handles the South Complex PCI 13 10 * devices such as GPDMA, SPI, I2C, PWM, and so on. By default PCI core
+1 -4
drivers/clk/hisilicon/clk-hix5hd2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 Linaro Ltd. 3 4 * Copyright (c) 2014 Hisilicon Limited. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 #include <linux/of_address.h>
+1 -4
drivers/clk/pistachio/clk-pistachio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pistachio SoC clock controllers 3 4 * 4 5 * Copyright (C) 2014 Google, Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 6 */ 10 7 11 8 #include <linux/clk-provider.h>
+1 -4
drivers/clk/pistachio/clk-pll.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Google, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 4 */ 8 5 9 6 #define pr_fmt(fmt) "%s: " fmt, __func__
+1 -4
drivers/clk/pistachio/clk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Google, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 4 */ 8 5 9 6 #include <linux/clk.h>
+1 -4
drivers/clk/pistachio/clk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Google, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 4 */ 8 5 9 6 #ifndef __PISTACHIO_CLK_H
+1 -4
drivers/crypto/rockchip/rk3288_crypto.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Crypto acceleration support for Rockchip RK3288 3 4 * 4 5 * Copyright (c) 2015, Fuzhou Rockchip Electronics Co., Ltd 5 6 * 6 7 * Author: Zain Wang <zain.wang@rock-chips.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 * 12 9 * Some ideas are from marvell-cesa.c and s5p-sss.c driver. 13 10 */
+1 -4
drivers/crypto/rockchip/rk3288_crypto_ablkcipher.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Crypto acceleration support for Rockchip RK3288 3 4 * 4 5 * Copyright (c) 2015, Fuzhou Rockchip Electronics Co., Ltd 5 6 * 6 7 * Author: Zain Wang <zain.wang@rock-chips.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 * 12 9 * Some ideas are from marvell-cesa.c and s5p-sss.c driver. 13 10 */
+1 -4
drivers/crypto/rockchip/rk3288_crypto_ahash.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Crypto acceleration support for Rockchip RK3288 3 4 * 4 5 * Copyright (c) 2015, Fuzhou Rockchip Electronics Co., Ltd 5 6 * 6 7 * Author: Zain Wang <zain.wang@rock-chips.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 * 12 9 * Some ideas are from marvell/cesa.c and s5p-sss.c driver. 13 10 */
+1 -4
drivers/dma/img-mdc-dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IMG Multi-threaded DMA Controller (MDC) 3 4 * 4 5 * Copyright (C) 2009,2012,2013 Imagination Technologies Ltd. 5 6 * Copyright (C) 2014 Google, Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 7 */ 11 8 12 9 #include <linux/clk.h>
+1 -4
drivers/fpga/altera-ps-spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Altera Passive Serial SPI Driver 3 4 * 4 5 * Copyright (c) 2017 United Western Technologies, Corporation 5 6 * 6 7 * Joshua Clayton <stillcompiling@gmail.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 * 12 9 * Manage Altera FPGA firmware that is loaded over SPI using the passive 13 10 * serial configuration method.
+1 -4
drivers/fpga/xilinx-spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Xilinx Spartan6 Slave Serial SPI Driver 3 4 * 4 5 * Copyright (C) 2017 DENX Software Engineering 5 6 * 6 7 * Anatolij Gustschin <agust@denx.de> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 * 12 9 * Manage Xilinx FPGA firmware that is loaded over SPI using 13 10 * the slave serial configuration interface.
+1 -4
drivers/gpio/gpio-max77620.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MAXIM MAX77620 GPIO driver 3 4 * 4 5 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 6 */ 10 7 11 8 #include <linux/gpio/driver.h>
+1 -4
drivers/iio/accel/da280.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * IIO driver for the MiraMEMS DA280 3-axis accelerometer and 3 4 * IIO driver for the MiraMEMS DA226 2-axis accelerometer 4 5 * 5 6 * Copyright (c) 2016 Hans de Goede <hdegoede@redhat.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 7 */ 11 8 12 9 #include <linux/module.h>
+1 -4
drivers/iio/accel/da311.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * IIO driver for the MiraMEMS DA311 3-axis accelerometer 3 4 * 4 5 * Copyright (c) 2016 Hans de Goede <hdegoede@redhat.com> 5 6 * Copyright (c) 2011-2013 MiraMEMS Sensing Technology Co., Ltd. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 7 */ 11 8 12 9 #include <linux/module.h>
+1 -4
drivers/iio/accel/dmard06.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IIO driver for Domintech DMARD06 accelerometer 3 4 * 4 5 * Copyright (C) 2016 Aleksei Mamlin <mamlinav@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 6 */ 10 7 11 8 #include <linux/module.h>
+1 -4
drivers/iio/accel/dmard10.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * IIO driver for the 3-axis accelerometer Domintech ARD10. 3 4 * 4 5 * Copyright (c) 2016 Hans de Goede <hdegoede@redhat.com> 5 6 * Copyright (c) 2012 Domintech Technology Co., Ltd 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 7 */ 11 8 12 9 #include <linux/module.h>
+1 -5
drivers/iio/adc/aspeed_adc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Aspeed AST2400/2500 ADC 3 4 * 4 5 * Copyright (C) 2017 Google, Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 6 */ 11 7 12 8 #include <linux/clk.h>
+1 -4
drivers/media/rc/ir-hix5hd2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 Linaro Ltd. 3 4 * Copyright (c) 2014 Hisilicon Limited. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 #include <linux/clk.h>
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_cfg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_cfg.h: Definition of configuration parameters and constants. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_common.h: Basic includes for all files in project. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_ethtool.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_ethtool.c: Definition of ethertool related functions. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_ethtool.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_ethtool.h: Declaration of ethertool related functions. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_hw.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_hw.h: Declaration of abstract interface for NIC hardware specific
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_hw_utils.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_hw_utils.c: Definitions of helper functions used across
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_hw_utils.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_hw_utils.h: Declaration of helper functions used across hardware
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_main.c: Main file for aQuantia Linux driver. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_main.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_main.h: Main file for aQuantia Linux driver. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_nic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_nic.c: Definition of common code for NIC. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_nic.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_nic.h: Declaration of common code for NIC. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_pci_func.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_pci_func.c: Definition of PCI functions. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_pci_func.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_pci_func.h: Declaration of PCI functions. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_ring.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_ring.c: Definition of functions for Rx/Tx rings. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_ring.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_ring.h: Declaration of functions for Rx/Tx rings. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_rss.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_rss.h: Receive Side Scaling definitions. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_utils.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_utils.h: Useful macro and structures used in all layers of driver. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_vec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_vec.c: Definition of common structure for vector of Rx and Tx rings.
+1 -4
drivers/net/ethernet/aquantia/atlantic/aq_vec.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File aq_vec.h: Definition of common structures for vector of Rx and Tx rings.
+1 -4
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File hw_atl_a0.c: Definition of Atlantic hardware specific functions. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File hw_atl_a0.h: Declaration of abstract interface for Atlantic hardware
+1 -4
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_a0_internal.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File hw_atl_a0_internal.h: Definition of Atlantic A0 chip specific
+1 -4
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File hw_atl_b0.c: Definition of Atlantic hardware specific functions. */
+1 -4
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File hw_atl_b0.h: Declaration of abstract interface for Atlantic hardware
+1 -4
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_b0_internal.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File hw_atl_b0_internal.h: Definition of Atlantic B0 chip specific
+1 -4
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File hw_atl_llh.c: Definitions of bitfield and register access functions for
+1 -4
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File hw_atl_llh.h: Declarations of bitfield and register access functions for
+1 -4
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_llh_internal.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File hw_atl_llh_internal.h: Preprocessor definitions
+1 -4
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File hw_atl_utils.c: Definition of common functions for Atlantic hardware
+1 -4
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File hw_atl_utils.h: Declaration of common functions for Atlantic hardware
+1 -4
drivers/net/ethernet/aquantia/atlantic/hw_atl/hw_atl_utils_fw2x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 /* File hw_atl_utils_fw2x.c: Definition of firmware 2.x functions for
+1 -4
drivers/net/ethernet/aquantia/atlantic/ver.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * aQuantia Corporation Network Driver 3 4 * Copyright (C) 2014-2017 aQuantia Corporation. All rights reserved 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 #ifndef VER_H
+1 -4
drivers/net/ethernet/stmicro/stmmac/dwmac4.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * DWMAC4 Header file. 3 4 * 4 5 * Copyright (C) 2015 STMicroelectronics Ltd 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 6 * 10 7 * Author: Alexandre Torgue <alexandre.torgue@st.com> 11 8 */
+1 -4
drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This is the driver for the GMAC on-chip Ethernet controller for ST SoCs. 3 4 * DWC Ether MAC version 4.00 has been used for developing this code. ··· 6 5 * This only implements the mac core functions for this chip. 7 6 * 8 7 * Copyright (C) 2015 STMicroelectronics Ltd 9 - * 10 - * This program is free software; you can redistribute it and/or modify it 11 - * under the terms and conditions of the GNU General Public License, 12 - * version 2, as published by the Free Software Foundation. 13 8 * 14 9 * Author: Alexandre Torgue <alexandre.torgue@st.com> 15 10 */
+1 -4
drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This contains the functions to handle the descriptors for DesignWare databook 3 4 * 4.xx. 4 5 * 5 6 * Copyright (C) 2015 STMicroelectronics Ltd 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 7 * 11 8 * Author: Alexandre Torgue <alexandre.torgue@st.com> 12 9 */
+1 -4
drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Header File to describe the DMA descriptors and related definitions specific 3 4 * for DesignWare databook 4.xx. 4 5 * 5 6 * Copyright (C) 2015 STMicroelectronics Ltd 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 7 * 11 8 * Author: Alexandre Torgue <alexandre.torgue@st.com> 12 9 */
+1 -4
drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This is the driver for the GMAC on-chip Ethernet controller for ST SoCs. 3 4 * DWC Ether MAC version 4.xx has been used for developing this code. ··· 6 5 * This contains the functions to handle the dma. 7 6 * 8 7 * Copyright (C) 2015 STMicroelectronics Ltd 9 - * 10 - * This program is free software; you can redistribute it and/or modify it 11 - * under the terms and conditions of the GNU General Public License, 12 - * version 2, as published by the Free Software Foundation. 13 8 * 14 9 * Author: Alexandre Torgue <alexandre.torgue@st.com> 15 10 */
+1 -5
drivers/net/ethernet/stmicro/stmmac/dwmac4_dma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * DWMAC4 DMA Header file. 3 4 * 4 - * 5 5 * Copyright (C) 2007-2015 STMicroelectronics Ltd 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 6 * 11 7 * Author: Alexandre Torgue <alexandre.torgue@st.com> 12 8 */
+1 -4
drivers/net/ethernet/stmicro/stmmac/dwmac4_lib.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007-2015 STMicroelectronics Ltd 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 4 * 8 5 * Author: Alexandre Torgue <alexandre.torgue@st.com> 9 6 */
+1 -4
drivers/phy/phy-pistachio-usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IMG Pistachio USB PHY driver 3 4 * 4 5 * Copyright (C) 2015 Google, Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 6 */ 10 7 11 8 #include <linux/clk.h>
+1 -5
drivers/pinctrl/pinctrl-amd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * GPIO driver for AMD 3 4 * ··· 6 5 * Authors: Ken Xue <Ken.Xue@amd.com> 7 6 * Wu, Jeff <Jeff.Wu@amd.com> 8 7 * 9 - * This program is free software; you can redistribute it and/or modify it 10 - * under the terms and conditions of the GNU General Public License, 11 - * version 2, as published by the Free Software Foundation. 12 - * 13 8 * Contact Information: Nehal Shah <Nehal-bakulchandra.Shah@amd.com> 14 9 * Shyam Sundar S K <Shyam-sundar.S-k@amd.com> 15 - * 16 10 */ 17 11 18 12 #include <linux/err.h>
+1 -5
drivers/pinctrl/pinctrl-amd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * GPIO driver for AMD 3 4 * 4 5 * Copyright (c) 2014,2015 Ken Xue <Ken.Xue@amd.com> 5 6 * Jeff Wu <Jeff.Wu@amd.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 7 */ 12 8 13 9 #ifndef _PINCTRL_AMD_H
+1 -4
drivers/pinctrl/pinctrl-max77620.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MAX77620 pin control driver. 3 4 * ··· 7 6 * Author: 8 7 * Chaitanya Bandi <bandik@nvidia.com> 9 8 * Laxman Dewangan <ldewangan@nvidia.com> 10 - * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms and conditions of the GNU General Public License, 13 - * version 2, as published by the Free Software Foundation. 14 9 */ 15 10 16 11 #include <linux/mfd/max77620.h>
+1 -4
drivers/pinctrl/pinctrl-pistachio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pistachio SoC pinctrl driver 3 4 * 4 5 * Copyright (C) 2014 Imagination Technologies Ltd. 5 6 * Copyright (C) 2014 Google, Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 7 */ 11 8 12 9 #include <linux/gpio/driver.h>
+1 -4
drivers/regulator/max77620-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Maxim MAX77620 Regulator driver 3 4 * ··· 6 5 * 7 6 * Author: Mallikarjun Kasoju <mkasoju@nvidia.com> 8 7 * Laxman Dewangan <ldewangan@nvidia.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify it 11 - * under the terms and conditions of the GNU General Public License, 12 - * version 2, as published by the Free Software Foundation. 13 8 */ 14 9 15 10 #include <linux/init.h>
+1 -4
drivers/reset/reset-pistachio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pistachio SoC Reset Controller driver 3 4 * 4 5 * Copyright (C) 2015 Imagination Technologies Ltd. 5 6 * 6 7 * Author: Damien Horsley <Damien.Horsley@imgtec.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 */ 12 9 13 10 #include <linux/init.h>
+1 -4
drivers/spi/spi-dw-mmio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Memory-mapped interface driver for DW SPI Core 3 4 * 4 5 * Copyright (c) 2010, Octasic semiconductor. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 6 */ 10 7 11 8 #include <linux/clk.h>
+1 -4
drivers/spi/spi-img-spfi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IMG SPFI controller driver 3 4 * 4 5 * Copyright (C) 2007,2008,2013 Imagination Technologies Ltd. 5 6 * Copyright (C) 2014 Google, Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 7 */ 11 8 12 9 #include <linux/clk.h>
+1 -4
drivers/thermal/max77620_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Junction temperature thermal driver for Maxim Max77620. 3 4 * ··· 6 5 * 7 6 * Author: Laxman Dewangan <ldewangan@nvidia.com> 8 7 * Mallikarjun Kasoju <mkasoju@nvidia.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify it 11 - * under the terms and conditions of the GNU General Public License, 12 - * version 2, as published by the Free Software Foundation. 13 8 */ 14 9 15 10 #include <linux/irq.h>
+1 -4
include/dt-bindings/clock/hix5hd2-clock.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 Linaro Ltd. 3 4 * Copyright (c) 2014 Hisilicon Limited. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 5 */ 9 6 10 7 #ifndef __DTS_HIX5HD2_CLOCK_H
+1 -4
include/dt-bindings/clock/pistachio-clk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Google, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 4 */ 8 5 9 6 #ifndef _DT_BINDINGS_CLOCK_PISTACHIO_H
+1 -4
include/dt-bindings/phy/phy-pistachio-usb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2015 Google, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 4 */ 8 5 9 6 #ifndef _DT_BINDINGS_PHY_PISTACHIO
+1 -4
include/linux/mfd/max77620.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Defining registers address and its bit definitions of MAX77620 and MAX20024 3 4 * 4 5 * Copyright (C) 2016 NVIDIA CORPORATION. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 6 */ 10 7 11 8 #ifndef _MFD_MAX77620_H_
+1 -4
include/linux/platform_data/gpmc-omap.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * OMAP GPMC Platform data 3 4 * 4 5 * Copyright (C) 2014 Texas Instruments, Inc. - http://www.ti.com 5 6 * Roger Quadros <rogerq@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 7 */ 11 8 12 9 #ifndef _GPMC_OMAP_H_
+1 -4
net/ipv4/esp4_offload.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IPV4 GSO/GRO offload support 3 4 * Linux INET implementation 4 5 * 5 6 * Copyright (C) 2016 secunet Security Networks AG 6 7 * Author: Steffen Klassert <steffen.klassert@secunet.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 * 12 9 * ESP GRO support 13 10 */
+1 -4
net/ipv6/esp6_offload.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IPV6 GSO/GRO offload support 3 4 * Linux INET implementation 4 5 * 5 6 * Copyright (C) 2016 secunet Security Networks AG 6 7 * Author: Steffen Klassert <steffen.klassert@secunet.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 * 12 9 * ESP GRO support 13 10 */
+1 -5
net/netfilter/nft_nat.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2008-2009 Patrick McHardy <kaber@trash.net> 3 4 * Copyright (c) 2012 Pablo Neira Ayuso <pablo@netfilter.org> 4 5 * Copyright (c) 2012 Intel Corporation 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 6 */ 11 7 12 8 #include <linux/module.h>
+1 -4
net/netfilter/nft_objref.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2012-2016 Pablo Neira Ayuso <pablo@netfilter.org> 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 4 */ 8 5 9 6 #include <linux/init.h>
+1 -4
sound/soc/codecs/pcm3168a-i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PCM3168A codec i2c driver 3 4 * 4 5 * Copyright (C) 2015 Imagination Technologies Ltd. 5 6 * 6 7 * Author: Damien Horsley <Damien.Horsley@imgtec.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 */ 12 9 13 10 #include <linux/i2c.h>
+1 -4
sound/soc/codecs/pcm3168a-spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PCM3168A codec spi driver 3 4 * 4 5 * Copyright (C) 2015 Imagination Technologies Ltd. 5 6 * 6 7 * Author: Damien Horsley <Damien.Horsley@imgtec.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 */ 12 9 13 10 #include <linux/init.h>
+1 -4
sound/soc/codecs/pcm3168a.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PCM3168A codec driver 3 4 * 4 5 * Copyright (C) 2015 Imagination Technologies Ltd. 5 6 * 6 7 * Author: Damien Horsley <Damien.Horsley@imgtec.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 */ 12 9 13 10 #include <linux/clk.h>
+1 -4
sound/soc/codecs/pcm3168a.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * PCM3168A codec driver header 3 4 * 4 5 * Copyright (C) 2015 Imagination Technologies Ltd. 5 6 * 6 7 * Author: Damien Horsley <Damien.Horsley@imgtec.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 */ 12 9 13 10 #ifndef __PCM3168A_H__
+1 -4
sound/soc/img/img-i2s-in.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IMG I2S input controller driver 3 4 * 4 5 * Copyright (C) 2015 Imagination Technologies Ltd. 5 6 * 6 7 * Author: Damien Horsley <Damien.Horsley@imgtec.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 */ 12 9 13 10 #include <linux/clk.h>
+1 -4
sound/soc/img/img-i2s-out.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IMG I2S output controller driver 3 4 * 4 5 * Copyright (C) 2015 Imagination Technologies Ltd. 5 6 * 6 7 * Author: Damien Horsley <Damien.Horsley@imgtec.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 */ 12 9 13 10 #include <linux/clk.h>
+1 -4
sound/soc/img/img-parallel-out.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IMG parallel output controller driver 3 4 * 4 5 * Copyright (C) 2015 Imagination Technologies Ltd. 5 6 * 6 7 * Author: Damien Horsley <Damien.Horsley@imgtec.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 */ 12 9 13 10 #include <linux/clk.h>
+1 -4
sound/soc/img/img-spdif-in.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IMG SPDIF input controller driver 3 4 * 4 5 * Copyright (C) 2015 Imagination Technologies Ltd. 5 6 * 6 7 * Author: Damien Horsley <Damien.Horsley@imgtec.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 */ 12 9 13 10 #include <linux/clk.h>
+1 -4
sound/soc/img/img-spdif-out.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IMG SPDIF output controller driver 3 4 * 4 5 * Copyright (C) 2015 Imagination Technologies Ltd. 5 6 * 6 7 * Author: Damien Horsley <Damien.Horsley@imgtec.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 */ 12 9 13 10 #include <linux/clk.h>
+1 -4
sound/soc/img/pistachio-internal-dac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pistachio internal dac driver 3 4 * 4 5 * Copyright (C) 2015 Imagination Technologies Ltd. 5 6 * 6 7 * Author: Damien Horsley <Damien.Horsley@imgtec.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 8 */ 12 9 13 10 #include <linux/clk.h>