From a1760108b8a85e4bcb1704737fb5beb7dd14755f Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Wed, 28 Jan 2015 11:46:46 +0200 Subject: Update copyright years --- 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 +- doc/wordsplit.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/cidr.c | 2 +- src/dhcpd-gram.y | 2 +- src/dhcpd-lex.l | 2 +- src/diag.c | 2 +- src/git-parser.c | 2 +- src/grecs-gram.y | 2 +- src/grecs-lex.l | 2 +- src/grecs-locus.h | 2 +- src/grecs.hin | 2 +- src/grecsopt.h | 2 +- src/ipstr.c | 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/opthelp.c | 2 +- src/parser.c | 2 +- src/parsertab.c | 2 +- src/path-parser.c | 2 +- src/pp-setup | 2 +- src/preproc.c | 2 +- src/sockaddr.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/glob04.at | 2 +- tests/glob05.at | 2 +- tests/grecs00.at | 2 +- tests/incl00.at | 2 +- tests/incl01.at | 2 +- tests/incl02.at | 2 +- tests/incl03.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/sort00.at | 2 +- tests/sort01.at | 2 +- tests/testsuite.at | 2 +- tests/vercmp.at | 2 +- tests/wordsplit.at | 2 +- tests/wsp.c | 2 +- 124 files changed, 124 insertions(+), 124 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0d71dd2..2534513 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # This file is part of Grecs -# 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/NEWS b/NEWS index a1936b0..475d400 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ Grecs NEWS -- history of user-visible changes. 2011-05-07 -Copyright (C) 2011-2012 Sergey Poznyakoff +Copyright (C) 2011-2012, 2015 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 5c55ba8..762ff11 100644 --- a/README.hacking +++ b/README.hacking @@ -1,5 +1,5 @@ Grecs README -Copyright (C) 2011-2012 Sergey Poznyakoff +Copyright (C) 2011-2012, 2015 Sergey Poznyakoff See the end of file for copying conditions. * Introduction diff --git a/README.standalone b/README.standalone index 4d8d70a..fac1978 100644 --- a/README.standalone +++ b/README.standalone @@ -1,5 +1,5 @@ Grecs README -Copyright (C) 2011-2012 Sergey Poznyakoff +Copyright (C) 2011-2012, 2015 Sergey Poznyakoff See the end of file for copying conditions. * Introduction diff --git a/README.submodule b/README.submodule index 042e89c..03eb817 100644 --- a/README.submodule +++ b/README.submodule @@ -1,5 +1,5 @@ Grecs README -Copyright (C) 2011-2012 Sergey Poznyakoff +Copyright (C) 2011-2012, 2015 Sergey Poznyakoff See the end of file for copying conditions. * Introduction diff --git a/am/grecs.m4 b/am/grecs.m4 index 6b2381c..9ba234d 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-2012 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012, 2015 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 df00775..97a2cd5 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-2012 Sergey Poznyakoff +dnl Copyright (C) 2007, 2009-2012, 2015 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 1e75254..43b9a91 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-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/build-aux/yyrename b/build-aux/yyrename index cebb0db..9ea04bb 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-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/configure.ac b/configure.ac index 2507e8b..ebd7145 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # This file is part of Grecs -*- autoconf -*- -# Copyright (C) 2011-2014 Sergey Poznyakoff +# Copyright (C) 2011-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/doc/GRECS_SETUP.3 b/doc/GRECS_SETUP.3 index 25544ab..43e0e32 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-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/doc/Makefile.am b/doc/Makefile.am index 239abde..25e39fd 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-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/doc/grecs-syntax.texi b/doc/grecs-syntax.texi index da59d03..4393a3a 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-2014 Sergey Poznyakoff +@c Copyright (C) 2007, 2009-2015 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 5b14e83..76d2fa4 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-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/doc/grecs_config.5 b/doc/grecs_config.5 index 82633d5..0c57015 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-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/doc/grecs_error.3 b/doc/grecs_error.3 index fac92b1..b275547 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-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/doc/grecs_format_locus.3 b/doc/grecs_format_locus.3 index 3cff389..6701784 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-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/doc/grecs_format_node.3 b/doc/grecs_format_node.3 index 4146328..9b9299c 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-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/doc/grecs_format_node_path.3 b/doc/grecs_format_node_path.3 index 1b2a0fc..00727ec 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-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/doc/grecs_format_value.3 b/doc/grecs_format_value.3 index a2712b6..bce96e8 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-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/doc/grecs_include_path_setup.3 b/doc/grecs_include_path_setup.3 index ef25f98..b3ee2ee 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-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/doc/grecs_malloc.3 b/doc/grecs_malloc.3 index 5902707..733b941 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-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/doc/grecs_node_free.3 b/doc/grecs_node_free.3 index 09423f3..f6fed7c 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-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/doc/grecs_parse.3 b/doc/grecs_parse.3 index 91ee4c4..6493a15 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-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/doc/grecs_stmt_path.5 b/doc/grecs_stmt_path.5 index 7548dca..e8dcb71 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-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/doc/grecs_strdup.3 b/doc/grecs_strdup.3 index 4fa8891..088fcb6 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-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/doc/grecs_tree_free.3 b/doc/grecs_tree_free.3 index 89351db..ac6d0e6 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-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/doc/tmpl.3 b/doc/tmpl.3 index f13272a..bb1daf1 100644 --- a/doc/tmpl.3 +++ b/doc/tmpl.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" 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/doc/wordsplit.3 b/doc/wordsplit.3 index 48faa50..1b5f3fb 100644 --- a/doc/wordsplit.3 +++ b/doc/wordsplit.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" 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/src/Make-inst.am b/src/Make-inst.am index 81b7747..daf1c6f 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-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/src/Make-shared.am b/src/Make-shared.am index a39af9f..292218b 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-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/src/Make-static.am b/src/Make-static.am index c7fc7bd..63b6338 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-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/src/Make.am b/src/Make.am index fe94d42..11ef6df 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-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/src/asprintf.c b/src/asprintf.c index cd0a52d..eb6acdb 100644 --- a/src/asprintf.c +++ b/src/asprintf.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/src/bind-gram.y b/src/bind-gram.y index 2cca1ed..4a0ea2a 100644 --- a/src/bind-gram.y +++ b/src/bind-gram.y @@ -1,6 +1,6 @@ %{ /* 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/src/bind-lex.l b/src/bind-lex.l index d8db83f..8bab207 100644 --- a/src/bind-lex.l +++ b/src/bind-lex.l @@ -6,7 +6,7 @@ } %{ /* 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/src/cidr.c b/src/cidr.c index 0f75476..6de7f36 100644 --- a/src/cidr.c +++ b/src/cidr.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2014 Sergey Poznyakoff + Copyright (C) 2007-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/src/dhcpd-gram.y b/src/dhcpd-gram.y index de5fe01..b4f1476 100644 --- a/src/dhcpd-gram.y +++ b/src/dhcpd-gram.y @@ -1,6 +1,6 @@ %{ /* 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/src/dhcpd-lex.l b/src/dhcpd-lex.l index b6132d2..4db5ea0 100644 --- a/src/dhcpd-lex.l +++ b/src/dhcpd-lex.l @@ -6,7 +6,7 @@ } %{ /* 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/src/diag.c b/src/diag.c index 2fc6f20..8fc0f20 100644 --- a/src/diag.c +++ b/src/diag.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/src/git-parser.c b/src/git-parser.c index 325010d..249cc63 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-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 the diff --git a/src/grecs-gram.y b/src/grecs-gram.y index 9b61487..c05b29c 100644 --- a/src/grecs-gram.y +++ b/src/grecs-gram.y @@ -1,6 +1,6 @@ %{ /* 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/src/grecs-lex.l b/src/grecs-lex.l index 293f6c1..b007780 100644 --- a/src/grecs-lex.l +++ b/src/grecs-lex.l @@ -8,7 +8,7 @@ } %{ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2014 Sergey Poznyakoff + Copyright (C) 2007-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/src/grecs-locus.h b/src/grecs-locus.h index 33aaae5..8ec4814 100644 --- a/src/grecs-locus.h +++ b/src/grecs-locus.h @@ -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/src/grecs.hin b/src/grecs.hin index e4e271b..c01c175 100644 --- a/src/grecs.hin +++ b/src/grecs.hin @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System -*- c -*- - Copyright (C) 2007-2013 Sergey Poznyakoff + Copyright (C) 2007-2013, 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/src/grecsopt.h b/src/grecsopt.h index 4c00e53..f7c39e8 100644 --- a/src/grecsopt.h +++ b/src/grecsopt.h @@ -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/src/ipstr.c b/src/ipstr.c index 5676301..7cf424d 100644 --- a/src/ipstr.c +++ b/src/ipstr.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2014 Sergey Poznyakoff + Copyright (C) 2007-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/src/join.c b/src/join.c index 868dcfa..dd1692c 100644 --- a/src/join.c +++ b/src/join.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/src/libgrecs.m4 b/src/libgrecs.m4 index 8c3ba84..3358a25 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-2012 Sergey Poznyakoff +dnl Copyright (C) 2007, 2009-2012, 2015 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 c9da161..eb7f064 100644 --- a/src/lineacc.c +++ b/src/lineacc.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/src/list.c b/src/list.c index 7d236e3..e7f69f7 100644 --- a/src/list.c +++ b/src/list.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/src/lookup.c b/src/lookup.c index 9010be4..130163e 100644 --- a/src/lookup.c +++ b/src/lookup.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/src/mem.c b/src/mem.c index 85fd684..558f648 100644 --- a/src/mem.c +++ b/src/mem.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/src/meta1-gram.y b/src/meta1-gram.y index d9d94d6..6132190 100644 --- a/src/meta1-gram.y +++ b/src/meta1-gram.y @@ -1,6 +1,6 @@ %{ /* MeTA1 configuration parser for Grecs. - 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/src/meta1-lex.l b/src/meta1-lex.l index eb87edd..16a6c0d 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-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/src/opthelp.c b/src/opthelp.c index 25d9772..b79c54a 100644 --- a/src/opthelp.c +++ b/src/opthelp.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/src/parser.c b/src/parser.c index 71fc59d..5364834 100644 --- a/src/parser.c +++ b/src/parser.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/src/parsertab.c b/src/parsertab.c index 5661e9e..8baec2e 100644 --- a/src/parsertab.c +++ b/src/parsertab.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/src/path-parser.c b/src/path-parser.c index 9d333c1..e88e67e 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-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 the diff --git a/src/pp-setup b/src/pp-setup index 8a64800..af53dd5 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-2012 Sergey Poznyakoff +# Copyright (C) 2007, 2009-2012, 2015 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 9945097..bdf4d40 100644 --- a/src/preproc.c +++ b/src/preproc.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2014 Sergey Poznyakoff + Copyright (C) 2007-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/src/sockaddr.c b/src/sockaddr.c index 28f99b1..83e1fe8 100644 --- a/src/sockaddr.c +++ b/src/sockaddr.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2014 Sergey Poznyakoff + Copyright (C) 2007-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/src/sort.c b/src/sort.c index c5ba091..82604aa 100644 --- a/src/sort.c +++ b/src/sort.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/src/symtab.c b/src/symtab.c index 15d1b19..1e1c99a 100644 --- a/src/symtab.c +++ b/src/symtab.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/src/text.c b/src/text.c index c166c9d..39f5358 100644 --- a/src/text.c +++ b/src/text.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/src/tree.c b/src/tree.c index c0c1920..2136e7b 100644 --- a/src/tree.c +++ b/src/tree.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2014 Sergey Poznyakoff + Copyright (C) 2007-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/src/txtacc.c b/src/txtacc.c index f416006..5d42657 100644 --- a/src/txtacc.c +++ b/src/txtacc.c @@ -1,5 +1,5 @@ /* wydawca - automatic release submission daemon - Copyright (C) 2007, 2009-2012 Sergey Poznyakoff + Copyright (C) 2007, 2009-2012, 2015 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 25fc981..680a976 100644 --- a/src/version.c +++ b/src/version.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/src/wordsplit.c b/src/wordsplit.c index 4715547..355373e 100644 --- a/src/wordsplit.c +++ b/src/wordsplit.c @@ -1,5 +1,5 @@ /* wordsplit - a word splitter - Copyright (C) 2009-2014 Sergey Poznyakoff + Copyright (C) 2009-2015 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 6b0c295..e7df8bb 100644 --- a/src/wordsplit.h +++ b/src/wordsplit.h @@ -1,5 +1,5 @@ /* wordsplit - a word splitter - Copyright (C) 2009-2014 Sergey Poznyakoff + Copyright (C) 2009-2015 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 bbdb6f4..9e3c0df 100644 --- a/src/yytrans +++ b/src/yytrans @@ -1,5 +1,5 @@ # Identifier translation table for Grecs. -# 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/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 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/sort01.at b/tests/sort01.at index 16f3324..1007a85 100644 --- a/tests/sort01.at +++ b/tests/sort01.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/testsuite.at b/tests/testsuite.at index da47548..58cd7c4 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-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/vercmp.at b/tests/vercmp.at index c2cf5cf..df75508 100644 --- a/tests/vercmp.at +++ b/tests/vercmp.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/wordsplit.at b/tests/wordsplit.at index d41b60c..360b308 100644 --- a/tests/wordsplit.at +++ b/tests/wordsplit.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/wsp.c b/tests/wsp.c index 1f97b5b..9211fcf 100644 --- a/tests/wsp.c +++ b/tests/wsp.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - 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 the -- cgit v1.2.1