diff options
Diffstat (limited to 'gettext-tools/src/msggrep.c')
-rw-r--r-- | gettext-tools/src/msggrep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/src/msggrep.c b/gettext-tools/src/msggrep.c index a2ae999..fa93d50 100644 --- a/gettext-tools/src/msggrep.c +++ b/gettext-tools/src/msggrep.c @@ -1,5 +1,5 @@ /* Extract some translations of a translation catalog. - Copyright (C) 2001-2004 Free Software Foundation, Inc. + Copyright (C) 2001-2005 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 @@ -315,7 +315,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-2004"); + "2001-2005"); printf (_("Written by %s.\n"), "Bruno Haible"); exit (EXIT_SUCCESS); } |