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 346

Based on 1 normalized pattern(s):

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 1 file(s).

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
61790d5b da607e19

+1 -4
+1 -4
arch/x86/kernel/vsmp_64.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * vSMPowered(tm) systems specific initialization 3 4 * Copyright (C) 2005 ScaleMP Inc. 4 - * 5 - * Use of this code is subject to the terms and conditions of the 6 - * GNU general public license version 2. See "COPYING" or 7 - * http://www.gnu.org/licenses/gpl.html 8 5 * 9 6 * Ravikiran Thirumalai <kiran@scalemp.com>, 10 7 * Shai Fultheim <shai@scalemp.com>