aboutsummaryrefslogtreecommitdiff
path: root/jsmn/LICENSE
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2019-06-30 12:00:53 +1000
committerSteve Bennett <steveb@workware.net.au>2019-11-09 19:59:14 +1000
commitbc7bdabea89c2a21dc41082ae469ee5238338d77 (patch)
tree95c98e0d80e73c09d1b8d398508710e304cd03b6 /jsmn/LICENSE
parentf8b55eaa6b67b006f764a196401ff5d922a2a22d (diff)
downloadjimtcl-bc7bdabea89c2a21dc41082ae469ee5238338d77.zip
jimtcl-bc7bdabea89c2a21dc41082ae469ee5238338d77.tar.gz
jimtcl-bc7bdabea89c2a21dc41082ae469ee5238338d77.tar.bz2
jsmn: import json decoder
This will be used to add json decode support From: https://github.com/zserge/jsmn, v1.0.0 Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jsmn/LICENSE')
-rw-r--r--jsmn/LICENSE20
1 files changed, 20 insertions, 0 deletions
diff --git a/jsmn/LICENSE b/jsmn/LICENSE
new file mode 100644
index 0000000..c84fb2e
--- /dev/null
+++ b/jsmn/LICENSE
@@ -0,0 +1,20 @@
+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.
+