From 7ad9ba975f31e04253e41ce7eea381e9f6707fdd Mon Sep 17 00:00:00 2001 From: billc Date: Fri, 7 Jan 2000 00:00:37 +0000 Subject: [PATCH] copyright year change (thanks cgd) so we emit , 2000 now. --- usr.bin/login/login.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index 1db041b896b3..75830d6b7433 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -1,4 +1,4 @@ -/* $NetBSD: login.c,v 1.46 1999/12/05 23:39:11 aidan Exp $ */ +/* $NetBSD: login.c,v 1.47 2000/01/07 00:00:37 billc Exp $ */ /*- * Copyright (c) 1980, 1987, 1988, 1991, 1993, 1994 @@ -44,7 +44,7 @@ __COPYRIGHT( #if 0 static char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94"; #endif -__RCSID("$NetBSD: login.c,v 1.46 1999/12/05 23:39:11 aidan Exp $"); +__RCSID("$NetBSD: login.c,v 1.47 2000/01/07 00:00:37 billc Exp $"); #endif /* not lint */ /* @@ -131,7 +131,7 @@ int failures; char term[64], *envinit[1], *hostname, *username, *tty; static const char copyrightstr[] = "\ -Copyright (c) 1996, 1997, 1998, 1999 +Copyright (c) 1996, 1997, 1998, 1999, 2000 \tThe NetBSD Foundation, Inc. All rights reserved. Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 \tThe Regents of the University of California. All rights reserved.\n\n";