4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 08:52:40 +0000 (00:52 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 08:52:40 +0000 (00:52 -0800)
SCCS-vsn: games/snake/snake/move.c 8.1
SCCS-vsn: games/snake/snake/pathnames.h 8.1
SCCS-vsn: games/snake/snake/snake.c 8.1
SCCS-vsn: games/snake/snake/snake.h 8.1
SCCS-vsn: games/snake/snake/snake.6 8.1

usr/src/games/snake/snake/move.c
usr/src/games/snake/snake/pathnames.h
usr/src/games/snake/snake/snake.6
usr/src/games/snake/snake/snake.c
usr/src/games/snake/snake/snake.h

index 0aa1929..8194131 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)move.c     5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)move.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*************************************************************************
 #endif /* not lint */
 
 /*************************************************************************
index 0b8c52c..bf8b060 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 5.3 (Berkeley) %G%
+ *     @(#)pathnames.h 8.1 (Berkeley) %G%
  */
 
 #define        _PATH_RAWSCORES "/var/games/snakerawscores"
  */
 
 #define        _PATH_RAWSCORES "/var/games/snakerawscores"
index 23c36d6..20b2d3c 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1980 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1980, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)snake.6     6.4 (Berkeley) %G%
+.\"    @(#)snake.6     8.1 (Berkeley) %G%
 .\"
 .TH SNAKE 6 ""
 .UC 4
 .\"
 .TH SNAKE 6 ""
 .UC 4
index 6a70837..447439d 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1980 Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1980, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)snake.c    5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)snake.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 0715ef0..8c54c5a 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)snake.h     5.6 (Berkeley) %G%
+ *     @(#)snake.h     8.1 (Berkeley) %G%
  */
 
 # include <stdio.h>
  */
 
 # include <stdio.h>