4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 08:50:51 +0000 (00:50 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 08:50:51 +0000 (00:50 -0800)
SCCS-vsn: games/sail/assorted.c 8.1
SCCS-vsn: games/sail/dr_1.c 8.1
SCCS-vsn: games/sail/dr_2.c 8.1
SCCS-vsn: games/sail/dr_3.c 8.1
SCCS-vsn: games/sail/dr_4.c 8.1
SCCS-vsn: games/sail/dr_5.c 8.1
SCCS-vsn: games/sail/dr_main.c 8.1
SCCS-vsn: games/sail/driver.h 8.1
SCCS-vsn: games/sail/extern.h 8.1
SCCS-vsn: games/sail/game.c 8.1
SCCS-vsn: games/sail/globals.c 8.1
SCCS-vsn: games/sail/lo_main.c 8.1
SCCS-vsn: games/sail/machdep.h 8.1
SCCS-vsn: games/sail/main.c 8.1
SCCS-vsn: games/sail/misc.c 8.1
SCCS-vsn: games/sail/parties.c 8.1
SCCS-vsn: games/sail/pathnames.h 8.1
SCCS-vsn: games/sail/pl_1.c 8.1
SCCS-vsn: games/sail/pl_2.c 8.1
SCCS-vsn: games/sail/pl_3.c 8.1
SCCS-vsn: games/sail/pl_4.c 8.1

21 files changed:
usr/src/games/sail/assorted.c
usr/src/games/sail/dr_1.c
usr/src/games/sail/dr_2.c
usr/src/games/sail/dr_3.c
usr/src/games/sail/dr_4.c
usr/src/games/sail/dr_5.c
usr/src/games/sail/dr_main.c
usr/src/games/sail/driver.h
usr/src/games/sail/extern.h
usr/src/games/sail/game.c
usr/src/games/sail/globals.c
usr/src/games/sail/lo_main.c
usr/src/games/sail/machdep.h
usr/src/games/sail/main.c
usr/src/games/sail/misc.c
usr/src/games/sail/parties.c
usr/src/games/sail/pathnames.h
usr/src/games/sail/pl_1.c
usr/src/games/sail/pl_2.c
usr/src/games/sail/pl_3.c
usr/src/games/sail/pl_4.c

index 9a5731d..5508c58 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[] = "@(#)assorted.c 5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)assorted.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "externs.h"
 #endif /* not lint */
 
 #include "externs.h"
index 45a2362..0d40481 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[] = "@(#)dr_1.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)dr_1.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "driver.h"
 #endif /* not lint */
 
 #include "driver.h"
index 876b038..4f4bfb2 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[] = "@(#)dr_2.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)dr_2.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "driver.h"
 #endif /* not lint */
 
 #include "driver.h"
index fb0889a..469c7fc 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[] = "@(#)dr_3.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)dr_3.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "driver.h"
 #endif /* not lint */
 
 #include "driver.h"
index 2a9ef5c..f4f2985 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[] = "@(#)dr_4.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)dr_4.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "externs.h"
 #endif /* not lint */
 
 #include "externs.h"
index 71d53e6..8a1ae9d 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[] = "@(#)dr_5.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)dr_5.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "externs.h"
 #endif /* not lint */
 
 #include "externs.h"
index 433237c..7ae2883 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[] = "@(#)dr_main.c  5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)dr_main.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "driver.h"
 #endif /* not lint */
 
 #include "driver.h"
index c334b22..280e0ba 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%
  *
- *     @(#)driver.h    5.4 (Berkeley) %G%
+ *     @(#)driver.h    8.1 (Berkeley) %G%
  */
 
 #include "externs.h"
  */
 
 #include "externs.h"
index 124ad9b..999dfbf 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%
  *
- *     @(#)extern.h    5.4 (Berkeley) %G%
+ *     @(#)extern.h    8.1 (Berkeley) %G%
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
index 067b3be..807401a 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[] = "@(#)game.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)game.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "externs.h"
 #endif /* not lint */
 
 #include "externs.h"
index 17c2b88..90d2010 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[] = "@(#)globals.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)globals.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "externs.h"
 #endif /* not lint */
 
 #include "externs.h"
index 99b1fda..a95b8c7 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[] = "@(#)lo_main.c  5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)lo_main.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index da9407f..90a4ce5 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%
  *
- *     @(#)machdep.h   5.5 (Berkeley) %G%
+ *     @(#)machdep.h   8.1 (Berkeley) %G%
  */
 
 #define TIMEOUT 300                            /* Sync() timeout in seconds */
  */
 
 #define TIMEOUT 300                            /* Sync() timeout in seconds */
index fd1e2ac..2fa3180 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * 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
-char copyright[] =
-"@(#) Copyright (c) 1983 Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1983, 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[] = "@(#)main.c     5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "externs.h"
 #endif /* not lint */
 
 #include "externs.h"
index b00b662..26438c5 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[] = "@(#)misc.c     5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)misc.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "externs.h"
 #endif /* not lint */
 
 #include "externs.h"
index 5cb5a02..d3612bd 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[] = "@(#)parties.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)parties.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "externs.h"
 #endif /* not lint */
 
 #include "externs.h"
index 87b753d..cd73517 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 5.1 (Berkeley) %G%
+ *     @(#)pathnames.h 8.1 (Berkeley) %G%
  */
 
 #define        _PATH_LOGFILE   "/var/games/saillog"
  */
 
 #define        _PATH_LOGFILE   "/var/games/saillog"
index 5e9d1c5..a39ffa2 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_1.c     5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)pl_1.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "player.h"
 #endif /* not lint */
 
 #include "player.h"
index 0255cc3..8a4c025 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_2.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)pl_2.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "player.h"
 #endif /* not lint */
 
 #include "player.h"
index b8987c6..1d57bd9 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_3.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)pl_3.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "player.h"
 #endif /* not lint */
 
 #include "player.h"
index 4be84ec..23673b7 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_4.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)pl_4.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "player.h"
 #endif /* not lint */
 
 #include "player.h"