[ntpsec commit] License exception cleanup in libjsmn.

Eric S. Raymond esr at ntpsec.org
Thu Oct 22 11:46:37 UTC 2015


Module:    ntpsec
Branch:    master
Commit:    e67f76d65cb69aec62506ee1da745bcaa498ca04
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=e67f76d65cb69aec62506ee1da745bcaa498ca04

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Thu Oct 22 06:36:17 2015 -0400

License exception cleanup in libjsmn.

Replace MIT license with SPDX tags.

Approved-by: Mark Atwood <me at mark.atwood.name>

---

 libjsmn/LICENSE     | 20 --------------------
 libjsmn/jsmn.c      |  2 ++
 libjsmn/jsmn.h      |  2 ++
 libjsmn/jsmn_test.c |  2 ++
 4 files changed, 6 insertions(+), 20 deletions(-)

diff --git a/libjsmn/LICENSE b/libjsmn/LICENSE
deleted file mode 100644
index c84fb2e..0000000
--- a/libjsmn/LICENSE
+++ /dev/null
@@ -1,20 +0,0 @@
-Copyright (c) 2010 Serge A. Zaitsev
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
diff --git a/libjsmn/jsmn.c b/libjsmn/jsmn.c
index 2e88fe1..2a79bd8 100644
--- a/libjsmn/jsmn.c
+++ b/libjsmn/jsmn.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: MIT */
+
 #include <stdlib.h>
 
 #include "jsmn.h"
diff --git a/libjsmn/jsmn.h b/libjsmn/jsmn.h
index 8de1f36..602961f 100644
--- a/libjsmn/jsmn.h
+++ b/libjsmn/jsmn.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: MIT */
+
 #ifndef GUARD_JSMN_H
 #define GUARD_JSMN_H
 
diff --git a/libjsmn/jsmn_test.c b/libjsmn/jsmn_test.c
index 3968859..83411bf 100644
--- a/libjsmn/jsmn_test.c
+++ b/libjsmn/jsmn_test.c
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: MIT */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>



More information about the vc mailing list