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_8.RULE

Based on the normalized pattern:

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

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference.

Reviewed-by: Allison Randal <allison@lohutok.net>
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
a6546f89 20646f5b

+3 -11
+1 -3
Documentation/driver-api/vfio-mediated-device.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0-only 1 2 .. include:: <isonum.txt> 2 3 3 4 ===================== ··· 9 8 :Author: Neo Jia <cjia@nvidia.com> 10 9 :Author: Kirti Wankhede <kwankhede@nvidia.com> 11 10 12 - This program is free software; you can redistribute it and/or modify 13 - it under the terms of the GNU General Public License version 2 as 14 - published by the Free Software Foundation. 15 11 16 12 17 13 Virtual Function I/O (VFIO) Mediated devices[1]
+1 -4
arch/arm/boot/bootp/bootp.lds
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * linux/arch/arm/boot/bootp/bootp.lds 3 4 * 4 5 * Copyright (C) 2000-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 version 2 as 8 - * published by the Free Software Foundation. 9 6 */ 10 7 OUTPUT_ARCH(arm) 11 8 ENTRY(_start)
+1 -4
include/linux/input/elan-i2c-ids.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Elan I2C/SMBus Touchpad device whitelist 3 4 * ··· 11 10 * Based on cyapa driver: 12 11 * copyright (c) 2011-2012 Cypress Semiconductor, Inc. 13 12 * copyright (c) 2011-2012 Google, Inc. 14 - * 15 - * This program is free software; you can redistribute it and/or modify it 16 - * under the terms of the GNU General Public License version 2 as published 17 - * by the Free Software Foundation. 18 13 * 19 14 * Trademarks are the property of their respective owners. 20 15 */