aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2016-09-18 14:17:03 +0300
committerPetri Lehtinen <petri@digip.org>2016-09-18 14:17:03 +0300
commit074bb3838f83c8ed5b2ec3ec075c9405e6589214 (patch)
tree8f3cb9bbf4aafb3e2abcf8c6943c498392673482 /test
parent3ba3b23fdc6a980d1e1176ebd0839ec1b53f767b (diff)
downloadjansson-074bb3838f83c8ed5b2ec3ec075c9405e6589214.zip
jansson-074bb3838f83c8ed5b2ec3ec075c9405e6589214.tar.gz
jansson-074bb3838f83c8ed5b2ec3ec075c9405e6589214.tar.bz2
Update copyrights for 2016
Diffstat (limited to 'test')
-rw-r--r--test/bin/json_process.c2
-rw-r--r--test/scripts/run-tests.sh2
-rw-r--r--test/scripts/valgrind.sh2
-rwxr-xr-xtest/suites/api/run2
-rw-r--r--test/suites/api/test_array.c2
-rw-r--r--test/suites/api/test_copy.c2
-rw-r--r--test/suites/api/test_dump.c2
-rw-r--r--test/suites/api/test_dump_callback.c2
-rw-r--r--test/suites/api/test_equal.c2
-rw-r--r--test/suites/api/test_load.c2
-rw-r--r--test/suites/api/test_loadb.c2
-rw-r--r--test/suites/api/test_number.c2
-rw-r--r--test/suites/api/test_object.c2
-rw-r--r--test/suites/api/test_pack.c2
-rw-r--r--test/suites/api/test_simple.c2
-rw-r--r--test/suites/api/test_unpack.c2
-rw-r--r--test/suites/api/util.h2
-rwxr-xr-xtest/suites/encoding-flags/run2
-rwxr-xr-xtest/suites/invalid-unicode/run2
-rwxr-xr-xtest/suites/invalid/run2
-rwxr-xr-xtest/suites/valid/run2
21 files changed, 21 insertions, 21 deletions
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 <petri@digip.org>
+ * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
*
* 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 <petri@digip.org>
+# Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
#
# 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 <petri@digip.org>
+# Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
#
# 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 <petri@digip.org>
+# Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
#
# 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 <petri@digip.org>
+ * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
*
* 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 <petri@digip.org>
+ * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
*
* 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 <petri@digip.org>
+ * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
*
* 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 <petri@digip.org>
+ * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
*
* 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 <petri@digip.org>
+ * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
*
* 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 <petri@digip.org>
+ * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
*
* 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 <petri@digip.org>
+ * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
*
* 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 <petri@digip.org>
+ * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
*
* 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 <petri@digip.org>
+ * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
*
* 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 <petri@digip.org>
+ * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
* Copyright (c) 2010-2012 Graeme Smecher <graeme.smecher@mail.mcgill.ca>
*
* 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 <petri@digip.org>
+ * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
*
* 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 <petri@digip.org>
+ * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
* Copyright (c) 2010-2012 Graeme Smecher <graeme.smecher@mail.mcgill.ca>
*
* 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 <petri@digip.org>
+ * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
*
* 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 <petri@digip.org>
+# Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
#
# 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 <petri@digip.org>
+# Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
#
# 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 <petri@digip.org>
+# Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
#
# 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 <petri@digip.org>
+# Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org>
#
# Jansson is free software; you can redistribute it and/or modify
# it under the terms of the MIT license. See LICENSE for details.