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 251

Based on 1 normalized pattern(s):

released under the gpl v2 and only v2 not any later version

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
91007045 f2c7c76c

+12 -24
+1 -2
tools/lib/api/fd/array.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> 3 - * 4 - * Released under the GPL v2. (and only v2, not any later version) 5 4 */ 6 5 #include "array.h" 7 6 #include <errno.h>
+1 -2
tools/perf/builtin-kallsyms.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * builtin-kallsyms.c 3 4 * 4 5 * Builtin command: Look for a symbol in the running kernel and its modules 5 6 * 6 7 * Copyright (C) 2017, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> 7 - * 8 - * Released under the GPL v2. (and only v2, not any later version) 9 8 */ 10 9 #include <inttypes.h> 11 10 #include "builtin.h"
+1 -2
tools/perf/builtin-stat.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * builtin-stat.c 3 4 * ··· 38 37 * Mike Galbraith <efault@gmx.de> 39 38 * Paul Mackerras <paulus@samba.org> 40 39 * Jaswinder Singh Rajput <jaswinder@kernel.org> 41 - * 42 - * Released under the GPL v2. (and only v2, not any later version) 43 40 */ 44 41 45 42 #include "perf.h"
+1 -2
tools/perf/builtin-top.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * builtin-top.c 3 4 * ··· 15 14 * Wu Fengguang <fengguang.wu@intel.com> 16 15 * Mike Galbraith <efault@gmx.de> 17 16 * Paul Mackerras <paulus@samba.org> 18 - * 19 - * Released under the GPL v2. (and only v2, not any later version) 20 17 */ 21 18 #include "builtin.h" 22 19
+1 -2
tools/perf/builtin-trace.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * builtin-trace.c 3 4 * ··· 13 12 * Initially based on the 'trace' prototype by Thomas Gleixner: 14 13 * 15 14 * http://lwn.net/Articles/415728/ ("Announcing a new utility: 'trace'") 16 - * 17 - * Released under the GPL v2. (and only v2, not any later version) 18 15 */ 19 16 20 17 #include <traceevent/event-parse.h>
+1 -2
tools/perf/util/annotate.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> 3 4 * 4 5 * Parts came from builtin-annotate.c, see those files for further 5 6 * copyright notes. 6 - * 7 - * Released under the GPL v2. (and only v2, not any later version) 8 7 */ 9 8 10 9 #include <errno.h>
+1 -2
tools/perf/util/data-convert-bt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CTF writing support via babeltrace. 3 4 * 4 5 * Copyright (C) 2014, Jiri Olsa <jolsa@redhat.com> 5 6 * Copyright (C) 2014, Sebastian Andrzej Siewior <bigeasy@linutronix.de> 6 - * 7 - * Released under the GPL v2. (and only v2, not any later version) 8 7 */ 9 8 10 9 #include <errno.h>
+1 -2
tools/perf/util/evlist.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> 3 4 * 4 5 * Parts came from builtin-{top,stat,record}.c, see those files for further 5 6 * copyright notes. 6 - * 7 - * Released under the GPL v2. (and only v2, not any later version) 8 7 */ 9 8 #include "util.h" 10 9 #include <api/fs/fs.h>
+1 -2
tools/perf/util/evsel.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> 3 4 * 4 5 * Parts came from builtin-{top,stat,record}.c, see those files for further 5 6 * copyright notes. 6 - * 7 - * Released under the GPL v2. (and only v2, not any later version) 8 7 */ 9 8 10 9 #include <byteswap.h>
+1 -2
tools/perf/util/genelf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * genelf.c 3 4 * Copyright (C) 2014, Google, Inc 4 5 * 5 6 * Contributed by: 6 7 * Stephane Eranian <eranian@gmail.com> 7 - * 8 - * Released under the GPL v2. (and only v2, not any later version) 9 8 */ 10 9 11 10 #include <sys/types.h>
+1 -2
tools/perf/util/mmap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011-2017, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> 3 4 * 4 5 * Parts came from evlist.c builtin-{top,stat,record}.c, see those files for further 5 6 * copyright notes. 6 - * 7 - * Released under the GPL v2. (and only v2, not any later version) 8 7 */ 9 8 10 9 #include <sys/mman.h>
+1 -2
tools/perf/util/top.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> 3 4 * 4 5 * Refactored from builtin-top.c, see that files for further copyright notes. 5 - * 6 - * Released under the GPL v2. (and only v2, not any later version) 7 6 */ 8 7 9 8 #include "cpumap.h"