summaryrefslogtreecommitdiffstats
path: root/utils.c
diff options
context:
space:
mode:
authorHenning Makholm <henning@makholm.net>2009-07-02 18:01:00 (EDT)
committer Julien Jorge <julien.jorge@stuff-o-matic.com>2013-01-10 16:12:14 (EST)
commit294090ef800a3de8a8b5cc45485786b7991ec50e (patch)
treeebea10f6d7bec8189d14b60125bee131e7647a6d /utils.c
parentf43ff6cf8942deab3e554fc2ed1ca83911c62043 (diff)
downloadxcftools-294090ef800a3de8a8b5cc45485786b7991ec50e.zip
xcftools-294090ef800a3de8a8b5cc45485786b7991ec50e.tar.gz
xcftools-294090ef800a3de8a8b5cc45485786b7991ec50e.tar.bz2
Import of release 1.0.7
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/utils.c b/utils.c
index c6afe30..b43f4a2 100644
--- a/utils.c
+++ b/utils.c
@@ -91,11 +91,6 @@ gpl_blurb(void)
{
fprintf(stderr,PACKAGE_STRING "\n");
fprintf(stderr,
- _("This program is free software; you can modify and distribute it\n"
- "under the terms of the GNU General Public License, version 2.\n"
- "There is no warranty for %s.\n\n"),
- PACKAGE_NAME);
- fprintf(stderr,
_("Type \"%s -h\" to get an option summary.\n"),progname);
exit(1) ;
}