From a7f3e6adb0ffbe56d9b521522d22cf758ee6acb7 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 17 Oct 2020 15:06:47 +0300 Subject: Update copyright years --- Makefile.am | 2 +- NEWS | 2 +- README | 2 +- README-hacking | 2 +- am/gcc.m4 | 2 +- am/proctitle.m4 | 2 +- bootstrap.conf | 2 +- configure.ac | 2 +- doc/Makefile.am | 2 +- doc/html.init | 2 +- doc/inetd.texi | 2 +- doc/pies.texi | 2 +- doc/usr-acl.texi | 2 +- ident/Makefile.am | 2 +- ident/ident.c | 2 +- ident/ident.h | 2 +- ident/identity.h | 2 +- ident/pam.c | 2 +- ident/provider.c | 2 +- ident/system.c | 2 +- lib/Makefile.am | 2 +- lib/addrfmt.c | 2 +- lib/arraymember.c | 2 +- lib/envop.c | 2 +- lib/envop.h | 2 +- lib/grecsasrt.c | 2 +- lib/grecsasrt.h | 2 +- lib/libpies.h | 2 +- lib/mkfilename.c | 2 +- lib/netrc.c | 2 +- lib/parsetime.c | 2 +- lib/pp.c | 2 +- lib/proctitle.c | 2 +- lib/safe_strcmp.c | 2 +- lib/split3.c | 2 +- lib/strtotok.c | 2 +- lib/url.c | 2 +- lib/urlconn.c | 2 +- lib/wildmatch.c | 2 +- po/POTFILES.in | 2 +- src/Makefile.am | 2 +- src/acl.c | 2 +- src/acl.h | 2 +- src/cmdline.opt | 2 +- src/comp.c | 2 +- src/ctl.c | 2 +- src/depmap.c | 2 +- src/diag.c | 2 +- src/inetd-bi.c | 2 +- src/inetd.c | 2 +- src/inetd.in | 2 +- src/limits.c | 2 +- src/meta1parse.c | 2 +- src/pies.c | 2 +- src/pies.h | 2 +- src/piesctl-cl.opt | 2 +- src/piesctl.c | 2 +- src/pp-setup | 2 +- src/prog.h | 2 +- src/progman.c | 2 +- src/socket.c | 2 +- src/sysdep.c | 2 +- src/sysvinit.c | 2 +- src/telinit.opt | 2 +- src/userprivs.c | 2 +- src/utmp.c | 2 +- tests/Makefile.am | 2 +- tests/accept.at | 2 +- tests/atlocal.in | 2 +- tests/builtin.at | 2 +- tests/chargen.c | 2 +- tests/control.at | 2 +- tests/cyclic.at | 2 +- tests/env.at | 15 +++++++++++++++ tests/envop.at | 15 +++++++++++++++ tests/envtest.c | 2 +- tests/inet.at | 2 +- tests/iobuf.h | 2 +- tests/lines.c | 2 +- tests/maxinst.at | 2 +- tests/nt.c | 2 +- tests/passfd.at | 2 +- tests/readtime.c | 2 +- tests/recvfd.c | 2 +- tests/redirect.at | 2 +- tests/respawn.at | 2 +- tests/ret-exec.at | 2 +- tests/ret-notify.at | 2 +- tests/shell.at | 2 +- tests/shutdown.at | 2 +- tests/startup.at | 2 +- tests/testsuite.at | 2 +- tests/to.c | 2 +- tests/version.at | 2 +- 94 files changed, 122 insertions(+), 92 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6488251..e741602 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # This file is part of GNU Pies. -# Copyright (C) 2008-2019 Sergey Poznyakoff +# Copyright (C) 2008-2020 Sergey Poznyakoff # # GNU Pies is free 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 5841b8b..4d7f456 100644 --- a/NEWS +++ b/NEWS @@ -215,7 +215,7 @@ part of Mailfromd (http://mailfromd.software.gnu.org.ua). ========================================================================= Copyright information: -Copyright (C) 2009-2019 Sergey Poznyakoff +Copyright (C) 2009-2020 Sergey Poznyakoff Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/README b/README index cb29225..caf1622 100644 --- a/README +++ b/README @@ -72,7 +72,7 @@ Send bug reports to . * Copyright information: -Copyright (C) 2009-2019 Sergey Poznyakoff +Copyright (C) 2009-2020 Sergey Poznyakoff Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/README-hacking b/README-hacking index e601105..8b58436 100644 --- a/README-hacking +++ b/README-hacking @@ -55,7 +55,7 @@ For more information about `bootstrap', run `bootstrap --help'. * Copyright information -Copyright (C) 2008-2019 Sergey Poznyakoff +Copyright (C) 2008-2020 Sergey Poznyakoff Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/am/gcc.m4 b/am/gcc.m4 index e2966bd..c4abfe1 100644 --- a/am/gcc.m4 +++ b/am/gcc.m4 @@ -1,5 +1,5 @@ # This file is part of Mailfromd. -*- autoconf -*- -# Copyright (C) 2009-2019 Sergey Poznyakoff +# Copyright (C) 2009-2020 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 diff --git a/am/proctitle.m4 b/am/proctitle.m4 index 47aca9a..9fff12f 100644 --- a/am/proctitle.m4 +++ b/am/proctitle.m4 @@ -1,5 +1,5 @@ dnl This file is part of Mailfromd. -dnl Copyright (C) 2008-2019 Sergey Poznyakoff +dnl Copyright (C) 2008-2020 Sergey Poznyakoff dnl dnl This program 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/bootstrap.conf b/bootstrap.conf index f43cb4d..5c97565 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,5 +1,5 @@ # Bootstrap configuration for GNU Pies. -*- shell-script -*- -# Copyright (C) 2008-2019 Sergey Poznyakoff +# Copyright (C) 2008-2020 Sergey Poznyakoff # # GNU Pies is free 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 d890d76..34c87a9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # This file is part of GNU Pies. -*- autoconf -*- -# Copyright (C) 2009-2019 Sergey Poznyakoff +# Copyright (C) 2009-2020 Sergey Poznyakoff # # GNU Pies is free 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 6f0c5f7..33ae9cf 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ # This file is part of GNU Pies. -# Copyright (C) 2005-2019 Sergey Poznyakoff +# Copyright (C) 2005-2020 Sergey Poznyakoff # # GNU Pies is free 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/html.init b/doc/html.init index a324c78..a61082e 100644 --- a/doc/html.init +++ b/doc/html.init @@ -1,5 +1,5 @@ # Texi2any configuration for pies documentation. -*- perl -*- -# Copyright (C) 2009-2019 Sergey Poznyakoff +# Copyright (C) 2009-2020 Sergey Poznyakoff # # GNU Pies is free 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/inetd.texi b/doc/inetd.texi index 2c0d2d4..3a04403 100644 --- a/doc/inetd.texi +++ b/doc/inetd.texi @@ -1,5 +1,5 @@ @c This is part of the GNU Pies manual. -@c Copyright (C) 2009-2019 Sergey Poznyakoff +@c Copyright (C) 2009--2020 Sergey Poznyakoff @c This file is distributed under GFDL 1.3 or any later version @c published by the Free Software Foundation. diff --git a/doc/pies.texi b/doc/pies.texi index 5a1bf72..b2c9716 100644 --- a/doc/pies.texi +++ b/doc/pies.texi @@ -43,7 +43,7 @@ Published by the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -Copyright @copyright{} 2005-2019 Sergey Poznyakoff +Copyright @copyright{} 2005--2020 Sergey Poznyakoff Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/doc/usr-acl.texi b/doc/usr-acl.texi index 71146b7..5b56618 100644 --- a/doc/usr-acl.texi +++ b/doc/usr-acl.texi @@ -1,5 +1,5 @@ @c This is part of the GNU Pies manual. -@c Copyright (C) 2009-2019 Sergey Poznyakoff +@c Copyright (C) 2009--2020 Sergey Poznyakoff @c This file is distributed under GFDL 1.3 or any later version @c published by the Free Software Foundation. diff --git a/ident/Makefile.am b/ident/Makefile.am index c2e0a27..4a8437d 100644 --- a/ident/Makefile.am +++ b/ident/Makefile.am @@ -1,5 +1,5 @@ # This file is part of GNU Pies. -# Copyright (C) 2015-2019 Sergey Poznyakoff +# Copyright (C) 2015-2020 Sergey Poznyakoff # # GNU Pies is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/ident/ident.c b/ident/ident.c index a6c4211..86f5722 100644 --- a/ident/ident.c +++ b/ident/ident.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2015-2019 Sergey Poznyakoff + Copyright (C) 2015-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ident/ident.h b/ident/ident.h index aa6adaf..4a42387 100644 --- a/ident/ident.h +++ b/ident/ident.h @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2015-2019 Sergey Poznyakoff + Copyright (C) 2015-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ident/identity.h b/ident/identity.h index 293ffb2..a4f85b9 100644 --- a/ident/identity.h +++ b/ident/identity.h @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2015-2019 Sergey Poznyakoff + Copyright (C) 2015-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ident/pam.c b/ident/pam.c index ae22c4d..83c7adf 100644 --- a/ident/pam.c +++ b/ident/pam.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2015-2019 Sergey Poznyakoff + Copyright (C) 2015-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ident/provider.c b/ident/provider.c index 735d0bc..2227329 100644 --- a/ident/provider.c +++ b/ident/provider.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2015-2019 Sergey Poznyakoff + Copyright (C) 2015-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/ident/system.c b/ident/system.c index 94cf69e..4d47ab1 100644 --- a/ident/system.c +++ b/ident/system.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2015-2019 Sergey Poznyakoff + Copyright (C) 2015-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/Makefile.am b/lib/Makefile.am index 4eb6041..f3d8222 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,5 +1,5 @@ # This file is part of GNU Pies. -# Copyright (C) 2005-2019 Sergey Poznyakoff +# Copyright (C) 2005-2020 Sergey Poznyakoff # # GNU Pies is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/addrfmt.c b/lib/addrfmt.c index fbcbdf4..2433c87 100644 --- a/lib/addrfmt.c +++ b/lib/addrfmt.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies - Copyright (C) 2009-2019 Sergey Poznyakoff + Copyright (C) 2009-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/arraymember.c b/lib/arraymember.c index b5760a8..6f15884 100644 --- a/lib/arraymember.c +++ b/lib/arraymember.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2015-2019 Sergey Poznyakoff + Copyright (C) 2015-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/envop.c b/lib/envop.c index 14c3273..39d8a18 100644 --- a/lib/envop.c +++ b/lib/envop.c @@ -1,5 +1,5 @@ /* Environment modification functions for GNU Pies. - Copyright (C) 2019 Sergey Poznyakoff + Copyright (C) 2019-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/envop.h b/lib/envop.h index 82be3a5..b061216 100644 --- a/lib/envop.h +++ b/lib/envop.h @@ -1,5 +1,5 @@ /* Environment and environment operation definitions for GNU Pies. - Copyright (C) 2019 Sergey Poznyakoff + Copyright (C) 2019-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/grecsasrt.c b/lib/grecsasrt.c index c217cec..7493d67 100644 --- a/lib/grecsasrt.c +++ b/lib/grecsasrt.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies - Copyright (C) 2015, 2017, 2019 Sergey Poznyakoff + Copyright (C) 2015-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/grecsasrt.h b/lib/grecsasrt.h index f9fe432..c167a3f 100644 --- a/lib/grecsasrt.h +++ b/lib/grecsasrt.h @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2009-2011, 2013, 2017, 2019 Sergey Poznyakoff + Copyright (C) 2009-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/libpies.h b/lib/libpies.h index 9086712..34d3569 100644 --- a/lib/libpies.h +++ b/lib/libpies.h @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2009-2019 Sergey Poznyakoff + Copyright (C) 2009-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/mkfilename.c b/lib/mkfilename.c index 8c67f54..a9c2910 100644 --- a/lib/mkfilename.c +++ b/lib/mkfilename.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies - Copyright (C) 2015-2019 Sergey Poznyakoff + Copyright (C) 2015-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/netrc.c b/lib/netrc.c index dd1dbce..d72636a 100644 --- a/lib/netrc.c +++ b/lib/netrc.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies - Copyright (C) 2015-2019 Sergey Poznyakoff + Copyright (C) 2015-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/parsetime.c b/lib/parsetime.c index 8efaa34..e7c452f 100644 --- a/lib/parsetime.c +++ b/lib/parsetime.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2007-2019 Sergey Poznyakoff + Copyright (C) 2007-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/pp.c b/lib/pp.c index 702bed7..3bd7c80 100644 --- a/lib/pp.c +++ b/lib/pp.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2015-2019 Sergey Poznyakoff + Copyright (C) 2015-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/proctitle.c b/lib/proctitle.c index 75caa15..c6524c3 100644 --- a/lib/proctitle.c +++ b/lib/proctitle.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2007-2019 Sergey Poznyakoff + Copyright (C) 2007-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/safe_strcmp.c b/lib/safe_strcmp.c index 0c5e744..6bcd90d 100644 --- a/lib/safe_strcmp.c +++ b/lib/safe_strcmp.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2015-2019 Sergey Poznyakoff + Copyright (C) 2015-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/split3.c b/lib/split3.c index 49a076d..9360276 100644 --- a/lib/split3.c +++ b/lib/split3.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2007-2019 Sergey Poznyakoff + Copyright (C) 2007-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/strtotok.c b/lib/strtotok.c index 9c6bc47..5b2a238 100644 --- a/lib/strtotok.c +++ b/lib/strtotok.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2009-2019 Sergey Poznyakoff + Copyright (C) 2009-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/url.c b/lib/url.c index 9594b28..05399f0 100644 --- a/lib/url.c +++ b/lib/url.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies - Copyright (C) 2009-2019 Sergey Poznyakoff + Copyright (C) 2009-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/urlconn.c b/lib/urlconn.c index acf42d0..2b8a1e7 100644 --- a/lib/urlconn.c +++ b/lib/urlconn.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2019 Sergey Poznyakoff + Copyright (C) 2019-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/wildmatch.c b/lib/wildmatch.c index cf359bd..a4bea32 100644 --- a/lib/wildmatch.c +++ b/lib/wildmatch.c @@ -1,5 +1,5 @@ /* Environment-specific globbing pattern matching for GNU Pies. - Copyright (C) 2019 Sergey Poznyakoff + Copyright (C) 2019-2020 Sergey Poznyakoff GNU Pies is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/po/POTFILES.in b/po/POTFILES.in index f78cad4..fba1c8f 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,6 @@ # List of files in GNU Pies which contain translatable strings. -# Copyright (C) 2007-2019 Sergey Poznyakoff +# Copyright (C) 2007-2020 Sergey Poznyakoff # GNU Pies is free 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/Makefile.am b/src/Makefile.am index d30eab8..af73ada 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ # This file is part of GNU Pies. -# Copyright (C) 2008-2019 Sergey Poznyakoff +# Copyright (C) 2008-2020 Sergey Poznyakoff # # GNU Pies is free 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/acl.c b/src/acl.c index 84263e7..582aa50 100644 --- a/src/acl.c +++ b/src/acl.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies - Copyright (C) 2009-2019 Sergey Poznyakoff + Copyright (C) 2009-2020 Sergey Poznyakoff GNU Pies is free 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/acl.h b/src/acl.h index ca31491..93614c6 100644 --- a/src/acl.h +++ b/src/acl.h @@ -1,5 +1,5 @@ /* This file is part of GNU Pies - Copyright (C) 2009-2019 Sergey Poznyakoff + Copyright (C) 2009-2020 Sergey Poznyakoff GNU Pies is free 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/cmdline.opt b/src/cmdline.opt index d9d90e1..b2b1a5f 100644 --- a/src/cmdline.opt +++ b/src/cmdline.opt @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. -*- c -*- - Copyright (C) 2008-2019 Sergey Poznyakoff + Copyright (C) 2008-2020 Sergey Poznyakoff GNU Pies is free 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/comp.c b/src/comp.c index 7b2b373..28d4d6d 100644 --- a/src/comp.c +++ b/src/comp.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2016-2019 Sergey Poznyakoff + Copyright (C) 2016-2020 Sergey Poznyakoff GNU Pies is free 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/ctl.c b/src/ctl.c index 5609f19..615ffef 100644 --- a/src/ctl.c +++ b/src/ctl.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2007-2019 Sergey Poznyakoff + Copyright (C) 2007-2020 Sergey Poznyakoff GNU Pies is free 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/depmap.c b/src/depmap.c index d2bf536..fd5521f 100644 --- a/src/depmap.c +++ b/src/depmap.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2008-2019 Sergey Poznyakoff + Copyright (C) 2008-2020 Sergey Poznyakoff GNU Pies is free 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/diag.c b/src/diag.c index bd5eff2..24000e2 100644 --- a/src/diag.c +++ b/src/diag.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2009-2019 Sergey Poznyakoff + Copyright (C) 2009-2020 Sergey Poznyakoff GNU Pies is free 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/inetd-bi.c b/src/inetd-bi.c index dace111..1925157 100644 --- a/src/inetd-bi.c +++ b/src/inetd-bi.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2009-2019 Sergey Poznyakoff + Copyright (C) 2009-2020 Sergey Poznyakoff GNU Pies is free 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/inetd.c b/src/inetd.c index 6214775..55bc2f1 100644 --- a/src/inetd.c +++ b/src/inetd.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2009-2019 Sergey Poznyakoff + Copyright (C) 2009-2020 Sergey Poznyakoff GNU Pies is free 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/inetd.in b/src/inetd.in index add5a7c..f2be09d 100644 --- a/src/inetd.in +++ b/src/inetd.in @@ -1,6 +1,6 @@ #! /bin/sh # This file is part of GNU Pies. -# Copyright (C) 2008-2019 Sergey Poznyakoff +# Copyright (C) 2008-2020 Sergey Poznyakoff # # GNU Pies is free 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/limits.c b/src/limits.c index cb2697f..c4796e7 100644 --- a/src/limits.c +++ b/src/limits.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2008-2019 Sergey Poznyakoff + Copyright (C) 2008-2020 Sergey Poznyakoff GNU Pies is free 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/meta1parse.c b/src/meta1parse.c index a8a16ee..8fe0936 100644 --- a/src/meta1parse.c +++ b/src/meta1parse.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2016-2019 Sergey Poznyakoff + Copyright (C) 2016-2020 Sergey Poznyakoff GNU Pies is free 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/pies.c b/src/pies.c index 2aa110f..0e84979 100644 --- a/src/pies.c +++ b/src/pies.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2008-2019 Sergey Poznyakoff + Copyright (C) 2008-2020 Sergey Poznyakoff GNU Pies is free 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/pies.h b/src/pies.h index 201a719..1a03702 100644 --- a/src/pies.h +++ b/src/pies.h @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2008-2019 Sergey Poznyakoff + Copyright (C) 2008-2020 Sergey Poznyakoff GNU Pies is free 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/piesctl-cl.opt b/src/piesctl-cl.opt index ebdfec4..498ef22 100644 --- a/src/piesctl-cl.opt +++ b/src/piesctl-cl.opt @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. -*- c -*- - Copyright (C) 2008-2019 Sergey Poznyakoff + Copyright (C) 2008-2020 Sergey Poznyakoff GNU Pies is free 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/piesctl.c b/src/piesctl.c index ed30b65..d790ab2 100644 --- a/src/piesctl.c +++ b/src/piesctl.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2015-2019 Sergey Poznyakoff + Copyright (C) 2015-2020 Sergey Poznyakoff GNU Pies is free 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/pp-setup b/src/pp-setup index 3621d9c..102d52d 100644 --- a/src/pp-setup +++ b/src/pp-setup @@ -1,6 +1,6 @@ divert(-1) dnl -*- m4 -*- # This file is part of GNU Pies. -# Copyright (C) 2007-2019 Sergey Poznyakoff +# Copyright (C) 2007-2020 Sergey Poznyakoff # # GNU Pies is free 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/prog.h b/src/prog.h index 4069112..aac5b17 100644 --- a/src/prog.h +++ b/src/prog.h @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2008-2019 Sergey Poznyakoff + Copyright (C) 2008-2020 Sergey Poznyakoff GNU Pies is free 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/progman.c b/src/progman.c index e255c33..2a073af 100644 --- a/src/progman.c +++ b/src/progman.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2007-2019 Sergey Poznyakoff + Copyright (C) 2007-2020 Sergey Poznyakoff GNU Pies is free 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/socket.c b/src/socket.c index 40c7aa7..4338a49 100644 --- a/src/socket.c +++ b/src/socket.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2007-2019 Sergey Poznyakoff + Copyright (C) 2007-2020 Sergey Poznyakoff GNU Pies is free 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/sysdep.c b/src/sysdep.c index 24edb49..845ba13 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2014-2019 Sergey Poznyakoff + Copyright (C) 2014-2020 Sergey Poznyakoff GNU Pies is free 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/sysvinit.c b/src/sysvinit.c index c5d25da..688d692 100644 --- a/src/sysvinit.c +++ b/src/sysvinit.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2013-2019 Sergey Poznyakoff + Copyright (C) 2013-2020 Sergey Poznyakoff GNU Pies is free 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/telinit.opt b/src/telinit.opt index 72e433c..1d781a7 100644 --- a/src/telinit.opt +++ b/src/telinit.opt @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. -*- c -*- - Copyright (C) 2016-2019 Sergey Poznyakoff + Copyright (C) 2016-2020 Sergey Poznyakoff GNU Pies is free 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/userprivs.c b/src/userprivs.c index 8ef75af..4473b34 100644 --- a/src/userprivs.c +++ b/src/userprivs.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2007-2019 Sergey Poznyakoff + Copyright (C) 2007-2020 Sergey Poznyakoff GNU Pies is free 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/utmp.c b/src/utmp.c index 8045370..cdd1f25 100644 --- a/src/utmp.c +++ b/src/utmp.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2013-2019 Sergey Poznyakoff + Copyright (C) 2013-2020 Sergey Poznyakoff GNU Pies is free 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 8260073..bfdc692 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ # This file is part of GNU Pies. -# Copyright (C) 2008-2019 Sergey Poznyakoff +# Copyright (C) 2008-2020 Sergey Poznyakoff # # GNU Pies is free 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/accept.at b/tests/accept.at index f222d6a..e12be02 100644 --- a/tests/accept.at +++ b/tests/accept.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2019 Sergey Poznyakoff +# Copyright (C) 2019-2020 Sergey Poznyakoff # # GNU pies is free 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 1992b80..c043843 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -1,6 +1,6 @@ # @configure_input@ -*- shell-script -*- # Configurable variable values for GNU Pies test suite. -# Copyright (C) 2016-2019 Sergey Poznyakoff +# Copyright (C) 2016-2020 Sergey Poznyakoff PATH=@abs_builddir@:@abs_top_builddir@/src:$srcdir:$PATH XFAILFILE=$abs_builddir/.badversion diff --git a/tests/builtin.at b/tests/builtin.at index aaeaedd..88e24d7 100644 --- a/tests/builtin.at +++ b/tests/builtin.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2016-2019 Sergey Poznyakoff +# Copyright (C) 2016-2020 Sergey Poznyakoff # # GNU pies is free 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/chargen.c b/tests/chargen.c index 75d096c..59aa0d8 100644 --- a/tests/chargen.c +++ b/tests/chargen.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies testsuite. - Copyright (C) 2019 Sergey Poznyakoff + Copyright (C) 2019-2020 Sergey Poznyakoff GNU Pies is free 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/control.at b/tests/control.at index 3d0c218..5171862 100644 --- a/tests/control.at +++ b/tests/control.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2016-2019 Sergey Poznyakoff +# Copyright (C) 2016-2020 Sergey Poznyakoff # # GNU pies is free 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/cyclic.at b/tests/cyclic.at index 27da22e..7c24acf 100644 --- a/tests/cyclic.at +++ b/tests/cyclic.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2019 Sergey Poznyakoff +# Copyright (C) 2019-2020 Sergey Poznyakoff # # GNU pies is free 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/env.at b/tests/env.at index 1c595de..dba80a3 100644 --- a/tests/env.at +++ b/tests/env.at @@ -1,3 +1,18 @@ +# This file is part of GNU pies testsuite. -*- Autotest -*- +# Copyright (C) 2020 Sergey Poznyakoff +# +# GNU pies is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3, or (at your option) +# any later version. +# +# GNU pies is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU pies. If not, see . dnl ENVTEST(NAME,KW,ENV,OUT) m4_pushdef([ENVTEST], [AT_SETUP([$1]) diff --git a/tests/envop.at b/tests/envop.at index 2b857f5..5575772 100644 --- a/tests/envop.at +++ b/tests/envop.at @@ -1,3 +1,18 @@ +# This file is part of GNU pies testsuite. -*- Autotest -*- +# Copyright (C) 2020 Sergey Poznyakoff +# +# GNU pies is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3, or (at your option) +# any later version. +# +# GNU pies is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU pies. If not, see . # ENVTEST(name,kw,args,output) m4_pushdef([ENVTEST], [AT_SETUP([$1]) diff --git a/tests/envtest.c b/tests/envtest.c index d6b5650..45d69a2 100644 --- a/tests/envtest.c +++ b/tests/envtest.c @@ -1,5 +1,5 @@ /* Environment test program for GNU Pies. - Copyright (C) 2019 Sergey Poznyakoff + Copyright (C) 2019-2020 Sergey Poznyakoff GNU Pies is free 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/inet.at b/tests/inet.at index 7d1d99f..cc4fceb 100644 --- a/tests/inet.at +++ b/tests/inet.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2016-2019 Sergey Poznyakoff +# Copyright (C) 2016-2020 Sergey Poznyakoff # # GNU pies is free 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/iobuf.h b/tests/iobuf.h index 737a8b7..df5f3ba 100644 --- a/tests/iobuf.h +++ b/tests/iobuf.h @@ -1,5 +1,5 @@ /* This file is part of GNU Pies. - Copyright (C) 2019 Sergey Poznyakoff + Copyright (C) 2019-2020 Sergey Poznyakoff GNU Pies is free 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/lines.c b/tests/lines.c index f7f8443..0ad9d13 100644 --- a/tests/lines.c +++ b/tests/lines.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies testsuite. - Copyright (C) 2019 Sergey Poznyakoff + Copyright (C) 2019-2020 Sergey Poznyakoff GNU Pies is free 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/maxinst.at b/tests/maxinst.at index c3b642b..f389e0b 100644 --- a/tests/maxinst.at +++ b/tests/maxinst.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2019 Sergey Poznyakoff +# Copyright (C) 2019-2020 Sergey Poznyakoff # # GNU pies is free 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/nt.c b/tests/nt.c index c7f4be7..258970f 100644 --- a/tests/nt.c +++ b/tests/nt.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies testsuite. - Copyright (C) 2019 Sergey Poznyakoff + Copyright (C) 2019-2020 Sergey Poznyakoff GNU Pies is free 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/passfd.at b/tests/passfd.at index 11fbece..74d5ab3 100644 --- a/tests/passfd.at +++ b/tests/passfd.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2016-2019 Sergey Poznyakoff +# Copyright (C) 2016-2020 Sergey Poznyakoff # # GNU pies is free 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/readtime.c b/tests/readtime.c index f7cc36a..ed3f2f8 100644 --- a/tests/readtime.c +++ b/tests/readtime.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies testsuite. - Copyright (C) 2019 Sergey Poznyakoff + Copyright (C) 2019-2020 Sergey Poznyakoff GNU Pies is free 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/recvfd.c b/tests/recvfd.c index 4da42ca..8e0ec79 100644 --- a/tests/recvfd.c +++ b/tests/recvfd.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies testsuite. - Copyright (C) 2019 Sergey Poznyakoff + Copyright (C) 2019-2020 Sergey Poznyakoff GNU Pies is free 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/redirect.at b/tests/redirect.at index 12fb20f..5cc5548 100644 --- a/tests/redirect.at +++ b/tests/redirect.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2016-2019 Sergey Poznyakoff +# Copyright (C) 2016-2020 Sergey Poznyakoff # # GNU pies is free 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/respawn.at b/tests/respawn.at index ab29f11..68da448 100644 --- a/tests/respawn.at +++ b/tests/respawn.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2016-2019 Sergey Poznyakoff +# Copyright (C) 2016-2020 Sergey Poznyakoff # # GNU pies is free 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/ret-exec.at b/tests/ret-exec.at index 6c27779..8f6152e 100644 --- a/tests/ret-exec.at +++ b/tests/ret-exec.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2016-2019 Sergey Poznyakoff +# Copyright (C) 2016-2020 Sergey Poznyakoff # # GNU pies is free 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/ret-notify.at b/tests/ret-notify.at index 5ce1993..29ff677 100644 --- a/tests/ret-notify.at +++ b/tests/ret-notify.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2016-2019 Sergey Poznyakoff +# Copyright (C) 2016-2020 Sergey Poznyakoff # # GNU pies is free 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/shell.at b/tests/shell.at index b459d02..8375e22 100644 --- a/tests/shell.at +++ b/tests/shell.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2016-2019 Sergey Poznyakoff +# Copyright (C) 2016-2020 Sergey Poznyakoff # # GNU pies is free 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/shutdown.at b/tests/shutdown.at index 24a4504..d89f6f9 100644 --- a/tests/shutdown.at +++ b/tests/shutdown.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2019 Sergey Poznyakoff +# Copyright (C) 2019-2020 Sergey Poznyakoff # # GNU pies is free 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/startup.at b/tests/startup.at index b65f9f6..5a6b19a 100644 --- a/tests/startup.at +++ b/tests/startup.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2019 Sergey Poznyakoff +# Copyright (C) 2019-2020 Sergey Poznyakoff # # GNU pies is free 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 6921b2b..eab643d 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2016-2019 Sergey Poznyakoff +# Copyright (C) 2016-2020 Sergey Poznyakoff # # GNU pies is free 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/to.c b/tests/to.c index 78e5f97..2e87133 100644 --- a/tests/to.c +++ b/tests/to.c @@ -1,5 +1,5 @@ /* This file is part of GNU Pies testsuite. - Copyright (C) 2019 Sergey Poznyakoff + Copyright (C) 2019-2020 Sergey Poznyakoff GNU Pies is free 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/version.at b/tests/version.at index bbf0144..c92cbaa 100644 --- a/tests/version.at +++ b/tests/version.at @@ -1,5 +1,5 @@ # This file is part of GNU pies testsuite. -*- Autotest -*- -# Copyright (C) 2016-2019 Sergey Poznyakoff +# Copyright (C) 2016-2020 Sergey Poznyakoff # # GNU pies is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.1