clean up RCS ids

This commit is contained in:
cgd 1995-03-21 12:04:53 +00:00
parent 82cadfc7aa
commit 43b952514b
13 changed files with 65 additions and 0 deletions

View File

@ -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

View File

@ -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.
.\"

View File

@ -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;

View File

@ -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 */

View File

@ -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.

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */

View File

@ -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 <stdio.h>

View File

@ -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 */
/*

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */