From 3c6e36ba2df25121538753e20fcf2b2043ca67af Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Tue, 20 Mar 2012 20:55:55 +0200 Subject: [PATCH 1/1] Update copyright notices for 2012 --- LICENSE | 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_config.h.win32 | 2 +- src/jansson_private.h | 2 +- src/load.c | 2 +- src/memory.c | 4 ++-- src/pack_unpack.c | 4 ++-- 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 | 4 ++-- test/suites/api/test_simple.c | 2 +- test/suites/api/test_unpack.c | 4 ++-- 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 +- 40 files changed, 44 insertions(+), 44 deletions(-) diff --git a/LICENSE b/LICENSE index 6d70a1b..dfa8686 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2011 Petri Lehtinen +Copyright (c) 2009-2012 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/doc/conf.py b/doc/conf.py index 784d1bb..fbbf65b 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-2011, Petri Lehtinen' +copyright = u'2009-2012, 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 5bf4aab..4bf48cb 100644 --- a/doc/ext/refcounting.py +++ b/doc/ext/refcounting.py @@ -19,7 +19,7 @@ - :copyright: Copyright (c) 2009-2011 Petri Lehtinen + :copyright: Copyright (c) 2009-2012 Petri Lehtinen :license: MIT, see LICENSE for details. """ diff --git a/doc/github_commits.c b/doc/github_commits.c index 9ba36b7..a4d9692 100644 --- a/doc/github_commits.c +++ b/doc/github_commits.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 aec535b..e39197a 100644 --- a/src/dump.c +++ b/src/dump.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 f1f1f1e..76cf69b 100644 --- a/src/hashtable.c +++ b/src/hashtable.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 199756e..de1df26 100644 --- a/src/hashtable.h +++ b/src/hashtable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 e1a00f0..68a367c 100644 --- a/src/jansson.h +++ b/src/jansson.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 0c112a4..a566e8b 100644 --- a/src/jansson_config.h.in +++ b/src/jansson_config.h.in @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2011 Petri Lehtinen + * Copyright (c) 2010-2012 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.win32 b/src/jansson_config.h.win32 index 1a6b014..da5d0e9 100644 --- a/src/jansson_config.h.win32 +++ b/src/jansson_config.h.win32 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2011 Petri Lehtinen + * Copyright (c) 2010-2012 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 c851540..bd11e87 100644 --- a/src/jansson_private.h +++ b/src/jansson_private.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 193db45..70a1ac2 100644 --- a/src/load.c +++ b/src/load.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 127b5ac..b2f529d 100644 --- a/src/memory.c +++ b/src/memory.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen - * Copyright (c) 2011 Basile Starynkevitch + * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2011-2012 Basile Starynkevitch * * 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/pack_unpack.c b/src/pack_unpack.c index 01838cf..7a6d81d 100644 --- a/src/pack_unpack.c +++ b/src/pack_unpack.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen - * Copyright (c) 2011 Graeme Smecher + * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2011-2012 Graeme Smecher * * 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.c b/src/strbuffer.c index b9190c2..6d4edd6 100644 --- a/src/strbuffer.c +++ b/src/strbuffer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 9764251..23f8fff 100644 --- a/src/strbuffer.h +++ b/src/strbuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 f48c2e7..0359ee2 100644 --- a/src/utf.c +++ b/src/utf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 0c3ab31..2495cdd 100644 --- a/src/utf.h +++ b/src/utf.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 2018c4d..70d03ca 100644 --- a/src/value.c +++ b/src/value.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 4ec22e6..29cf4b5 100644 --- a/test/bin/json_process.c +++ b/test/bin/json_process.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 adf34d4..c3be566 100644 --- a/test/scripts/run-tests.sh +++ b/test/scripts/run-tests.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2009-2011 Petri Lehtinen +# Copyright (c) 2009-2012 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 0eb39f4..5c1c794 100644 --- a/test/scripts/valgrind.sh +++ b/test/scripts/valgrind.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2009-2011 Petri Lehtinen +# Copyright (c) 2009-2012 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 f1aed9b..3327e15 100755 --- a/test/suites/api/run +++ b/test/suites/api/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009-2011 Petri Lehtinen +# Copyright (c) 2009-2012 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 872d52a..4585db9 100644 --- a/test/suites/api/test_array.c +++ b/test/suites/api/test_array.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 716e671..5f22eb8 100644 --- a/test/suites/api/test_copy.c +++ b/test/suites/api/test_copy.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 97544ba..c1a3763 100644 --- a/test/suites/api/test_dump.c +++ b/test/suites/api/test_dump.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 83e9045..aa7296a 100644 --- a/test/suites/api/test_dump_callback.c +++ b/test/suites/api/test_dump_callback.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 d7e2f61..d7e08d2 100644 --- a/test/suites/api/test_equal.c +++ b/test/suites/api/test_equal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 1f3ff1c..30ba65c 100644 --- a/test/suites/api/test_load.c +++ b/test/suites/api/test_load.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 60ebf4c..d38c0d3 100644 --- a/test/suites/api/test_loadb.c +++ b/test/suites/api/test_loadb.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 5b9de12..c6fab6d 100644 --- a/test/suites/api/test_number.c +++ b/test/suites/api/test_number.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 e7ffd0d..b317745 100644 --- a/test/suites/api/test_object.c +++ b/test/suites/api/test_object.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 0af94b7..7e037e4 100644 --- a/test/suites/api/test_pack.c +++ b/test/suites/api/test_pack.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen - * Copyright (c) 2010-2011 Graeme Smecher + * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2010-2012 Graeme Smecher * * 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_simple.c b/test/suites/api/test_simple.c index bf18fc7..dc8c8dd 100644 --- a/test/suites/api/test_simple.c +++ b/test/suites/api/test_simple.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 1268c7a..b6c7b11 100644 --- a/test/suites/api/test_unpack.c +++ b/test/suites/api/test_unpack.c @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen - * Copyright (c) 2010-2011 Graeme Smecher + * Copyright (c) 2009-2012 Petri Lehtinen + * Copyright (c) 2010-2012 Graeme Smecher * * 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/util.h b/test/suites/api/util.h index 3e1027a..d8df972 100644 --- a/test/suites/api/util.h +++ b/test/suites/api/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2011 Petri Lehtinen + * Copyright (c) 2009-2012 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 24fca95..c49d259 100755 --- a/test/suites/encoding-flags/run +++ b/test/suites/encoding-flags/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009-2011 Petri Lehtinen +# Copyright (c) 2009-2012 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 7cb3243..0565584 100755 --- a/test/suites/invalid-unicode/run +++ b/test/suites/invalid-unicode/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009-2011 Petri Lehtinen +# Copyright (c) 2009-2012 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 f8394d7..d15eba3 100755 --- a/test/suites/invalid/run +++ b/test/suites/invalid/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009-2011 Petri Lehtinen +# Copyright (c) 2009-2012 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 4f14d61..170760b 100755 --- a/test/suites/valid/run +++ b/test/suites/valid/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009-2011 Petri Lehtinen +# Copyright (c) 2009-2012 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. -- 2.1.4