aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2014-01-28 09:16:05 +0200
committerPetri Lehtinen <petri@digip.org>2014-01-28 09:16:05 +0200
commit30fdf6067e7d09e906fb76d45ce79269c02e7232 (patch)
tree744d3fa36e6e2d9597a6a0afa61c94558190a9ef
parentcffc5df60034d4c3f3f5d8c40746aaafcef75546 (diff)
downloadjansson-30fdf6067e7d09e906fb76d45ce79269c02e7232.zip
jansson-30fdf6067e7d09e906fb76d45ce79269c02e7232.tar.gz
jansson-30fdf6067e7d09e906fb76d45ce79269c02e7232.tar.bz2
Update copyrights for 2014
-rw-r--r--LICENSE2
-rw-r--r--android/jansson_config.h2
-rw-r--r--cmake/jansson_config.h.cmake2
-rw-r--r--doc/conf.py2
-rw-r--r--doc/ext/refcounting.py2
-rw-r--r--doc/github_commits.c2
-rw-r--r--src/dump.c2
-rw-r--r--src/hashtable.c2
-rw-r--r--src/hashtable.h2
-rw-r--r--src/jansson.h2
-rw-r--r--src/jansson_config.h.in2
-rw-r--r--src/jansson_private.h2
-rw-r--r--src/load.c2
-rw-r--r--src/memory.c2
-rw-r--r--src/pack_unpack.c2
-rw-r--r--src/strbuffer.c2
-rw-r--r--src/strbuffer.h2
-rw-r--r--src/utf.c2
-rw-r--r--src/utf.h2
-rw-r--r--src/value.c2
-rw-r--r--test/bin/json_process.c2
-rw-r--r--test/scripts/run-tests.sh2
-rw-r--r--test/scripts/valgrind.sh2
-rwxr-xr-xtest/suites/api/run2
-rw-r--r--test/suites/api/test_array.c2
-rw-r--r--test/suites/api/test_copy.c2
-rw-r--r--test/suites/api/test_dump.c2
-rw-r--r--test/suites/api/test_dump_callback.c2
-rw-r--r--test/suites/api/test_equal.c2
-rw-r--r--test/suites/api/test_load.c2
-rw-r--r--test/suites/api/test_loadb.c2
-rw-r--r--test/suites/api/test_number.c2
-rw-r--r--test/suites/api/test_object.c2
-rw-r--r--test/suites/api/test_pack.c2
-rw-r--r--test/suites/api/test_simple.c2
-rw-r--r--test/suites/api/test_unpack.c2
-rw-r--r--test/suites/api/util.h2
-rwxr-xr-xtest/suites/encoding-flags/run2
-rwxr-xr-xtest/suites/invalid-unicode/run2
-rwxr-xr-xtest/suites/invalid/run2
-rwxr-xr-xtest/suites/valid/run2
-rw-r--r--win32/jansson_config.h2
42 files changed, 42 insertions, 42 deletions
diff --git a/LICENSE b/LICENSE
index a8fb5b8..8ae43e0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+Copyright (c) 2009-2014 Petri Lehtinen <petri@digip.org>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/android/jansson_config.h b/android/jansson_config.h
index c76940b..0a313a0 100644
--- a/android/jansson_config.h
+++ b/android/jansson_config.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2010-2014 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.
diff --git a/cmake/jansson_config.h.cmake b/cmake/jansson_config.h.cmake
index 9917b56..43e36c5 100644
--- a/cmake/jansson_config.h.cmake
+++ b/cmake/jansson_config.h.cmake
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2010-2014 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.
diff --git a/doc/conf.py b/doc/conf.py
index ddf5833..79f57bc 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'Jansson'
-copyright = u'2009-2013, Petri Lehtinen'
+copyright = u'2009-2014, Petri Lehtinen'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/doc/ext/refcounting.py b/doc/ext/refcounting.py
index 4af3084..b714c88 100644
--- a/doc/ext/refcounting.py
+++ b/doc/ext/refcounting.py
@@ -19,7 +19,7 @@
<description of the json_object function>
- :copyright: Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ :copyright: Copyright (c) 2009-2014 Petri Lehtinen <petri@digip.org>
:license: MIT, see LICENSE for details.
"""
diff --git a/doc/github_commits.c b/doc/github_commits.c
index 94fb8b7..a1136d6 100644
--- a/doc/github_commits.c
+++ b/doc/github_commits.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/src/dump.c b/src/dump.c
index d347aae..7eddd5a 100644
--- a/src/dump.c
+++ b/src/dump.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/src/hashtable.c b/src/hashtable.c
index a254cfa..35fa175 100644
--- a/src/hashtable.c
+++ b/src/hashtable.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 Petri Lehtinen <petri@digip.org>
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.
diff --git a/src/hashtable.h b/src/hashtable.h
index 4a7ce6f..2df5a90 100644
--- a/src/hashtable.h
+++ b/src/hashtable.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 Petri Lehtinen <petri@digip.org>
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.
diff --git a/src/jansson.h b/src/jansson.h
index c497598..c923a90 100644
--- a/src/jansson.h
+++ b/src/jansson.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/src/jansson_config.h.in b/src/jansson_config.h.in
index 785801f..12580a0 100644
--- a/src/jansson_config.h.in
+++ b/src/jansson_config.h.in
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2010-2014 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.
diff --git a/src/jansson_private.h b/src/jansson_private.h
index eb51d0d..c6f437c 100644
--- a/src/jansson_private.h
+++ b/src/jansson_private.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/src/load.c b/src/load.c
index 2adaee8..56c8ee3 100644
--- a/src/load.c
+++ b/src/load.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/src/memory.c b/src/memory.c
index e6da96e..ca44d6b 100644
--- a/src/memory.c
+++ b/src/memory.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 Petri Lehtinen <petri@digip.org>
* Copyright (c) 2011-2012 Basile Starynkevitch <basile@starynkevitch.net>
*
* Jansson is free software; you can redistribute it and/or modify it
diff --git a/src/pack_unpack.c b/src/pack_unpack.c
index b19097d..76d946b 100644
--- a/src/pack_unpack.c
+++ b/src/pack_unpack.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 Petri Lehtinen <petri@digip.org>
* Copyright (c) 2011-2012 Graeme Smecher <graeme.smecher@mail.mcgill.ca>
*
* Jansson is free software; you can redistribute it and/or modify
diff --git a/src/strbuffer.c b/src/strbuffer.c
index 2d6ff31..b3ddd0e 100644
--- a/src/strbuffer.c
+++ b/src/strbuffer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/src/strbuffer.h b/src/strbuffer.h
index 06fd065..fc11ec0 100644
--- a/src/strbuffer.h
+++ b/src/strbuffer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/src/utf.c b/src/utf.c
index cbeeb54..b56e125 100644
--- a/src/utf.c
+++ b/src/utf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/src/utf.h b/src/utf.h
index 331e57f..0ab78c1 100644
--- a/src/utf.h
+++ b/src/utf.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/src/value.c b/src/value.c
index 336873b..6d131d8 100644
--- a/src/value.c
+++ b/src/value.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/test/bin/json_process.c b/test/bin/json_process.c
index 8ca3fe3..0799aa8 100644
--- a/test/bin/json_process.c
+++ b/test/bin/json_process.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/test/scripts/run-tests.sh b/test/scripts/run-tests.sh
index 5ed3b9f..b4433cb 100644
--- a/test/scripts/run-tests.sh
+++ b/test/scripts/run-tests.sh
@@ -1,4 +1,4 @@
-# Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+# Copyright (c) 2009-2014 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.
diff --git a/test/scripts/valgrind.sh b/test/scripts/valgrind.sh
index 9b00438..7ddc7ea 100644
--- a/test/scripts/valgrind.sh
+++ b/test/scripts/valgrind.sh
@@ -1,4 +1,4 @@
-# Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+# Copyright (c) 2009-2014 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.
diff --git a/test/suites/api/run b/test/suites/api/run
index 5f8e959..c127f3a 100755
--- a/test/suites/api/run
+++ b/test/suites/api/run
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+# Copyright (c) 2009-2014 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.
diff --git a/test/suites/api/test_array.c b/test/suites/api/test_array.c
index 0a9447f..f4927b4 100644
--- a/test/suites/api/test_array.c
+++ b/test/suites/api/test_array.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/test/suites/api/test_copy.c b/test/suites/api/test_copy.c
index 580488d..cf1f25a 100644
--- a/test/suites/api/test_copy.c
+++ b/test/suites/api/test_copy.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/test/suites/api/test_dump.c b/test/suites/api/test_dump.c
index 89e73a7..8731752 100644
--- a/test/suites/api/test_dump.c
+++ b/test/suites/api/test_dump.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/test/suites/api/test_dump_callback.c b/test/suites/api/test_dump_callback.c
index 4536d56..33c3c86 100644
--- a/test/suites/api/test_dump_callback.c
+++ b/test/suites/api/test_dump_callback.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/test/suites/api/test_equal.c b/test/suites/api/test_equal.c
index 354e5c9..31c43ba 100644
--- a/test/suites/api/test_equal.c
+++ b/test/suites/api/test_equal.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/test/suites/api/test_load.c b/test/suites/api/test_load.c
index eb52323..d451853 100644
--- a/test/suites/api/test_load.c
+++ b/test/suites/api/test_load.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/test/suites/api/test_loadb.c b/test/suites/api/test_loadb.c
index fa5e967..589f484 100644
--- a/test/suites/api/test_loadb.c
+++ b/test/suites/api/test_loadb.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/test/suites/api/test_number.c b/test/suites/api/test_number.c
index b506a2b..4651819 100644
--- a/test/suites/api/test_number.c
+++ b/test/suites/api/test_number.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/test/suites/api/test_object.c b/test/suites/api/test_object.c
index ba428e1..6273b7c 100644
--- a/test/suites/api/test_object.c
+++ b/test/suites/api/test_object.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/test/suites/api/test_pack.c b/test/suites/api/test_pack.c
index 487137c..9a8a62c 100644
--- a/test/suites/api/test_pack.c
+++ b/test/suites/api/test_pack.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 Petri Lehtinen <petri@digip.org>
* Copyright (c) 2010-2012 Graeme Smecher <graeme.smecher@mail.mcgill.ca>
*
* Jansson is free software; you can redistribute it and/or modify
diff --git a/test/suites/api/test_simple.c b/test/suites/api/test_simple.c
index 7eed591..8b56954 100644
--- a/test/suites/api/test_simple.c
+++ b/test/suites/api/test_simple.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/test/suites/api/test_unpack.c b/test/suites/api/test_unpack.c
index 7f049dd..fac1be3 100644
--- a/test/suites/api/test_unpack.c
+++ b/test/suites/api/test_unpack.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 Petri Lehtinen <petri@digip.org>
* Copyright (c) 2010-2012 Graeme Smecher <graeme.smecher@mail.mcgill.ca>
*
* Jansson is free software; you can redistribute it and/or modify
diff --git a/test/suites/api/util.h b/test/suites/api/util.h
index e4019de..2ee7f4f 100644
--- a/test/suites/api/util.h
+++ b/test/suites/api/util.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2009-2014 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.
diff --git a/test/suites/encoding-flags/run b/test/suites/encoding-flags/run
index 1920f7f..e1c88c9 100755
--- a/test/suites/encoding-flags/run
+++ b/test/suites/encoding-flags/run
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+# Copyright (c) 2009-2014 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.
diff --git a/test/suites/invalid-unicode/run b/test/suites/invalid-unicode/run
index ac584f6..b2c6648 100755
--- a/test/suites/invalid-unicode/run
+++ b/test/suites/invalid-unicode/run
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+# Copyright (c) 2009-2014 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.
diff --git a/test/suites/invalid/run b/test/suites/invalid/run
index a640ea0..4f2325b 100755
--- a/test/suites/invalid/run
+++ b/test/suites/invalid/run
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+# Copyright (c) 2009-2014 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.
diff --git a/test/suites/valid/run b/test/suites/valid/run
index c30d94a..72f1918 100755
--- a/test/suites/valid/run
+++ b/test/suites/valid/run
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2009-2013 Petri Lehtinen <petri@digip.org>
+# Copyright (c) 2009-2014 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.
diff --git a/win32/jansson_config.h b/win32/jansson_config.h
index ab1da5d..87f8d51 100644
--- a/win32/jansson_config.h
+++ b/win32/jansson_config.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2013 Petri Lehtinen <petri@digip.org>
+ * Copyright (c) 2010-2014 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.