From 31a646d592e09918a801e86274eb1b97bf4541d2 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 26 Oct 2009 13:26:18 +0200 Subject: Pies dubbed a GNU package. Update all files accordingly. --- Makefile.am | 19 +++++++++++++++++++ NEWS | 7 ++++++- README | 10 +++++----- README-hacking | 6 +++--- bootstrap.conf | 8 ++++---- configure.ac | 10 +++++----- doc/Config | 8 ++++---- doc/Makefile.am | 10 +++++----- doc/gendocs_template | 2 +- doc/pies.texi | 14 +++++++------- doc/usr-acl.texi | 4 ++-- lib/Makefile.am | 8 ++++---- lib/libpies.h | 8 ++++---- lib/parsetime.c | 8 ++++---- lib/proctitle.c | 8 ++++---- lib/strtotok.c | 8 ++++---- po/POTFILES.in | 10 +++++----- src/Makefile.am | 8 ++++---- src/acl.c | 8 ++++---- src/acl.h | 8 ++++---- src/addrfmt.c | 8 ++++---- src/depmap.c | 8 ++++---- src/diag.c | 8 ++++---- src/limits.c | 8 ++++---- src/meta.c | 8 ++++---- src/meta1gram.y | 8 ++++---- src/meta1lex.h | 8 ++++---- src/meta1lex.l | 10 +++++----- src/pies.c | 30 +++++++++++++++--------------- src/pies.h | 8 ++++---- src/pp-setup | 8 ++++---- src/progman.c | 8 ++++---- src/socket.c | 8 ++++---- src/url.c | 8 ++++---- src/userprivs.c | 8 ++++---- 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,3 +1,19 @@ +# 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 . + ACLOCAL_AMFLAGS = -I m4 -I am -I grecs/am SUBDIRS=gnu grecs lib src doc po @@ -46,6 +62,9 @@ ChangeLog: 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,10 +1,15 @@ -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 +Version 1.1.90 (Git) + +Pies dubbed a GNU package. + + Version 1.1, 2009-10-20 * Account for possible system clock inaccuracies. diff --git a/README b/README index 6b86aea..e50687d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Pies README +GNU Pies README Copyright (C) 2009 Sergey Poznyakoff See the end of file for copying conditions. @@ -16,7 +16,7 @@ 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 @@ -26,18 +26,18 @@ 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 diff --git a/README-hacking b/README-hacking index 2f22e74..73d07d1 100644 --- a/README-hacking +++ b/README-hacking @@ -1,10 +1,10 @@ -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. @@ -36,7 +36,7 @@ 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 diff --git a/bootstrap.conf b/bootstrap.conf index cc7d8f3..2657b58 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,18 +1,18 @@ -# 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 . +# along with GNU Pies. If not, see . source_base=gnu gnulib_name=libgnu diff --git a/configure.ac b/configure.ac index 2ece4b1..e9119dc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,21 +1,21 @@ -# 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 . +# along with GNU Pies. If not, see . 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]) diff --git a/doc/Config b/doc/Config index d82983c..45c39b1 100644 --- a/doc/Config +++ b/doc/Config @@ -1,18 +1,18 @@ -# 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 . +# along with GNU Pies. If not, see . $top_html_dir="/software/pies"; $graphics_dir="$top_html_dir/graphics"; diff --git a/doc/Makefile.am b/doc/Makefile.am index 094d660..6d47f51 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,18 +1,18 @@ -# 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 . +# along with GNU Pies. If not, see . info_TEXINFOS=pies.texi pies_TEXINFOS=\ @@ -154,4 +154,4 @@ 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 @@ -4,7 +4,7 @@ - Pies - Program Invocation and Execution Supervisor + GNU Pies - Program Invocation and Execution Supervisor diff --git a/doc/pies.texi b/doc/pies.texi index 353faa9..d780e6d 100644 --- a/doc/pies.texi +++ b/doc/pies.texi @@ -2,7 +2,7 @@ @smallbook @c %**start of header @setfilename pies.info -@settitle Pies Manual +@settitle GNU Pies Manual @c %**end of header @setchapternewpage odd @@ -31,8 +31,8 @@ @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 @@ -46,7 +46,7 @@ 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''. @@ -56,7 +56,7 @@ 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 @@ -74,9 +74,9 @@ Software Foundation raise funds for GNU development.'' @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 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,10 +1,10 @@ -@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 diff --git a/lib/Makefile.am b/lib/Makefile.am index bbcb054..843cbe4 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,18 +1,18 @@ -# 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 . */ +# along with GNU Pies. If not, see . */ noinst_LIBRARIES=libpies.a diff --git a/lib/libpies.h b/lib/libpies.h index 7822595..7efdfb3 100644 --- a/lib/libpies.h +++ b/lib/libpies.h @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #include #include diff --git a/lib/parsetime.c b/lib/parsetime.c index 6b74501..aab114e 100644 --- a/lib/parsetime.c +++ b/lib/parsetime.c @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #ifdef HAVE_CONFIG_H # include diff --git a/lib/proctitle.c b/lib/proctitle.c index 430811c..0788d7c 100644 --- a/lib/proctitle.c +++ b/lib/proctitle.c @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #ifdef HAVE_CONFIG_H # include diff --git a/lib/strtotok.c b/lib/strtotok.c index 116c96e..dd64239 100644 --- a/lib/strtotok.c +++ b/lib/strtotok.c @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #ifdef HAVE_CONFIG_H # include diff --git a/po/POTFILES.in b/po/POTFILES.in index 79d7f03..b06892b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,19 +1,19 @@ -# 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 . +# along with GNU Pies. If not, see . src/acl.c src/addrfmt.c diff --git a/src/Makefile.am b/src/Makefile.am index 78b55c1..63043f0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,18 +1,18 @@ -# 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 . */ +# along with GNU Pies. If not, see . */ sbin_PROGRAMS = pies diff --git a/src/acl.c b/src/acl.c index 968d93c..76e7dd7 100644 --- a/src/acl.c +++ b/src/acl.c @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #ifdef HAVE_CONFIG_H # include diff --git a/src/acl.h b/src/acl.h index 1bfc46a..6a4617d 100644 --- a/src/acl.h +++ b/src/acl.h @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ /* acl.c */ typedef struct pies_acl *pies_acl_t; diff --git a/src/addrfmt.c b/src/addrfmt.c index 0687445..4f4f11d 100644 --- a/src/addrfmt.c +++ b/src/addrfmt.c @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #ifdef HAVE_CONFIG_H # include diff --git a/src/depmap.c b/src/depmap.c index 8a2772f..2032cf4 100644 --- a/src/depmap.c +++ b/src/depmap.c @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #include "pies.h" diff --git a/src/diag.c b/src/diag.c index c377b45..b2b4b31 100644 --- a/src/diag.c +++ b/src/diag.c @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #include "pies.h" #include "xvasprintf.h" diff --git a/src/limits.c b/src/limits.c index 3d430af..b598575 100644 --- a/src/limits.c +++ b/src/limits.c @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #include diff --git a/src/meta.c b/src/meta.c index 9acc3bb..e8f620d 100644 --- a/src/meta.c +++ b/src/meta.c @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #include "pies.h" #include diff --git a/src/meta1gram.y b/src/meta1gram.y index 5fa143b..e18841b 100644 --- a/src/meta1gram.y +++ b/src/meta1gram.y @@ -1,19 +1,19 @@ %{ -/* 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 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 . */ + along with GNU Pies. If not, see . */ /* This file implements a grammar for parsing MeTA1 main configuration file, and a set of functions for converting its statements into Pies diff --git a/src/meta1lex.h b/src/meta1lex.h index 035204b..b9cd7e4 100644 --- a/src/meta1lex.h +++ b/src/meta1lex.h @@ -1,18 +1,18 @@ -/* 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 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 . */ + along with GNU Pies. If not, see . */ extern grecs_locus_t meta1_locus; extern size_t meta1_error_count; diff --git a/src/meta1lex.l b/src/meta1lex.l index 2b606ef..0b9a105 100644 --- a/src/meta1lex.l +++ b/src/meta1lex.l @@ -1,20 +1,20 @@ -/* 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 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 . */ + along with GNU Pies. If not, see . */ /* This file implements a lexical analyzer for MeTA1 main configuration file. */ diff --git a/src/pies.c b/src/pies.c index 0fe354b..0536824 100644 --- a/src/pies.c +++ b/src/pies.c @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #include "pies.h" #include @@ -1792,23 +1792,23 @@ const char version_etc_copyright[] = static void 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\ License GPLv3+: GNU GPL version 3 or later \n\ This is free software: you are free to change and redistribute it.\n\ There is NO WARRANTY, to the extent permitted by law.\n\ \n\ "), - stream); - - /* TRANSLATORS: %s denotes an author name. */ - fprintf (stream, _("Written by %s.\n"), "Sergey Poznyakoff"); + stream); + + /* TRANSLATORS: %s denotes an author name. */ + fprintf (stream, _("Written by %s.\n"), "Sergey Poznyakoff"); } int diff --git a/src/pies.h b/src/pies.h index 0d3e639..a8f400c 100644 --- a/src/pies.h +++ b/src/pies.h @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #ifdef HAVE_CONFIG_H # include diff --git a/src/pp-setup b/src/pp-setup index e2e255a..fb7d924 100644 --- a/src/pp-setup +++ b/src/pp-setup @@ -1,19 +1,19 @@ divert(-1) dnl -*- m4 -*- -# 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 . +# along with GNU Pies. If not, see . changecom(/*,*/) diff --git a/src/progman.c b/src/progman.c index 98f87e7..8897c74 100644 --- a/src/progman.c +++ b/src/progman.c @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #include "pies.h" diff --git a/src/socket.c b/src/socket.c index be0c5c2..6f1bb87 100644 --- a/src/socket.c +++ b/src/socket.c @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #include "pies.h" diff --git a/src/url.c b/src/url.c index 69abcfb..500aa0a 100644 --- a/src/url.c +++ b/src/url.c @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #ifdef HAVE_CONFIG_H # include diff --git a/src/userprivs.c b/src/userprivs.c index f8c54de..399e229 100644 --- a/src/userprivs.c +++ b/src/userprivs.c @@ -1,18 +1,18 @@ -/* 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 . */ + along with GNU Pies. If not, see . */ #ifdef HAVE_CONFIG_H # include -- cgit v1.2.1