svn commit: r355671 - head/lib/libpmc/pmu-events

Ed Maste emaste at FreeBSD.org
Thu Dec 12 20:55:43 UTC 2019


Author: emaste
Date: Thu Dec 12 20:55:43 2019
New Revision: 355671
URL: https://svnweb.freebsd.org/changeset/base/355671

Log:
  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.

Modified:
  head/lib/libpmc/pmu-events/jsmn.h

Modified: head/lib/libpmc/pmu-events/jsmn.h
==============================================================================
--- head/lib/libpmc/pmu-events/jsmn.h	Thu Dec 12 20:44:49 2019	(r355670)
+++ head/lib/libpmc/pmu-events/jsmn.h	Thu Dec 12 20:55:43 2019	(r355671)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: MIT */
 /* $FreeBSD$ */
 #ifndef __JSMN_H_
 #define __JSMN_H_


More information about the svn-src-all mailing list