summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/xgettext.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2004-01-14 12:06:02 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:37 +0200
commitaed526e902d81560f2460cfdc195a814a5581acf (patch)
tree76597371caa928b095079b8d7b0695d7faca8bbb /gettext-tools/src/xgettext.c
parent209ed628cde9f2214f70928d0cad36ae0b6d3f30 (diff)
downloadexternal_gettext-aed526e902d81560f2460cfdc195a814a5581acf.zip
external_gettext-aed526e902d81560f2460cfdc195a814a5581acf.tar.gz
external_gettext-aed526e902d81560f2460cfdc195a814a5581acf.tar.bz2
Year 2004.
Diffstat (limited to 'gettext-tools/src/xgettext.c')
-rw-r--r--gettext-tools/src/xgettext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/src/xgettext.c b/gettext-tools/src/xgettext.c
index cde60b5..979a203 100644
--- a/gettext-tools/src/xgettext.c
+++ b/gettext-tools/src/xgettext.c
@@ -1,5 +1,5 @@
/* Extracts strings from C source file to Uniforum style .po file.
- Copyright (C) 1995-1998, 2000-2003 Free Software Foundation, Inc.
+ Copyright (C) 1995-1998, 2000-2004 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
This program is free software; you can redistribute it and/or modify
@@ -499,7 +499,7 @@ main (int argc, char *argv[])
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
"),
- "1995-1998, 2000-2003");
+ "1995-1998, 2000-2004");
printf (_("Written by %s.\n"), "Ulrich Drepper");
exit (EXIT_SUCCESS);
}