aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/trace/beauty/waitid_options.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2018-10-24 15:54:23 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2018-10-30 11:46:23 -0300
commit794f594e0c3be6199e0b3e2324280e8785806fb6 (patch)
treed0b00db4c7c9e002e0ac535411d3f853ea1bbe5b /tools/perf/trace/beauty/waitid_options.c
parentperf beauty: Add a generator for MS_ mount/umount's flag constants (diff)
downloadlinux-dev-794f594e0c3be6199e0b3e2324280e8785806fb6.tar.xz
linux-dev-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/waitid_options.c')
-rw-r--r--tools/perf/trace/beauty/waitid_options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/trace/beauty/waitid_options.c b/tools/perf/trace/beauty/waitid_options.c
index 8465281a093d..42ff58ad613b 100644
--- a/tools/perf/trace/beauty/waitid_options.c
+++ b/tools/perf/trace/beauty/waitid_options.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: LGPL-2.1
#include <sys/types.h>
#include <sys/wait.h>