aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--NEWS2
-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--configure.ac2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/html.init2
-rw-r--r--doc/inetd.texi2
-rw-r--r--doc/pies.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.opt4
-rw-r--r--src/comp.c2
-rw-r--r--src/ctl.c2
-rw-r--r--src/depmap.c2
-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.opt4
-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/atlocal.in2
-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
71 files changed, 73 insertions, 73 deletions
diff --git a/Makefile.am b/Makefile.am
index ff6f5db..1f942ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,14 +1,14 @@
1# This file is part of GNU Pies. 1# This file is part of GNU Pies.
2# Copyright (C) 2008-2013 Sergey Poznyakoff 2# Copyright (C) 2008-2013, 2017 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#
9# GNU Pies is distributed in the hope that it will be useful, 9# GNU Pies is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of 10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
diff --git a/NEWS b/NEWS
index 721a982..f735145 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,14 @@
1GNU Pies NEWS -- history of user-visible changes. 2016-10-01 1GNU Pies NEWS -- history of user-visible changes. 2016-10-01
2Copyright (C) 2009-2016 Sergey Poznyakoff 2Copyright (C) 2009-2017 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send Pies bug reports to <bug-pies@gnu.org> or 5Please send Pies bug reports to <bug-pies@gnu.org> or
6<bug-pies@gnu.org.ua> 6<bug-pies@gnu.org.ua>
7 7
8 8
9Version 1.3, 2016-10-01 9Version 1.3, 2016-10-01
10 10
11* SysV-style Init 11* SysV-style Init
12 12
13GNU Pies can now be used as init process daemon - the first process 13GNU Pies can now be used as init process daemon - the first process
14started during booting. The configuration can be supplied both as 14started during booting. The configuration can be supplied both as
diff --git a/README b/README
index 0b23ebe..7e33520 100644
--- a/README
+++ b/README
@@ -1,14 +1,14 @@
1GNU Pies README 1GNU Pies README
2Copyright (C) 2009-2016 Sergey Poznyakoff 2Copyright (C) 2009-2017 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
9for the documentation, it is provided as a brief reference only. 9for the documentation, it is provided as a brief reference only.
10The complete documentation for Pies is available in 10The complete documentation for Pies is available in
11doc/ subdirectory. To read it without installing the package 11doc/ subdirectory. To read it without installing the package
12run `info -f doc/pies.info'. After the package is installed 12run `info -f doc/pies.info'. After the package is installed
13the documentation can be accessed running `info Pies'. Invoking 13the documentation can be accessed running `info Pies'. Invoking
14`info pies' (with lower-case `p') will show you a concise 14`info pies' (with lower-case `p') will show you a concise
diff --git a/README-hacking b/README-hacking
index c1be53b..a3ed551 100644
--- a/README-hacking
+++ b/README-hacking
@@ -46,25 +46,25 @@ contents:
46 46
47Replace `$HOME/gnulib' with the actual directory where the Gnulib 47Replace `$HOME/gnulib' with the actual directory where the Gnulib
48sources reside. 48sources reside.
49 49
50If you wish to avoid synchronizing translations, add this option: 50If you wish to avoid synchronizing translations, add this option:
51--skip-po. 51--skip-po.
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 Sergey Poznyakoff 58Copyright (C) 2008-2013, 2017 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
65 Permission is granted to distribute modified versions 65 Permission is granted to distribute modified versions
66 of this document, or of portions of it, 66 of this document, or of portions of it,
67 under the above conditions, provided also that they 67 under the above conditions, provided also that they
68 carry prominent notices stating who last changed them. 68 carry prominent notices stating who last changed them.
69 69
70 70
diff --git a/am/gcc.m4 b/am/gcc.m4
index 416322e..62bcb05 100644
--- a/am/gcc.m4
+++ b/am/gcc.m4
@@ -1,14 +1,14 @@
1# This file is part of Mailfromd. -*- autoconf -*- 1# This file is part of Mailfromd. -*- autoconf -*-
2# Copyright (C) 2009, 2010, 2013 Sergey Poznyakoff 2# Copyright (C) 2009-2010, 2013, 2017 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#
9# This program is distributed in the hope that it will be useful, 9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of 10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13