diff options
Diffstat (limited to 'login/programs/utmpd.c')
-rw-r--r-- | login/programs/utmpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/login/programs/utmpd.c b/login/programs/utmpd.c index b3384f51d5..ec16b9e778 100644 --- a/login/programs/utmpd.c +++ b/login/programs/utmpd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. @@ -124,7 +124,7 @@ main (int argc, char *argv[]) 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\ -"), "1997"); +"), "1999"); printf (_("Written by %s.\n"), "Mark Kettenis"); exit (EXIT_SUCCESS); |