Skip to content

Commit 82352ae

Browse files
emasteacmel
authored andcommitted
perf tools: Correct license on jsmn JSON parser
This header is part of the jsmn JSON parser, introduced in 867a979. 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]>
1 parent 1e4bd2a commit 82352ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/pmu-events/jsmn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: MIT */
22
#ifndef __JSMN_H_
33
#define __JSMN_H_
44

0 commit comments

Comments
 (0)