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 +1,17 @@
+# 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
@@ -48,2 +64,5 @@ ChangeLog:
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; \
diff --git a/NEWS b/NEWS
index bd9de58..025efe1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-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
@@ -7,2 +7,7 @@ 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
diff --git a/README b/README
index 6b86aea..e50687d 100644
--- a/README
+++ b/README
@@ -1,2 +1,2 @@
-Pies README
+GNU Pies README
Copyright (C) 2009 Sergey Poznyakoff
@@ -18,3 +18,3 @@ description of the command line syntax (similar to a man-page style).
-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
@@ -28,3 +28,3 @@ 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,
@@ -34,3 +34,3 @@ 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
@@ -39,3 +39,3 @@ 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
diff --git a/README-hacking b/README-hacking
index 2f22e74..73d07d1 100644
--- a/README-hacking
+++ b/README-hacking
@@ -1,2 +1,2 @@
-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.
@@ -6,3 +6,3 @@ See end of file for copying conditions.
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
@@ -38,3 +38,3 @@ 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
diff --git a/bootstrap.conf b/bootstrap.conf
index cc7d8f3..2657b58 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,5 +1,5 @@
-# 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
@@ -8,3 +8,3 @@
#
-# 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
@@ -14,3 +14,3 @@
# 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/>.
diff --git a/configure.ac b/configure.ac
index 2ece4b1..e9119dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-# 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
@@ -8,3 +8,3 @@
#
-# 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
@@ -14,6 +14,6 @@
# 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])
diff --git a/doc/Config b/doc/Config
index d82983c..45c39b1 100644
--- a/doc/Config
+++ b/doc/Config
@@ -1,5 +1,5 @@
-# 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
@@ -8,3 +8,3 @@
#
-# 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
@@ -14,3 +14,3 @@
# 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/>.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 094d660..6d47f51 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
-# 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
@@ -8,3 +8,3 @@
#
-# 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
@@ -14,3 +14,3 @@
# 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/>.
@@ -156,2 +156,2 @@ 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
@@ -6,3 +6,3 @@
<head>
- <title>Pies - Program Invocation and Execution Supervisor</title>
+ <title>GNU Pies - Program Invocation and Execution Supervisor</title>
<meta name="Generator" content="%%SCRIPTNAME%%" />
diff --git a/doc/pies.texi b/doc/pies.texi
index 353faa9..d780e6d 100644
--- a/doc/pies.texi
+++ b/doc/pies.texi
@@ -4,3 +4,3 @@
@setfilename pies.info
-@settitle Pies Manual
+@settitle GNU Pies Manual
@c %**end of header
@@ -33,4 +33,4 @@
@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
@@ -48,3 +48,3 @@ 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
@@ -58,3 +58,3 @@ Software Foundation raise funds for GNU development.''
@titlepage
-@title The @sc{PIES} Manual
+@title The @sc{GNU PIES} Manual
@subtitle version @value{VERSION}, @value{UPDATED}
@@ -76,5 +76,5 @@ Software Foundation raise funds for GNU development.''
@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}.
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,2 +1,2 @@
-@c This is part of the Pies manual.
+@c This is part of the GNU Pies manual.
@c Copyright (C) 2009 Sergey Poznyakoff
@@ -6,3 +6,3 @@
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.
diff --git a/lib/Makefile.am b/lib/Makefile.am
index bbcb054..843cbe4 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,5 @@
-# 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
@@ -8,3 +8,3 @@
#
-# 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
@@ -14,3 +14,3 @@
# 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/>. */
diff --git a/lib/libpies.h b/lib/libpies.h
index 7822595..7efdfb3 100644
--- a/lib/libpies.h
+++ b/lib/libpies.h
@@ -1,5 +1,5 @@
-/* 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
@@ -8,3 +8,3 @@
- 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
@@ -14,3 +14,3 @@
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/>. */
diff --git a/lib/parsetime.c b/lib/parsetime.c
index 6b74501..aab114e 100644
--- a/lib/parsetime.c
+++ b/lib/parsetime.c
@@ -1,5 +1,5 @@
-/* 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
@@ -8,3 +8,3 @@
- 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
@@ -14,3 +14,3 @@
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/>. */
diff --git a/lib/proctitle.c b/lib/proctitle.c
index 430811c..0788d7c 100644
--- a/lib/proctitle.c
+++ b/lib/proctitle.c
@@ -1,5 +1,5 @@
-/* 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
@@ -8,3 +8,3 @@
- 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
@@ -14,3 +14,3 @@
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/>. */
diff --git a/lib/strtotok.c b/lib/strtotok.c
index 116c96e..dd64239 100644
--- a/lib/strtotok.c
+++ b/lib/strtotok.c
@@ -1,5 +1,5 @@
-/* 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
@@ -8,3 +8,3 @@
- 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
@@ -14,3 +14,3 @@
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/>. */
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 79d7f03..b06892b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,6 @@
-# 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
@@ -9,3 +9,3 @@
-# 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
@@ -15,3 +15,3 @@
# 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/>.
diff --git a/src/Makefile.am b/src/Makefile.am
index 78b55c1..63043f0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
-# 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
@@ -8,3 +8,3 @@
#
-# 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
@@ -14,3 +14,3 @@
# 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/>. */
diff --git a/src/acl.c b/src/acl.c
index 968d93c..76e7dd7 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -1,5 +1,5 @@
-/* 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
@@ -8,3 +8,3 @@
- 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
@@ -14,3 +14,3 @@
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/>. */
diff --git a/src/acl.h b/src/acl.h
index 1bfc46a..6a4617d 100644
--- a/src/acl.h
+++ b/src/acl.h
@@ -1,5 +1,5 @@
-/* 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
@@ -8,3 +8,3 @@
- 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
@@ -14,3 +14,3 @@
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/>. */
diff --git a/src/addrfmt.c b/src/addrfmt.c
index 0687445..4f4f11d 100644
--- a/src/addrfmt.c
+++ b/src/addrfmt.c
@@ -1,5 +1,5 @@
-/* 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
@@ -8,3 +8,3 @@
- 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
@@ -14,3 +14,3 @@
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/>. */
diff --git a/src/depmap.c b/src/depmap.c
index 8a2772f..2032cf4 100644
--- a/src/depmap.c
+++ b/src/depmap.c
@@ -1,5 +1,5 @@
-/* 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
@@ -8,3 +8,3 @@
- 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
@@ -14,3 +14,3 @@
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/>. */
diff --git a/src/diag.c b/src/diag.c
index c377b45..b2b4b31 100644
--- a/src/diag.c
+++ b/src/diag.c
@@ -1,5 +1,5 @@
-/* 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
@@ -8,3 +8,3 @@
- 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
@@ -14,3 +14,3 @@
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/>. */
diff --git a/src/limits.c b/src/limits.c
index 3d430af..b598575 100644
--- a/src/limits.c
+++ b/src/limits.c
@@ -1,5 +1,5 @@
-/* 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
@@ -8,3 +8,3 @@
- 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
@@ -14,3 +14,3 @@
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/>. */
diff --git a/src/meta.c b/src/meta.c
index 9acc3bb..e8f620d 100644
--- a/src/meta.c
+++ b/src/meta.c
@@ -1,5 +1,5 @@
-/* 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
@@ -8,3 +8,3 @@
- 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
@@ -14,3 +14,3 @@
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/>. */
diff --git a/src/meta1gram.y b/src/meta1gram.y
index 5fa143b..e18841b 100644
--- a/src/meta1gram.y
+++ b/src/meta1gram.y
@@ -1,6 +1,6 @@
%{
-/* MeTA1 configuration parser for Pies.
+/* MeTA1 configuration parser 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
@@ -9,3 +9,3 @@
- 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
@@ -15,3 +15,3 @@
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/>. */
diff --git a/src/meta1lex.h b/src/meta1lex.h
index 035204b..b9cd7e4 100644
--- a/src/meta1lex.h
+++ b/src/meta1lex.h
@@ -1,5 +1,5 @@
-/* This file is part of Pies.
+/* This file is part of GNU Pies.
Copyright (C) 2009, 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
@@ -8,3 +8,3 @@
- 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
@@ -14,3 +14,3 @@
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/>. */
diff --git a/src/meta1lex.l b/src/meta1lex.l
index 2b606ef..0b9a105 100644
--- a/src/meta1lex.l
+++ b/src/meta1lex.l
@@ -1,7 +1,7 @@
-/* MeTA1 configuration lexer for Pies. -*- c -*- */
+/* MeTA1 configuration lexer for GNU Pies. -*- c -*- */
%top {
-/* MeTA1 configuration lexer for Pies.
+/* MeTA1 configuration lexer 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
@@ -10,3 +10,3 @@
- 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
@@ -16,3 +16,3 @@
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/>. */
diff --git a/src/pies.c b/src/pies.c
index 0fe354b..0536824 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -1,5 +1,5 @@
-/* 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
@@ -8,3 +8,3 @@
- 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
@@ -14,3 +14,3 @@
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/>. */
@@ -1794,9 +1794,9 @@ version (FILE *stream, struct argp_state *state)
{
- fprintf (stream, "%s (%s) %s\n", "pies", PACKAGE, PACKAGE_VERSION);
- /* TRANSLATORS: Translate "(C)" to the copyright symbol
- (C-in-a-circle), if this symbol is available in the user's
- locale. Otherwise, do not translate "(C)"; leave it as-is. */
- fprintf (stream, version_etc_copyright, _("(C)"));
-
- fputs (_("\
+ fprintf (stream, "%s (%s) %s\n", PACKAGE, PACKAGE_NAME, PACKAGE_VERSION);
+ /* TRANSLATORS: Translate "(C)" to the copyright symbol
+ (C-in-a-circle), if this symbol is available in the user's
+ locale. Otherwise, do not translate "(C)"; leave it as-is. */
+ fprintf (stream, version_etc_copyright, _("(C)"));
+
+ fputs (_("\
\n\
@@ -1807,6 +1807,6 @@ There is NO WARRANTY, to the extent permitted by law.\n\
"),
- stream);