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:
Ed Maste 2019-12-12 20:55:43 +00:00
parent 2716484cbc
commit aab65fc55e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=355671

View File

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