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 38

Based on 1 normalized pattern(s):

this file is released under the gplv2 and any later version

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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/20190520170857.732920462@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
6ff3f917 8a618bfc

+1 -2
+1 -2
kernel/stop_machine.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * kernel/stop_machine.c 3 4 * ··· 6 5 * Copyright (C) 2008, 2005 Rusty Russell rusty@rustcorp.com.au 7 6 * Copyright (C) 2010 SUSE Linux Products GmbH 8 7 * Copyright (C) 2010 Tejun Heo <tj@kernel.org> 9 - * 10 - * This file is released under the GPLv2 and any later version. 11 8 */ 12 9 #include <linux/completion.h> 13 10 #include <linux/cpu.h>