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 347

Based on 1 normalized pattern(s):

your use of this code is subject to the terms and conditions of the
gnu general public license version 2 see copying or http www gnu org
licenses gpl html

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
3817d2b8 61790d5b

+2 -6
+1 -3
arch/x86/kernel/cpu/mce/amd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * (c) 2005-2016 Advanced Micro Devices, Inc. 3 - * Your use of this code is subject to the terms and conditions of the 4 - * GNU general public license version 2. See "COPYING" or 5 - * http://www.gnu.org/licenses/gpl.html 6 4 * 7 5 * Written by Jacob Shin - AMD, Inc. 8 6 * Maintained by: Borislav Petkov <bp@alien8.de>
+1 -3
drivers/cpufreq/powernow-k8.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * (c) 2003-2006 Advanced Micro Devices, Inc. 3 - * Your use of this code is subject to the terms and conditions of the 4 - * GNU general public license version 2. See "COPYING" or 5 - * http://www.gnu.org/licenses/gpl.html 6 4 */ 7 5 8 6 struct powernow_k8_data {