summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2011-04-22 15:43:29 -0600
committerLloyd Hilaiel <lloyd@hilaiel.com>2011-04-22 15:43:29 -0600
commitb53a6cb3ee91d2a7765bff88e41089ce17ec7b4a (patch)
treefe9bea332cf4a1ea8c3843035abddf64ba2a501d /example
parente976b21748c5fd8b6ca4d28470d8a70f69890ecd (diff)
downloadyajl-b53a6cb3ee91d2a7765bff88e41089ce17ec7b4a.tar.gz
ISC license the configuration file parser example
Diffstat (limited to 'example')
-rw-r--r--example/parse_config.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/example/parse_config.c b/example/parse_config.c
index 56d44f8..ae95be1 100644
--- a/example/parse_config.c
+++ b/example/parse_config.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2011, Lloyd Hilaiel <lloyd@hilaiel.com>
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
#include <stdio.h>
#include <string.h>