From 30fdf6067e7d09e906fb76d45ce79269c02e7232 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Tue, 28 Jan 2014 09:16:05 +0200 Subject: Update copyrights for 2014 --- 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 +- 21 files changed, 21 insertions(+), 21 deletions(-) (limited to 'test') 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 + * Copyright (c) 2009-2014 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 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 +# Copyright (c) 2009-2014 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 9b00438..7ddc7ea 100644 --- a/test/scripts/valgrind.sh +++ b/test/scripts/valgrind.sh @@ -1,4 +1,4 @@ -# Copyright (c) 2009-2013 Petri Lehtinen +# Copyright (c) 2009-2014 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 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 +# Copyright (c) 2009-2014 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 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 + * Copyright (c) 2009-2014 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 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 + * Copyright (c) 2009-2014 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 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 + * Copyright (c) 2009-2014 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 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 + * Copyright (c) 2009-2014 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 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 + * Copyright (c) 2009-2014 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 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 + * Copyright (c) 2009-2014 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 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 + * Copyright (c) 2009-2014 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 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 + * Copyright (c) 2009-2014 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 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 + * Copyright (c) 2009-2014 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 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 + * Copyright (c) 2009-2014 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 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 + * Copyright (c) 2009-2014 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 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 + * Copyright (c) 2009-2014 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 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 + * Copyright (c) 2009-2014 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 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 +# Copyright (c) 2009-2014 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 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 +# Copyright (c) 2009-2014 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 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 +# Copyright (c) 2009-2014 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 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 +# Copyright (c) 2009-2014 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. -- cgit v1.1