aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parent2c95816b183a9786064055512068a5070db8e8b6 (diff)
downloadpies-7285d053c821a4d7d8f312a07ad919c528fae224.tar.gz
pies-7285d053c821a4d7d8f312a07ad919c528fae224.tar.bz2
Happy GNU Year
Diffstat (limited to 'src')
-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
26 files changed, 28 insertions, 28 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b0e9b6f..12d14a4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of GNU Pies. 1# This file is part of GNU Pies.
2# Copyright (C) 2008-2016 Sergey Poznyakoff 2# Copyright (C) 2008-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
diff --git a/src/acl.c b/src/acl.c
index 877adf2..0086932 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies 1/* This file is part of GNU Pies
2 Copyright (C) 2009-2016 Sergey Poznyakoff 2 Copyright (C) 2009-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
diff --git a/src/acl.h b/src/acl.h
index 8650f95..e786a84 100644
--- a/src/acl.h
+++ b/src/acl.h
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies 1/* This file is part of GNU Pies
2 Copyright (C) 2009-2016 Sergey Poznyakoff 2 Copyright (C) 2009-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
diff --git a/src/cmdline.opt b/src/cmdline.opt
index d8bd02f..5380b80 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. -*- c -*- 1/* This file is part of GNU Pies. -*- c -*-
2 Copyright (C) 2008-2016 Sergey Poznyakoff 2 Copyright (C) 2008-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
@@ -18,7 +18,7 @@ OPTIONS_BEGIN("pies",
18 [<process invocation and execution supervisor>], 18 [<process invocation and execution supervisor>],
19 [<>], 19 [<>],
20 [<gnu>], 20 [<gnu>],
21 [<copyright_year=2008-2016>], 21 [<copyright_year=2008-2017>],
22 [<copyright_holder=Sergey Poznyakoff>]) 22 [<copyright_holder=Sergey Poznyakoff>])
23 23
24GROUP(Operation Mode) 24GROUP(Operation Mode)
diff --git a/src/comp.c b/src/comp.c
index 18d1d74..4f0634c 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2016 Sergey Poznyakoff 2 Copyright (C) 2016-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
diff --git a/src/ctl.c b/src/ctl.c
index 740f02c..c0e8c10 100644
--- a/src/ctl.c
+++ b/src/ctl.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2007-2016 Sergey Poznyakoff 2 Copyright (C) 2007-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
diff --git a/src/depmap.c b/src/depmap.c
index 3259880..3ea5722 100644
--- a/src/depmap.c
+++ b/src/depmap.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2008-2013, 2016 Sergey Poznyakoff 2 Copyright (C) 2008-2013, 2016-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
diff --git a/src/diag.c b/src/diag.c
index eaf9bed..4558398 100644
--- a/src/diag.c
+++ b/src/diag.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2009-2013 Sergey Poznyakoff 2 Copyright (C) 2009-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
diff --git a/src/inetd-bi.c b/src/inetd-bi.c
index 61b6f55..a6b23a3 100644
--- a/src/inetd-bi.c
+++ b/src/inetd-bi.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2009, 2010, 2013 Sergey Poznyakoff 2 Copyright (C) 2009-2010, 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
diff --git a/src/inetd.c b/src/inetd.c
index 40fb6fe..23dc2a5 100644
--- a/src/inetd.c
+++ b/src/inetd.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2009-2011, 2013, 2016 Sergey Poznyakoff 2 Copyright (C) 2009-2011, 2013, 2016-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
diff --git a/src/inetd.in b/src/inetd.in
index 49b0a4b..bbed7f1 100644
--- a/src/inetd.in
+++ b/src/inetd.in
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# This file is part of GNU Pies. 2# This file is part of GNU Pies.
3# Copyright (C) 2008, 2009, 2010, 2013 Sergey Poznyakoff 3# Copyright (C) 2008-2010, 2013, 2017 Sergey Poznyakoff
4# 4#
5# GNU Pies is free software; you can redistribute it and/or modify 5# GNU Pies is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
diff --git a/src/limits.c b/src/limits.c
index 2893ff6..9664c1b 100644
--- a/src/limits.c
+++ b/src/limits.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2008-2010, 2013, 2016 Sergey Poznyakoff 2 Copyright (C) 2008-2010, 2013, 2016-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
diff --git a/src/meta1parse.c b/src/meta1parse.c
index 528a80a..bf7bea2 100644
--- a/src/meta1parse.c
+++ b/src/meta1parse.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2016 Sergey Poznyakoff 2 Copyright (C) 2016-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
diff --git a/src/pies.c b/src/pies.c
index e7d685b..997882b 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2008-2011, 2013-2016 Sergey Poznyakoff 2 Copyright (C) 2008-2011, 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
diff --git a/src/pies.h b/src/pies.h
index 851a8ff..70d972a 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. 1/* This file is part of GNU Pies.
2 Copyright (C) 2008-2011, 2013-2016 Sergey Poznyakoff 2 Copyright (C) 2008-2011, 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
diff --git a/src/piesctl-cl.opt b/src/piesctl-cl.opt
index 41e982b..37d9da8 100644
--- a/src/piesctl-cl.opt
+++ b/src/piesctl-cl.opt
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. -*- c -*- 1/* This file is part of GNU Pies. -*- c -*-
2 Copyright (C) 2008-2016 Sergey Poznyakoff 2 Copyright (C) 2008-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
@@ -18,7 +18,7 @@ OPTIONS_BEGIN("piesctl",
18 [<GNU pies control program>], 18 [<GNU pies control program>],
19 [<COMMAND [ARG...]>], 19 [<COMMAND [ARG...]>],
20 [<gnu>], 20 [<gnu>],
21 [<copyright_year=2008-2016>], 21 [<copyright_year=2008-2017>],
22 [<copyright_holder=Sergey Poznyakoff>]) 22 [<copyright_holder=Sergey Poznyakoff>])
23 23
24OPTION(instance,i,NAME, 24OPTION(instance,i,NAME,
diff --git a/src/piesctl.c b/src/piesctl.c
index 9391d4b..27be361 100644
--- a/src/piesctl.c
+++ b/src/piesctl.c
@@ -1,5 +1,5 @@
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
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
diff --git a/src/pp-setup b/src/pp-setup
index 196a5ab..c3fce62 100644
--- a/src/pp-setup
+++ b/src/pp-setup
@@ -1,6 +1,6 @@
1divert(-1) dnl -*- m4 -*-