aboutsummaryrefslogtreecommitdiff
path: root/src/value.c
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2009-07-28 11:01:52 +0300
committerPetri Lehtinen <petri@digip.org>2009-07-30 11:32:24 +0300
commit2f4d6f8ae768886f8ee831bae169763856b5a827 (patch)
treeab9565367d59b31d11984e5e8032c84fe30a14fe /src/value.c
parentf41e3809844319feae0033ce84d3acc2c5340e8d (diff)
downloadjansson-2f4d6f8ae768886f8ee831bae169763856b5a827.zip
jansson-2f4d6f8ae768886f8ee831bae169763856b5a827.tar.gz
jansson-2f4d6f8ae768886f8ee831bae169763856b5a827.tar.bz2
Add LICENSE and a copyright note to all sources
Diffstat (limited to 'src/value.c')
-rw-r--r--src/value.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/value.c b/src/value.c
index 6f0094b..1aaec90 100644
--- a/src/value.c
+++ b/src/value.c
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2009 Petri Lehtinen <petri@digip.org>
+ *
+ * Jansson is free software; you can redistribute it and/or modify
+ * it under the terms of the MIT license. See LICENSE for details.
+ */
+
#define _GNU_SOURCE
#include <stdlib.h>
#include <string.h>