From 17d95ceb6d3f749e9ce20747197703e40e453759 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 4 Jul 2016 13:39:42 +0300 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/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.hin | 2 +- src/grecsopt.h | 2 +- src/ipstr.c | 2 +- src/join.c | 2 +- src/json-gram.y | 2 +- src/json-lex.l | 2 +- src/json.h | 2 +- src/jsonfmt.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/json.c | 2 +- tests/json00.at | 2 +- tests/json01.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 +- 132 files changed, 132 insertions(+), 132 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2534513..e499bb4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # This file is part of Grecs -# Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 475d400..0532fe9 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ Grecs NEWS -- history of user-visible changes. 2011-05-07 -Copyright (C) 2011-2012, 2015 Sergey Poznyakoff +Copyright (C) 2011-2016 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 762ff11..77e8e54 100644 --- a/README.hacking +++ b/README.hacking @@ -1,5 +1,5 @@ Grecs README -Copyright (C) 2011-2012, 2015 Sergey Poznyakoff +Copyright (C) 2011-2016 Sergey Poznyakoff See the end of file for copying conditions. * Introduction diff --git a/README.standalone b/README.standalone index fac1978..6a4a1b6 100644 --- a/README.standalone +++ b/README.standalone @@ -1,5 +1,5 @@ Grecs README -Copyright (C) 2011-2012, 2015 Sergey Poznyakoff +Copyright (C) 2011-2016 Sergey Poznyakoff See the end of file for copying conditions. * Introduction diff --git a/README.submodule b/README.submodule index 03eb817..e04a4ec 100644 --- a/README.submodule +++ b/README.submodule @@ -1,5 +1,5 @@ Grecs README -Copyright (C) 2011-2012, 2015 Sergey Poznyakoff +Copyright (C) 2011-2016 Sergey Poznyakoff See the end of file for copying conditions. * Introduction diff --git a/am/grecs.m4 b/am/grecs.m4 index 5e558cb..74b7840 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 97a2cd5..5665884 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, 2015 Sergey Poznyakoff +dnl Copyright (C) 2007-2016 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 43b9a91..254bb02 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 9ea04bb..f23ee18 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, 2015 Sergey Poznyakoff +# Copyright (C) 2011-2016 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 bcd81a0..b923c9b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # This file is part of Grecs -*- autoconf -*- -# Copyright (C) 2011-2015 Sergey Poznyakoff +# Copyright (C) 2011-2016 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 43e0e32..8aa086a 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, 2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 25e39fd..a646367 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 4393a3a..a7738d6 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-2015 Sergey Poznyakoff +@c Copyright (C) 2007-2016 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 76d2fa4..25279be 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, 2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 0c57015..5fdaed4 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-2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 b275547..a020d36 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, 2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 6701784..5ab3542 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, 2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 9b9299c..bf2b8db 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, 2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 00727ec..0d4fa85 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, 2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 bce96e8..bfd90a2 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, 2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 b3ee2ee..6e61ec9 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, 2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 733b941..97d4273 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, 2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 f6fed7c..8637811 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, 2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 6493a15..27e451b 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, 2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 e8dcb71..2436630 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, 2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 088fcb6..e180264 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, 2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 ac6d0e6..7b0faf6 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, 2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 bb1daf1..b4eeb96 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, 2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 1b5f3fb..067ea5e 100644 --- a/doc/wordsplit.3 +++ b/doc/wordsplit.3 @@ -1,5 +1,5 @@ .\" This file is part of grecs -*- nroff -*- -.\" Copyright (C) 2007, 2009-2015 Sergey Poznyakoff +.\" Copyright (C) 2007-2016 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 f9cae0e..9dac1ad 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 8f698c4..8ec4a76 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 4050e47..7532562 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 e39a44a..cfae734 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 eb6acdb..a92b88a 100644 --- a/src/asprintf.c +++ b/src/asprintf.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 4a0ea2a..4c8d394 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, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 1dd0ca0..096d1f2 100644 --- a/src/bind-lex.l +++ b/src/bind-lex.l @@ -8,7 +8,7 @@ } %{ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 f710e83..bffa35e 100644 --- a/src/cidr.c +++ b/src/cidr.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 e40f473..86bfde9 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, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 34e0144..490fd72 100644 --- a/src/dhcpd-lex.l +++ b/src/dhcpd-lex.l @@ -7,7 +7,7 @@ } %{ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 8fc0f20..1424437 100644 --- a/src/diag.c +++ b/src/diag.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 aaad65a..89202a0 100644 --- a/src/format.c +++ b/src/format.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 249cc63..d1c7600 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, 2015 Sergey Poznyakoff + Copyright (C) 2011-2016 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 c05b29c..4545c85 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, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 bf97730..5223765 100644 --- a/src/grecs-lex.l +++ b/src/grecs-lex.l @@ -8,7 +8,7 @@ } %{ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 8ec4814..b5573fd 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, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 486058e..bfaaa49 100644 --- a/src/grecs.hin +++ b/src/grecs.hin @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System -*- c -*- - Copyright (C) 2007-2013, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 f7c39e8..49c0b53 100644 --- a/src/grecsopt.h +++ b/src/grecsopt.h @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 7cf424d..2787016 100644 --- a/src/ipstr.c +++ b/src/ipstr.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 dd1692c..d3bbe0e 100644 --- a/src/join.c +++ b/src/join.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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/json-gram.y b/src/json-gram.y index ca50097..4d5ae0f 100644 --- a/src/json-gram.y +++ b/src/json-gram.y @@ -1,6 +1,6 @@ %{ /* This file is part of Grecs. - Copyright (C) 2012-2015 Sergey Poznyakoff. + Copyright (C) 2012-2016 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/json-lex.l b/src/json-lex.l index 376ac95..1ab6f74 100644 --- a/src/json-lex.l +++ b/src/json-lex.l @@ -7,7 +7,7 @@ } %{ /* This file is part of Grecs. - Copyright (C) 2012-2015 Sergey Poznyakoff. + Copyright (C) 2012-2016 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/json.h b/src/json.h index bd2c3d9..f8402e7 100644 --- a/src/json.h +++ b/src/json.h @@ -1,5 +1,5 @@ /* This file is part of Grecs. - Copyright (C) 2012-2015 Sergey Poznyakoff. + Copyright (C) 2012-2016 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/jsonfmt.c b/src/jsonfmt.c index 0f44536..dda919b 100644 --- a/src/jsonfmt.c +++ b/src/jsonfmt.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 3358a25..774c1a0 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, 2015 Sergey Poznyakoff +dnl Copyright (C) 2007-2016 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 3d5b4d6..f1d6862 100644 --- a/src/lineacc.c +++ b/src/lineacc.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 f6aa6ad..b2d9f13 100644 --- a/src/list.c +++ b/src/list.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 130163e..f6c0865 100644 --- a/src/lookup.c +++ b/src/lookup.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 558f648..e4d2935 100644 --- a/src/mem.c +++ b/src/mem.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 6132190..96ebd3d 100644 --- a/src/meta1-gram.y +++ b/src/meta1-gram.y @@ -1,6 +1,6 @@ %{ /* MeTA1 configuration parser for Grecs. - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 7f6fa78..8050e5b 100644 --- a/src/meta1-lex.l +++ b/src/meta1-lex.l @@ -3,7 +3,7 @@ %option nounput %top { /* MeTA1 configuration lexer for Grecs. - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 b79c54a..6428a46 100644 --- a/src/opthelp.c +++ b/src/opthelp.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 f1573af..1ad43c1 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 0f3544f..f876401 100644 --- a/src/parsertab.c +++ b/src/parsertab.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 e88e67e..825fafc 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, 2015 Sergey Poznyakoff + Copyright (C) 2011-2016 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 af53dd5..c689a92 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 08b963a..cf752f6 100644 --- a/src/preproc.c +++ b/src/preproc.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 22f02ff..d3a969b 100644 --- a/src/sockaddr.c +++ b/src/sockaddr.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 82604aa..c82fe01 100644 --- a/src/sort.c +++ b/src/sort.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 d3fdf1d..540ea0f 100644 --- a/src/symtab.c +++ b/src/symtab.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 39f5358..089a05c 100644 --- a/src/text.c +++ b/src/text.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 eea90a5..5826abf 100644 --- a/src/tree.c +++ b/src/tree.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 810601c..ee00170 100644 --- a/src/txtacc.c +++ b/src/txtacc.c @@ -1,5 +1,5 @@ /* wydawca - automatic release submission daemon - Copyright (C) 2007, 2009-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 680a976..58ed799 100644 --- a/src/version.c +++ b/src/version.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 c9bd9cb..e326c8c 100644 --- a/src/wordsplit.c +++ b/src/wordsplit.c @@ -1,5 +1,5 @@ /* wordsplit - a word splitter - Copyright (C) 2009-2015 Sergey Poznyakoff + Copyright (C) 2009-2016 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 41b09e2..a7f6dd5 100644 --- a/src/wordsplit.h +++ b/src/wordsplit.h @@ -1,5 +1,5 @@ /* wordsplit - a word splitter - Copyright (C) 2009-2015 Sergey Poznyakoff + Copyright (C) 2009-2016 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 f8f893d..21d60b5 100644 --- a/src/yytrans +++ b/src/yytrans @@ -1,5 +1,5 @@ # Identifier translation table for Grecs. -# Copyright (C) 2011-2012, 2015 Sergey Poznyakoff +# Copyright (C) 2011-2016 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 71498a6..9bf28da 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-2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 e82fc9f..22317f0 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, 2015 Sergey Poznyakoff +# Copyright (C) 2011-2016 Sergey Poznyakoff PATH=@abs_builddir@:$PATH diff --git a/tests/bind00.at b/tests/bind00.at index c3e00a4..71520b7 100644 --- a/tests/bind00.at +++ b/tests/bind00.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2011-2012, 2015 Sergey Poznyakoff +# Copyright (C) 2011-2016 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 22079a7..2674cab 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 7a36751..74a8451 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 678c281..7663c91 100644 --- a/tests/empty.at +++ b/tests/empty.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2011-2012, 2015 Sergey Poznyakoff +# Copyright (C) 2011-2016 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 b5f67cf..8a69139 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 9c19a8d..4ede241 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 e576955..cd1aa94 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 b6be696..5ae774e 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 870e994..7f77dea 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 4b4a130..1faa5c7 100644 --- a/tests/gcfenum.c +++ b/tests/gcfenum.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 4fa6d80..6bfc53e 100644 --- a/tests/gcffmt.c +++ b/tests/gcffmt.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 d7f4689..cd7136a 100644 --- a/tests/gcfpeek.c +++ b/tests/gcfpeek.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 cfd426c..ee005a6 100644 --- a/tests/gcfset.c +++ b/tests/gcfset.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 45052b4..e0396c1 100644 --- a/tests/gcfver.c +++ b/tests/gcfver.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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 9788937..a37707d 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 e242955..d1d8c0a 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 f28c4bd..60bed32 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 dae81bd..0a0b7fd 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 1ab2cfb..d13b093 100644 --- a/tests/glob04.at +++ b/tests/glob04.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2012, 2015 Sergey Poznyakoff +# Copyright (C) 2012-2016 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 2e83333..07d1064 100644 --- a/tests/glob05.at +++ b/tests/glob05.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2012, 2015 Sergey Poznyakoff +# Copyright (C) 2012-2016 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 d6da688..82a70e0 100644 --- a/tests/grecs00.at +++ b/tests/grecs00.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2011-2012, 2015 Sergey Poznyakoff +# Copyright (C) 2011-2016 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 0707589..2d4d3c7 100644 --- a/tests/incl00.at +++ b/tests/incl00.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2014-2015 Sergey Poznyakoff +# Copyright (C) 2014-2016 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 4b4cce6..9b0ec98 100644 --- a/tests/incl01.at +++ b/tests/incl01.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2014-2015 Sergey Poznyakoff +# Copyright (C) 2014-2016 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 2a04094..4c4f73d 100644 --- a/tests/incl02.at +++ b/tests/incl02.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2014-2015 Sergey Poznyakoff +# Copyright (C) 2014-2016 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 44d5f34..19d8437 100644 --- a/tests/incl03.at +++ b/tests/incl03.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2014-2015 Sergey Poznyakoff +# Copyright (C) 2014-2016 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 adf8e58..7c88379 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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/json.c b/tests/json.c index 60e264c..fd244b5 100644 --- a/tests/json.c +++ b/tests/json.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2007-2012, 2015 Sergey Poznyakoff + Copyright (C) 2007-2016 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/json00.at b/tests/json00.at index 5d39c47..808fe43 100644 --- a/tests/json00.at +++ b/tests/json00.at @@ -1,5 +1,5 @@ # This file is part of Grecs -*- Autotest -*- -# Copyright (C) 2015 Sergey Poznyakoff +# Copyright (C) 2015-2016 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/json01.at b/tests/json01.at index 3c4f1b8..72db6cf 100644 --- a/tests/json01.at +++ b/tests/json01.at @@ -1,5 +1,5 @@ # This file is part of Grecs -*- Autotest -*- -# Copyright (C) 2015 Sergey Poznyakoff +# Copyright (C) 2015-2016 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 8193e07..64b990d 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 c774ddb..a34a8f5 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, 2015 Sergey Poznyakoff +# Copyright (C) 2011-2016 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 cf202f7..2be6112 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 0fa23a7..bf25298 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 8fd1a77..4192d96 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 432c6ed..d88cba6 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 a43761f..0a05ad9 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, 2015 Sergey Poznyakoff +# Copyright (C) 2011-2016 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 b9f66bf..fa6e12b 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, 2015 Sergey Poznyakoff +# Copyright (C) 2011-2016 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 ec4aefd..e720ac4 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, 2015 Sergey Poznyakoff +# Copyright (C) 2011-2016 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 f0066c0..deff6dc 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, 2015 Sergey Poznyakoff +# Copyright (C) 2011-2016 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 e74e6a9..6d2f5a6 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 55dc994..8d6a1ad 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 e9e895f..00a9e61 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 f506479..3f559ad 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 01ce00f..1ff8ebc 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 8f45a94..21d7633 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 7900247..7120d3f 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 e85f246..191cacf 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 65234db..7daad18 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 85d54ca..bce04cc 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 1007a85..3dd8f7c 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 79aa0f8..ec94ff0 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-2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 df75508..36930b2 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, 2015 Sergey Poznyakoff +# Copyright (C) 2007-2016 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 360b308..895a392 100644 --- a/tests/wordsplit.at +++ b/tests/wordsplit.at @@ -1,5 +1,5 @@ # This file is part of grecs -*- Autotest -*- -# Copyright (C) 2014-2015 Sergey Poznyakoff +# Copyright (C) 2014-2016 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 6a41b48..e8eb9c6 100644 --- a/tests/wsp.c +++ b/tests/wsp.c @@ -1,5 +1,5 @@ /* grecs - Gray's Extensible Configuration System - Copyright (C) 2014-2015 Sergey Poznyakoff + Copyright (C) 2014-2016 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