diff options
author | Thomas Gleixner | 2019-06-04 10:11:13 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2019-06-19 17:09:51 +0200 |
commit | b15f321b9f27389f427ab572da5d50a223294b15 (patch) | |
tree | 4a76855d0bc6fd2b56f910a29eebec5925d471f2 /tools | |
parent | 6d8a639adefe1766155662c615ad0d4cf05f543d (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 480
Based on 1 normalized pattern(s):
adapted from oprofile gplv2 support
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to add the SPDX license identifier to 1 file(s)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Enrico Weigelt <info@metux.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081204.397687630@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/util/jitdump.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/jitdump.h b/tools/perf/util/jitdump.h index c6b9b67f43bf..f2c3823cc81a 100644 --- a/tools/perf/util/jitdump.h +++ b/tools/perf/util/jitdump.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * jitdump.h: jitted code info encapsulation file format * |