diff options
author | Bruno Haible <bruno@clisp.org> | 2003-02-18 13:02:21 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:10:10 +0200 |
commit | 72e6be178db7d473a14d34f9b368ca946daed6db (patch) | |
tree | 1b007c94b25498e384aa757e92bdc6c30519c029 /gettext-tools/src/msguniq.c | |
parent | 17d34c88a46c2a15af829938715d29be6f9969f2 (diff) | |
download | external_gettext-72e6be178db7d473a14d34f9b368ca946daed6db.zip external_gettext-72e6be178db7d473a14d34f9b368ca946daed6db.tar.gz external_gettext-72e6be178db7d473a14d34f9b368ca946daed6db.tar.bz2 |
Update year in --version output.
Diffstat (limited to 'gettext-tools/src/msguniq.c')
-rw-r--r-- | gettext-tools/src/msguniq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/src/msguniq.c b/gettext-tools/src/msguniq.c index 29b8748..39284b3 100644 --- a/gettext-tools/src/msguniq.c +++ b/gettext-tools/src/msguniq.c @@ -1,5 +1,5 @@ /* Remove, select or merge duplicate translations. - Copyright (C) 2001-2002 Free Software Foundation, Inc. + Copyright (C) 2001-2003 Free Software Foundation, Inc. Written by Bruno Haible <haible@clisp.cons.org>, 2001. This program is free software; you can redistribute it and/or modify @@ -214,7 +214,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\ "), - "2001-2002"); + "2001-2003"); printf (_("Written by %s.\n"), "Bruno Haible"); exit (EXIT_SUCCESS); } |