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/Config2
-rw-r--r--doc/Makefile.am2
-rwxr-xr-xdoc/check-docs.sh2
-rw-r--r--doc/inetd.texi2
-rw-r--r--doc/pies.texi3
-rw-r--r--doc/usr-acl.texi2
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/libpies.h2
-rw-r--r--lib/parsetime.c2
-rw-r--r--lib/proctitle.c2
-rw-r--r--lib/strtotok.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/addrfmt.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/meta.c2
-rw-r--r--src/meta1gram.y2
-rw-r--r--src/meta1lex.h2
-rw-r--r--src/meta1lex.l2
-rw-r--r--src/pies.c2
-rw-r--r--src/pies.h2
-rw-r--r--src/pp-setup2
-rw-r--r--src/progman.c2
-rw-r--r--src/socket.c2
-rw-r--r--src/url.c2
-rw-r--r--src/userprivs.c2
41 files changed, 42 insertions, 41 deletions
diff --git a/Makefile.am b/Makefile.am
index e128f6e..c4893c2 100644
--- a/Makefile.am
+++ b/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, 2009 Sergey Poznyakoff 2# Copyright (C) 2008, 2009, 2010 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/NEWS b/NEWS
index aafb8a7..d4b2392 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
1GNU Pies NEWS -- history of user-visible changes. 2009-12-11 1GNU Pies NEWS -- history of user-visible changes. 2009-12-11
2Copyright (C) 2009 Sergey Poznyakoff 2Copyright (C) 2009, 2010 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
diff --git a/README b/README
index e50687d..36b261e 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
1GNU Pies README 1GNU Pies README
2Copyright (C) 2009 Sergey Poznyakoff 2Copyright (C) 2009, 2010 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5* Introduction 5* Introduction
diff --git a/README-hacking b/README-hacking
index 73d07d1..d6a2e75 100644
--- a/README-hacking
+++ b/README-hacking
@@ -55,7 +55,7 @@ For more information about `bootstrap', run `bootstrap --help'.
55 55
56* Copyright information 56* Copyright information
57 57
58Copyright (C) 2008, 2009 Sergey Poznyakoff 58Copyright (C) 2008, 2009, 2010 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
diff --git a/am/gcc.m4 b/am/gcc.m4
index 37d90ac..f8064dc 100644
--- a/am/gcc.m4
+++ b/am/gcc.m4
@@ -1,5 +1,5 @@
1# This file is part of Mailfromd. -*- autoconf -*- 1# This file is part of Mailfromd. -*- autoconf -*-
2# Copyright (C) 2009 Sergey Poznyakoff 2# Copyright (C) 2009, 2010 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
diff --git a/am/proctitle.m4 b/am/proctitle.m4
index c912072..ca5376c 100644
--- a/am/proctitle.m4
+++ b/am/proctitle.m4
@@ -1,5 +1,5 @@
1dnl This file is part of Mailfromd. 1dnl This file is part of Mailfromd.
2dnl Copyright (C) 2008 Sergey Poznyakoff 2dnl Copyright (C) 2008, 2010 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
diff --git a/bootstrap.conf b/bootstrap.conf
index d965892..364978b 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,5 +1,5 @@
1# Bootstrap configuration for GNU Pies. -*- shell-script -*- 1# Bootstrap configuration for GNU Pies. -*- shell-script -*-
2# Copyright (C) 2008, 2009 Sergey Poznyakoff 2# Copyright (C) 2008, 2009, 2010 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/configure.ac b/configure.ac
index 3e138cf..0d2881c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1# This file is part of GNU Pies. -*- autoconf -*- 1# This file is part of GNU Pies. -*- autoconf -*-
2# Copyright (C) 2009 Sergey Poznyakoff 2# Copyright (C) 2009, 2010 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/doc/Config b/doc/Config
index 9e04b5a..104c9f6 100644
--- a/doc/Config
+++ b/doc/Config
@@ -1,5 +1,5 @@
1# Texi2html configuration for GNU Pies documentation. -*- perl -*- 1# Texi2html configuration for GNU Pies documentation. -*- perl -*-
2# Copyright (C) 2009 Sergey Poznyakoff 2# Copyright (C) 2009, 2010 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/doc/Makefile.am b/doc/Makefile.am
index 1653bc6..da7d47c 100644
--- a/doc/Makefile.am
+++ b/doc/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) 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff 2# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 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/doc/check-docs.sh b/doc/check-docs.sh
index c0b0487..709b1d6 100755
--- a/doc/check-docs.sh
+++ b/doc/check-docs.sh
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# This file is part of mailfrom filter. 2# This file is part of mailfrom filter.
3# Copyright (C) 2006, 2007 Sergey Poznyakoff 3# Copyright (C) 2006, 2007, 2010 Sergey Poznyakoff
4# 4#
5# This program is free software; you can redistribute it and/or modify 5# This program 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/doc/inetd.texi b/doc/inetd.texi
index c7c8bbb..2760a94 100644
--- a/doc/inetd.texi
+++ b/doc/inetd.texi
@@ -1,5 +1,5 @@
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 Sergey Poznyakoff 2@c Copyright (C) 2009, 2010 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
diff --git a/doc/pies.texi b/doc/pies.texi
index b6f2c91..4a7bfa7 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -41,7 +41,8 @@ Published by the Free Software Foundation,
4151 Franklin Street, Fifth Floor, 4151 Franklin Street, Fifth Floor,
42Boston, MA 02110-1301 USA 42Boston, MA 02110-1301 USA
43 43
44Copyright @copyright{} 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff 44Copyright @copyright{} 2005, 2006, 2007, 2008, 2009, 2010 Sergey
45Poznyakoff
45 46
46Permission is granted to copy, distribute and/or modify this document 47Permission is granted to copy, distribute and/or modify this document
47under the terms of the GNU Free Documentation License, Version 1.3 or 48under 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 9d6fc74..eac5987 100644
--- a/doc/usr-acl.texi
+++ b/doc/usr-acl.texi
@@ -1,5 +1,5 @@
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 Sergey Poznyakoff 2@c Copyright (C) 2009, 2010 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
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 843cbe4..2569bd1 100644
--- a/lib/Makefile.am
+++ b/lib/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) 2005, 2006, 2007, 2008 Sergey Poznyakoff 2# Copyright (C) 2005, 2006, 2007, 2008, 2010 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/lib/libpies.h b/lib/libpies.h
index 7efdfb3..04910d5 100644
--- a/lib/libpies.h
+++ b/lib/libpies.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 Sergey Poznyakoff 2 Copyright (C) 2009, 2010 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/lib/parsetime.c b/lib/parsetime.c
index aab114e..b094ceb 100644
--- a/lib/parsetime.c
+++ b/lib/parsetime.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, 2008, 2009 Sergey Poznyakoff 2 Copyright (C) 2007, 2008, 2009, 2010 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/lib/proctitle.c b/lib/proctitle.c
index 0788d7c..0d0b360 100644
--- a/lib/proctitle.c
+++ b/lib/proctitle.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU Pies. 1