diff options
author | Ed Maste <[email protected]> | 2020-05-28 17:08:59 +0000 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2020-05-29 16:51:38 -0300 |
commit | 82352ae28fc9118ff539fc4c9cd8d94428b258bf (patch) | |
tree | 0cd28c8dcf940dbae8a06ce2e58f1e0c9ede19e6 | |
parent | 1e4bd2ae4564adbf9f9b6d26fad65ddabd0147fc (diff) |
perf tools: Correct license on jsmn JSON parser
This header is part of the jsmn JSON parser, introduced in 867a979a83.
Correct the SPDX tag to indicate that it is under the MIT license.
Signed-off-by: Ed Maste <[email protected]>
Acked-by: Andi Kleen <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/pmu-events/jsmn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/pmu-events/jsmn.h b/tools/perf/pmu-events/jsmn.h index c7b0f6ea2a31..1bdfd55fff30 100644 --- a/tools/perf/pmu-events/jsmn.h +++ b/tools/perf/pmu-events/jsmn.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: MIT */ #ifndef __JSMN_H_ #define __JSMN_H_ |