4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 06:54:47 +0000 (22:54 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 06:54:47 +0000 (22:54 -0800)
SCCS-vsn: games/adventure/crc.c 8.1
SCCS-vsn: games/adventure/done.c 8.1
SCCS-vsn: games/adventure/init.c 8.1

usr/src/games/adventure/crc.c
usr/src/games/adventure/done.c

index 749172b..737bc21 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1993 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * James W. Williams of the University of Maryland.
  *
  * This code is derived from software contributed to Berkeley by
  * James W. Williams of the University of Maryland.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)crc.c      5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)crc.c      8.1 (Berkeley) %G%";
 static char ORIGINAL_sccsid[] = "@(#)crc.c     5.2 (Berkeley) 4/4/91";
 #endif /* not lint */
 
 static char ORIGINAL_sccsid[] = "@(#)crc.c     5.2 (Berkeley) 4/4/91";
 #endif /* not lint */
 
index 8304fad..9d9acea 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991, 1993 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * The game adventure was originally written in Fortran by Will Crowther
  * and Don Woods.  It was later translated to C and enhanced by Jim
  *
  * The game adventure was originally written in Fortran by Will Crowther
  * and Don Woods.  It was later translated to C and enhanced by Jim
@@ -11,7 +11,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)done.c     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)done.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*      Re-coding of advent in C: termination routines                  */
 #endif /* not lint */
 
 /*      Re-coding of advent in C: termination routines                  */