aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-10-26 13:26:18 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-10-26 13:51:57 +0200
commit31a646d592e09918a801e86274eb1b97bf4541d2 (patch)
tree530f33d34629cd1738a9385ff7dacf0923dfe01f
parentb52cfc8c229d00c3fe536a968c2dd7c2050614ee (diff)
downloadpies-31a646d592e09918a801e86274eb1b97bf4541d2.tar.gz
pies-31a646d592e09918a801e86274eb1b97bf4541d2.tar.bz2
Pies dubbed a GNU package. Update all files accordingly.
-rw-r--r--Makefile.am19
-rw-r--r--NEWS7
-rw-r--r--README10
-rw-r--r--README-hacking6
-rw-r--r--bootstrap.conf8
-rw-r--r--configure.ac10
-rw-r--r--doc/Config8
-rw-r--r--doc/Makefile.am10
-rwxr-xr-xdoc/gendocs_template2
-rw-r--r--doc/pies.texi14
-rw-r--r--doc/usr-acl.texi4
-rw-r--r--lib/Makefile.am8
-rw-r--r--lib/libpies.h8
-rw-r--r--lib/parsetime.c8
-rw-r--r--lib/proctitle.c8
-rw-r--r--lib/strtotok.c8
-rw-r--r--po/POTFILES.in10
-rw-r--r--src/Makefile.am8
-rw-r--r--src/acl.c8
-rw-r--r--src/acl.h8
-rw-r--r--src/addrfmt.c8
-rw-r--r--src/depmap.c8
-rw-r--r--src/diag.c8
-rw-r--r--src/limits.c8
-rw-r--r--src/meta.c8
-rw-r--r--src/meta1gram.y8
-rw-r--r--src/meta1lex.h8
-rw-r--r--src/meta1lex.l10
-rw-r--r--src/pies.c30
-rw-r--r--src/pies.h8
-rw-r--r--src/pp-setup8
-rw-r--r--src/progman.c8
-rw-r--r--src/socket.c8
-rw-r--r--src/url.c8
-rw-r--r--src/userprivs.c8
35 files changed, 170 insertions, 146 deletions
diff --git a/Makefile.am b/Makefile.am
index 0f97a90..e128f6e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,22 @@
+# This file is part of GNU Pies.
+# Copyright (C) 2008, 2009 Sergey Poznyakoff
+#
+# GNU Pies is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# GNU Pies is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
+
ACLOCAL_AMFLAGS = -I m4 -I am -I grecs/am
SUBDIRS=gnu grecs lib src doc po
dist-hook:
@PATCHLEV=`echo "$(PACKAGE_VERSION)" | \
@@ -43,9 +59,12 @@ ChangeLog:
fi; \
echo "Local Variables:" >> $(changelog_dir)/cl-t; \
echo "mode: change-log" >> $(changelog_dir)/cl-t; \
echo "version-control: never" >> $(changelog_dir)/cl-t; \
echo "buffer-read-only: t" >> $(changelog_dir)/cl-t; \
echo "End:" >> $(changelog_dir)/cl-t; \
+ echo "" >> $(changelog_dir)/cl-t; \
+ sed -n '1,/^[^#]/s/^#//p' $(top_srcdir)/Makefile.am \
+ >> $(changelog_dir)/cl-t; \
rm -f $(changelog_dir)/ChangeLog; \
mv $(changelog_dir)/cl-t $(changelog_dir)/ChangeLog; \
fi
diff --git a/NEWS b/NEWS
index bd9de58..025efe1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,18 @@
-Pies NEWS -- history of user-visible changes. 2009-10-20
+GNU Pies NEWS -- history of user-visible changes. 2009-10-26
Copyright (C) 2009 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Pies bug reports to <bug-pies@gnu.org.ua>
+Version 1.1.90 (Git)
+
+Pies dubbed a GNU package.
+
+
Version 1.1, 2009-10-20
* Account for possible system clock inaccuracies.
* Improve documentation.
* Add Polish and Ukrainian translations.
diff --git a/README b/README
index 6b86aea..e50687d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-Pies README
+GNU Pies README
Copyright (C) 2009 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
This file contains brief information about configuring, testing
@@ -13,34 +13,34 @@ run `info -f doc/pies.info'. After the package is installed
the documentation can be accessed running `info Pies'. Invoking
`info pies' (with lower-case `p') will show you a concise
description of the command line syntax (similar to a man-page style).
* Overview
-Pies (pronounced ``p-yes'') stands for the Program Invocation and
+GNU Pies (pronounced ``p-yes'') stands for the Program Invocation and
Execution Supervisor. This utility starts and controls execution of
external programs, called ``components''. Each component is a stand-alone
program, designed to be executed in the foreground. Upon startup pies
reads the list of components from its configuration file, starts them,
and remains in the background, controlling their execution. When a
component terminates, pies tries to restarts it. Its configuration allows
to specify actions other than simple restart, depending on the exit code
of the component.
-Pies supports a wide variety of component types. For example, it can
+GNU Pies supports a wide variety of component types. For example, it can
bind the standard input and output of a component to a network socket,
which makes pies a replacement for the inetd utility. Pies implements
powerful access control lists, which are especially useful with such
inetd-style components.
-Pies can also be used to manage MeTA1 (http://meta1.org) components.
+GNU Pies can also be used to manage MeTA1 (http://meta1.org) components.
Moreover, it is able to use MeTA1 configuration file directly, so that
migration from the native mcp utility to pies does not require any
efforts.
-Pies gives you complete control over the execution environment of
+GNU Pies gives you complete control over the execution environment of
each component. This includes modifying shell environment, running
components with the given user privileges, etc. The standard error
and/or output of any component may be redirected either to a disk
file or to syslog.
* Building
diff --git a/README-hacking b/README-hacking
index 2f22e74..73d07d1 100644
--- a/README-hacking
+++ b/README-hacking
@@ -1,13 +1,13 @@
-These notes intend to help people working on the GIT version of Pies.
+These notes intend to help people working on the GIT version of GNU Pies.
See end of file for copying conditions.
* Requirements
If you have taken the sources from GIT you will need the following
-packages to build Pies. I don't make any extra effort to accommodate
+packages to build GNU Pies. I don't make any extra effort to accommodate
older versions of these packages, so please make sure that you have the
latest stable version.
- Automake <http://www.gnu.org/software/automake/>
- Autoconf <http://www.gnu.org/software/autoconf/>
- Bison <http://www.gnu.org/software/bison/>
@@ -33,13 +33,13 @@ which are extracted from other source packages:
./bootstrap
Once done, proceed as described in the file README (section
INSTALLATION).
Normally you will have to run bootstrap only once. However, if you
-intend to hack on Pies, you might need to run it again later. In
+intend to hack on GNU Pies, you might need to run it again later. In
this case, you will probably want to save some time and bandwidth by
avoiding downloading the same files again. If so, create in the
project's root directory the file named `.bootstrap' with the following
contents:
--gnulib-srcdir=$HOME/gnulib
diff --git a/bootstrap.conf b/bootstrap.conf
index cc7d8f3..2657b58 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,21 +1,21 @@
-# Bootstrap configuration for Pies.
+# Bootstrap configuration for GNU Pies.
# Copyright (C) 2008, 2009 Sergey Poznyakoff
#
-# This program is free software; you can redistribute it and/or modify
+# GNU Pies is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
-# This program is distributed in the hope that it will be useful,
+# GNU Pies is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
source_base=gnu
gnulib_name=libgnu
gnulib_mk=Makefile.am
SKIP_PO=t
diff --git a/configure.ac b/configure.ac
index 2ece4b1..e9119dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,24 +1,24 @@
-# This file is part of Pies. -*- autoconf -*-
+# This file is part of GNU Pies. -*- autoconf -*-
# Copyright (C) 2009 Sergey Poznyakoff
#
-# Pies is free software; you can redistribute it and/or modify
+# GNU Pies is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
-# Pies is distributed in the hope that it will be useful,
+# GNU Pies is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Pies. If not, see <http://www.gnu.org/licenses/>.
+# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.63])
-AC_INIT([pies], [1.1], [bug-pies@gnu.org.ua])
+AC_INIT([GNU Pies], [1.1.90], [bug-pies@gnu.org.ua])
AC_CONFIG_SRCDIR([src/pies.h])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 std-options silent-rules])
# Enable silent rules by default:
diff --git a/doc/Config b/doc/Config
index d82983c..45c39b1 100644
--- a/doc/Config
+++ b/doc/Config
@@ -1,21 +1,21 @@
-# Texi2html configuration for Pies documentation. -*- perl-mode -*-
+# Texi2html configuration for GNU Pies documentation. -*- perl-mode -*-
# Copyright (C) 2009 Sergey Poznyakoff
#
-# Pies is free software; you can redistribute it and/or modify
+# GNU Pies is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
-# Pies is distributed in the hope that it will be useful,
+# GNU Pies is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Pies. If not, see <http://www.gnu.org/licenses/>.
+# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
$top_html_dir="/software/pies";
$graphics_dir="$top_html_dir/graphics";
## texi2html configuration
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 094d660..6d47f51 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,21 +1,21 @@
-# This file is part of Pies.
+# This file is part of GNU Pies.
# Copyright (C) 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff
#
-# Pies is free software; you can redistribute it and/or modify
+# GNU Pies is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
-# Pies is distributed in the hope that it will be useful,
+# GNU Pies is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Pies. If not, see <http://www.gnu.org/licenses/>.
+# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
info_TEXINFOS=pies.texi
pies_TEXINFOS=\
fdl.texi\
macros.texi\
rendition.texi\
@@ -151,7 +151,7 @@ manual:
TEXI2DVI="$(TEXI2DVI) -t @finalout" \
$(GENDOCS) --texi2html $(PACKAGE) '$(PACKAGE_NAME) manual'
manual.tar.bz2: manual
tar cfj manual.tar.bz2 manual
-man-tar: manual.tar.bz2 \ No newline at end of file
+man-tar: manual.tar.bz2
diff --git a/doc/gendocs_template b/doc/gendocs_template
index b2a1583..1bd43b1 100755
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title>Pies - Program Invocation and Execution Supervisor</title>
+ <title>GNU Pies - Program Invocation and Execution Supervisor</title>
<meta name="Generator" content="%%SCRIPTNAME%%" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rev="made" href="mailto:gray@gnu.org.ua" />
<link rel="stylesheet" type="text/css" href="/software/pies/gray.css" />
<link rel="icon" type="image/png" href="/graphics/gnu-head-icon.png" />
</head>
diff --git a/doc/pies.texi b/doc/pies.texi
index 353faa9..d780e6d 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -1,11 +1,11 @@
\input texinfo @c -*-texinfo-*-
@smallbook
@c %**start of header
@setfilename pies.info
-@settitle Pies Manual
+@settitle GNU Pies Manual
@c %**end of header
@setchapternewpage odd
@defcodeindex pr
@defcodeindex op
@c mt is the same as op, but used for mtasim options.
@@ -28,14 +28,14 @@
@include rendition.texi
@include macros.texi
@ifinfo
@dircategory System Administration
@direntry
-* Pies: (pies). Program Invocation and Execution Supervisor.
-* pies: (pies) Invocation. Pies Command Line Options.
+* GNU Pies: (pies). Program Invocation and Execution Supervisor.
+* pies: (pies) Invocation. GNU Pies Command Line Options.
@end direntry
@end ifinfo
@copying
Published by the Free Software Foundation,
51 Franklin Street, Fifth Floor,
@@ -43,23 +43,23 @@ Boston, MA 02110-1301 USA
Copyright @copyright{} 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
-Invariant Sections, with the Front-Cover texts being ``Pies Manual'',
+Invariant Sections, with the Front-Cover texts being ``GNU Pies Manual'',
and with the Back-Cover Texts as in (a) below. A copy of the license
is included in the section entitled ``GNU Free Documentation License''.
(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
this GNU Manual, like GNU software. Copies published by the Free
Software Foundation raise funds for GNU development.''
@end copying
@titlepage
-@title The @sc{PIES} Manual
+@title The @sc{GNU PIES} Manual
@subtitle version @value{VERSION}, @value{UPDATED}
@author Sergey Poznyakoff.
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@@ -71,15 +71,15 @@ Software Foundation raise funds for GNU development.''
@page
@contents
@ifnottex
@node Top
-@top Pies Manual
+@top GNU Pies Manual
-This edition of the @cite{Pies Manual}, last updated @value{UPDATED},
+This edition of the @cite{GNU Pies Manual}, last updated @value{UPDATED},
documents @command{pies} Version @value{VERSION}.
@end ifnottex
@menu
* Intro::
* Pies Configuration File::
diff --git a/doc/usr-acl.texi b/doc/usr-acl.texi
index 86d70f1..2f4bcd3 100644
--- a/doc/usr-acl.texi
+++ b/doc/usr-acl.texi
@@ -1,13 +1,13 @@
-@c This is part of the Pies manual.
+@c This is part of the GNU Pies manual.
@c Copyright (C) 2009 Sergey Poznyakoff
@c This file is distributed under GFDL 1.1 or any later version
@c published by the Free Software Foundation.
This appendix describes the @samp{user-group} extension for
-@command{Pies} @acronym{ACL}s. This extension is reserved for
+GNU @command{Pies} @acronym{ACL}s. This extension is reserved for
the future use.
The @var{user-group} @acronym{ACL} statement specifies which
users match this entry. Allowed values are the following:
@table @code
diff --git a/lib/Makefile.am b/lib/Makefile.am
index bbcb054..843cbe4 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,21 +1,21 @@
-# This file is part of Pies.
+# This file is part of GNU Pies.
# Copyright (C) 2005, 2006, 2007, 2008 Sergey Poznyakoff
#
-# Pies is free software; you can redistribute it and/or modify
+# GNU Pies is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
-# Pies is distributed in the hope that it will be useful,
+# GNU Pies is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Pies. If not, see <http://www.gnu.org/licenses/>. */
+# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. */
noinst_LIBRARIES=libpies.a
noinst_HEADERS = libpies.h
libpies_a_SOURCES=\
diff --git a/lib/libpies.h b/lib/libpies.h
index 7822595..7efdfb3 100644
--- a/lib/libpies.h
+++ b/lib/libpies.h
@@ -1,21 +1,21 @@
-/* This file is part of Pies.
+/* This file is part of GNU Pies.
Copyright (C) 2009 Sergey Poznyakoff
- Pies is free software; you can redistribute it and/or modify
+ GNU Pies is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Pies is distributed in the hope that it will be useful,
+ GNU Pies is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Pies. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#include <stdlib.h>
#include <gettext.h>
diff --git a/lib/parsetime.c b/lib/parsetime.c
index 6b74501..aab114e 100644
--- a/lib/parsetime.c
+++ b/lib/parsetime.c
@@ -1,21 +1,21 @@
-/* This file is part of Pies.
+/* This file is part of GNU Pies.
Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff
- Pies is free software; you can redistribute it and/or modify
+ GNU Pies is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Pies is distributed in the hope that it will be useful,
+ GNU Pies is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Pies. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdlib.h>
#include <string.h>
diff --git a/lib/proctitle.c b/lib/proctitle.c
index 430811c..0788d7c 100644
--- a/lib/proctitle.c
+++ b/lib/proctitle.c
@@ -1,21 +1,21 @@
-/* This file is part of Pies.
+/* This file is part of GNU Pies.
Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff
- Pies is free software; you can redistribute it and/or modify
+ GNU Pies is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Pies is distributed in the hope that it will be useful,
+ GNU Pies is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Pies. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <sys/types.h>
#include <unistd.h>
diff --git a/lib/strtotok.c b/lib/strtotok.c
index 116c96e..dd64239 100644
--- a/lib/strtotok.c
+++ b/lib/strtotok.c
@@ -1,21 +1,21 @@
-/* This file is part of Pies.
+/* This file is part of GNU Pies.
Copyright (C) 2009 Sergey Poznyakoff
- Pies is free software; you can redistribute it and/or modify
+ GNU Pies is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Pies is distributed in the hope that it will be useful,
+ GNU Pies is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Pies. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <string.h>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 79d7f03..b06892b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,22 +1,22 @@
-# List of files which contain translatable strings.
+# List of files in GNU Pies which contain translatable strings.
-# Copyright (C) 2007, 2008 Sergey Poznyakoff
+# Copyright (C) 2007, 2008, 2009 Sergey Poznyakoff
-# This program is free software; you can redistribute it and/or modify
+# GNU Pies is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
-# This program is distributed in the hope that it will be useful,
+# GNU Pies is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>.
src/acl.c
src/addrfmt.c
src/depmap.c
src/diag.c
src/limits.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 78b55c1..63043f0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,21 +1,21 @@
-# This file is part of Pies.
+# This file is part of GNU Pies.
# Copyright (C) 2008, 2009 Sergey Poznyakoff
#
-# Pies is free software; you can redistribute it and/or modify
+# GNU Pies is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
-# Pies is distributed in the hope that it will be useful,
+# GNU Pies is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Pies. If not, see <http://www.gnu.org/licenses/>. */
+# along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. */
sbin_PROGRAMS = pies
pies_SOURCES = \
acl.c\
addrfmt.c\
diff --git a/src/acl.c b/src/acl.c
index 968d93c..76e7dd7 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -1,21 +1,21 @@
-/* This file is part of Pies
+/* This file is part of GNU Pies
Copyright (C) 2009 Sergey Poznyakoff
- Pies is free software; you can redistribute it and/or modify
+ GNU Pies is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Pies is distributed in the hope that it will be useful,
+ GNU Pies is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Pies. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "pies.h"
#include <sys/types.h>
diff --git a/src/acl.h b/src/acl.h
index 1bfc46a..6a4617d 100644
--- a/src/acl.h
+++ b/src/acl.h
@@ -1,21 +1,21 @@
-/* This file is part of Pies
+/* This file is part of GNU Pies
Copyright (C) 2009 Sergey Poznyakoff
- Pies is free software; you can redistribute it and/or modify
+ GNU Pies is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Pies is distributed in the hope that it will be useful,
+ GNU Pies is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Pies. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. */
/* acl.c */
typedef struct pies_acl *pies_acl_t;
struct acl_input
{
diff --git a/src/addrfmt.c b/src/addrfmt.c
index 0687445..4f4f11d 100644
--- a/src/addrfmt.c
+++ b/src/addrfmt.c
@@ -1,21 +1,21 @@
-/* This file is part of Pies
+/* This file is part of GNU Pies
Copyright (C) 2009 Sergey Poznyakoff
- Pies is free software; you can redistribute it and/or modify
+ GNU Pies is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
- Pies is distributed in the hope that it will be useful,
+ GNU Pies is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Pies. If not, see <http://www.gnu.org/licenses/>. */
+ along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "pies.h"
#include <sys/types.h>
diff --git a/src/depmap.c b/src/depmap.c
index 8a2772f..2032cf4 100644
--- a/src/depmap.c
+++ b/src/depmap.c
@@ -1,21 +1,21 @@
-/* This file