Commit 82352ae2 authored by Ed Maste's avatar Ed Maste Committed by Arnaldo Carvalho de Melo

perf tools: Correct license on jsmn JSON parser

This header is part of the jsmn JSON parser, introduced in 867a979a.
Correct the SPDX tag to indicate that it is under the MIT license.
Signed-off-by: default avatarEd Maste <emaste@freebsd.org>
Acked-by: default avatarAndi Kleen <ak@linux.intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: http://lore.kernel.org/lkml/20200528170858.48457-1-emaste@freefall.freebsd.orgSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 1e4bd2ae
/* SPDX-License-Identifier: GPL-2.0 */
/* SPDX-License-Identifier: MIT */
#ifndef __JSMN_H_
#define __JSMN_H_
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment