aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2013-07-23 13:20:06 +0300
committerPetri Lehtinen <petri@digip.org>2013-07-23 13:20:06 +0300
commit2489ea90b1ddf4e94bfc898badec785a743b1766 (patch)
tree10a5aa2dc56d98b0d3fb2498541f5e1d46680f5a /test
parent11d45b0090be38423587ef8d1a0215937932223e (diff)
downloadjansson-2489ea90b1ddf4e94bfc898badec785a743b1766.zip
jansson-2489ea90b1ddf4e94bfc898badec785a743b1766.tar.gz
jansson-2489ea90b1ddf4e94bfc898badec785a743b1766.tar.bz2
Update copyrights for 2013
Diffstat (limited to 'test')
-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
20 files changed, 20 insertions, 20 deletions
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 <petri@digip.org>
+# Copyright (c) 2009-2013 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 5c1c794..9b00438 100644
--- a/test/scripts/valgrind.sh
+++ b/test/scripts/valgrind.sh
@@ -1,4 +1,4 @@
-# Copyright (c) 2009-2012 Petri Lehtinen <petri@digip.org>
+# Copyright (c) 2009-2013 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 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 <petri@digip.org>
+# Copyright (c) 2009-2013 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 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 <petri@digip.org>
+ * Copyright (c) 2009-2013 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 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 <petri@digip.org>
+ * Copyright (c) 2009-2013 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 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 <petri@digip.org>
+ * Copyright (c) 2009-2013 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 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 <petri@digip.org>
+ * Copyright (c) 2009-2013 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 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 <petri@digip.org>
+ * Copyright (c) 2009-2013 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 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 <petri@digip.org>
+ * Copyright (c) 2009-2013 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 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 <petri@digip.org>
+ * Copyright (c) 2009-2013 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 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 <petri@digip.org>
+ * Copyright (c) 2009-2013 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 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 <petri@digip.org>
+ * Copyright (c) 2009-2013 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 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 <petri@digip.org>
+ * Copyright (c) 2009-2013 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 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 <petri@digip.org>
+ * Copyright (c) 2009-2013 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 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 <petri@digip.org>
+ * Copyright (c) 2009-2013 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 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 <petri@digip.org>
+ * Copyright (c) 2009-2013 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 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 <petri@digip.org>
+# Copyright (c) 2009-2013 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 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 <petri@digip.org>
+# Copyright (c) 2009-2013 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 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 <petri@digip.org>
+# Copyright (c) 2009-2013 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 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 <petri@digip.org>
+# Copyright (c) 2009-2013 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.