From 074bb3838f83c8ed5b2ec3ec075c9405e6589214 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sun, 18 Sep 2016 14:17:03 +0300 Subject: [PATCH] Update copyrights for 2016 --- LICENSE | 2 +- android/jansson_config.h | 2 +- cmake/jansson_config.h.cmake | 2 +- doc/conf.py | 2 +- doc/ext/refcounting.py | 2 +- doc/github_commits.c | 2 +- src/dump.c | 2 +- src/hashtable.c | 2 +- src/hashtable.h | 2 +- src/jansson.h | 2 +- src/jansson_config.h.in | 2 +- src/jansson_private.h | 2 +- src/load.c | 2 +- src/memory.c | 2 +- src/pack_unpack.c | 2 +- src/strbuffer.c | 2 +- src/strbuffer.h | 2 +- src/utf.c | 2 +- src/utf.h | 2 +- src/value.c | 2 +- test/bin/json_process.c | 2 +- test/scripts/run-tests.sh | 2 +- test/scripts/valgrind.sh | 2 +- test/suites/api/run | 2 +- test/suites/api/test_array.c | 2 +- test/suites/api/test_copy.c | 2 +- test/suites/api/test_dump.c | 2 +- test/suites/api/test_dump_callback.c | 2 +- test/suites/api/test_equal.c | 2 +- test/suites/api/test_load.c | 2 +- test/suites/api/test_loadb.c | 2 +- test/suites/api/test_number.c | 2 +- test/suites/api/test_object.c | 2 +- test/suites/api/test_pack.c | 2 +- test/suites/api/test_simple.c | 2 +- test/suites/api/test_unpack.c | 2 +- test/suites/api/util.h | 2 +- test/suites/encoding-flags/run | 2 +- test/suites/invalid-unicode/run | 2 +- test/suites/invalid/run | 2 +- test/suites/valid/run | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/LICENSE b/LICENSE index 8ae43e0..eb63b93 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2014 Petri Lehtinen +Copyright (c) 2009-2016 Petri Lehtinen 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 689f7ed..618a0da 100644 --- a/android/jansson_config.h +++ b/android/jansson_config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2014 Petri Lehtinen + * Copyright (c) 2010-2016 Petri Lehtinen * * 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 4a32148..f703dcb 100644 --- a/cmake/jansson_config.h.cmake +++ b/cmake/jansson_config.h.cmake @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2014 Petri Lehtinen + * Copyright (c) 2010-2016 Petri Lehtinen * * 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 4a3111f..c3def5c 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-2014, Petri Lehtinen' +copyright = u'2009-2016, 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 117efc0..bba2684 100644 --- a/doc/ext/refcounting.py +++ b/doc/ext/refcounting.py @@ -19,7 +19,7 @@ - :copyright: Copyright (c) 2009-2014 Petri Lehtinen + :copyright: Copyright (c) 2009-2016 Petri Lehtinen :license: MIT, see LICENSE for details. """ diff --git a/doc/github_commits.c b/doc/github_commits.c index a1136d6..a9a84d8 100644 --- a/doc/github_commits.c +++ b/doc/github_commits.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 1918619..6b1aabd 100644 --- a/src/dump.c +++ b/src/dump.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 a92ab02..c819319 100644 --- a/src/hashtable.c +++ b/src/hashtable.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 d2c27d2..d4c32ae 100644 --- a/src/hashtable.h +++ b/src/hashtable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 b1a040a..4944248 100644 --- a/src/jansson.h +++ b/src/jansson.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 aa02160..5e94762 100644 --- a/src/jansson_config.h.in +++ b/src/jansson_config.h.in @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2014 Petri Lehtinen + * Copyright (c) 2010-2016 Petri Lehtinen * * 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 dc83055..4a4927b 100644 --- a/src/jansson_private.h +++ b/src/jansson_private.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 33a260a..7a8f96e 100644 --- a/src/load.c +++ b/src/load.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 e2368cf..a2be5d2 100644 --- a/src/memory.c +++ b/src/memory.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * Copyright (c) 2011-2012 Basile Starynkevitch * * 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 54a3979..2a2da35 100644 --- a/src/pack_unpack.c +++ b/src/pack_unpack.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * Copyright (c) 2011-2012 Graeme Smecher * * Jansson is free software; you can redistribute it and/or modify diff --git a/src/strbuffer.c b/src/strbuffer.c index 5129205..5e8c003 100644 --- a/src/strbuffer.c +++ b/src/strbuffer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 88b7e05..615b7f5 100644 --- a/src/strbuffer.h +++ b/src/strbuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 b56e125..be966cb 100644 --- a/src/utf.c +++ b/src/utf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 2cebea0..e182df7 100644 --- a/src/utf.h +++ b/src/utf.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 a7df559..82e60a5 100644 --- a/src/value.c +++ b/src/value.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 bbb7da8..0b9ece8 100644 --- a/test/bin/json_process.c +++ b/test/bin/json_process.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 b4433cb..f980a76 100644 --- a/test/scripts/run-tests.sh +++ b/test/scripts/run-tests.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2009-2014 Petri Lehtinen +# Copyright (c) 2009-2016 Petri Lehtinen # # 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 7ddc7ea..afbdcee 100644 --- a/test/scripts/valgrind.sh +++ b/test/scripts/valgrind.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2009-2014 Petri Lehtinen +# Copyright (c) 2009-2016 Petri Lehtinen # # 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 c127f3a..0c017bc 100755 --- a/test/suites/api/run +++ b/test/suites/api/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009-2014 Petri Lehtinen +# Copyright (c) 2009-2016 Petri Lehtinen # # 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 f4927b4..34bdc51 100644 --- a/test/suites/api/test_array.c +++ b/test/suites/api/test_array.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 aeb7e72..41f0c7f 100644 --- a/test/suites/api/test_copy.c +++ b/test/suites/api/test_copy.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 ac4a883..3591fa5 100644 --- a/test/suites/api/test_dump.c +++ b/test/suites/api/test_dump.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 33c3c86..1ceb968 100644 --- a/test/suites/api/test_dump_callback.c +++ b/test/suites/api/test_dump_callback.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 31c43ba..7a17636 100644 --- a/test/suites/api/test_equal.c +++ b/test/suites/api/test_equal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 8d1e9f4..9b9f5f4 100644 --- a/test/suites/api/test_load.c +++ b/test/suites/api/test_load.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 589f484..64e1fc5 100644 --- a/test/suites/api/test_loadb.c +++ b/test/suites/api/test_loadb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 2e7a1aa..3f0a63a 100644 --- a/test/suites/api/test_number.c +++ b/test/suites/api/test_number.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 c5b97e3..d417e61 100644 --- a/test/suites/api/test_object.c +++ b/test/suites/api/test_object.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 24c49a4..798a057 100644 --- a/test/suites/api/test_pack.c +++ b/test/suites/api/test_pack.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * Copyright (c) 2010-2012 Graeme Smecher * * 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 e461561..c3d507a 100644 --- a/test/suites/api/test_simple.c +++ b/test/suites/api/test_simple.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 babe0dd..a3d208a 100644 --- a/test/suites/api/test_unpack.c +++ b/test/suites/api/test_unpack.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * Copyright (c) 2010-2012 Graeme Smecher * * 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 ea0be34..a3a27d3 100644 --- a/test/suites/api/util.h +++ b/test/suites/api/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2014 Petri Lehtinen + * Copyright (c) 2009-2016 Petri Lehtinen * * 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 e1c88c9..5db7d5e 100755 --- a/test/suites/encoding-flags/run +++ b/test/suites/encoding-flags/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009-2014 Petri Lehtinen +# Copyright (c) 2009-2016 Petri Lehtinen # # 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 b2c6648..369c43d 100755 --- a/test/suites/invalid-unicode/run +++ b/test/suites/invalid-unicode/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009-2014 Petri Lehtinen +# Copyright (c) 2009-2016 Petri Lehtinen # # 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 4f2325b..d1d490c 100755 --- a/test/suites/invalid/run +++ b/test/suites/invalid/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009-2014 Petri Lehtinen +# Copyright (c) 2009-2016 Petri Lehtinen # # 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 72f1918..d995489 100755 --- a/test/suites/valid/run +++ b/test/suites/valid/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009-2014 Petri Lehtinen +# Copyright (c) 2009-2016 Petri Lehtinen # # Jansson is free software; you can redistribute it and/or modify # it under the terms of the MIT license. See LICENSE for details.