From 8d2fab52bbf3367ff43175d8c5561e72c10cf0ae Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 16 Feb 2005 10:29:40 +0000 Subject: 2005-01-12 Ulrich Drepper [BZ #728] * posix/getconf.c: Update copyright year. * nss/getent.c: Likewise. * nscd/nscd_nischeck.c: Likewise. * iconv/iconvconfig.c: Likewise. * iconv/iconv_prog.c: Likewise. * elf/ldconfig.c: Likewise. * catgets/gencat.c: Likewise. * csu/version.c: Likewise. * elf/ldd.bash.in: Likewise. * elf/sprof.c (print_version): Likewise. * locale/programs/locale.c: Likewise. * locale/programs/localedef.c: Likewise. * nscd/nscd.c (print_version): Likewise. * debug/xtrace.sh: Likewise. * malloc/memusage.sh: Likewise. * malloc/mtrace.pl: Likewise. * debug/catchsegv.sh: Likewise. --- nscd/nscd.c | 2 +- nscd/nscd_nischeck.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nscd') diff --git a/nscd/nscd.c b/nscd/nscd.c index 0cc1818d9d..82d414ff1e 100644 --- a/nscd/nscd.c +++ b/nscd/nscd.c @@ -395,7 +395,7 @@ print_version (FILE *stream, struct argp_state *state) Copyright (C) %s Free Software Foundation, Inc.\n\ 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\ -"), "2004"); +"), "2005"); fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk and Ulrich Drepper"); } diff --git a/nscd/nscd_nischeck.c b/nscd/nscd_nischeck.c index a6817cf79e..6266b9d23f 100644 --- a/nscd/nscd_nischeck.c +++ b/nscd/nscd_nischeck.c @@ -91,6 +91,6 @@ print_version (FILE *stream, struct argp_state *state) Copyright (C) %s Free Software Foundation, Inc.\n\ 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\ -"), "2004"); +"), "2005"); fprintf (stream, gettext ("Written by %s.\n"), "Thorsten Kukuk"); } -- cgit v1.2.3-59-g8ed1b