diff options
author | Bruno Haible <bruno@clisp.org> | 2004-01-14 12:06:02 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:37 +0200 |
commit | aed526e902d81560f2460cfdc195a814a5581acf (patch) | |
tree | 76597371caa928b095079b8d7b0695d7faca8bbb /gettext-tools/src/msgattrib.c | |
parent | 209ed628cde9f2214f70928d0cad36ae0b6d3f30 (diff) | |
download | external_gettext-aed526e902d81560f2460cfdc195a814a5581acf.zip external_gettext-aed526e902d81560f2460cfdc195a814a5581acf.tar.gz external_gettext-aed526e902d81560f2460cfdc195a814a5581acf.tar.bz2 |
Year 2004.
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 fede084..d054064 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-2003 Free Software Foundation, Inc. + Copyright (C) 2001-2004 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 @@ -312,7 +312,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-2003"); + "2001-2004"); printf (_("Written by %s.\n"), "Bruno Haible"); exit (EXIT_SUCCESS); } |