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 178

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 as published by
the free software foundation either version 2 of the license

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190528170026.162703968@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
84a14ae8 fda8d26e

+24 -98
+1 -4
arch/arm/mach-integrator/integrator_cp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/arch/arm/mach-integrator/integrator_cp.c 3 4 * 4 5 * Copyright (C) 2003 Deep Blue Solutions Ltd 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License. 9 6 */ 10 7 #include <linux/kernel.h> 11 8 #include <linux/amba/mmci.h>
+1 -4
arch/arm/mach-w90x900/clock.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/arch/arm/mach-w90x900/clock.c 3 4 * 4 5 * Copyright (c) 2008 Nuvoton technology corporation 5 6 * 6 7 * Wan ZongShun <mcuos.com@gmail.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License. 11 8 */ 12 9 13 10 #include <linux/module.h>
+1 -4
arch/arm/mach-w90x900/clock.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * linux/arch/arm/mach-w90x900/clock.h 3 4 * 4 5 * Copyright (c) 2008 Nuvoton technology corporation 5 6 * 6 7 * Wan ZongShun <mcuos.com@gmail.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License. 11 8 */ 12 9 13 10 #include <linux/clkdev.h>
+1 -5
drivers/crypto/mediatek/mtk-regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Support for MediaTek cryptographic accelerator. 3 4 * 4 5 * Copyright (c) 2016 MediaTek Inc. 5 6 * Author: Ryder Lee <ryder.lee@mediatek.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2 of the License. 10 - * 11 7 */ 12 8 13 9 #ifndef __MTK_REGS_H__
+1 -3
drivers/hid/hid-twinhan.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID driver for TwinHan IR remote control 3 4 * ··· 8 7 */ 9 8 10 9 /* 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms of the GNU General Public License as published by the Free 13 - * Software Foundation; either version 2 of the License. 14 10 */ 15 11 16 12 #include <linux/device.h>
+1 -4
drivers/input/keyboard/lm8333.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * LM8333 keypad driver 3 4 * Copyright (C) 2012 Wolfram Sang, Pengutronix <kernel@pengutronix.de> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; either version 2 of the License. 8 5 */ 9 6 10 7 #include <linux/module.h>
+1 -4
drivers/input/serio/pcips2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/input/serio/pcips2.c 3 4 * 4 5 * Copyright (C) 2003 Russell King, All Rights Reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License. 9 6 * 10 7 * I'm not sure if this is a generic PS/2 PCI interface or specific to 11 8 * the Mobility Electronics docking station.
+1 -4
drivers/input/serio/sa1111ps2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/input/serio/sa1111ps2.c 3 4 * 4 5 * Copyright (C) 2002 Russell King 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License. 9 6 */ 10 7 #include <linux/module.h> 11 8 #include <linux/init.h>
+1 -4
drivers/mfd/mcp-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/mfd/mcp-core.c 3 4 * 4 5 * Copyright (C) 2001 Russell King 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License. 9 6 * 10 7 * Generic MCP (Multimedia Communications Port) layer. All MCP locking 11 8 * is solely held within this file.
+1 -4
drivers/mfd/mcp-sa11x0.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/mfd/mcp-sa11x0.c 3 4 * 4 5 * Copyright (C) 2001-2005 Russell King 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License. 9 6 * 10 7 * SA11x0 MCP (Multimedia Communications Port) driver. 11 8 *
+1 -4
drivers/mfd/ucb1x00-assabet.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/mfd/ucb1x00-assabet.c 3 4 * 4 5 * Copyright (C) 2001-2003 Russell King, All Rights Reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License. 9 6 * 10 7 * We handle the machine-specific bits of the UCB1x00 driver here. 11 8 */
+1 -4
drivers/mfd/ucb1x00-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/mfd/ucb1x00-core.c 3 4 * 4 5 * Copyright (C) 2001 Russell King, All Rights Reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License. 9 6 * 10 7 * The UCB1x00 core driver provides basic services for handling IO, 11 8 * the ADC, interrupts, and accessing registers. It is designed
+1 -4
drivers/mmc/host/sdhci-esdhc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Freescale eSDHC controller driver generics for OF and pltfm. 3 4 * ··· 6 5 * Copyright (c) 2009 MontaVista Software, Inc. 7 6 * Copyright (c) 2010 Pengutronix e.K. 8 7 * Author: Wolfram Sang <w.sang@pengutronix.de> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; either version 2 of the License. 13 8 */ 14 9 15 10 #ifndef _DRIVERS_MMC_SDHCI_ESDHC_H
+1 -4
drivers/mtd/maps/pismo.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PISMO memory driver - http://www.pismoworld.org/ 3 4 * 4 5 * For ARM Realview and Versatile platforms 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License. 9 6 */ 10 7 #include <linux/init.h> 11 8 #include <linux/module.h>
+1 -4
drivers/phy/rockchip/phy-rockchip-dp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Rockchip DP PHY driver 3 4 * 4 5 * Copyright (C) 2016 FuZhou Rockchip Co., Ltd. 5 6 * Author: Yakir Yang <ykk@@rock-chips.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2 of the License. 10 7 */ 11 8 12 9 #include <linux/clk.h>
+1 -4
drivers/pwm/pwm-img.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Imagination Technologies Pulse Width Modulator driver 3 4 * 4 5 * Copyright (c) 2014-2015, Imagination Technologies 5 6 * 6 7 * Based on drivers/pwm/pwm-tegra.c, Copyright (c) 2010, NVIDIA Corporation 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License. 11 8 */ 12 9 13 10 #include <linux/clk.h>
+1 -4
drivers/pwm/pwm-lpc18xx-sct.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * NXP LPC18xx State Configurable Timer - Pulse Width Modulator driver 3 4 * 4 5 * Copyright (c) 2015 Ariel D'Alessandro <ariel@vanguardiasur.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License. 9 6 * 10 7 * Notes 11 8 * =====
+1 -4
drivers/pwm/pwm-samsung.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2007 Ben Dooks 3 4 * Copyright (c) 2008 Simtec Electronics ··· 7 6 * Copyright (c) 2017 Samsung Electronics Co., Ltd. 8 7 * 9 8 * PWM driver for Samsung SoCs 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation; either version 2 of the License. 14 9 */ 15 10 16 11 #include <linux/bitops.h>
+1 -4
include/linux/mfd/mcp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * linux/drivers/mfd/mcp.h 3 4 * 4 5 * Copyright (C) 2001 Russell King, All Rights Reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License. 9 6 */ 10 7 #ifndef MCP_H 11 8 #define MCP_H
+1 -4
include/linux/mfd/ucb1x00.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * linux/include/mfd/ucb1x00.h 3 4 * 4 5 * Copyright (C) 2001 Russell King, All Rights Reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License. 9 6 */ 10 7 #ifndef UCB1200_H 11 8 #define UCB1200_H
+1 -5
include/linux/mmc/sh_mmcif.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/linux/mmc/sh_mmcif.h 3 4 * 4 5 * platform data for eMMC driver 5 6 * 6 7 * Copyright (C) 2010 Renesas Solutions Corp. 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; either version 2 of the License. 11 - * 12 8 */ 13 9 14 10 #ifndef LINUX_MMC_SH_MMCIF_H
+1 -4
include/linux/mtd/pismo.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * PISMO memory driver - http://www.pismoworld.org/ 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; either version 2 of the License. 7 4 */ 8 5 #ifndef __LINUX_MTD_PISMO_H 9 6 #define __LINUX_MTD_PISMO_H
+1 -5
net/sched/sch_netem.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * net/sched/sch_netem.c Network emulator 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License 6 - * as published by the Free Software Foundation; either version 7 - * 2 of the License. 8 4 * 9 5 * Many of the algorithms and ideas for this came from 10 6 * NIST Net which is not copyrighted.
+1 -4
tools/spi/spidev_test.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SPI testing utility (using spidev driver) 3 4 * 4 5 * Copyright (c) 2007 MontaVista Software, Inc. 5 6 * Copyright (c) 2007 Anton Vorontsov <avorontsov@ru.mvista.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2 of the License. 10 7 * 11 8 * Cross-compile with cross-gcc -I/path/to/cross-kernel/include 12 9 */