From 2489ea90b1ddf4e94bfc898badec785a743b1766 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Tue, 23 Jul 2013 13:20:06 +0300 Subject: [PATCH] Update copyrights for 2013 --- 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/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 +- win32/jansson_config.h | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/LICENSE b/LICENSE index dfa8686..a8fb5b8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2012 Petri Lehtinen +Copyright (c) 2009-2013 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 ce5b240..c76940b 100644 --- a/android/jansson_config.h +++ b/android/jansson_config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Petri Lehtinen + * Copyright (c) 2010-2013 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 335ccc4..8c500b5 100644 --- a/cmake/jansson_config.h.cmake +++ b/cmake/jansson_config.h.cmake @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Petri Lehtinen + * Copyright (c) 2010-2013 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 1f667ed..9d278ed 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-2012, Petri Lehtinen' +copyright = u'2009-2013, 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 4bf48cb..4af3084 100644 --- a/doc/ext/refcounting.py +++ b/doc/ext/refcounting.py @@ -19,7 +19,7 @@ - :copyright: Copyright (c) 2009-2012 Petri Lehtinen + :copyright: Copyright (c) 2009-2013 Petri Lehtinen :license: MIT, see LICENSE for details. """ diff --git a/doc/github_commits.c b/doc/github_commits.c index 7b22e6a..b7569bc 100644 --- a/doc/github_commits.c +++ b/doc/github_commits.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 5707461..3b19c73 100644 --- a/src/dump.c +++ b/src/dump.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 bcbaa8c..5fb0467 100644 --- a/src/hashtable.c +++ b/src/hashtable.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 de1df26..4a7ce6f 100644 --- a/src/hashtable.h +++ b/src/hashtable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 79b4fc0..2d3e9d1 100644 --- a/src/jansson.h +++ b/src/jansson.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 a566e8b..785801f 100644 --- a/src/jansson_config.h.in +++ b/src/jansson_config.h.in @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Petri Lehtinen + * Copyright (c) 2010-2013 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 7d6d09d..bac46be 100644 --- a/src/jansson_private.h +++ b/src/jansson_private.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 fd720b3..c5536f5 100644 --- a/src/load.c +++ b/src/load.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 dd49941..a3d9aaf 100644 --- a/src/memory.c +++ b/src/memory.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 18f9ccb..c56435b 100644 --- a/src/pack_unpack.c +++ b/src/pack_unpack.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 b806615..822bb2d 100644 --- a/src/strbuffer.c +++ b/src/strbuffer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 23f8fff..5559e0a 100644 --- a/src/strbuffer.h +++ b/src/strbuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 0359ee2..65b849b 100644 --- a/src/utf.c +++ b/src/utf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 2495cdd..cb10c24 100644 --- a/src/utf.h +++ b/src/utf.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 0ba6fb2..582849b 100644 --- a/src/value.c +++ b/src/value.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 39ebfc4..5ed3b9f 100644 --- a/test/scripts/run-tests.sh +++ b/test/scripts/run-tests.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2009-2012 Petri Lehtinen +# Copyright (c) 2009-2013 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 5c1c794..9b00438 100644 --- a/test/scripts/valgrind.sh +++ b/test/scripts/valgrind.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2009-2012 Petri Lehtinen +# Copyright (c) 2009-2013 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 3327e15..5f8e959 100755 --- a/test/suites/api/run +++ b/test/suites/api/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009-2012 Petri Lehtinen +# Copyright (c) 2009-2013 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 51d47ed..0a9447f 100644 --- a/test/suites/api/test_array.c +++ b/test/suites/api/test_array.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 5f22eb8..580488d 100644 --- a/test/suites/api/test_copy.c +++ b/test/suites/api/test_copy.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 bc34547..64c0863 100644 --- a/test/suites/api/test_dump.c +++ b/test/suites/api/test_dump.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 aa7296a..4536d56 100644 --- a/test/suites/api/test_dump_callback.c +++ b/test/suites/api/test_dump_callback.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 d7e08d2..354e5c9 100644 --- a/test/suites/api/test_equal.c +++ b/test/suites/api/test_equal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 da2fee6..944b4d8 100644 --- a/test/suites/api/test_load.c +++ b/test/suites/api/test_load.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 d38c0d3..fa5e967 100644 --- a/test/suites/api/test_loadb.c +++ b/test/suites/api/test_loadb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 e789fe6..b506a2b 100644 --- a/test/suites/api/test_number.c +++ b/test/suites/api/test_number.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 8f6bf8a..ba428e1 100644 --- a/test/suites/api/test_object.c +++ b/test/suites/api/test_object.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 61c7409..4d5d7b8 100644 --- a/test/suites/api/test_pack.c +++ b/test/suites/api/test_pack.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 4e2bb2f..d24d84e 100644 --- a/test/suites/api/test_simple.c +++ b/test/suites/api/test_simple.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 d60a33c..bec8666 100644 --- a/test/suites/api/test_unpack.c +++ b/test/suites/api/test_unpack.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 d8df972..b86a546 100644 --- a/test/suites/api/util.h +++ b/test/suites/api/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2009-2013 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 6a7d755..1920f7f 100755 --- a/test/suites/encoding-flags/run +++ b/test/suites/encoding-flags/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009-2012 Petri Lehtinen +# Copyright (c) 2009-2013 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 fe63262..ac584f6 100755 --- a/test/suites/invalid-unicode/run +++ b/test/suites/invalid-unicode/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009-2012 Petri Lehtinen +# Copyright (c) 2009-2013 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 0ff5381..a640ea0 100755 --- a/test/suites/invalid/run +++ b/test/suites/invalid/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009-2012 Petri Lehtinen +# Copyright (c) 2009-2013 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 679eb1a..c30d94a 100755 --- a/test/suites/valid/run +++ b/test/suites/valid/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009-2012 Petri Lehtinen +# Copyright (c) 2009-2013 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/win32/jansson_config.h b/win32/jansson_config.h index fc8e5ea..ab1da5d 100644 --- a/win32/jansson_config.h +++ b/win32/jansson_config.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 Petri Lehtinen + * Copyright (c) 2010-2013 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.