aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-01-02 13:57:31 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-01-02 13:57:31 +0200
commit7285d053c821a4d7d8f312a07ad919c528fae224 (patch)
tree2fafc3032540f4b4752a4780f29defcd209e5e3f
parent2c95816b183a9786064055512068a5070db8e8b6 (diff)
downloadpies-7285d053c821a4d7d8f312a07ad919c528fae224.tar.gz
pies-7285d053c821a4d7d8f312a07ad919c528fae224.tar.bz2
Happy GNU Year
-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,3 +1,3 @@
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#
diff --git a/NEWS b/NEWS
index 721a982..f735145 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,3 @@
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.
diff --git a/README b/README
index 0b23ebe..7e33520 100644
--- a/README
+++ b/README
@@ -1,3 +1,3 @@
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.
diff --git a/README-hacking b/README-hacking
index c1be53b..a3ed551 100644
--- a/README-hacking
+++ b/README-hacking
@@ -57,3 +57,3 @@ For more information about `bootstrap', run `bootstrap --help'.
57 57
58Copyright (C) 2008-2013 Sergey Poznyakoff 58Copyright (C) 2008-2013, 2017 Sergey Poznyakoff
59 59
diff --git a/am/gcc.m4 b/am/gcc.m4
index 416322e..62bcb05 100644
--- a/am/gcc.m4
+++ b/am/gcc.m4
@@ -1,3 +1,3 @@
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#
diff --git a/am/proctitle.m4 b/am/proctitle.m4
index ef6d8ce..64a2c24 100644
--- a/am/proctitle.m4
+++ b/am/proctitle.m4
@@ -1,3 +1,3 @@
1dnl This file is part of Mailfromd. 1dnl This file is part of Mailfromd.
2dnl Copyright (C) 2008, 2010, 2013 Sergey Poznyakoff 2dnl Copyright (C) 2008, 2010, 2013, 2017 Sergey Poznyakoff
3dnl 3dnl
diff --git a/bootstrap.conf b/bootstrap.conf
index 1b1e9e2..0203d31 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,3 +1,3 @@
1# Bootstrap configuration for GNU Pies. -*- shell-script -*- 1# Bootstrap configuration for GNU Pies. -*- shell-script -*-
2# Copyright (C) 2008-2011, 2013, 2016 Sergey Poznyakoff 2# Copyright (C) 2008-2011, 2013, 2016-2017 Sergey Poznyakoff
3# 3#
diff --git a/configure.ac b/configure.ac
index f6d8d34..5233743 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,3 @@
1# This file is part of GNU Pies. -*- autoconf -*- 1# This file is part of GNU Pies. -*- autoconf -*-
2# Copyright (C) 2009-2016 Sergey Poznyakoff 2# Copyright (C) 2009-2017 Sergey Poznyakoff
3# 3#
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5452ee4..f1e7c90 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,3 +1,3 @@
1# This file is part of GNU Pies. 1# This file is part of GNU Pies.
2# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2013 Sergey Poznyakoff 2# Copyright (C) 2005-2010, 2013, 2017 Sergey Poznyakoff
3# 3#
diff --git a/doc/html.init b/doc/html.init
index 1eb2d89..07fb979 100644
--- a/doc/html.init
+++ b/doc/html.init
@@ -1,3 +1,3 @@
1# Texi2any configuration for pies documentation. -*- perl -*- 1# Texi2any configuration for pies documentation. -*- perl -*-
2# Copyright (C) 2009, 2010, 2013, 2015 Sergey Poznyakoff 2# Copyright (C) 2009-2010, 2013, 2015, 2017 Sergey Poznyakoff
3# 3#
diff --git a/doc/inetd.texi b/doc/inetd.texi
index c1413ff..9cb7271 100644
--- a/doc/inetd.texi
+++ b/doc/inetd.texi
@@ -1,3 +1,3 @@
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 Sergey Poznyakoff 2@c Copyright (C) 2009-2010, 2013, 2017 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
diff --git a/doc/pies.texi b/doc/pies.texi
index 7428d2b..d7ecd5d 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -45,3 +45,3 @@ Boston, MA 02110-1301 USA
45 45
46Copyright @copyright{} 2005-2016 Sergey Poznyakoff 46Copyright @copyright{} 2005-2017 Sergey Poznyakoff
47 47
diff --git a/doc/usr-acl.texi b/doc/usr-acl.texi
index 8d18aeb..6cbaf29 100644
--- a/doc/usr-acl.texi
+++ b/doc/usr-acl.texi
@@ -1,3 +1,3 @@
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 Sergey Poznyakoff 2@c Copyright (C) 2009-2010, 2013, 2017 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
diff --git a/ident/Makefile.am b/ident/Makefile.am
index 65ac145..810fc92 100644
--- a/ident/Makefile.am
+++ b/ident/Makefile.am
@@ -1,3 +1,3 @@
1# This file is part of GNU Pies. 1# This file is part of GNU Pies.
2# Copyright (C) 2015 Sergey Poznyakoff 2# Copyright (C) 2015, 2017 Sergey Poznyakoff
3# 3#
diff --git a/ident/ident.c b/ident/ident.c
index 75d51fa..2ae3d87 100644
--- a/ident/ident.c
+++ b/ident/ident.c
@@ -1,3 +1,3 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2015-2016 Sergey Poznyakoff 2 Copyright (C) 2015-2017 Sergey Poznyakoff
3 3
diff --git a/ident/ident.h b/ident/ident.h
index c262f58..ced2ade 100644
--- a/ident/ident.h
+++ b/ident/ident.h
@@ -1,3 +1,3 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2015-2016 Sergey Poznyakoff 2 Copyright (C) 2015-2017 Sergey Poznyakoff
3 3
diff --git a/ident/identity.h b/ident/identity.h
index 8a9e2ab..ee170bd 100644
--- a/ident/identity.h
+++ b/ident/identity.h
@@ -1,3 +1,3 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2015 Sergey Poznyakoff 2 Copyright (C) 2015, 2017 Sergey Poznyakoff
3 3
diff --git a/ident/pam.c b/ident/pam.c
index 96ac02c..6210e9c 100644
--- a/ident/pam.c
+++ b/ident/pam.c
@@ -1,3 +1,3 @@
1/* This file is part of GNU Pies.