summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/src/ngettext.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-01-10 16:02:22 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:58 +0200
commit263191a31f6bcb0a2c024815dcf3ed0f9a87c18b (patch)
tree3ef203749bc4e138bf23fe621634dfc353373046 /gettext-runtime/src/ngettext.c
parentdc292e36b96c61ac1f36fc3ec112ae50b576e40a (diff)
downloadexternal_gettext-263191a31f6bcb0a2c024815dcf3ed0f9a87c18b.zip
external_gettext-263191a31f6bcb0a2c024815dcf3ed0f9a87c18b.tar.gz
external_gettext-263191a31f6bcb0a2c024815dcf3ed0f9a87c18b.tar.bz2
Year 2005.
Diffstat (limited to 'gettext-runtime/src/ngettext.c')
-rw-r--r--gettext-runtime/src/ngettext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-runtime/src/ngettext.c b/gettext-runtime/src/ngettext.c
index f82908e..c5eeeec 100644
--- a/gettext-runtime/src/ngettext.c
+++ b/gettext-runtime/src/ngettext.c
@@ -1,5 +1,5 @@
/* ngettext - retrieve plural form string from message catalog and print it.
- Copyright (C) 1995-1997, 2000-2004 Free Software Foundation, Inc.
+ Copyright (C) 1995-1997, 2000-2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -126,7 +126,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-1997, 2000-2004");
+ "1995-1997, 2000-2005");
printf (_("Written by %s.\n"), "Ulrich Drepper");
exit (EXIT_SUCCESS);
}