diff options
author | Bruno Haible <bruno@clisp.org> | 2006-02-13 13:05:14 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:59 +0200 |
commit | 3c26e8e28ab752cfa9776ff4b9cf3d745d9b0514 (patch) | |
tree | ad364eeb2e5fa90a3006ccf9a6f2b931f2f4b2b8 /gettext-tools/src/msgattrib.c | |
parent | fd292e2a2d41635ec1cb4002162648b881bdb139 (diff) | |
download | external_gettext-3c26e8e28ab752cfa9776ff4b9cf3d745d9b0514.zip external_gettext-3c26e8e28ab752cfa9776ff4b9cf3d745d9b0514.tar.gz external_gettext-3c26e8e28ab752cfa9776ff4b9cf3d745d9b0514.tar.bz2 |
Update year in --version output.
Diffstat (limited to 'gettext-tools/src/msgattrib.c')
-rw-r--r-- | gettext-tools/src/msgattrib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/src/msgattrib.c b/gettext-tools/src/msgattrib.c index bffbf35..1d38111 100644 --- a/gettext-tools/src/msgattrib.c +++ b/gettext-tools/src/msgattrib.c @@ -1,5 +1,5 @@ /* Manipulates attributes of messages in translation catalogs. - Copyright (C) 2001-2005 Free Software Foundation, Inc. + Copyright (C) 2001-2006 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 @@ -313,7 +313,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-2005"); + "2001-2006"); printf (_("Written by %s.\n"), "Bruno Haible"); exit (EXIT_SUCCESS); } |