Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.bin/login Pull up revision 1.47 (requested by cgd):



details:   https://anonhg.NetBSD.org/src/rev/bff0c865d910
branches:  netbsd-1-4
changeset: 470067:bff0c865d910
user:      he <he%NetBSD.org@localhost>
date:      Sun Jan 16 17:56:45 2000 +0000

description:
Pull up revision 1.47 (requested by cgd):
  Update the copyright notice to include 2000.

diffstat:

 usr.bin/login/login.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 71ac3ca8829a -r bff0c865d910 usr.bin/login/login.c
--- a/usr.bin/login/login.c     Sun Jan 16 17:54:40 2000 +0000
+++ b/usr.bin/login/login.c     Sun Jan 16 17:56:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: login.c,v 1.42 1999/01/11 20:20:54 kim Exp $       */
+/*     $NetBSD: login.c,v 1.42.2.1 2000/01/16 17:56:45 he Exp $       */
 
 /*-
  * Copyright (c) 1980, 1987, 1988, 1991, 1993, 1994
@@ -44,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)login.c    8.4 (Berkeley) 4/2/94";
 #endif
-__RCSID("$NetBSD: login.c,v 1.42 1999/01/11 20:20:54 kim Exp $");
+__RCSID("$NetBSD: login.c,v 1.42.2.1 2000/01/16 17:56:45 he Exp $");
 #endif /* not lint */
 
 /*
@@ -126,7 +126,7 @@
 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";



Home | Main Index | Thread Index | Old Index