copyright message
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Wed, 24 Apr 1985 12:53:47 +0000 (04:53 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Wed, 24 Apr 1985 12:53:47 +0000 (04:53 -0800)
SCCS-vsn: games/sail/Makefile 2.9
SCCS-vsn: games/sail/dr_2.c 2.7
SCCS-vsn: games/sail/assorted.c 2.5
SCCS-vsn: games/sail/dr_1.c 2.12
SCCS-vsn: games/sail/dr_3.c 2.7
SCCS-vsn: games/sail/dr_4.c 2.3
SCCS-vsn: games/sail/extern.h 2.7
SCCS-vsn: games/sail/game.c 2.2
SCCS-vsn: games/sail/globals.c 2.2
SCCS-vsn: games/sail/pl_1.c 2.10
SCCS-vsn: games/sail/player.h 2.8
SCCS-vsn: games/sail/parties.c 2.3
SCCS-vsn: games/sail/machdep.h 2.7
SCCS-vsn: games/sail/pl_2.c 2.4
SCCS-vsn: games/sail/pl_3.c 2.4
SCCS-vsn: games/sail/driver.h 2.2
SCCS-vsn: games/sail/dr_main.c 2.2
SCCS-vsn: games/sail/version.c 2.7
SCCS-vsn: games/sail/pl_4.c 2.4
SCCS-vsn: games/sail/pl_5.c 2.6
SCCS-vsn: games/sail/misc.c 2.4
SCCS-vsn: games/sail/sync.c 2.10
SCCS-vsn: games/sail/pl_6.c 2.4
SCCS-vsn: games/sail/pl_7.c 2.9
SCCS-vsn: games/sail/lo_main.c 2.3
SCCS-vsn: games/sail/pl_main.c 2.2
SCCS-vsn: games/sail/main.c 2.3
SCCS-vsn: games/sail/dr_5.c 2.2

28 files changed:
usr/src/games/sail/Makefile
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/pl_1.c
usr/src/games/sail/pl_2.c
usr/src/games/sail/pl_3.c
usr/src/games/sail/pl_4.c
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/sync.c
usr/src/games/sail/version.c

index 445b459..cb2dfe6 100644 (file)
@@ -1,8 +1,13 @@
 #
 #
-# Sail - Wooden Ships And Iron Men
+# Copyright (c) 1983 Regents of the University of California,
+# All rights reserved.  Redistribution permitted subject to
+# the terms of the Berkeley Software License Agreement.
 #
 #
-# Makefile     @(#)Makefile    2.8 85/03/04
+
+#
+# @(#)Makefile 2.9 85/04/23
 #
 #
+
 CTAGS = ctags -w
 CFLAGS = -O
 
 CTAGS = ctags -w
 CFLAGS = -O
 
index ad9e277..0a920be 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)assorted.c  2.4 84/02/03";
+static char *sccsid = "@(#)assorted.c  2.5 85/04/23";
 #endif
 
 #include "externs.h"
 #endif
 
 #include "externs.h"
index 6b06855..f70625d 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)dr_1.c      2.11 85/03/04";
+static char *sccsid = "@(#)dr_1.c      2.12 85/04/23";
 #endif
 
 #include "driver.h"
 #endif
 
 #include "driver.h"
index c55b4bd..16284a8 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)dr_2.c      2.6 84/04/28";
+static char *sccsid = "@(#)dr_2.c      2.7 85/04/23";
 #endif
 
 #include "driver.h"
 #endif
 
 #include "driver.h"
index 78548aa..62ce934 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)dr_3.c      2.6 84/04/28";
+static char *sccsid = "@(#)dr_3.c      2.7 85/04/23";
 #endif
 
 #include "driver.h"
 #endif
 
 #include "driver.h"
index b0c4ac2..891139e 100644 (file)
@@ -1,6 +1,13 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)dr_4.c      2.2 83/12/17";
+static char *sccsid = "@(#)dr_4.c      2.3 85/04/23";
 #endif
 #endif
+
 #include "externs.h"
 
 ungrap(from, to)
 #include "externs.h"
 
 ungrap(from, to)
index 9e8e868..5fe3b8e 100644 (file)
@@ -1,6 +1,13 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)dr_5.c      2.1 83/10/31";
+static char *sccsid = "@(#)dr_5.c      2.2 85/04/23";
 #endif
 #endif
+
 #include "externs.h"
 
 subtract(from, totalfrom, crewfrom, fromcap, pcfrom)
 #include "externs.h"
 
 subtract(from, totalfrom, crewfrom, fromcap, pcfrom)
index 305d854..374175e 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)dr_main.c   2.1 85/03/04";
+static char *sccsid = "@(#)dr_main.c   2.2 85/04/23";
 #endif
 
 #include "driver.h"
 #endif
 
 #include "driver.h"
index 268944d..263f60f 100644 (file)
@@ -1,6 +1,13 @@
 /*
 /*
- * sccsid = "@(#)driver.h      2.1 %G%";
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
  */
  */
+
+/*
+ * @(#)driver.h        2.2 %G%
+ */
+
 #include "externs.h"
 
 int dtab[];
 #include "externs.h"
 
 int dtab[];
index add8038..157fc20 100644 (file)
@@ -1,6 +1,13 @@
 /*
 /*
- * @(#)extern.h        2.6 85/04/22
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
  */
  */
+
+/*
+ * @(#)extern.h        2.7 85/04/23
+ */
+
 #include <stdio.h>
 #include <signal.h>
 #include <ctype.h>
 #include <stdio.h>
 #include <signal.h>
 #include <ctype.h>
index 58bec8a..94e265d 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)game.c      2.1 83/10/31";
+static char *sccsid = "@(#)game.c      2.2 85/04/23";
 #endif
 
 #include "externs.h"
 #endif
 
 #include "externs.h"
index c89e9e5..70530c9 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 /*LINTLIBRARY*/
 #ifndef lint
 /*LINTLIBRARY*/
 #ifndef lint
-static char *sccsid = "@(#)globals.c   2.1 83/10/31";
+static char *sccsid = "@(#)globals.c   2.2 85/04/23";
 #endif
 
 #include "externs.h"
 #endif
 
 #include "externs.h"
index 66dc35c..a27b531 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)lo_main.c   2.2 85/03/04";
+static char *sccsid = "@(#)lo_main.c   2.3 85/04/23";
 #endif
 
 /*
 #endif
 
 /*
index ff25ab3..becbecb 100644 (file)
@@ -1,5 +1,11 @@
 /*
 /*
- * sccsid = "@(#)machdep.h     2.6 %G%";
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
+/*
+ * @(#)machdep.h       2.7 %G%
  */
 
 #define LOGFILE "/usr/games/lib/saillog"       /* has to match the makefile */
  */
 
 #define LOGFILE "/usr/games/lib/saillog"       /* has to match the makefile */
index 12d6598..a106062 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)main.c      2.2 85/04/22";
+static char *sccsid = "@(#)main.c      2.3 85/04/23";
 #endif
 
 #include "externs.h"
 #endif
 
 #include "externs.h"
index 114c20e..7f4aec6 100644 (file)
@@ -1,6 +1,13 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)misc.c      2.3 84/02/23";
+static char *sccsid = "@(#)misc.c      2.4 85/04/23";
 #endif
 #endif
+
 #include "externs.h"
 
 #define distance(x,y) (abs(x) >= abs(y) ? abs(x) + abs(y)/2 : abs(y) + abs(x)/2)
 #include "externs.h"
 
 #define distance(x,y) (abs(x) >= abs(y) ? abs(x) + abs(y)/2 : abs(y) + abs(x)/2)
index eede19e..eda0f15 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)parties.c   2.2 83/12/17";
+static char *sccsid = "@(#)parties.c   2.3 85/04/23";
 #endif
 
 #include "externs.h"
 #endif
 
 #include "externs.h"
index 6682709..1537aa4 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_1.c      2.9 85/03/04";
+static char *sccsid = "@(#)pl_1.c      2.10 85/04/23";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
index b5e27c2..865918f 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_2.c      2.3 83/12/09";
+static char *sccsid = "@(#)pl_2.c      2.4 85/04/23";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
index 67114a4..1b7ba1b 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_3.c      2.3 83/12/17";
+static char *sccsid = "@(#)pl_3.c      2.4 85/04/23";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
index ddde897..c6ca3f0 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_4.c      2.3 84/12/12";
+static char *sccsid = "@(#)pl_4.c      2.4 85/04/23";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
index 8f726a1..1b55bbd 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_5.c      2.5 83/12/21";
+static char *sccsid = "@(#)pl_5.c      2.6 85/04/23";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
index 078b0b8..3a2fa22 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_6.c      2.3 84/02/23";
+static char *sccsid = "@(#)pl_6.c      2.4 85/04/23";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
index 3e09f58..12beb9a 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_7.c      2.8 84/02/23";
+static char *sccsid = "@(#)pl_7.c      2.9 85/04/23";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
index e346ab7..ec69324 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_main.c   2.1 85/03/04";
+static char *sccsid = "@(#)pl_main.c   2.2 85/04/23";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
index fe56df9..8232942 100644 (file)
@@ -1,6 +1,13 @@
 /*
 /*
- * sccsid = "@(#)player.h      2.7 %G%";
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
  */
  */
+
+/*
+ * @(#)player.h        2.8 %G%
+ */
+
 #include <curses.h>
 #include "externs.h"
 
 #include <curses.h>
 #include "externs.h"
 
index 81a5dd8..767f51a 100644 (file)
@@ -1,5 +1,11 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)sync.c      2.9 85/04/22";
+static char *sccsid = "@(#)sync.c      2.10 85/04/23";
 #endif
 
 #include "externs.h"
 #endif
 
 #include "externs.h"
index ce1a4e0..177660d 100644 (file)
@@ -1 +1,7 @@
-char version[] = "Wooden Ships and Iron Men, Version 2.6 (85/04/22)";
+/*
+ * Copyright (c) 1983 Regents of the University of California,
+ * All rights reserved.  Redistribution permitted subject to
+ * the terms of the Berkeley Software License Agreement.
+ */
+
+char version[] = "Wooden Ships and Iron Men, Version 2.7 (85/04/23)";