All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf tools: correct license on jsmn json parser
@ 2019-12-12 15:12 Ed Maste
  2019-12-12 17:00 ` Ed Maste
  2019-12-13 15:46 ` [PATCH v2] " emaste
  0 siblings, 2 replies; 7+ messages in thread
From: Ed Maste @ 2019-12-12 15:12 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andi Kleen, Greg Kroah-Hartman, Ed Maste

From: Ed Maste <emaste@freebsd.org>

These files are part of the jsmn json parser, introduced in 867a979a83.
Correct the SPDX tag to indicate that they are under the MIT license.

Signed-off-by: Ed Maste <emaste@freebsd.org>
---
 tools/perf/pmu-events/jsmn.h | 2 +-
 tools/perf/pmu-events/json.h | 2 +-
 2 files changed, 2 insertions(+), 2 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_
 
diff --git a/tools/perf/pmu-events/json.h b/tools/perf/pmu-events/json.h
index fbcd5a0590ad..7cb29fac8c31 100644
--- a/tools/perf/pmu-events/json.h
+++ b/tools/perf/pmu-events/json.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: MIT */
 #ifndef JSON_H
 #define JSON_H 1
 
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-05-29 16:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-12 15:12 [PATCH] perf tools: correct license on jsmn json parser Ed Maste
2019-12-12 17:00 ` Ed Maste
2019-12-12 23:49   ` Andi Kleen
2019-12-13 15:46 ` [PATCH v2] " emaste
2019-12-13 18:55   ` Andi Kleen
2020-05-28 17:08   ` [RESEND PATCH " Ed Maste
2020-05-29 16:05     ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.