summaryrefslogtreecommitdiffstats
path: root/tools/perf/trace/beauty/fcntl.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/fcntl.c
parentceaf8e5b49ce18e9e58d292130e92150d01a34e6 (diff)
downloadlinux-794f594e0c3be6199e0b3e2324280e8785806fb6.tar.gz
linux-794f594e0c3be6199e0b3e2324280e8785806fb6.tar.bz2
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/fcntl.c')
-rw-r--r--tools/perf/trace/beauty/fcntl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/trace/beauty/fcntl.c b/tools/perf/trace/beauty/fcntl.c
index 9e8900c13cb1..e6de31674e24 100644
--- a/tools/perf/trace/beauty/fcntl.c
+++ b/tools/perf/trace/beauty/fcntl.c
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: LGPL-2.1
/*
* trace/beauty/fcntl.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"