aboutsummaryrefslogtreecommitdiff
path: root/lib/libpmc
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2019-12-12 20:55:43 +0000
committerEd Maste <emaste@FreeBSD.org>2019-12-12 20:55:43 +0000
commitaab65fc55e7187a87107ea39806fbac398acb37d (patch)
treebc11517c1ebc5997f02ae6cf4bfbf4b74a394e64 /lib/libpmc
parent2716484cbcbb6facb63c8e1e8c8682b6e23fc34f (diff)
downloadsrc-aab65fc55e7187a87107ea39806fbac398acb37d.tar.gz
src-aab65fc55e7187a87107ea39806fbac398acb37d.zip
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.
Notes
Notes: svn path=/head/; revision=355671
Diffstat (limited to 'lib/libpmc')
-rw-r--r--lib/libpmc/pmu-events/jsmn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpmc/pmu-events/jsmn.h b/lib/libpmc/pmu-events/jsmn.h
index 1f3b369cc44f..cb92cabeb5b8 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_