From 1d9ad0a97161772e423160d13209676778d6fca1 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 3 Jan 2012 13:31:36 +0200 Subject: Happy GNU Year --- Makefile.am | 2 +- NEWS | 2 +- README.hacking | 2 +- README.standalone | 2 +- README.submodule | 2 +- am/grecs.m4 | 2 +- build-aux/getopt.m4 | 2 +- build-aux/git2chg.awk | 2 +- build-aux/yyrename | 2 +- configure.ac | 2 +- doc/GRECS_SETUP.3 | 2 +- doc/Makefile.am | 2 +- doc/grecs-syntax.texi | 2 +- doc/grecs_asprintf.3 | 2 +- doc/grecs_config.5 | 2 +- doc/grecs_error.3 | 2 +- doc/grecs_format_locus.3 | 2 +- doc/grecs_format_node.3 | 2 +- doc/grecs_format_node_path.3 | 2 +- doc/grecs_format_value.3 | 2 +- doc/grecs_include_path_setup.3 | 2 +- doc/grecs_malloc.3 | 2 +- doc/grecs_node_free.3 | 2 +- doc/grecs_parse.3 | 2 +- doc/grecs_stmt_path.5 | 2 +- doc/grecs_strdup.3 | 2 +- doc/grecs_tree_free.3 | 2 +- doc/tmpl.3 | 2 +- src/Make-inst.am | 2 +- src/Make-shared.am | 2 +- src/Make-static.am | 2 +- src/Make.am | 2 +- src/asprintf.c | 2 +- src/bind-gram.y | 2 +- src/bind-lex.l | 2 +- src/diag.c | 2 +- src/format.c | 2 +- src/git-parser.c | 2 +- src/grecs-gram.y | 2 +- src/grecs-lex.l | 2 +- src/grecs-locus.h | 2 +- src/grecs.h | 2 +- src/join.c | 2 +- src/libgrecs.m4 | 2 +- src/lineacc.c | 2 +- src/list.c | 2 +- src/lookup.c | 2 +- src/mem.c | 2 +- src/meta1-gram.y | 2 +- src/meta1-lex.l | 2 +- src/parser.c | 2 +- src/parsertab.c | 2 +- src/path-parser.c | 2 +- src/pp-setup | 2 +- src/preproc.c | 2 +- src/sort.c | 2 +- src/symtab.c | 2 +- src/text.c | 2 +- src/tree.c | 2 +- src/txtacc.c | 2 +- src/version.c | 2 +- src/wordsplit.c | 2 +- src/wordsplit.h | 2 +- src/yytrans | 2 +- tests/Makefile.am | 2 +- tests/atlocal.in | 2 +- tests/bind00.at | 2 +- tests/cfhelp.at | 2 +- tests/distck.at | 2 +- tests/empty.at | 2 +- tests/enum.at | 2 +- tests/format00.at | 2 +- tests/format01.at | 2 +- tests/format02.at | 2 +- tests/gcf1.conf | 2 +- tests/gcfenum.c | 2 +- tests/gcffmt.c | 2 +- tests/gcfpeek.c | 2 +- tests/gcfset.c | 2 +- tests/gcfver.c | 2 +- tests/glob00.at | 2 +- tests/glob01.at | 2 +- tests/glob02.at | 2 +- tests/glob03.at | 2 +- tests/grecs00.at | 2 +- tests/join.at | 2 +- tests/locus-bind.at | 2 +- tests/locus-git.at | 2 +- tests/locus-meta1.at | 2 +- tests/locus00.at | 2 +- tests/locus01.at | 2 +- tests/locus02.at | 2 +- tests/parser-bind.at | 2 +- tests/parser-git.at | 2 +- tests/parser-meta1.at | 2 +- tests/path-locus.at | 2 +- tests/peek00.at | 2 +- tests/peek01.at | 2 +- tests/peek02.at | 2 +- tests/peek03.at | 2 +- tests/reduce00.at | 2 +- tests/reduce01.at | 2 +- tests/reduce02.at | 2 +- tests/reduce03.at | 2 +- tests/set.at | 2 +- tests/testsuite.at | 2 +- tests/vercmp.at | 2 +- 107 files changed, 107 insertions(+), 107 deletions(-) diff --git a/Makefile.am b/Makefile.am index 229c1dd..95f1796 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # This file is part of Grecs -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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/NEWS b/NEWS index c7a2021..a1936b0 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ Grecs NEWS -- history of user-visible changes. 2011-05-07 -Copyright (C) 2011 Sergey Poznyakoff +Copyright (C) 2011-2012 Sergey Poznyakoff See the end of file for copying conditions. Please send libgrecs bug reports to diff --git a/README.hacking b/README.hacking index 798e6ca..5c55ba8 100644 --- a/README.hacking +++ b/README.hacking @@ -1,5 +1,5 @@ Grecs README -Copyright (C) 2011 Sergey Poznyakoff +Copyright (C) 2011-2012 Sergey Poznyakoff See the end of file for copying conditions. * Introduction diff --git a/README.standalone b/README.standalone index c59d61c..4d8d70a 100644 --- a/README.standalone +++ b/README.standalone @@ -1,5 +1,5 @@ Grecs README -Copyright (C) 2011 Sergey Poznyakoff +Copyright (C) 2011-2012 Sergey Poznyakoff See the end of file for copying conditions. * Introduction diff --git a/README.submodule b/README.submodule index 3067e92..7c93616 100644 --- a/README.submodule +++ b/README.submodule @@ -1,5 +1,5 @@ Grecs README -Copyright (C) 2011 Sergey Poznyakoff +Copyright (C) 2011-2012 Sergey Poznyakoff See the end of file for copying conditions. * Introduction diff --git a/am/grecs.m4 b/am/grecs.m4 index 28a69e0..6812215 100644 --- a/am/grecs.m4 +++ b/am/grecs.m4 @@ -1,5 +1,5 @@ # This file is part of grecs - Gray's Extensible Configuration System -*- autoconf -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff # # Grex 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/build-aux/getopt.m4 b/build-aux/getopt.m4 index 93f6479..880d81c 100644 --- a/build-aux/getopt.m4 +++ b/build-aux/getopt.m4 @@ -1,5 +1,5 @@ dnl This file is part of grecs -dnl Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +dnl Copyright (C) 2007, 2009-2012 Sergey Poznyakoff dnl dnl Grecs is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/build-aux/git2chg.awk b/build-aux/git2chg.awk index 11e2f1c..1e75254 100644 --- a/build-aux/git2chg.awk +++ b/build-aux/git2chg.awk @@ -1,5 +1,5 @@ # This file is part of grecs -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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/build-aux/yyrename b/build-aux/yyrename index 077aec3..db43071 100755 --- a/build-aux/yyrename +++ b/build-aux/yyrename @@ -1,6 +1,6 @@ #! /bin/sh # Rename yy.* identifiers to avoid name clashes. This file is part of Grecs. -# Copyright (C) 2011 Sergey Poznyakoff +# Copyright (C) 2011-2012 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/configure.ac b/configure.ac index 816de11..b3c455c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # This file is part of Grecs -*- autoconf -*- -# Copyright (C) 2011 Sergey Poznyakoff +# Copyright (C) 2011-2012 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/doc/GRECS_SETUP.3 b/doc/GRECS_SETUP.3 index 0868ca7..d028854 100644 --- a/doc/GRECS_SETUP.3 +++ b/doc/GRECS_SETUP.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/doc/Makefile.am b/doc/Makefile.am index 9ee12bf..239abde 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ # This file is part of grecs - Gray's Extensible Configuration System -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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/doc/grecs-syntax.texi b/doc/grecs-syntax.texi index 9b5d6c1..c10cab6 100644 --- a/doc/grecs-syntax.texi +++ b/doc/grecs-syntax.texi @@ -1,5 +1,5 @@ @c This file is part of grecs - Gray's Extensible Configuration System -@c Copyright (C) 2007, 2009, 2010, 2011 Sergey Poznyakoff +@c Copyright (C) 2007, 2009-2012 Sergey Poznyakoff @c @c Grecs is free software; you can redistribute it and/or modify @c it under the terms of the GNU General Public License as published by diff --git a/doc/grecs_asprintf.3 b/doc/grecs_asprintf.3 index daa7f83..5b14e83 100644 --- a/doc/grecs_asprintf.3 +++ b/doc/grecs_asprintf.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/doc/grecs_config.5 b/doc/grecs_config.5 index e4ad4f3..80f7bcc 100644 --- a/doc/grecs_config.5 +++ b/doc/grecs_config.5 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/doc/grecs_error.3 b/doc/grecs_error.3 index 1c2b62f..fac92b1 100644 --- a/doc/grecs_error.3 +++ b/doc/grecs_error.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/doc/grecs_format_locus.3 b/doc/grecs_format_locus.3 index 83c9c0b..3cff389 100644 --- a/doc/grecs_format_locus.3 +++ b/doc/grecs_format_locus.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/doc/grecs_format_node.3 b/doc/grecs_format_node.3 index dd87ca7..4146328 100644 --- a/doc/grecs_format_node.3 +++ b/doc/grecs_format_node.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/doc/grecs_format_node_path.3 b/doc/grecs_format_node_path.3 index ed687db..1b2a0fc 100644 --- a/doc/grecs_format_node_path.3 +++ b/doc/grecs_format_node_path.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/doc/grecs_format_value.3 b/doc/grecs_format_value.3 index 918e972..a2712b6 100644 --- a/doc/grecs_format_value.3 +++ b/doc/grecs_format_value.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/doc/grecs_include_path_setup.3 b/doc/grecs_include_path_setup.3 index a29173a..ef25f98 100644 --- a/doc/grecs_include_path_setup.3 +++ b/doc/grecs_include_path_setup.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/doc/grecs_malloc.3 b/doc/grecs_malloc.3 index 7f01df8..5902707 100644 --- a/doc/grecs_malloc.3 +++ b/doc/grecs_malloc.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/doc/grecs_node_free.3 b/doc/grecs_node_free.3 index c154300..09423f3 100644 --- a/doc/grecs_node_free.3 +++ b/doc/grecs_node_free.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/doc/grecs_parse.3 b/doc/grecs_parse.3 index a8b70ca..91ee4c4 100644 --- a/doc/grecs_parse.3 +++ b/doc/grecs_parse.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/doc/grecs_stmt_path.5 b/doc/grecs_stmt_path.5 index ffe146b..7548dca 100644 --- a/doc/grecs_stmt_path.5 +++ b/doc/grecs_stmt_path.5 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/doc/grecs_strdup.3 b/doc/grecs_strdup.3 index 8bfdd5f..4fa8891 100644 --- a/doc/grecs_strdup.3 +++ b/doc/grecs_strdup.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/doc/grecs_tree_free.3 b/doc/grecs_tree_free.3 index d8f1fec..89351db 100644 --- a/doc/grecs_tree_free.3 +++ b/doc/grecs_tree_free.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/doc/tmpl.3 b/doc/tmpl.3 index fa4bb74..f13272a 100644 --- a/doc/tmpl.3 +++ b/doc/tmpl.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +.\" Copyright (C) 2007, 2009-2012 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/src/Make-inst.am b/src/Make-inst.am index c6860c5..65495bc 100644 --- a/src/Make-inst.am +++ b/src/Make-inst.am @@ -1,5 +1,5 @@ # This file is part of grecs - Gray's Extensible Configuration System -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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/src/Make-shared.am b/src/Make-shared.am index 8d9f9ff..f238f89 100644 --- a/src/Make-shared.am +++ b/src/Make-shared.am @@ -1,5 +1,5 @@ # This file is part of grecs - Gray's Extensible Configuration System -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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/src/Make-static.am b/src/Make-static.am index 709cfb7..553a35f 100644 --- a/src/Make-static.am +++ b/src/Make-static.am @@ -1,5 +1,5 @@ # This file is part of grecs - Gray's Extensible Configuration System -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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/src/Make.am b/src/Make.am index 286bf4c..e5143dd 100644 --- a/src/Make.am +++ b/src/Make.am @@ -1,5 +1,5 @@ # This file is part of grecs - Gray's Extensible Configuration System -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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/src/asprintf.c b/src/asprintf.c index 3165db5..cd0a52d 100644 --- a/src/asprintf.c +++ b/src/asprintf.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/bind-gram.y b/src/bind-gram.y index e353a54..df7f9cf 100644 --- a/src/bind-gram.y +++ b/src/bind-gram.y @@ -1,6 +1,6 @@ %{ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/bind-lex.l b/src/bind-lex.l index ef1598c..d8db83f 100644 --- a/src/bind-lex.l +++ b/src/bind-lex.l @@ -6,7 +6,7 @@ } %{ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/diag.c b/src/diag.c index e8b6940..6de3ce6 100644 --- a/src/diag.c +++ b/src/diag.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/format.c b/src/format.c index f1a876f..6312ab8 100644 --- a/src/format.c +++ b/src/format.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/git-parser.c b/src/git-parser.c index 7b887a7..325010d 100644 --- a/src/git-parser.c +++ b/src/git-parser.c @@ -1,5 +1,5 @@ /* Git-style configuration file parser for Grecs. - Copyright (C) 2011 Sergey Poznyakoff + Copyright (C) 2011-2012 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/src/grecs-gram.y b/src/grecs-gram.y index 92de6b2..dc772e0 100644 --- a/src/grecs-gram.y +++ b/src/grecs-gram.y @@ -1,6 +1,6 @@ %{ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/grecs-lex.l b/src/grecs-lex.l index 455203c..a438857 100644 --- a/src/grecs-lex.l +++ b/src/grecs-lex.l @@ -6,7 +6,7 @@ } %{ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/grecs-locus.h b/src/grecs-locus.h index 7de0fc9..33aaae5 100644 --- a/src/grecs-locus.h +++ b/src/grecs-locus.h @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/grecs.h b/src/grecs.h index 0b0d129..a9eecf7 100644 --- a/src/grecs.h +++ b/src/grecs.h @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/join.c b/src/join.c index 29db5bf..868dcfa 100644 --- a/src/join.c +++ b/src/join.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/libgrecs.m4 b/src/libgrecs.m4 index 68abcef..8c3ba84 100644 --- a/src/libgrecs.m4 +++ b/src/libgrecs.m4 @@ -1,6 +1,6 @@ # libgrecs.m4 serial 1 dnl This file is part of Grecs -dnl Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +dnl Copyright (C) 2007, 2009-2012 Sergey Poznyakoff dnl dnl Grecs is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by diff --git a/src/lineacc.c b/src/lineacc.c index a3f4836..c9da161 100644 --- a/src/lineacc.c +++ b/src/lineacc.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/list.c b/src/list.c index 33d56d8..a9646dc 100644 --- a/src/list.c +++ b/src/list.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/lookup.c b/src/lookup.c index 2e737aa..e8d69ee 100644 --- a/src/lookup.c +++ b/src/lookup.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/mem.c b/src/mem.c index 2e6a7cf..85fd684 100644 --- a/src/mem.c +++ b/src/mem.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/meta1-gram.y b/src/meta1-gram.y index 1411361..d39e46c 100644 --- a/src/meta1-gram.y +++ b/src/meta1-gram.y @@ -1,6 +1,6 @@ %{ /* MeTA1 configuration parser for Grecs. - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/meta1-lex.l b/src/meta1-lex.l index 04eddb5..eb87edd 100644 --- a/src/meta1-lex.l +++ b/src/meta1-lex.l @@ -1,7 +1,7 @@ /* MeTA1 configuration lexer for Grecs. -*- c -*- */ %top { /* MeTA1 configuration lexer for Grecs. - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/parser.c b/src/parser.c index d3ee19a..8d917f9 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/parsertab.c b/src/parsertab.c index 579cc40..5661e9e 100644 --- a/src/parsertab.c +++ b/src/parsertab.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/path-parser.c b/src/path-parser.c index f42ac60..9d333c1 100644 --- a/src/path-parser.c +++ b/src/path-parser.c @@ -1,5 +1,5 @@ /* Path-style configuration file parser for Grecs. - Copyright (C) 2011 Sergey Poznyakoff + Copyright (C) 2011-2012 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/src/pp-setup b/src/pp-setup index 9076ada..8a64800 100644 --- a/src/pp-setup +++ b/src/pp-setup @@ -1,6 +1,6 @@ divert(-1) dnl -*- m4 -*- # This file is part of grecs - Gray's Extensible Configuration System -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 Sergey Poznyakoff # # Grex 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/src/preproc.c b/src/preproc.c index a5dda52..2626705 100644 --- a/src/preproc.c +++ b/src/preproc.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/sort.c b/src/sort.c index d793a3e..0f9b93d 100644 --- a/src/sort.c +++ b/src/sort.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/symtab.c b/src/symtab.c index 297787c..bfdb89f 100644 --- a/src/symtab.c +++ b/src/symtab.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007, 2008, 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/text.c b/src/text.c index 1e8b762..c166c9d 100644 --- a/src/text.c +++ b/src/text.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/tree.c b/src/tree.c index 6fdbb85..0aee836 100644 --- a/src/tree.c +++ b/src/tree.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/txtacc.c b/src/txtacc.c index 5ff9ec6..a8fa002 100644 --- a/src/txtacc.c +++ b/src/txtacc.c @@ -1,5 +1,5 @@ /* wydawca - automatic release submission daemon - Copyright (C) 2007, 2009-2011 Sergey Poznyakoff + Copyright (C) 2007, 2009-2012 Sergey Poznyakoff Wydawca 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/src/version.c b/src/version.c index 709e63e..25fc981 100644 --- a/src/version.c +++ b/src/version.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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/src/wordsplit.c b/src/wordsplit.c index c51be0a..da245de 100644 --- a/src/wordsplit.c +++ b/src/wordsplit.c @@ -1,5 +1,5 @@ /* wordsplit - a word splitter - Copyright (C) 2009-2011 Sergey Poznyakoff + Copyright (C) 2009-2012 Sergey Poznyakoff This program 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/src/wordsplit.h b/src/wordsplit.h index 0ddb02b..5bf02a6 100644 --- a/src/wordsplit.h +++ b/src/wordsplit.h @@ -1,5 +1,5 @@ /* wordsplit - a word splitter - Copyright (C) 2009, 2010, 2011 Sergey Poznyakoff + Copyright (C) 2009-2012 Sergey Poznyakoff This program 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/src/yytrans b/src/yytrans index 9de7462..bbdb6f4 100644 --- a/src/yytrans +++ b/src/yytrans @@ -1,5 +1,5 @@ # Identifier translation table for Grecs. -# Copyright (C) 2011 Sergey Poznyakoff +# Copyright (C) 2011-2012 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/Makefile.am b/tests/Makefile.am index 9be3132..8e9c008 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-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 553dae3..a2b8bf5 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 Sergey Poznyakoff +# Copyright (C) 2011-2012 Sergey Poznyakoff PATH=@abs_builddir@:$PATH diff --git a/tests/bind00.at b/tests/bind00.at index fb790ed..efd75f4 100644 --- a/tests/bind00.at +++ b/tests/bind00.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2011 Sergey Poznyakoff +# Copyright (C) 2011-2012 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 cab6624..78b75e6 100644 --- a/tests/cfhelp.at +++ b/tests/cfhelp.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 6ecb49e..06efd11 100644 --- a/tests/distck.at +++ b/tests/distck.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 b0762af..573bf10 100644 --- a/tests/empty.at +++ b/tests/empty.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2011 Sergey Poznyakoff +# Copyright (C) 2011-2012 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 d410c8e..193af94 100644 --- a/tests/enum.at +++ b/tests/enum.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 e7ae15f..8d5f364 100644 --- a/tests/format00.at +++ b/tests/format00.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 9731f45..bec62d4 100644 --- a/tests/format01.at +++ b/tests/format01.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 3ebada6..8717a4f 100644 --- a/tests/format02.at +++ b/tests/format02.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 7672249..0801cdb 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-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 672e945..874a97f 100644 --- a/tests/gcfenum.c +++ b/tests/gcfenum.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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 842c67b..f9bfaab 100644 --- a/tests/gcffmt.c +++ b/tests/gcffmt.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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 6ac50f9..8e0f034 100644 --- a/tests/gcfpeek.c +++ b/tests/gcfpeek.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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 98b9d11..484a479 100644 --- a/tests/gcfset.c +++ b/tests/gcfset.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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 5a8d5ad..bad90d3 100644 --- a/tests/gcfver.c +++ b/tests/gcfver.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2011 Sergey Poznyakoff + Copyright (C) 2007-2012 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 b9bc50f..a76c0c0 100644 --- a/tests/glob00.at +++ b/tests/glob00.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 a0e2e63..36bd9dd 100644 --- a/tests/glob01.at +++ b/tests/glob01.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 bc6dfd7..b9e35a7 100644 --- a/tests/glob02.at +++ b/tests/glob02.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 1886ff7..376b93c 100644 --- a/tests/glob03.at +++ b/tests/glob03.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 b1d9ade..b341915 100644 --- a/tests/grecs00.at +++ b/tests/grecs00.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2011 Sergey Poznyakoff +# Copyright (C) 2011-2012 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 d2b2817..53420ef 100644 --- a/tests/join.at +++ b/tests/join.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 fd247a3..2d17774 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-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 0b74714..5a1fd8a 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 Sergey Poznyakoff +# Copyright (C) 2011-2012 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 76f07b9..16befbf 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-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 a00f1a6..d881c0d 100644 --- a/tests/locus00.at +++ b/tests/locus00.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 2cf296b..59c7eb9 100644 --- a/tests/locus01.at +++ b/tests/locus01.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 d20c85d..0820ce9 100644 --- a/tests/locus02.at +++ b/tests/locus02.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 0c6c5bd..ba53291 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 Sergey Poznyakoff +# Copyright (C) 2011-2012 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 8cb1c36..55c6a38 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 Sergey Poznyakoff +# Copyright (C) 2011-2012 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 ddfee1b..f574787 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 Sergey Poznyakoff +# Copyright (C) 2011-2012 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 bd45ca3..c046712 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 Sergey Poznyakoff +# Copyright (C) 2011-2012 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 a3d86ac..d4be482 100644 --- a/tests/peek00.at +++ b/tests/peek00.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 c76261c..b51e5ce 100644 --- a/tests/peek01.at +++ b/tests/peek01.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 e5c1a4a..cd32fbd 100644 --- a/tests/peek02.at +++ b/tests/peek02.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 7590b0c..0c8450a 100644 --- a/tests/peek03.at +++ b/tests/peek03.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 a5441a6..aabbaf5 100644 --- a/tests/reduce00.at +++ b/tests/reduce00.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 c0185e2..7bc2226 100644 --- a/tests/reduce01.at +++ b/tests/reduce01.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 11d7c0b..16e3235 100644 --- a/tests/reduce02.at +++ b/tests/reduce02.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 276bbc8..48b97e3 100644 --- a/tests/reduce03.at +++ b/tests/reduce03.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 6ac9382..c3895d6 100644 --- a/tests/set.at +++ b/tests/set.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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/testsuite.at b/tests/testsuite.at index 9b09ce4..44dd986 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -1,5 +1,5 @@ # This file is part of grecs - Gray's Extensible Configuration System -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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/vercmp.at b/tests/vercmp.at index cdc4d58..c2cf5cf 100644 --- a/tests/vercmp.at +++ b/tests/vercmp.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2007, 2009-2011 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012 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 -- cgit v1.2.1