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.
This commit is contained in:
emaste 2019-12-12 20:55:43 +00:00
parent 09f0c9f50d
commit b8eb9f3672

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: MIT */
/* $FreeBSD$ */
#ifndef __JSMN_H_
#define __JSMN_H_