summaryrefslogtreecommitdiffstats
path: root/tools/perf/trace/beauty/statx.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo2018-10-24 20:54:23 +0200
committerArnaldo Carvalho de Melo2018-10-30 15:46:23 +0100
commit794f594e0c3be6199e0b3e2324280e8785806fb6 (patch)
treed0b00db4c7c9e002e0ac535411d3f853ea1bbe5b /tools/perf/trace/beauty/statx.c
parentperf beauty: Add a generator for MS_ mount/umount's flag constants (diff)
downloadkernel-qcow2-linux-794f594e0c3be6199e0b3e2324280e8785806fb6.tar.gz
kernel-qcow2-linux-794f594e0c3be6199e0b3e2324280e8785806fb6.tar.xz
kernel-qcow2-linux-794f594e0c3be6199e0b3e2324280e8785806fb6.zip
perf beauty: Switch from GPL v2.0 to LGPL v2.1
The intention is to have this as a library, since it is not perf specific at all. I did the switch for the files where I'm the only contributor, with the exception of a few lines changed by Jiri Olsa. Acked-by: Jiri Olsa <jolsa@kernel.org> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: https://lkml.kernel.org/n/tip-a04q6chdyjknm1hr305ulx8h@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/trace/beauty/statx.c')
-rw-r--r--tools/perf/trace/beauty/statx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/trace/beauty/statx.c b/tools/perf/trace/beauty/statx.c
index 5643b692af4c..630f2760dd66 100644
--- a/tools/perf/trace/beauty/statx.c
+++ b/tools/perf/trace/beauty/statx.c
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: LGPL-2.1
/*
* trace/beauty/statx.c
*
* 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 "trace/beauty/beauty.h"