summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/msgfmt.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-02-18 13:02:21 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:10:10 +0200
commit72e6be178db7d473a14d34f9b368ca946daed6db (patch)
tree1b007c94b25498e384aa757e92bdc6c30519c029 /gettext-tools/src/msgfmt.c
parent17d34c88a46c2a15af829938715d29be6f9969f2 (diff)
downloadexternal_gettext-72e6be178db7d473a14d34f9b368ca946daed6db.zip
external_gettext-72e6be178db7d473a14d34f9b368ca946daed6db.tar.gz
external_gettext-72e6be178db7d473a14d34f9b368ca946daed6db.tar.bz2
Update year in --version output.
Diffstat (limited to 'gettext-tools/src/msgfmt.c')
-rw-r--r--gettext-tools/src/msgfmt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/src/msgfmt.c b/gettext-tools/src/msgfmt.c
index 191d698..9e6a4cd 100644
--- a/gettext-tools/src/msgfmt.c
+++ b/gettext-tools/src/msgfmt.c
@@ -1,5 +1,5 @@
/* Converts Uniforum style .po files to binary .mo files
- Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
+ Copyright (C) 1995-1998, 2000-2003 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
@@ -322,7 +322,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-2002");
+ "1995-1998, 2000-2003");
printf (_("Written by %s.\n"), "Ulrich Drepper");
exit (EXIT_SUCCESS);
}