diff options
Diffstat (limited to 'tools/perf/scripts/perl/rw-by-file.pl')
| -rw-r--r-- | tools/perf/scripts/perl/rw-by-file.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/perl/rw-by-file.pl b/tools/perf/scripts/perl/rw-by-file.pl index 74844ee2be3e..168fa5e94b44 100644 --- a/tools/perf/scripts/perl/rw-by-file.pl +++ b/tools/perf/scripts/perl/rw-by-file.pl @@ -1,6 +1,6 @@  #!/usr/bin/perl -w +# SPDX-License-Identifier: GPL-2.0-only  # (c) 2009, Tom Zanussi <[email protected]> -# Licensed under the terms of the GNU GPL License version 2  # Display r/w activity for files read/written to for a given program  |