diff options
| author | Thomas Gleixner <[email protected]> | 2019-05-27 06:55:14 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-05-30 18:26:39 +0000 |
| commit | 4f19048fd0a0036e02443237952db5bfa5b5cdf0 (patch) | |
| tree | 602a94029c84810a281c38b8ca58852d8b9cd033 /scripts/tracing/draw_functrace.py | |
| parent | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 165 (diff) | |
| download | kernel-4f19048fd0a0036e02443237952db5bfa5b5cdf0.tar.gz kernel-4f19048fd0a0036e02443237952db5bfa5b5cdf0.zip | |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166
Based on 1 normalized pattern(s):
licensed under the terms of the gnu gpl license version 2
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 62 file(s).
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Allison Randal <[email protected]>
Reviewed-by: Kate Stewart <[email protected]>
Reviewed-by: Richard Fontana <[email protected]>
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/tracing/draw_functrace.py')
| -rwxr-xr-x | scripts/tracing/draw_functrace.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tracing/draw_functrace.py b/scripts/tracing/draw_functrace.py index 9b6dd4f36335..b65735758520 100755 --- a/scripts/tracing/draw_functrace.py +++ b/scripts/tracing/draw_functrace.py @@ -1,8 +1,8 @@ #!/usr/bin/python +# SPDX-License-Identifier: GPL-2.0-only """ Copyright 2008 (c) Frederic Weisbecker <[email protected]> -Licensed under the terms of the GNU GPL License version 2 This script parses a trace provided by the function tracer in kernel/trace/trace_functions.c |
