From 43b952514bcba077e4577d97b0351cbcda56a9c7 Mon Sep 17 00:00:00 2001 From: cgd Date: Tue, 21 Mar 1995 12:04:53 +0000 Subject: [PATCH] clean up RCS ids --- games/adventure/Makefile | 1 + games/adventure/adventure.6 | 2 ++ games/adventure/crc.c | 6 ++++++ games/adventure/done.c | 6 ++++++ games/adventure/hdr.h | 2 ++ games/adventure/init.c | 6 ++++++ games/adventure/io.c | 6 ++++++ games/adventure/main.c | 6 ++++++ games/adventure/save.c | 6 ++++++ games/adventure/setup.c | 6 ++++++ games/adventure/subr.c | 6 ++++++ games/adventure/vocab.c | 6 ++++++ games/adventure/wizard.c | 6 ++++++ 13 files changed, 65 insertions(+) diff --git a/games/adventure/Makefile b/games/adventure/Makefile index 225c63382481..8c2df60cc201 100644 --- a/games/adventure/Makefile +++ b/games/adventure/Makefile @@ -1,3 +1,4 @@ +# $NetBSD: Makefile,v 1.3 1995/03/21 12:04:53 cgd Exp $ # @(#)Makefile 8.1 (Berkeley) 6/12/93 PROG= adventure diff --git a/games/adventure/adventure.6 b/games/adventure/adventure.6 index 8df2e8bb68ff..90743efa8b5f 100644 --- a/games/adventure/adventure.6 +++ b/games/adventure/adventure.6 @@ -1,3 +1,5 @@ +.\" $NetBSD: adventure.6,v 1.2 1995/03/21 12:04:57 cgd Exp $ +.\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" diff --git a/games/adventure/crc.c b/games/adventure/crc.c index f6293259d676..45e430360458 100644 --- a/games/adventure/crc.c +++ b/games/adventure/crc.c @@ -1,3 +1,5 @@ +/* $NetBSD: crc.c,v 1.2 1995/03/21 12:04:59 cgd Exp $ */ + /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -35,8 +37,12 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)crc.c 8.1 (Berkeley) 5/31/93"; static char ORIGINAL_sccsid[] = "@(#)crc.c 5.2 (Berkeley) 4/4/91"; +#else +static char rcsid[] = "$NetBSD: crc.c,v 1.2 1995/03/21 12:04:59 cgd Exp $"; +#endif #endif /* not lint */ typedef unsigned long u_long; diff --git a/games/adventure/done.c b/games/adventure/done.c index fd286fd2d3e1..464d606fb896 100644 --- a/games/adventure/done.c +++ b/games/adventure/done.c @@ -1,3 +1,5 @@ +/* $NetBSD: done.c,v 1.2 1995/03/21 12:05:01 cgd Exp $ */ + /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,7 +39,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)done.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: done.c,v 1.2 1995/03/21 12:05:01 cgd Exp $"; +#endif #endif /* not lint */ /* Re-coding of advent in C: termination routines */ diff --git a/games/adventure/hdr.h b/games/adventure/hdr.h index 3072f9bd479a..6e1440b896e6 100644 --- a/games/adventure/hdr.h +++ b/games/adventure/hdr.h @@ -1,3 +1,5 @@ +/* $NetBSD: hdr.h,v 1.2 1995/03/21 12:05:02 cgd Exp $ */ + /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. diff --git a/games/adventure/init.c b/games/adventure/init.c index 77a948af4e2d..663e267fe632 100644 --- a/games/adventure/init.c +++ b/games/adventure/init.c @@ -1,3 +1,5 @@ +/* $NetBSD: init.c,v 1.2 1995/03/21 12:05:04 cgd Exp $ */ + /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -37,7 +39,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93"; +#else +static char rcsid[] = "$NetBSD: init.c,v 1.2 1995/03/21 12:05:04 cgd Exp $"; +#endif #endif /* not lint */ /* Re-coding of advent in C: data initialization */ diff --git a/games/adventure/io.c b/games/adventure/io.c index c6ae4fe5e87d..feb52c5d8bd0 100644 --- a/games/adventure/io.c +++ b/games/adventure/io.c @@ -1,3 +1,5 @@ +/* $NetBSD: io.c,v 1.2 1995/03/21 12:05:05 cgd Exp $ */ + /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,7 +39,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: io.c,v 1.2 1995/03/21 12:05:05 cgd Exp $"; +#endif #endif /* not lint */ /* Re-coding of advent in C: file i/o and user i/o */ diff --git a/games/adventure/main.c b/games/adventure/main.c index 6de4c37d0948..3879ba60bf79 100644 --- a/games/adventure/main.c +++ b/games/adventure/main.c @@ -1,3 +1,5 @@ +/* $NetBSD: main.c,v 1.2 1995/03/21 12:05:07 cgd Exp $ */ + /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -43,7 +45,11 @@ static char copyright[] = #endif /* not lint */ #ifndef lint +#if 0 static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/2/93"; +#else +static char rcsid[] = "$NetBSD: main.c,v 1.2 1995/03/21 12:05:07 cgd Exp $"; +#endif #endif /* not lint */ /* Re-coding of advent in C: main program */ diff --git a/games/adventure/save.c b/games/adventure/save.c index 8dea684be8aa..e748ad2e25ef 100644 --- a/games/adventure/save.c +++ b/games/adventure/save.c @@ -1,3 +1,5 @@ +/* $NetBSD: save.c,v 1.2 1995/03/21 12:05:08 cgd Exp $ */ + /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,7 +39,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: save.c,v 1.2 1995/03/21 12:05:08 cgd Exp $"; +#endif #endif /* not lint */ #include diff --git a/games/adventure/setup.c b/games/adventure/setup.c index 06371f5f3959..042e1e04226c 100644 --- a/games/adventure/setup.c +++ b/games/adventure/setup.c @@ -1,3 +1,5 @@ +/* $NetBSD: setup.c,v 1.2 1995/03/21 12:05:10 cgd Exp $ */ + /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -41,7 +43,11 @@ static char copyright[] = #endif /* not lint */ #ifndef lint +#if 0 static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: setup.c,v 1.2 1995/03/21 12:05:10 cgd Exp $"; +#endif #endif /* not lint */ /* diff --git a/games/adventure/subr.c b/games/adventure/subr.c index 3e2ef7b2dfdd..9ee6d6f728bf 100644 --- a/games/adventure/subr.c +++ b/games/adventure/subr.c @@ -1,3 +1,5 @@ +/* $NetBSD: subr.c,v 1.2 1995/03/21 12:05:11 cgd Exp $ */ + /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,7 +39,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: subr.c,v 1.2 1995/03/21 12:05:11 cgd Exp $"; +#endif #endif /* not lint */ /* Re-coding of advent in C: subroutines from main */ diff --git a/games/adventure/vocab.c b/games/adventure/vocab.c index d060433640c7..f6ae1656e078 100644 --- a/games/adventure/vocab.c +++ b/games/adventure/vocab.c @@ -1,3 +1,5 @@ +/* $NetBSD: vocab.c,v 1.2 1995/03/21 12:05:13 cgd Exp $ */ + /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,7 +39,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)vocab.c 8.1 (Berkeley) 5/31/93"; +#else +static char rcsid[] = "$NetBSD: vocab.c,v 1.2 1995/03/21 12:05:13 cgd Exp $"; +#endif #endif /* not lint */ /* Re-coding of advent in C: data structure routines */ diff --git a/games/adventure/wizard.c b/games/adventure/wizard.c index 4eaf055590f3..e6607b3e7afe 100644 --- a/games/adventure/wizard.c +++ b/games/adventure/wizard.c @@ -1,3 +1,5 @@ +/* $NetBSD: wizard.c,v 1.2 1995/03/21 12:05:15 cgd Exp $ */ + /*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -37,7 +39,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)wizard.c 8.1 (Berkeley) 6/2/93"; +#else +static char rcsid[] = "$NetBSD: wizard.c,v 1.2 1995/03/21 12:05:15 cgd Exp $"; +#endif #endif /* not lint */ /* Re-coding of advent in C: privileged operations */