From 0e57b353967966db0b9a4d68736daaa410eafd24 Mon Sep 17 00:00:00 2001 From: cgd Date: Sat, 22 Apr 1995 10:27:22 +0000 Subject: clean up import, NetBSD RCS Ids --- rogue/main.c | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'rogue/main.c') diff --git a/rogue/main.c b/rogue/main.c index febec330..5e472e15 100644 --- a/rogue/main.c +++ b/rogue/main.c @@ -1,6 +1,8 @@ +/* $NetBSD: main.c,v 1.3 1995/04/22 10:27:41 cgd Exp $ */ + /* - * Copyright (c) 1988 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1993 + * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Timothy C. Stoehr. @@ -35,14 +37,17 @@ */ #ifndef lint -char copyright[] = -"@(#) Copyright (c) 1988 The Regents of the University of California.\n\ - All rights reserved.\n"; +static char copyright[] = +"@(#) Copyright (c) 1988, 1993\n\ + The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint -/*static char sccsid[] = "from: @(#)main.c 5.3 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$Id: main.c,v 1.2 1993/08/01 18:52:25 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: main.c,v 1.3 1995/04/22 10:27:41 cgd Exp $"; +#endif #endif /* not lint */ /* -- cgit v1.2.3-56-ge451