diff options
author | Bruno Haible <bruno@clisp.org> | 2005-01-10 16:02:22 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:58 +0200 |
commit | 263191a31f6bcb0a2c024815dcf3ed0f9a87c18b (patch) | |
tree | 3ef203749bc4e138bf23fe621634dfc353373046 /gettext-runtime/src | |
parent | dc292e36b96c61ac1f36fc3ec112ae50b576e40a (diff) | |
download | external_gettext-263191a31f6bcb0a2c024815dcf3ed0f9a87c18b.zip external_gettext-263191a31f6bcb0a2c024815dcf3ed0f9a87c18b.tar.gz external_gettext-263191a31f6bcb0a2c024815dcf3ed0f9a87c18b.tar.bz2 |
Year 2005.
Diffstat (limited to 'gettext-runtime/src')
-rw-r--r-- | gettext-runtime/src/ChangeLog | 6 | ||||
-rw-r--r-- | gettext-runtime/src/envsubst.c | 4 | ||||
-rw-r--r-- | gettext-runtime/src/gettext.c | 4 | ||||
-rw-r--r-- | gettext-runtime/src/ngettext.c | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog index 8633980..1fc6218 100644 --- a/gettext-runtime/src/ChangeLog +++ b/gettext-runtime/src/ChangeLog @@ -1,3 +1,9 @@ +2005-01-05 Bruno Haible <bruno@clisp.org> + + * gettext.c (main): Update year in --version output. + * ngettext.c (main): Likewise. + * envsubst.c (main): Likewise. + 2004-07-10 Bruno Haible <bruno@clisp.org> * gettext.c (expand_escape): Don't go into an endless loop when the diff --git a/gettext-runtime/src/envsubst.c b/gettext-runtime/src/envsubst.c index 9909cbb..af9319e 100644 --- a/gettext-runtime/src/envsubst.c +++ b/gettext-runtime/src/envsubst.c @@ -1,5 +1,5 @@ /* Substitution of environment variables in shell format strings. - Copyright (C) 2003-2004 Free Software Foundation, Inc. + Copyright (C) 2003-2005 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2003. This program is free software; you can redistribute it and/or modify @@ -114,7 +114,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\ "), - "2003-2004"); + "2003-2005"); printf (_("Written by %s.\n"), "Bruno Haible"); exit (EXIT_SUCCESS); } diff --git a/gettext-runtime/src/gettext.c b/gettext-runtime/src/gettext.c index 24c4593..d7ae08f 100644 --- a/gettext-runtime/src/gettext.c +++ b/gettext-runtime/src/gettext.c @@ -1,5 +1,5 @@ /* gettext - retrieve text 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. Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, May 1995. This program is free software; you can redistribute it and/or modify @@ -136,7 +136,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); } 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); } |