aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/bind00.at2
-rw-r--r--tests/cfhelp.at2
-rw-r--r--tests/distck.at2
-rw-r--r--tests/empty.at2
-rw-r--r--tests/enum.at2
-rw-r--r--tests/format00.at2
-rw-r--r--tests/format01.at2
-rw-r--r--tests/format02.at2
-rw-r--r--tests/gcf1.conf2
-rw-r--r--tests/gcfenum.c2
-rw-r--r--tests/gcffmt.c2
-rw-r--r--tests/gcfpeek.c2
-rw-r--r--tests/gcfset.c2
-rw-r--r--tests/gcfver.c2
-rw-r--r--tests/glob00.at2
-rw-r--r--tests/glob01.at2
-rw-r--r--tests/glob02.at2
-rw-r--r--tests/glob03.at2
-rw-r--r--tests/glob04.at2
-rw-r--r--tests/glob05.at2
-rw-r--r--tests/grecs00.at2
-rw-r--r--tests/incl00.at2
-rw-r--r--tests/incl01.at2
-rw-r--r--tests/incl02.at2
-rw-r--r--tests/incl03.at2
-rw-r--r--tests/join.at2
-rw-r--r--tests/locus-bind.at2
-rw-r--r--tests/locus-git.at2
-rw-r--r--tests/locus-meta1.at2
-rw-r--r--tests/locus00.at2
-rw-r--r--tests/locus01.at2
-rw-r--r--tests/locus02.at2
-rw-r--r--tests/parser-bind.at2
-rw-r--r--tests/parser-git.at2
-rw-r--r--tests/parser-meta1.at2
-rw-r--r--tests/path-locus.at2
-rw-r--r--tests/peek00.at2
-rw-r--r--tests/peek01.at2
-rw-r--r--tests/peek02.at2
-rw-r--r--tests/peek03.at2
-rw-r--r--tests/reduce00.at2
-rw-r--r--tests/reduce01.at2
-rw-r--r--tests/reduce02.at2
-rw-r--r--tests/reduce03.at2
-rw-r--r--tests/set.at2
-rw-r--r--tests/sort00.at2
-rw-r--r--tests/sort01.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/vercmp.at2
-rw-r--r--tests/wordsplit.at2
-rw-r--r--tests/wsp.c2
53 files changed, 53 insertions, 53 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a39f81b..ed0ecef 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of grecs - Gray's Extensible Configuration System
-# Copyright (C) 2007, 2009-2014 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2015 Sergey Poznyakoff
#
# Grecs 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 a2b8bf5..e82fc9f 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,6 +1,6 @@
# @configure_input@ -*- shell-script -*-
# Configurable variable values for Grecs test suite.
-# Copyright (C) 2011-2012 Sergey Poznyakoff
+# Copyright (C) 2011-2012, 2015 Sergey Poznyakoff
PATH=@abs_builddir@:$PATH
diff --git a/tests/bind00.at b/tests/bind00.at
index efd75f4..c3e00a4 100644
--- a/tests/bind00.at
+++ b/tests/bind00.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2011-2012 Sergey Poznyakoff
+# Copyright (C) 2011-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/cfhelp.at b/tests/cfhelp.at
index 78b75e6..22079a7 100644
--- a/tests/cfhelp.at
+++ b/tests/cfhelp.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/distck.at b/tests/distck.at
index 06efd11..7a36751 100644
--- a/tests/distck.at
+++ b/tests/distck.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/empty.at b/tests/empty.at
index 573bf10..678c281 100644
--- a/tests/empty.at
+++ b/tests/empty.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2011-2012 Sergey Poznyakoff
+# Copyright (C) 2011-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/enum.at b/tests/enum.at
index 193af94..b5f67cf 100644
--- a/tests/enum.at
+++ b/tests/enum.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/format00.at b/tests/format00.at
index 45f5141..9c19a8d 100644
--- a/tests/format00.at
+++ b/tests/format00.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/format01.at b/tests/format01.at
index e69cba1..e576955 100644
--- a/tests/format01.at
+++ b/tests/format01.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/format02.at b/tests/format02.at
index 6e860a1..b6be696 100644
--- a/tests/format02.at
+++ b/tests/format02.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/gcf1.conf b/tests/gcf1.conf
index 0801cdb..870e994 100644
--- a/tests/gcf1.conf
+++ b/tests/gcf1.conf
@@ -1,5 +1,5 @@
# This file is part of grecs - Gray's Extensible Configuration System
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/gcfenum.c b/tests/gcfenum.c
index 874a97f..4b4a130 100644
--- a/tests/gcfenum.c
+++ b/tests/gcfenum.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/tests/gcffmt.c b/tests/gcffmt.c
index f9bfaab..4fa6d80 100644
--- a/tests/gcffmt.c
+++ b/tests/gcffmt.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/tests/gcfpeek.c b/tests/gcfpeek.c
index 8633e3f..d7f4689 100644
--- a/tests/gcfpeek.c
+++ b/tests/gcfpeek.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/tests/gcfset.c b/tests/gcfset.c
index d86c37a..cfd426c 100644
--- a/tests/gcfset.c
+++ b/tests/gcfset.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/tests/gcfver.c b/tests/gcfver.c
index bad90d3..45052b4 100644
--- a/tests/gcfver.c
+++ b/tests/gcfver.c
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System
- Copyright (C) 2007-2012 Sergey Poznyakoff
+ Copyright (C) 2007-2012, 2015 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/tests/glob00.at b/tests/glob00.at
index bf0d95f..9788937 100644
--- a/tests/glob00.at
+++ b/tests/glob00.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/glob01.at b/tests/glob01.at
index 7ce5edb..e242955 100644
--- a/tests/glob01.at
+++ b/tests/glob01.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/glob02.at b/tests/glob02.at
index 70fc45e..f28c4bd 100644
--- a/tests/glob02.at
+++ b/tests/glob02.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/glob03.at b/tests/glob03.at
index 53090a7..dae81bd 100644
--- a/tests/glob03.at
+++ b/tests/glob03.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/glob04.at b/tests/glob04.at
index f65fc0c..1ab2cfb 100644
--- a/tests/glob04.at
+++ b/tests/glob04.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2012 Sergey Poznyakoff
+# Copyright (C) 2012, 2015 Sergey Poznyakoff
#
# Grecs 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/glob05.at b/tests/glob05.at
index 414bd67..2e83333 100644
--- a/tests/glob05.at
+++ b/tests/glob05.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2012 Sergey Poznyakoff
+# Copyright (C) 2012, 2015 Sergey Poznyakoff
#
# Grecs 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/grecs00.at b/tests/grecs00.at
index b341915..d6da688 100644
--- a/tests/grecs00.at
+++ b/tests/grecs00.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2011-2012 Sergey Poznyakoff
+# Copyright (C) 2011-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/incl00.at b/tests/incl00.at
index bb99fd2..0707589 100644
--- a/tests/incl00.at
+++ b/tests/incl00.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2014 Sergey Poznyakoff
+# Copyright (C) 2014-2015 Sergey Poznyakoff
#
# Grecs 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/incl01.at b/tests/incl01.at
index 0be469b..4b4cce6 100644
--- a/tests/incl01.at
+++ b/tests/incl01.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2014 Sergey Poznyakoff
+# Copyright (C) 2014-2015 Sergey Poznyakoff
#
# Grecs 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/incl02.at b/tests/incl02.at
index edf83c3..2a04094 100644
--- a/tests/incl02.at
+++ b/tests/incl02.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2014 Sergey Poznyakoff
+# Copyright (C) 2014-2015 Sergey Poznyakoff
#
# Grecs 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/incl03.at b/tests/incl03.at
index 201222f..44d5f34 100644
--- a/tests/incl03.at
+++ b/tests/incl03.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2014 Sergey Poznyakoff
+# Copyright (C) 2014-2015 Sergey Poznyakoff
#
# Grecs 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/join.at b/tests/join.at
index 53420ef..adf8e58 100644
--- a/tests/join.at
+++ b/tests/join.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/locus-bind.at b/tests/locus-bind.at
index 2d17774..8193e07 100644
--- a/tests/locus-bind.at
+++ b/tests/locus-bind.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/locus-git.at b/tests/locus-git.at
index 5a1fd8a..c774ddb 100644
--- a/tests/locus-git.at
+++ b/tests/locus-git.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2011-2012 Sergey Poznyakoff
+# Copyright (C) 2011-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/locus-meta1.at b/tests/locus-meta1.at
index 16befbf..cf202f7 100644
--- a/tests/locus-meta1.at
+++ b/tests/locus-meta1.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/locus00.at b/tests/locus00.at
index d215de5..0fa23a7 100644
--- a/tests/locus00.at
+++ b/tests/locus00.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/locus01.at b/tests/locus01.at
index a0d38fa..8fd1a77 100644
--- a/tests/locus01.at
+++ b/tests/locus01.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/locus02.at b/tests/locus02.at
index 2560682..432c6ed 100644
--- a/tests/locus02.at
+++ b/tests/locus02.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/parser-bind.at b/tests/parser-bind.at
index ba53291..a43761f 100644
--- a/tests/parser-bind.at
+++ b/tests/parser-bind.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2011-2012 Sergey Poznyakoff
+# Copyright (C) 2011-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/parser-git.at b/tests/parser-git.at
index 55c6a38..b9f66bf 100644
--- a/tests/parser-git.at
+++ b/tests/parser-git.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2011-2012 Sergey Poznyakoff
+# Copyright (C) 2011-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/parser-meta1.at b/tests/parser-meta1.at
index f574787..ec4aefd 100644
--- a/tests/parser-meta1.at
+++ b/tests/parser-meta1.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2011-2012 Sergey Poznyakoff
+# Copyright (C) 2011-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/path-locus.at b/tests/path-locus.at
index 99fbd9f..f0066c0 100644
--- a/tests/path-locus.at
+++ b/tests/path-locus.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2011-2012 Sergey Poznyakoff
+# Copyright (C) 2011-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/peek00.at b/tests/peek00.at
index d4be482..e74e6a9 100644
--- a/tests/peek00.at
+++ b/tests/peek00.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/peek01.at b/tests/peek01.at
index b36d356..55dc994 100644
--- a/tests/peek01.at
+++ b/tests/peek01.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/peek02.at b/tests/peek02.at
index a49eb04..e9e895f 100644
--- a/tests/peek02.at
+++ b/tests/peek02.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/peek03.at b/tests/peek03.at
index 5b67761..f506479 100644
--- a/tests/peek03.at
+++ b/tests/peek03.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/reduce00.at b/tests/reduce00.at
index 590d540..01ce00f 100644
--- a/tests/reduce00.at
+++ b/tests/reduce00.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/reduce01.at b/tests/reduce01.at
index cc45eaa..8f45a94 100644
--- a/tests/reduce01.at
+++ b/tests/reduce01.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/reduce02.at b/tests/reduce02.at
index a6a3977..7900247 100644
--- a/tests/reduce02.at
+++ b/tests/reduce02.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/reduce03.at b/tests/reduce03.at
index 8b954e1..e85f246 100644
--- a/tests/reduce03.at
+++ b/tests/reduce03.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/set.at b/tests/set.at
index c3895d6..65234db 100644
--- a/tests/set.at
+++ b/tests/set.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff
+# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff
#
# Grecs 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/sort00.at b/tests/sort00.at
index 96633c9..85d54ca 100644
--- a/tests/sort00.at
+++ b/tests/sort00.at
@@ -1,5 +1,5 @@
# This file is part of grecs -*- Autotest -*-
-# Copyright (C) 2007, 2009-2012 Ser