4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 08:51:20 +0000 (00:51 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 08:51:20 +0000 (00:51 -0800)
SCCS-vsn: games/sail/pl_5.c 8.1
SCCS-vsn: games/sail/pl_6.c 8.1
SCCS-vsn: games/sail/pl_7.c 8.1
SCCS-vsn: games/sail/pl_main.c 8.1
SCCS-vsn: games/sail/player.h 8.1
SCCS-vsn: games/sail/sync.c 8.1
SCCS-vsn: games/sail/version.c 8.1
SCCS-vsn: games/sail/sail.6 8.1

usr/src/games/sail/pl_5.c
usr/src/games/sail/pl_6.c
usr/src/games/sail/pl_7.c
usr/src/games/sail/pl_main.c
usr/src/games/sail/player.h
usr/src/games/sail/sail.6
usr/src/games/sail/sync.c
usr/src/games/sail/version.c

index 7aec8c6..32db893 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pl_5.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)pl_5.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "player.h"
 #endif /* not lint */
 
 #include "player.h"
index 38868ef..60efd5d 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pl_6.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)pl_6.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "player.h"
 #endif /* not lint */
 
 #include "player.h"
index e0ae83a..5e8b690 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pl_7.c     5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)pl_7.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/ttydefaults.h>
 #endif /* not lint */
 
 #include <sys/ttydefaults.h>
index 689bd71..be3a307 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pl_main.c  5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)pl_main.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "player.h"
 #endif /* not lint */
 
 #include "player.h"
index 9af469b..fa1d139 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)player.h    5.5 (Berkeley) %G%
+ *     @(#)player.h    8.1 (Berkeley) %G%
  */
 
 #include <curses.h>
  */
 
 #include <curses.h>
index a550123..4a15e56 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1988 Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1988, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)sail.6      5.6 (Berkeley) %G%
+.\"    @(#)sail.6      8.1 (Berkeley) %G%
 .\"
 .TH SAIL 6 ""
 .UC 4
 .\"
 .TH SAIL 6 ""
 .UC 4
index 9d02701..b3792a1 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)sync.c     5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)sync.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "externs.h"
 #endif /* not lint */
 
 #include "externs.h"
index b7ec024..f4ccf09 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)version.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)version.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-char version[] = "Wooden Ships and Iron Men, Version 5.4 (90/06/01)";
+char version[] = "Wooden Ships and Iron Men, Version 8.1 (93/05/31)";