Commit 91007045 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Greg Kroah-Hartman

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: default avatarThomas Gleixner <tglx@linutronix.de>
Reviewed-by: default avatarSteve Winslow <swinslow@gmail.com>
Reviewed-by: default avatarAlexios Zavras <alexios.zavras@intel.com>
Reviewed-by: default avatarKate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: default avatarAllison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190529141332.526460839@linutronix.deSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f2c7c76c
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2014, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> * Copyright (C) 2014, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com>
*
* Released under the GPL v2. (and only v2, not any later version)
*/ */
#include "array.h" #include "array.h"
#include <errno.h> #include <errno.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* builtin-kallsyms.c * builtin-kallsyms.c
* *
* Builtin command: Look for a symbol in the running kernel and its modules * Builtin command: Look for a symbol in the running kernel and its modules
* *
* Copyright (C) 2017, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> * Copyright (C) 2017, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com>
*
* Released under the GPL v2. (and only v2, not any later version)
*/ */
#include <inttypes.h> #include <inttypes.h>
#include "builtin.h" #include "builtin.h"
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* builtin-stat.c * builtin-stat.c
* *
...@@ -37,8 +38,6 @@ ...@@ -37,8 +38,6 @@
* Mike Galbraith <efault@gmx.de> * Mike Galbraith <efault@gmx.de>
* Paul Mackerras <paulus@samba.org> * Paul Mackerras <paulus@samba.org>
* Jaswinder Singh Rajput <jaswinder@kernel.org> * Jaswinder Singh Rajput <jaswinder@kernel.org>
*
* Released under the GPL v2. (and only v2, not any later version)
*/ */
#include "perf.h" #include "perf.h"
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* builtin-top.c * builtin-top.c
* *
...@@ -14,8 +15,6 @@ ...@@ -14,8 +15,6 @@
* Wu Fengguang <fengguang.wu@intel.com> * Wu Fengguang <fengguang.wu@intel.com>
* Mike Galbraith <efault@gmx.de> * Mike Galbraith <efault@gmx.de>
* Paul Mackerras <paulus@samba.org> * Paul Mackerras <paulus@samba.org>
*
* Released under the GPL v2. (and only v2, not any later version)
*/ */
#include "builtin.h" #include "builtin.h"
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* builtin-trace.c * builtin-trace.c
* *
...@@ -12,8 +13,6 @@ ...@@ -12,8 +13,6 @@
* Initially based on the 'trace' prototype by Thomas Gleixner: * Initially based on the 'trace' prototype by Thomas Gleixner:
* *
* http://lwn.net/Articles/415728/ ("Announcing a new utility: 'trace'") * http://lwn.net/Articles/415728/ ("Announcing a new utility: 'trace'")
*
* Released under the GPL v2. (and only v2, not any later version)
*/ */
#include <traceevent/event-parse.h> #include <traceevent/event-parse.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> * Copyright (C) 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com>
* *
* Parts came from builtin-annotate.c, see those files for further * Parts came from builtin-annotate.c, see those files for further
* copyright notes. * copyright notes.
*
* Released under the GPL v2. (and only v2, not any later version)
*/ */
#include <errno.h> #include <errno.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* CTF writing support via babeltrace. * CTF writing support via babeltrace.
* *
* Copyright (C) 2014, Jiri Olsa <jolsa@redhat.com> * Copyright (C) 2014, Jiri Olsa <jolsa@redhat.com>
* Copyright (C) 2014, Sebastian Andrzej Siewior <bigeasy@linutronix.de> * Copyright (C) 2014, Sebastian Andrzej Siewior <bigeasy@linutronix.de>
*
* Released under the GPL v2. (and only v2, not any later version)
*/ */
#include <errno.h> #include <errno.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> * Copyright (C) 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com>
* *
* Parts came from builtin-{top,stat,record}.c, see those files for further * Parts came from builtin-{top,stat,record}.c, see those files for further
* copyright notes. * copyright notes.
*
* Released under the GPL v2. (and only v2, not any later version)
*/ */
#include "util.h" #include "util.h"
#include <api/fs/fs.h> #include <api/fs/fs.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> * Copyright (C) 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com>
* *
* Parts came from builtin-{top,stat,record}.c, see those files for further * Parts came from builtin-{top,stat,record}.c, see those files for further
* copyright notes. * copyright notes.
*
* Released under the GPL v2. (and only v2, not any later version)
*/ */
#include <byteswap.h> #include <byteswap.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* genelf.c * genelf.c
* Copyright (C) 2014, Google, Inc * Copyright (C) 2014, Google, Inc
* *
* Contributed by: * Contributed by:
* Stephane Eranian <eranian@gmail.com> * Stephane Eranian <eranian@gmail.com>
*
* Released under the GPL v2. (and only v2, not any later version)
*/ */
#include <sys/types.h> #include <sys/types.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2011-2017, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> * Copyright (C) 2011-2017, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com>
* *
* Parts came from evlist.c builtin-{top,stat,record}.c, see those files for further * Parts came from evlist.c builtin-{top,stat,record}.c, see those files for further
* copyright notes. * copyright notes.
*
* Released under the GPL v2. (and only v2, not any later version)
*/ */
#include <sys/mman.h> #include <sys/mman.h>
......
// SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com> * Copyright (C) 2011, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com>
* *
* Refactored from builtin-top.c, see that files for further copyright notes. * Refactored from builtin-top.c, see that files for further copyright notes.
*
* Released under the GPL v2. (and only v2, not any later version)
*/ */
#include "cpumap.h" #include "cpumap.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment