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:
parent
09f0c9f50d
commit
b8eb9f3672
@ -1,3 +1,4 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
/* $FreeBSD$ */
|
||||
#ifndef __JSMN_H_
|
||||
#define __JSMN_H_
|
||||
|
Loading…
Reference in New Issue
Block a user