aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-02-03 11:36:21 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-02-03 11:36:21 +0200
commitc3feab15f38588dbd677234c17a109c2378308f7 (patch)
treef409252024e186f8d9af17b63a3b372050bbcb22 /tests
parent30d6160edfa6698c82233527750adc6278485b93 (diff)
downloadeclat-c3feab15f38588dbd677234c17a109c2378308f7.tar.gz
eclat-c3feab15f38588dbd677234c17a109c2378308f7.tar.bz2
Update copyright years
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/allocate-address.at2
-rw-r--r--tests/associate-address.at2
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/bidimap.at2
-rw-r--r--tests/create-snapshot.at2
-rw-r--r--tests/decode.at2
-rw-r--r--tests/delete-snapshot.at2
-rw-r--r--tests/describe-addresses.at2
-rw-r--r--tests/describe-availability-zones.at2
-rw-r--r--tests/describe-instance-attribute.at2
-rw-r--r--tests/describe-instance-status.at2
-rw-r--r--tests/describe-instances.at2
-rw-r--r--tests/describe-security-groups.at2
-rw-r--r--tests/describe-snapshots.at2
-rw-r--r--tests/describe-tags.at2
-rw-r--r--tests/describe-volumes.at2
-rw-r--r--tests/dump01.at2
-rw-r--r--tests/dump02.at2
-rw-r--r--tests/exit.at2
-rw-r--r--tests/filemap.at2
-rw-r--r--tests/forlan01.at2
-rw-r--r--tests/gdbmload.c2
-rw-r--r--tests/gdbmmap.at2
-rw-r--r--tests/get-console-output.at2
-rw-r--r--tests/hmac01.at2
-rw-r--r--tests/hmac02.at2
-rw-r--r--tests/hmac03.at2
-rw-r--r--tests/last.at2
-rw-r--r--tests/let.at2
-rw-r--r--tests/listall.at2
-rw-r--r--tests/nullmap.at2
-rw-r--r--tests/print01.at2
-rw-r--r--tests/print02.at2
-rw-r--r--tests/print03.at2
-rw-r--r--tests/seqmap.at2
-rw-r--r--tests/sortnum.at2
-rw-r--r--tests/sortrevnum.at2
-rw-r--r--tests/sortstring.at2
-rw-r--r--tests/sortts.at2
-rw-r--r--tests/start-instances.at2
-rw-r--r--tests/stop-instances.at2
-rw-r--r--tests/tagshairy.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/tforlan.c2
-rw-r--r--tests/thmac.c2
-rw-r--r--tests/trws.c2
-rw-r--r--tests/turlenc.c2
-rw-r--r--tests/txml.c2
-rw-r--r--tests/urlenc01.at2
-rw-r--r--tests/xml01.at2
51 files changed, 51 insertions, 51 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 80b5a4f..b5d2cda 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Eclat
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/allocate-address.at b/tests/allocate-address.at
index 494b3e7..f8b4e53 100644
--- a/tests/allocate-address.at
+++ b/tests/allocate-address.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/associate-address.at b/tests/associate-address.at
index bfc75a8..2f04850 100644
--- a/tests/associate-address.at
+++ b/tests/associate-address.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 132e602..d82bd5e 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,6 +1,6 @@
# @configure_input@ -*- shell-script -*-
# Configurable variable values for Eclat test suite.
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
PATH=@abs_builddir@:@abs_top_builddir@/src:@abs_top_srcdir@/build-aux:$top_srcdir:$srcdir:$PATH
diff --git a/tests/bidimap.at b/tests/bidimap.at
index 01e32b3..491db32 100644
--- a/tests/bidimap.at
+++ b/tests/bidimap.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/create-snapshot.at b/tests/create-snapshot.at
index 3b18de2..193aef9 100644
--- a/tests/create-snapshot.at
+++ b/tests/create-snapshot.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/decode.at b/tests/decode.at
index 4d6eba3..1e1dc3e 100644
--- a/tests/decode.at
+++ b/tests/decode.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/delete-snapshot.at b/tests/delete-snapshot.at
index e87027d..ae9d428 100644
--- a/tests/delete-snapshot.at
+++ b/tests/delete-snapshot.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/describe-addresses.at b/tests/describe-addresses.at
index 395fc20..e697b7b 100644
--- a/tests/describe-addresses.at
+++ b/tests/describe-addresses.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/describe-availability-zones.at b/tests/describe-availability-zones.at
index c47e7be..9009e92 100644
--- a/tests/describe-availability-zones.at
+++ b/tests/describe-availability-zones.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/describe-instance-attribute.at b/tests/describe-instance-attribute.at
index 006f921..7835881 100644
--- a/tests/describe-instance-attribute.at
+++ b/tests/describe-instance-attribute.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/describe-instance-status.at b/tests/describe-instance-status.at
index 495a21a..bbbd56d 100644
--- a/tests/describe-instance-status.at
+++ b/tests/describe-instance-status.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/describe-instances.at b/tests/describe-instances.at
index 089a5ec..6a121cb 100644
--- a/tests/describe-instances.at
+++ b/tests/describe-instances.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/describe-security-groups.at b/tests/describe-security-groups.at
index 6477fbe..057e694 100644
--- a/tests/describe-security-groups.at
+++ b/tests/describe-security-groups.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/describe-snapshots.at b/tests/describe-snapshots.at
index f27a5a8..a37d474 100644
--- a/tests/describe-snapshots.at
+++ b/tests/describe-snapshots.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/describe-tags.at b/tests/describe-tags.at
index 77eb0b3..a7f30a9 100644
--- a/tests/describe-tags.at
+++ b/tests/describe-tags.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/describe-volumes.at b/tests/describe-volumes.at
index eb41017..f5ff663 100644
--- a/tests/describe-volumes.at
+++ b/tests/describe-volumes.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/dump01.at b/tests/dump01.at
index 87a50b9..445316a 100644
--- a/tests/dump01.at
+++ b/tests/dump01.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/dump02.at b/tests/dump02.at
index 95f8035..3c1ddc5 100644
--- a/tests/dump02.at
+++ b/tests/dump02.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/exit.at b/tests/exit.at
index 0ef8738..e8bd694 100644
--- a/tests/exit.at
+++ b/tests/exit.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/filemap.at b/tests/filemap.at
index 79fd5d8..9c6dbbf 100644
--- a/tests/filemap.at
+++ b/tests/filemap.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/forlan01.at b/tests/forlan01.at
index edab856..336d2dd 100644
--- a/tests/forlan01.at
+++ b/tests/forlan01.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/gdbmload.c b/tests/gdbmload.c
index 8a6c117..e7fd5ef 100644
--- a/tests/gdbmload.c
+++ b/tests/gdbmload.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012, 2013 Sergey Poznyakoff.
+ Copyright (C) 2012-2014 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/gdbmmap.at b/tests/gdbmmap.at
index 53e565f..bcc198f 100644
--- a/tests/gdbmmap.at
+++ b/tests/gdbmmap.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/get-console-output.at b/tests/get-console-output.at
index c87a8b9..a1f0a9b 100644
--- a/tests/get-console-output.at
+++ b/tests/get-console-output.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/hmac01.at b/tests/hmac01.at
index 2706dd9..e8cca65 100644
--- a/tests/hmac01.at
+++ b/tests/hmac01.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/hmac02.at b/tests/hmac02.at
index d525637..46d93dd 100644
--- a/tests/hmac02.at
+++ b/tests/hmac02.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/hmac03.at b/tests/hmac03.at
index 9316b15..18a1fe2 100644
--- a/tests/hmac03.at
+++ b/tests/hmac03.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/last.at b/tests/last.at
index 3d4a623..9df6bf5 100644
--- a/tests/last.at
+++ b/tests/last.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/let.at b/tests/let.at
index f925abf..45606fe 100644
--- a/tests/let.at
+++ b/tests/let.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/listall.at b/tests/listall.at
index 29202a7..3a8ef0d 100644
--- a/tests/listall.at
+++ b/tests/listall.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/nullmap.at b/tests/nullmap.at
index dc54be5..060e2fa 100644
--- a/tests/nullmap.at
+++ b/tests/nullmap.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/print01.at b/tests/print01.at
index b4872aa..3959f73 100644
--- a/tests/print01.at
+++ b/tests/print01.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/print02.at b/tests/print02.at
index f50e93d..5576c27 100644
--- a/tests/print02.at
+++ b/tests/print02.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/print03.at b/tests/print03.at
index 4e27356..cb3c4c2 100644
--- a/tests/print03.at
+++ b/tests/print03.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/seqmap.at b/tests/seqmap.at
index 0a93596..b1ac656 100644
--- a/tests/seqmap.at
+++ b/tests/seqmap.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/sortnum.at b/tests/sortnum.at
index b9d9362..1224ab0 100644
--- a/tests/sortnum.at
+++ b/tests/sortnum.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/sortrevnum.at b/tests/sortrevnum.at
index 3fdae30..86c5af3 100644
--- a/tests/sortrevnum.at
+++ b/tests/sortrevnum.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/sortstring.at b/tests/sortstring.at
index c1d6902..07e4c73 100644
--- a/tests/sortstring.at
+++ b/tests/sortstring.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/sortts.at b/tests/sortts.at
index edeb0eb..560135a 100644
--- a/tests/sortts.at
+++ b/tests/sortts.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/start-instances.at b/tests/start-instances.at
index 5190915..6ea7de8 100644
--- a/tests/start-instances.at
+++ b/tests/start-instances.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/stop-instances.at b/tests/stop-instances.at
index da75afc..81016d8 100644
--- a/tests/stop-instances.at
+++ b/tests/stop-instances.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/tagshairy.at b/tests/tagshairy.at
index 6fa4b4c..d26e739 100644
--- a/tests/tagshairy.at
+++ b/tests/tagshairy.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 7546999..5e4d2ee 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,5 +1,5 @@
# This file is part of Eclat -*- Autotest -*-
-# Copyright (C) 2012, 2013 Sergey Poznyakoff
+# Copyright (C) 2012-2014 Sergey Poznyakoff
#
# Eclat is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tests/tforlan.c b/tests/tforlan.c
index fe3ee50..10010b5 100644
--- a/tests/tforlan.c
+++ b/tests/tforlan.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012, 2013 Sergey Poznyakoff.
+ Copyright (C) 2012-2014 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/thmac.c b/tests/thmac.c
index 5c957dc..5b05813 100644
--- a/tests/thmac.c
+++ b/tests/thmac.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012, 2013 Sergey Poznyakoff.
+ Copyright (C) 2012-2014 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/trws.c b/tests/trws.c
index a3cfa80..9cf0120 100644
--- a/tests/trws.c
+++ b/tests/trws.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012, 2013 Sergey Poznyakoff.
+ Copyright (C) 2012-2014 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/turlenc.c b/tests/turlenc.c
index bac6209..c709dd6 100644
--- a/tests/turlenc.c
+++ b/tests/turlenc.c
@@ -1,5 +1,5 @@
/* This file is part of Eclat.
- Copyright (C) 2012, 2013 Sergey Poznyakoff.
+ Copyright (C) 2012-2014 Sergey Poznyakoff.
Eclat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/txml.c b/tests/txml.c
index 9c001dd..c663db0 100644
--- a/tests/txml.c
+++ b/