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 433

Based on 1 normalized pattern(s):

released under the gpl v2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190114.749096322@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
1c6bec5b 28c61a66

+2 -4
+1 -2
tools/perf/builtin-ftrace.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * builtin-ftrace.c 3 4 * 4 5 * Copyright (c) 2013 LG Electronics, Namhyung Kim <namhyung@kernel.org> 5 - * 6 - * Released under the GPL v2. 7 6 */ 8 7 9 8 #include "builtin.h"
+1 -2
tools/perf/util/target.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Helper functions for handling target threads/cpus 3 4 * 4 5 * Copyright (C) 2012, LG Electronics, Namhyung Kim <namhyung.kim@lge.com> 5 - * 6 - * Released under the GPL v2. 7 6 */ 8 7 9 8 #include "target.h"