4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 08:57:14 +0000 (00:57 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 08:57:14 +0000 (00:57 -0800)
SCCS-vsn: games/tetris/tetris.6 8.1
SCCS-vsn: games/trek/abandon.c 8.1
SCCS-vsn: games/trek/attack.c 8.1
SCCS-vsn: games/trek/autover.c 8.1
SCCS-vsn: games/trek/capture.c 8.1
SCCS-vsn: games/trek/cgetc.c 8.1
SCCS-vsn: games/trek/check_out.c 8.1
SCCS-vsn: games/trek/checkcond.c 8.1
SCCS-vsn: games/trek/compkl.c 8.1
SCCS-vsn: games/trek/computer.c 8.1
SCCS-vsn: games/trek/damage.c 8.1
SCCS-vsn: games/trek/damaged.c 8.1
SCCS-vsn: games/trek/dcrept.c 8.1
SCCS-vsn: games/trek/destruct.c 8.1
SCCS-vsn: games/trek/dock.c 8.1
SCCS-vsn: games/trek/dumpgame.c 8.1
SCCS-vsn: games/trek/dumpme.c 8.1
SCCS-vsn: games/trek/dumpssradio.c 8.1
SCCS-vsn: games/trek/events.c 8.1
SCCS-vsn: games/trek/externs.c 8.1
SCCS-vsn: games/trek/getcodi.c 8.1
SCCS-vsn: games/trek/getpar.c 8.1
SCCS-vsn: games/trek/getpar.h 8.1
SCCS-vsn: games/trek/help.c 8.1
SCCS-vsn: games/trek/impulse.c 8.1
SCCS-vsn: games/trek/initquad.c 8.1
SCCS-vsn: games/trek/kill.c 8.1
SCCS-vsn: games/trek/klmove.c 8.1
SCCS-vsn: games/trek/lose.c 8.1
SCCS-vsn: games/trek/lrscan.c 8.1
SCCS-vsn: games/trek/main.c 8.1
SCCS-vsn: games/trek/move.c 8.1
SCCS-vsn: games/trek/nova.c 8.1

33 files changed:
usr/src/games/tetris/tetris.6
usr/src/games/trek/abandon.c
usr/src/games/trek/attack.c
usr/src/games/trek/autover.c
usr/src/games/trek/capture.c
usr/src/games/trek/cgetc.c
usr/src/games/trek/check_out.c
usr/src/games/trek/checkcond.c
usr/src/games/trek/compkl.c
usr/src/games/trek/computer.c
usr/src/games/trek/damage.c
usr/src/games/trek/damaged.c
usr/src/games/trek/dcrept.c
usr/src/games/trek/destruct.c
usr/src/games/trek/dock.c
usr/src/games/trek/dumpgame.c
usr/src/games/trek/dumpme.c
usr/src/games/trek/dumpssradio.c
usr/src/games/trek/events.c
usr/src/games/trek/externs.c
usr/src/games/trek/getcodi.c
usr/src/games/trek/getpar.c
usr/src/games/trek/getpar.h
usr/src/games/trek/help.c
usr/src/games/trek/impulse.c
usr/src/games/trek/initquad.c
usr/src/games/trek/kill.c
usr/src/games/trek/klmove.c
usr/src/games/trek/lose.c
usr/src/games/trek/lrscan.c
usr/src/games/trek/main.c
usr/src/games/trek/move.c
usr/src/games/trek/nova.c

index 922861e..cfdd389 100644 (file)
@@ -1,12 +1,12 @@
-.\" Copyright (c) 1992 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1992, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Nancy L. Tinkham and Darren F. Provine.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Nancy L. Tinkham and Darren F. Provine.
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)tetris.6    5.2 (Berkeley) %G%
+.\"    @(#)tetris.6    8.1 (Berkeley) %G%
 .\"
 .Dd ""
 .Dt TETRIS 6
 .\"
 .Dd ""
 .Dt TETRIS 6
index fd12063..63c3b81 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)abandon.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)abandon.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index dfe29c6..82dabca 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)attack.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)attack.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index dd46fb0..c1b062d 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)autover.c  5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)autover.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index d2c4512..2a943cf 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)capture.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)capture.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index 4d4c9eb..1d9af21 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)cgetc.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)cgetc.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      <stdio.h>
 #endif /* not lint */
 
 # include      <stdio.h>
index 3a67e32..39e4ab4 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)check_out.c        5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)check_out.c        8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index 2f0784e..bdfabfc 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)checkcond.c        5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)checkcond.c        8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index e82acb9..9edcde7 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)compkl.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)compkl.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index 7bed3ad..35a9bf5 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)computer.c 4.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)computer.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index cc2f64e..de19b62 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)damage.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)damage.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index 8befc2c..e3360f1 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)damaged.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)damaged.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index d678be5..0598a73 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)dcrept.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)dcrept.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index 7aa62ab..2ae885c 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)destruct.c 5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)destruct.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index 77cc41f..533e136 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)dock.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)dock.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index 4a97485..b865b2d 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)dumpgame.c 4.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)dumpgame.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index 6f4c9ea..ba5bf66 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)dumpme.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)dumpme.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index 05d528d..12c5b35 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)dumpssradio.c      5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)dumpssradio.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index b5f4f5c..36273f8 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)events.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)events.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index e84ae7d..089b624 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)externs.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)externs.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index cd2ed7f..a4d35a1 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)getcodi.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)getcodi.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "getpar.h"
 #endif /* not lint */
 
 # include      "getpar.h"
index 40a0680..eb7f157 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)getpar.c   4.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)getpar.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      <stdio.h>
 #endif /* not lint */
 
 # include      <stdio.h>
index 515b1a4..341762e 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%
  *
- *     @(#)getpar.h    5.4 (Berkeley) %G%
+ *     @(#)getpar.h    8.1 (Berkeley) %G%
  */
 
 struct cvntab          /* used for getcodpar() paramater list */
  */
 
 struct cvntab          /* used for getcodpar() paramater list */
index 0f1121a..57bb0bc 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)help.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)help.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index 373e7a4..82d1a8d 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)impulse.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)impulse.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index 85b291b..b737e5c 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)initquad.c 5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)initquad.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index f4dfd05..4f0002a 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)kill.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)kill.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index 867ace6..58161bf 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)klmove.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)klmove.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index d1a6e34..d80da81 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)lose.c     5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)lose.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index bdc19db..de57e71 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)lrscan.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)lrscan.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index 9eede6c..40ed698 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[] = "@(#)main.c     5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index 5e0c2ed..3af31dc 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)move.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)move.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"
index f1a2af5..01f1460 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)nova.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)nova.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "trek.h"
 #endif /* not lint */
 
 # include      "trek.h"