From 08dc8d9bafcb13bb1541894918f4a394e644e6e1 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Tue, 2 Feb 2010 21:26:11 +0200 Subject: [PATCH] Add year 2010 to copyright notices --- 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_private.h | 2 +- src/load.c | 2 +- src/strbuffer.c | 2 +- src/strbuffer.h | 2 +- src/utf.c | 2 +- src/utf.h | 2 +- src/util.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_equal.c | 2 +- test/suites/api/test_load.c | 2 +- test/suites/api/test_number.c | 2 +- test/suites/api/test_object.c | 2 +- test/suites/api/test_simple.c | 2 +- test/suites/api/util.h | 2 +- test/suites/encoding-flags/run | 2 +- test/suites/invalid-strip/run | 2 +- test/suites/invalid-unicode/run | 2 +- test/suites/invalid/run | 2 +- test/suites/valid-strip/run | 2 +- test/suites/valid/run | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/LICENSE b/LICENSE index 6c6dbed..552b349 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009 Petri Lehtinen +Copyright (c) 2009, 2010 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 06530e3..f4ec126 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -43,7 +43,7 @@ master_doc = 'index' # General information about the project. project = u'Jansson' -copyright = u'2009, Petri Lehtinen' +copyright = u'2009, 2010 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 506b2ee..8dcc0be 100644 --- a/doc/ext/refcounting.py +++ b/doc/ext/refcounting.py @@ -19,7 +19,7 @@ - :copyright: Copyright 2009 Petri Lehtinen + :copyright: Copyright (c) 2009, 2010 Petri Lehtinen :license: MIT, see LICENSE for details. """ diff --git a/doc/github_commits.c b/doc/github_commits.c index 75b5d34..8a362eb 100644 --- a/doc/github_commits.c +++ b/doc/github_commits.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 ba70f8d..e8ae440 100644 --- a/src/dump.c +++ b/src/dump.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 05dc167..1f8abf4 100644 --- a/src/hashtable.c +++ b/src/hashtable.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 81a0af5..e055d9f 100644 --- a/src/hashtable.h +++ b/src/hashtable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 73f6ce0..78094a7 100644 --- a/src/jansson.h +++ b/src/jansson.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 3e9bb7f..3045956 100644 --- a/src/jansson_private.h +++ b/src/jansson_private.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 4d08139..bcc7aa7 100644 --- a/src/load.c +++ b/src/load.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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.c b/src/strbuffer.c index 1a71a53..3496024 100644 --- a/src/strbuffer.c +++ b/src/strbuffer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 4afefa9..f4c5f77 100644 --- a/src/strbuffer.h +++ b/src/strbuffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 dda80f0..9f4cb93 100644 --- a/src/utf.c +++ b/src/utf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 03fba69..95abdc9 100644 --- a/src/utf.h +++ b/src/utf.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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/util.h b/src/util.h index 66066c5..06a547b 100644 --- a/src/util.h +++ b/src/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 01e180e..345ff8e 100644 --- a/src/value.c +++ b/src/value.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 794e307..809c4d4 100644 --- a/test/bin/json_process.c +++ b/test/bin/json_process.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 5d140ff..4b5e589 100644 --- a/test/scripts/run-tests.sh +++ b/test/scripts/run-tests.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2009 Petri Lehtinen +# Copyright (c) 2009, 2010 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 39cda0d..cea628f 100644 --- a/test/scripts/valgrind.sh +++ b/test/scripts/valgrind.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2009 Petri Lehtinen +# Copyright (c) 2009, 2010 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 8688e0f..e01148d 100755 --- a/test/suites/api/run +++ b/test/suites/api/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009 Petri Lehtinen +# Copyright (c) 2009, 2010 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 45bfefd..089d9fb 100644 --- a/test/suites/api/test_array.c +++ b/test/suites/api/test_array.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 9452183..54c1d28 100644 --- a/test/suites/api/test_copy.c +++ b/test/suites/api/test_copy.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 ab2edcd..111ee26 100644 --- a/test/suites/api/test_equal.c +++ b/test/suites/api/test_equal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 4d8fa88..0934ea8 100644 --- a/test/suites/api/test_load.c +++ b/test/suites/api/test_load.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 a634125..6a6524b 100644 --- a/test/suites/api/test_number.c +++ b/test/suites/api/test_number.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 849dac0..67a93c8 100644 --- a/test/suites/api/test_object.c +++ b/test/suites/api/test_object.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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_simple.c b/test/suites/api/test_simple.c index 0284879..45f22c7 100644 --- a/test/suites/api/test_simple.c +++ b/test/suites/api/test_simple.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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/util.h b/test/suites/api/util.h index ec8e0e4..639a6c4 100644 --- a/test/suites/api/util.h +++ b/test/suites/api/util.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Petri Lehtinen + * Copyright (c) 2009, 2010 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 a65fe5b..5586de5 100755 --- a/test/suites/encoding-flags/run +++ b/test/suites/encoding-flags/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009 Petri Lehtinen +# Copyright (c) 2009, 2010 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-strip/run b/test/suites/invalid-strip/run index 1c6130d..6340ef4 100755 --- a/test/suites/invalid-strip/run +++ b/test/suites/invalid-strip/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009 Petri Lehtinen +# Copyright (c) 2009, 2010 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 1c6130d..6340ef4 100755 --- a/test/suites/invalid-unicode/run +++ b/test/suites/invalid-unicode/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009 Petri Lehtinen +# Copyright (c) 2009, 2010 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 1c6130d..6340ef4 100755 --- a/test/suites/invalid/run +++ b/test/suites/invalid/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009 Petri Lehtinen +# Copyright (c) 2009, 2010 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-strip/run b/test/suites/valid-strip/run index aec5649..084e620 100755 --- a/test/suites/valid-strip/run +++ b/test/suites/valid-strip/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009 Petri Lehtinen +# Copyright (c) 2009, 2010 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 aec5649..084e620 100755 --- a/test/suites/valid/run +++ b/test/suites/valid/run @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2009 Petri Lehtinen +# Copyright (c) 2009, 2010 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