aboutsummaryrefslogtreecommitdiff
path: root/src/pies.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.c')
-rw-r--r--src/pies.c30
1 files changed, 15 insertions, 15 deletions
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 <http://www.gnu.org/licenses/>. */
+ along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. */
#include "pies.h"
#include <locale.h>
@@ -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 <http://gnu.org/licenses/gpl.html>\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

Return to:

Send suggestions and report system problems to the System administrator.