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 312

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the version 2 of the gnu general public
license 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 3 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190530000434.524820338@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
aecd8454 49833cbe

+3 -12
+1 -4
drivers/cpufreq/sti-cpufreq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Match running platform with pre-defined OPP values for CPUFreq 3 4 * ··· 6 5 * Lee Jones <lee.jones@linaro.org> 7 6 * 8 7 * Copyright (C) 2015 STMicroelectronics (R&D) Limited 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the version 2 of the GNU General Public License as 12 - * published by the Free Software Foundation 13 8 */ 14 9 15 10 #include <linux/cpu.h>
+1 -4
drivers/mfd/as3711.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AS3711 PMIC MFC driver 3 4 * 4 5 * Copyright (C) 2012 Renesas Electronics Corporation 5 6 * Author: Guennadi Liakhovetski, <g.liakhovetski@gmx.de> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the version 2 of the GNU General Public License as 9 - * published by the Free Software Foundation 10 7 */ 11 8 12 9 #include <linux/device.h>
+1 -4
include/linux/mfd/as3711.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AS3711 PMIC MFC driver header 3 4 * 4 5 * Copyright (C) 2012 Renesas Electronics Corporation 5 6 * Author: Guennadi Liakhovetski, <g.liakhovetski@gmx.de> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the version 2 of the GNU General Public License as 9 - * published by the Free Software Foundation 10 7 */ 11 8 12 9 #ifndef MFD_AS3711_H