From aab65fc55e7187a87107ea39806fbac398acb37d Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 12 Dec 2019 20:55:43 +0000 Subject: [PATCH] libpmc: add MIT SPDX tag to header file The jevents tool includes a copy of the jsmn json parser which is MIT licensed. Upstream the MIT license appears in the jsmn.c source and a standalone LICENSE file, but the latter is not included in the copy contained in libpmc and the jsmn.h header carried no license information. Add an SPDX tag to clarify the situation. --- lib/libpmc/pmu-events/jsmn.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libpmc/pmu-events/jsmn.h b/lib/libpmc/pmu-events/jsmn.h index 1f3b369cc44..cb92cabeb5b 100644 --- a/lib/libpmc/pmu-events/jsmn.h +++ b/lib/libpmc/pmu-events/jsmn.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: MIT */ /* $FreeBSD$ */ #ifndef __JSMN_H_ #define __JSMN_H_