4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 12 Jun 1993 05:48:20 +0000 (21:48 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 12 Jun 1993 05:48:20 +0000 (21:48 -0800)
SCCS-vsn: games/boggle/boggle/mach.c 8.1
SCCS-vsn: games/boggle/boggle/prtable.c 8.1
SCCS-vsn: games/boggle/boggle/timer.c 8.1
SCCS-vsn: games/boggle/boggle/word.c 8.1

usr/src/games/boggle/boggle/mach.c
usr/src/games/boggle/boggle/prtable.c
usr/src/games/boggle/boggle/timer.c
usr/src/games/boggle/boggle/word.c

index 459c082..793ae37 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
  * Barry Brachman.
  *
  * This code is derived from software contributed to Berkeley by
  * Barry Brachman.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mach.c     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)mach.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index f28b2e6..7e7f67a 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * 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
  * Barry Brachman.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Barry Brachman.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)prtable.c   5.2 (Berkeley) %G%
+ *     @(#)prtable.c   8.1 (Berkeley) %G%
  */
 
 #include <curses.h>
  */
 
 #include <curses.h>
index aff8c81..d3e6879 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
  * Barry Brachman.
  *
  * This code is derived from software contributed to Berkeley by
  * Barry Brachman.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)timer.c    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)timer.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
index b7f6ae6..f8b7a7e 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
  * Barry Brachman.
  *
  * This code is derived from software contributed to Berkeley by
  * Barry Brachman.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)word.c     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)word.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>