Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-01 11:14:01 +0400
committerMark Pulford <mark@kyne.com.au>2011-05-01 11:14:01 +0400
commit439e03c6f9296ade78985a8d0b5c892846b6b06a (patch)
tree466e92e4b2f48ee7ac9b82a6141375e4c1e8408b /strbuf.h
parent2567d6cf12ad25ae6f1bf7230d83c572e72ad49f (diff)
Add MIT license and update lua_cjson.c caveats
Diffstat (limited to 'strbuf.h')
-rw-r--r--strbuf.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/strbuf.h b/strbuf.h
index d6e2d90..9b662ef 100644
--- a/strbuf.h
+++ b/strbuf.h
@@ -1,3 +1,27 @@
+/* strbuf - String buffer routines
+ *
+ * Copyright (c) 2010-2011 Mark Pulford <mark@kyne.com.au>
+ *
+ * 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.
+ */
+
#include <stdlib.h>
#include <stdarg.h>