aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--README2
-rw-r--r--README-hacking2
-rw-r--r--am/gcc.m42
-rw-r--r--am/proctitle.m42
-rw-r--r--bootstrap.conf2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/html.init2
-rw-r--r--doc/inetd.texi2
-rw-r--r--doc/usr-acl.texi2
-rw-r--r--ident/Makefile.am2
-rw-r--r--ident/ident.c2
-rw-r--r--ident/ident.h2
-rw-r--r--ident/identity.h2
-rw-r--r--ident/pam.c2
-rw-r--r--ident/provider.c2
-rw-r--r--ident/system.c2
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/addrfmt.c2
-rw-r--r--lib/arraymember.c2
-rw-r--r--lib/grecsasrt.c2
-rw-r--r--lib/grecsasrt.h2
-rw-r--r--lib/libpies.h2
-rw-r--r--lib/mkfilename.c2
-rw-r--r--lib/netrc.c2
-rw-r--r--lib/parsetime.c2
-rw-r--r--lib/pp.c2
-rw-r--r--lib/proctitle.c2
-rw-r--r--lib/safe_strcmp.c2
-rw-r--r--lib/split3.c2
-rw-r--r--lib/strtotok.c2
-rw-r--r--lib/url.c2
-rw-r--r--po/POTFILES.in2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/acl.c2
-rw-r--r--src/acl.h2
-rw-r--r--src/cmdline.opt2
-rw-r--r--src/comp.c65
-rw-r--r--src/ctl.c2
-rw-r--r--src/depmap.c22
-rw-r--r--src/diag.c2
-rw-r--r--src/inetd-bi.c2
-rw-r--r--src/inetd.c2
-rw-r--r--src/inetd.in2
-rw-r--r--src/limits.c2
-rw-r--r--src/meta1parse.c2
-rw-r--r--src/pies.c2
-rw-r--r--src/pies.h2
-rw-r--r--src/piesctl-cl.opt2
-rw-r--r--src/piesctl.c2
-rw-r--r--src/pp-setup2
-rw-r--r--src/prog.h2
-rw-r--r--src/progman.c2
-rw-r--r--src/socket.c2
-rw-r--r--src/sysdep.c2
-rw-r--r--src/sysvinit.c2
-rw-r--r--src/telinit.opt2
-rw-r--r--src/userprivs.c2
-rw-r--r--src/utmp.c2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/control.at2
-rw-r--r--tests/redirect.at2
-rw-r--r--tests/respawn.at2
-rw-r--r--tests/ret-exec.at2
-rw-r--r--tests/ret-notify.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/version.at2
67 files changed, 106 insertions, 111 deletions
diff --git a/Makefile.am b/Makefile.am
index 1f942ca..6488251 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,8 @@
1# This file is part of GNU Pies. 1# This file is part of GNU Pies.
2# Copyright (C) 2008-2013, 2017 Sergey Poznyakoff 2# Copyright (C) 2008-2019 Sergey Poznyakoff
3# 3#
4# GNU Pies is free software; you can redistribute it and/or modify 4# GNU Pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
diff --git a/README b/README
index 7e33520..b801c35 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
1GNU Pies README 1GNU Pies README
2Copyright (C) 2009-2017 Sergey Poznyakoff 2Copyright (C) 2009-2019 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5* Introduction 5* Introduction
6 6
7This file contains brief information about configuring, testing 7This file contains brief information about configuring, testing
8and running Pies. It is *not* intended as a replacement 8and running Pies. It is *not* intended as a replacement
diff --git a/README-hacking b/README-hacking
index a3ed551..e601105 100644
--- a/README-hacking
+++ b/README-hacking
@@ -52,13 +52,13 @@ If you wish to avoid synchronizing translations, add this option:
52 52
53For more information about `bootstrap', run `bootstrap --help'. 53For more information about `bootstrap', run `bootstrap --help'.
54 54
55 55
56* Copyright information 56* Copyright information
57 57
58Copyright (C) 2008-2013, 2017 Sergey Poznyakoff 58Copyright (C) 2008-2019 Sergey Poznyakoff
59 59
60 Permission is granted to anyone to make or distribute verbatim copies 60 Permission is granted to anyone to make or distribute verbatim copies
61 of this document as received, in any medium, provided that the 61 of this document as received, in any medium, provided that the
62 copyright notice and this permission notice are preserved, 62 copyright notice and this permission notice are preserved,
63 thus giving the recipient permission to redistribute in turn. 63 thus giving the recipient permission to redistribute in turn.
64 64
diff --git a/am/gcc.m4 b/am/gcc.m4
index 62bcb05..e2966bd 100644
--- a/am/gcc.m4
+++ b/am/gcc.m4
@@ -1,8 +1,8 @@
1# This file is part of Mailfromd. -*- autoconf -*- 1# This file is part of Mailfromd. -*- autoconf -*-
2# Copyright (C) 2009-2010, 2013, 2017 Sergey Poznyakoff 2# Copyright (C) 2009-2019 Sergey Poznyakoff
3# 3#
4# This program is free software; you can redistribute it and/or modify 4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
diff --git a/am/proctitle.m4 b/am/proctitle.m4
index 64a2c24..47aca9a 100644
--- a/am/proctitle.m4
+++ b/am/proctitle.m4
@@ -1,8 +1,8 @@
1dnl This file is part of Mailfromd. 1dnl This file is part of Mailfromd.
2dnl Copyright (C) 2008, 2010, 2013, 2017 Sergey Poznyakoff 2dnl Copyright (C) 2008-2019 Sergey Poznyakoff
3dnl 3dnl
4dnl This program is free software; you can redistribute it and/or modify 4dnl This program is free software; you can redistribute it and/or modify
5dnl it under the terms of the GNU General Public License as published by 5dnl it under the terms of the GNU General Public License as published by
6dnl the Free Software Foundation; either version 3, or (at your option) 6dnl the Free Software Foundation; either version 3, or (at your option)
7dnl any later version. 7dnl any later version.
8dnl 8dnl
diff --git a/bootstrap.conf b/bootstrap.conf
index 0203d31..ce1625b 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,8 +1,8 @@
1# Bootstrap configuration for GNU Pies. -*- shell-script -*- 1# Bootstrap configuration for GNU Pies. -*- shell-script -*-
2# Copyright (C) 2008-2011, 2013, 2016-2017 Sergey Poznyakoff 2# Copyright (C) 2008-2019 Sergey Poznyakoff
3# 3#
4# GNU Pies is free software; you can redistribute it and/or modify 4# GNU Pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
diff --git a/doc/Makefile.am b/doc/Makefile.am
index f1e7c90..2f8fe2d 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,8 +1,8 @@
1# This file is part of GNU Pies. 1# This file is part of GNU Pies.
2# Copyright (C) 2005-2010, 2013, 2017 Sergey Poznyakoff 2# Copyright (C) 2005-2019 Sergey Poznyakoff
3# 3#
4# GNU Pies is free software; you can redistribute it and/or modify 4# GNU Pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
diff --git a/doc/html.init b/doc/html.init
index 07fb979..a324c78 100644
--- a/doc/html.init
+++ b/doc/html.init
@@ -1,8 +1,8 @@
1# Texi2any configuration for pies documentation. -*- perl -*- 1# Texi2any configuration for pies documentation. -*- perl -*-
2# Copyright (C) 2009-2010, 2013, 2015, 2017 Sergey Poznyakoff 2# Copyright (C) 2009-2019 Sergey Poznyakoff
3# 3#
4# GNU Pies is free software; you can redistribute it and/or modify 4# GNU Pies is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
diff --git a/doc/inetd.texi b/doc/inetd.texi
index 9cb7271..2c0d2d4 100644
--- a/doc/inetd.texi
+++ b/doc/inetd.texi
@@ -1,8 +1,8 @@
1@c This is part of the GNU Pies manual. 1@c This is part of the GNU Pies manual.
2@c Copyright (C) 2009-2010, 2013, 2017 Sergey Poznyakoff 2@c Copyright (C) 2009-2019 Sergey Poznyakoff
3@c This file is distributed under GFDL 1.3 or any later version 3@c This file is distributed under GFDL 1.3 or any later version
4@c published by the Free Software Foundation. 4@c published by the Free Software Foundation.
5 5
6 This appendix describes the format of @command{inetd} compatible 6 This appendix describes the format of @command{inetd} compatible
7configuration files. @xref{inetd}, for the discussion on how to