summaryrefslogtreecommitdiffstats
path: root/trek
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-04-22 10:58:17 +0000
committercgd <cgd@NetBSD.org>1995-04-22 10:58:17 +0000
commitb2ca333c4ad541145141d538923e93ec3464e29d (patch)
tree34765fe354ac040f6cb74400268885cd0bfa0b5a /trek
parent7b3695fe926941c32773bb17c54c444ad4186057 (diff)
downloadbsdgames-darwin-b2ca333c4ad541145141d538923e93ec3464e29d.tar.gz
bsdgames-darwin-b2ca333c4ad541145141d538923e93ec3464e29d.tar.zst
bsdgames-darwin-b2ca333c4ad541145141d538923e93ec3464e29d.zip
clean up import, NetBSD RCS IDs, etc.
Diffstat (limited to 'trek')
-rw-r--r--trek/DOC/read_me.nr1
-rw-r--r--trek/DOC/trekmanual.nr1
-rw-r--r--trek/Makefile8
-rw-r--r--trek/USD.doc/Makefile1
-rw-r--r--trek/USD.doc/trek.me2
-rw-r--r--trek/abandon.c13
-rw-r--r--trek/attack.c13
-rw-r--r--trek/autover.c13
-rw-r--r--trek/board.x2
-rw-r--r--trek/capture.c13
-rw-r--r--trek/cgetc.c13
-rw-r--r--trek/check_out.c13
-rw-r--r--trek/checkcond.c13
-rw-r--r--trek/compkl.c13
-rw-r--r--trek/computer.c13
-rw-r--r--trek/damage.c13
-rw-r--r--trek/damaged.c13
-rw-r--r--trek/dcrept.c13
-rw-r--r--trek/destruct.c13
-rw-r--r--trek/dock.c13
-rw-r--r--trek/dumpgame.c13
-rw-r--r--trek/dumpme.c13
-rw-r--r--trek/dumpssradio.c13
-rw-r--r--trek/events.c13
-rw-r--r--trek/externs.c13
-rw-r--r--trek/getcodi.c13
-rw-r--r--trek/getpar.c13
-rw-r--r--trek/getpar.h9
-rw-r--r--trek/help.c13
-rw-r--r--trek/impulse.c13
-rw-r--r--trek/initquad.c13
-rw-r--r--trek/kill.c13
-rw-r--r--trek/klmove.c13
-rw-r--r--trek/lose.c13
-rw-r--r--trek/lrscan.c13
-rw-r--r--trek/main.c19
-rw-r--r--trek/move.c13
-rw-r--r--trek/nova.c13
-rw-r--r--trek/out.c13
-rw-r--r--trek/phaser.c13
-rw-r--r--trek/play.c13
-rw-r--r--trek/ram.c13
-rw-r--r--trek/ranf.c13
-rw-r--r--trek/rest.c13
-rw-r--r--trek/schedule.c13
-rw-r--r--trek/score.c13
-rw-r--r--trek/setup.c13
-rw-r--r--trek/setwarp.c13
-rw-r--r--trek/shield.c13
-rw-r--r--trek/snova.c13
-rw-r--r--trek/srscan.c13
-rw-r--r--trek/systemname.c13
-rw-r--r--trek/torped.c13
-rw-r--r--trek/trek.611
-rw-r--r--trek/trek.h9
-rw-r--r--trek/utility.c13
-rw-r--r--trek/visual.c13
-rw-r--r--trek/warp.c13
-rw-r--r--trek/win.c13
59 files changed, 482 insertions, 218 deletions
diff --git a/trek/DOC/read_me.nr b/trek/DOC/read_me.nr
index 226b8ffd..18bbd04c 100644
--- a/trek/DOC/read_me.nr
+++ b/trek/DOC/read_me.nr
@@ -1,3 +1,4 @@
+.\" $NetBSD: read_me.nr,v 1.2 1995/04/22 10:59:44 cgd Exp $
.de @h
'sp 4
'tl 'TREK SETUP INSTRUCTIONS''%'
diff --git a/trek/DOC/trekmanual.nr b/trek/DOC/trekmanual.nr
index 33ead488..0ef50636 100644
--- a/trek/DOC/trekmanual.nr
+++ b/trek/DOC/trekmanual.nr
@@ -1,3 +1,4 @@
+.\" $NetBSD: trekmanual.nr,v 1.2 1995/04/22 10:59:45 cgd Exp $
.br
.po 10
.if n \!.
diff --git a/trek/Makefile b/trek/Makefile
index 62ba6a7a..b019e29a 100644
--- a/trek/Makefile
+++ b/trek/Makefile
@@ -1,5 +1,5 @@
-# from: @(#)Makefile 5.8 (Berkeley) 5/11/90
-# $Id: Makefile,v 1.6 1994/12/22 09:36:26 cgd Exp $
+# $NetBSD: Makefile,v 1.7 1995/04/22 10:58:17 cgd Exp $
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= trek
SRCS= abandon.c attack.c autover.c capture.c check_out.c checkcond.c \
@@ -15,4 +15,8 @@ DPADD= ${LIBM}
LDADD= -lm
HIDEGAME=hidegame
+.if make(install)
+SUBDIR+= USD.doc
+.endif
+
.include <bsd.prog.mk>
diff --git a/trek/USD.doc/Makefile b/trek/USD.doc/Makefile
index 342141c7..ff848268 100644
--- a/trek/USD.doc/Makefile
+++ b/trek/USD.doc/Makefile
@@ -1,3 +1,4 @@
+# $NetBSD: Makefile,v 1.2 1995/04/22 10:59:48 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
DIR= usd/31.trek
diff --git a/trek/USD.doc/trek.me b/trek/USD.doc/trek.me
index 0244da5f..a287c84a 100644
--- a/trek/USD.doc/trek.me
+++ b/trek/USD.doc/trek.me
@@ -1,3 +1,5 @@
+.\" $NetBSD: trek.me,v 1.2 1995/04/22 10:59:49 cgd Exp $
+.\"
.\" Copyright (c) 1980, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
diff --git a/trek/abandon.c b/trek/abandon.c
index b1b734ab..b33d0f08 100644
--- a/trek/abandon.c
+++ b/trek/abandon.c
@@ -1,6 +1,8 @@
+/* $NetBSD: abandon.c,v 1.3 1995/04/22 10:58:24 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)abandon.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: abandon.c,v 1.2 1993/08/01 18:50:53 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)abandon.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: abandon.c,v 1.3 1995/04/22 10:58:24 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/attack.c b/trek/attack.c
index 23abef3b..b1b0abb6 100644
--- a/trek/attack.c
+++ b/trek/attack.c
@@ -1,6 +1,8 @@
+/* $NetBSD: attack.c,v 1.3 1995/04/22 10:58:26 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)attack.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: attack.c,v 1.2 1993/08/01 18:50:53 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)attack.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: attack.c,v 1.3 1995/04/22 10:58:26 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/autover.c b/trek/autover.c
index 58bdcce9..96a78373 100644
--- a/trek/autover.c
+++ b/trek/autover.c
@@ -1,6 +1,8 @@
+/* $NetBSD: autover.c,v 1.3 1995/04/22 10:58:28 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)autover.c 5.5 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: autover.c,v 1.2 1993/08/01 18:50:52 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)autover.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: autover.c,v 1.3 1995/04/22 10:58:28 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/board.x b/trek/board.x
index 0892a6da..505886ea 100644
--- a/trek/board.x
+++ b/trek/board.x
@@ -1,3 +1,5 @@
+/* $NetBSD: board.x,v 1.2 1995/04/22 10:58:30 cgd Exp $ */
+
# include "trek.h"
/*
diff --git a/trek/capture.c b/trek/capture.c
index ff7d47db..d4849598 100644
--- a/trek/capture.c
+++ b/trek/capture.c
@@ -1,6 +1,8 @@
+/* $NetBSD: capture.c,v 1.3 1995/04/22 10:58:32 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)capture.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: capture.c,v 1.2 1993/08/01 18:50:51 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)capture.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: capture.c,v 1.3 1995/04/22 10:58:32 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/cgetc.c b/trek/cgetc.c
index 2ad4d218..5a997bd3 100644
--- a/trek/cgetc.c
+++ b/trek/cgetc.c
@@ -1,6 +1,8 @@
+/* $NetBSD: cgetc.c,v 1.3 1995/04/22 10:58:34 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)cgetc.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: cgetc.c,v 1.2 1993/08/01 18:50:50 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)cgetc.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: cgetc.c,v 1.3 1995/04/22 10:58:34 cgd Exp $";
+#endif
#endif /* not lint */
# include <stdio.h>
diff --git a/trek/check_out.c b/trek/check_out.c
index 7c9093ba..2ebdf45d 100644
--- a/trek/check_out.c
+++ b/trek/check_out.c
@@ -1,6 +1,8 @@
+/* $NetBSD: check_out.c,v 1.3 1995/04/22 10:58:35 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)check_out.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: check_out.c,v 1.2 1993/08/01 18:50:49 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)check_out.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: check_out.c,v 1.3 1995/04/22 10:58:35 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/checkcond.c b/trek/checkcond.c
index 2a47e351..3c565a14 100644
--- a/trek/checkcond.c
+++ b/trek/checkcond.c
@@ -1,6 +1,8 @@
+/* $NetBSD: checkcond.c,v 1.3 1995/04/22 10:58:37 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)checkcond.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: checkcond.c,v 1.2 1993/08/01 18:50:48 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)checkcond.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: checkcond.c,v 1.3 1995/04/22 10:58:37 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/compkl.c b/trek/compkl.c
index 148a9ac9..4aa0f056 100644
--- a/trek/compkl.c
+++ b/trek/compkl.c
@@ -1,6 +1,8 @@
+/* $NetBSD: compkl.c,v 1.3 1995/04/22 10:58:38 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)compkl.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: compkl.c,v 1.2 1993/08/01 18:50:47 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)compkl.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: compkl.c,v 1.3 1995/04/22 10:58:38 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/computer.c b/trek/computer.c
index 3c8fa3c5..fba590ad 100644
--- a/trek/computer.c
+++ b/trek/computer.c
@@ -1,6 +1,8 @@
+/* $NetBSD: computer.c,v 1.3 1995/04/22 10:58:39 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)computer.c 4.8 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: computer.c,v 1.2 1993/08/01 18:50:46 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)computer.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: computer.c,v 1.3 1995/04/22 10:58:39 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/damage.c b/trek/damage.c
index b99ebcf9..35d05dbe 100644
--- a/trek/damage.c
+++ b/trek/damage.c
@@ -1,6 +1,8 @@
+/* $NetBSD: damage.c,v 1.3 1995/04/22 10:58:40 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)damage.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: damage.c,v 1.2 1993/08/01 18:50:44 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)damage.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: damage.c,v 1.3 1995/04/22 10:58:40 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/damaged.c b/trek/damaged.c
index 547c54bf..004b2b05 100644
--- a/trek/damaged.c
+++ b/trek/damaged.c
@@ -1,6 +1,8 @@
+/* $NetBSD: damaged.c,v 1.3 1995/04/22 10:58:41 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)damaged.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: damaged.c,v 1.2 1993/08/01 18:50:44 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)damaged.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: damaged.c,v 1.3 1995/04/22 10:58:41 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/dcrept.c b/trek/dcrept.c
index 38d247ac..0c6b5527 100644
--- a/trek/dcrept.c
+++ b/trek/dcrept.c
@@ -1,6 +1,8 @@
+/* $NetBSD: dcrept.c,v 1.3 1995/04/22 10:58:43 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)dcrept.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: dcrept.c,v 1.2 1993/08/01 18:50:43 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)dcrept.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: dcrept.c,v 1.3 1995/04/22 10:58:43 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/destruct.c b/trek/destruct.c
index 6e85ef36..f4bee5c2 100644
--- a/trek/destruct.c
+++ b/trek/destruct.c
@@ -1,6 +1,8 @@
+/* $NetBSD: destruct.c,v 1.3 1995/04/22 10:58:44 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)destruct.c 5.5 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: destruct.c,v 1.2 1993/08/01 18:50:42 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)destruct.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: destruct.c,v 1.3 1995/04/22 10:58:44 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/dock.c b/trek/dock.c
index e5e9445d..7dcc1f52 100644
--- a/trek/dock.c
+++ b/trek/dock.c
@@ -1,6 +1,8 @@
+/* $NetBSD: dock.c,v 1.3 1995/04/22 10:58:45 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)dock.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: dock.c,v 1.2 1993/08/01 18:50:40 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)dock.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: dock.c,v 1.3 1995/04/22 10:58:45 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/dumpgame.c b/trek/dumpgame.c
index 1adc6078..b512d8e9 100644
--- a/trek/dumpgame.c
+++ b/trek/dumpgame.c
@@ -1,6 +1,8 @@
+/* $NetBSD: dumpgame.c,v 1.3 1995/04/22 10:58:46 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)dumpgame.c 4.6 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: dumpgame.c,v 1.2 1993/08/01 18:50:39 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)dumpgame.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: dumpgame.c,v 1.3 1995/04/22 10:58:46 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/dumpme.c b/trek/dumpme.c
index cbbe896a..dfb38f08 100644
--- a/trek/dumpme.c
+++ b/trek/dumpme.c
@@ -1,6 +1,8 @@
+/* $NetBSD: dumpme.c,v 1.3 1995/04/22 10:58:48 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)dumpme.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: dumpme.c,v 1.2 1993/08/01 18:50:37 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)dumpme.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: dumpme.c,v 1.3 1995/04/22 10:58:48 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/dumpssradio.c b/trek/dumpssradio.c
index 9b7f81f6..c824312e 100644
--- a/trek/dumpssradio.c
+++ b/trek/dumpssradio.c
@@ -1,6 +1,8 @@
+/* $NetBSD: dumpssradio.c,v 1.3 1995/04/22 10:58:49 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)dumpssradio.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: dumpssradio.c,v 1.2 1993/08/01 18:50:35 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)dumpssradio.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: dumpssradio.c,v 1.3 1995/04/22 10:58:49 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/events.c b/trek/events.c
index 809c59ea..c150e10e 100644
--- a/trek/events.c
+++ b/trek/events.c
@@ -1,6 +1,8 @@
+/* $NetBSD: events.c,v 1.3 1995/04/22 10:58:50 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)events.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: events.c,v 1.2 1993/08/01 18:50:34 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)events.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: events.c,v 1.3 1995/04/22 10:58:50 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/externs.c b/trek/externs.c
index bf49da85..c5a0f387 100644
--- a/trek/externs.c
+++ b/trek/externs.c
@@ -1,6 +1,8 @@
+/* $NetBSD: externs.c,v 1.3 1995/04/22 10:58:53 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)externs.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: externs.c,v 1.2 1993/08/01 18:50:31 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)externs.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: externs.c,v 1.3 1995/04/22 10:58:53 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/getcodi.c b/trek/getcodi.c
index fd1a3153..3152adde 100644
--- a/trek/getcodi.c
+++ b/trek/getcodi.c
@@ -1,6 +1,8 @@
+/* $NetBSD: getcodi.c,v 1.3 1995/04/22 10:58:55 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)getcodi.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: getcodi.c,v 1.2 1993/08/01 18:50:30 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)getcodi.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: getcodi.c,v 1.3 1995/04/22 10:58:55 cgd Exp $";
+#endif
#endif /* not lint */
# include "getpar.h"
diff --git a/trek/getpar.c b/trek/getpar.c
index e032e4d8..f2370f10 100644
--- a/trek/getpar.c
+++ b/trek/getpar.c
@@ -1,6 +1,8 @@
+/* $NetBSD: getpar.c,v 1.3 1995/04/22 10:58:57 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)getpar.c 4.8 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: getpar.c,v 1.2 1993/08/01 18:50:28 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)getpar.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: getpar.c,v 1.3 1995/04/22 10:58:57 cgd Exp $";
+#endif
#endif /* not lint */
# include <stdio.h>
diff --git a/trek/getpar.h b/trek/getpar.h
index 994e6748..f7ae0d8c 100644
--- a/trek/getpar.h
+++ b/trek/getpar.h
@@ -1,6 +1,8 @@
+/* $NetBSD: getpar.h,v 1.3 1995/04/22 10:58:59 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)getpar.h 5.4 (Berkeley) 6/1/90
- * $Id: getpar.h,v 1.2 1993/08/01 18:50:57 mycroft Exp $
+ * @(#)getpar.h 8.1 (Berkeley) 5/31/93
*/
struct cvntab /* used for getcodpar() paramater list */
diff --git a/trek/help.c b/trek/help.c
index 0f9f6fcc..f718070e 100644
--- a/trek/help.c
+++ b/trek/help.c
@@ -1,6 +1,8 @@
+/* $NetBSD: help.c,v 1.3 1995/04/22 10:59:01 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)help.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: help.c,v 1.2 1993/08/01 18:50:32 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)help.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: help.c,v 1.3 1995/04/22 10:59:01 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/impulse.c b/trek/impulse.c
index f1ef4daa..c8f66e2e 100644
--- a/trek/impulse.c
+++ b/trek/impulse.c
@@ -1,6 +1,8 @@
+/* $NetBSD: impulse.c,v 1.3 1995/04/22 10:59:03 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)impulse.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: impulse.c,v 1.2 1993/08/01 18:50:27 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)impulse.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: impulse.c,v 1.3 1995/04/22 10:59:03 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/initquad.c b/trek/initquad.c
index 97b806f0..fd40ff05 100644
--- a/trek/initquad.c
+++ b/trek/initquad.c
@@ -1,6 +1,8 @@
+/* $NetBSD: initquad.c,v 1.3 1995/04/22 10:59:04 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)initquad.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: initquad.c,v 1.2 1993/08/01 18:50:25 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)initquad.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: initquad.c,v 1.3 1995/04/22 10:59:04 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/kill.c b/trek/kill.c
index 1ddf622b..9045339e 100644
--- a/trek/kill.c
+++ b/trek/kill.c
@@ -1,6 +1,8 @@
+/* $NetBSD: kill.c,v 1.3 1995/04/22 10:59:06 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)kill.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: kill.c,v 1.2 1993/08/01 18:50:24 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)kill.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: kill.c,v 1.3 1995/04/22 10:59:06 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/klmove.c b/trek/klmove.c
index 9419d3bd..060bcc74 100644
--- a/trek/klmove.c
+++ b/trek/klmove.c
@@ -1,6 +1,8 @@
+/* $NetBSD: klmove.c,v 1.3 1995/04/22 10:59:07 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)klmove.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: klmove.c,v 1.2 1993/08/01 18:50:23 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)klmove.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: klmove.c,v 1.3 1995/04/22 10:59:07 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/lose.c b/trek/lose.c
index c3d846f9..ab9959d4 100644
--- a/trek/lose.c
+++ b/trek/lose.c
@@ -1,6 +1,8 @@
+/* $NetBSD: lose.c,v 1.3 1995/04/22 10:59:08 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)lose.c 5.6 (Berkeley) 6/26/90";*/
-static char rcsid[] = "$Id: lose.c,v 1.2 1993/08/01 18:50:21 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)lose.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: lose.c,v 1.3 1995/04/22 10:59:08 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/lrscan.c b/trek/lrscan.c
index 1140569e..4d6e7d80 100644
--- a/trek/lrscan.c
+++ b/trek/lrscan.c
@@ -1,6 +1,8 @@
+/* $NetBSD: lrscan.c,v 1.3 1995/04/22 10:59:09 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)lrscan.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: lrscan.c,v 1.2 1993/08/01 18:50:19 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)lrscan.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: lrscan.c,v 1.3 1995/04/22 10:59:09 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/main.c b/trek/main.c
index ff7c38e8..9d8491e6 100644
--- a/trek/main.c
+++ b/trek/main.c
@@ -1,6 +1,8 @@
+/* $NetBSD: main.c,v 1.4 1995/04/22 10:59:10 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,14 +34,17 @@
*/
#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
-/*static char sccsid[] = "from: @(#)main.c 5.7 (Berkeley) 2/28/91";*/
-static char rcsid[] = "$Id: main.c,v 1.3 1994/05/24 23:54:17 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: main.c,v 1.4 1995/04/22 10:59:10 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/move.c b/trek/move.c
index eea64ccc..b20faf21 100644
--- a/trek/move.c
+++ b/trek/move.c
@@ -1,6 +1,8 @@
+/* $NetBSD: move.c,v 1.3 1995/04/22 10:59:12 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)move.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: move.c,v 1.2 1993/08/01 18:50:16 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: move.c,v 1.3 1995/04/22 10:59:12 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/nova.c b/trek/nova.c
index cd6a73c7..7c02a70e 100644
--- a/trek/nova.c
+++ b/trek/nova.c
@@ -1,6 +1,8 @@
+/* $NetBSD: nova.c,v 1.3 1995/04/22 10:59:14 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)nova.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: nova.c,v 1.2 1993/08/01 18:50:15 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)nova.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: nova.c,v 1.3 1995/04/22 10:59:14 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/out.c b/trek/out.c
index 410b9f82..ccd78cbb 100644
--- a/trek/out.c
+++ b/trek/out.c
@@ -1,6 +1,8 @@
+/* $NetBSD: out.c,v 1.3 1995/04/22 10:59:16 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)out.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: out.c,v 1.2 1993/08/01 18:50:13 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)out.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: out.c,v 1.3 1995/04/22 10:59:16 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/phaser.c b/trek/phaser.c
index 6aa22ac4..b3d4ea3c 100644
--- a/trek/phaser.c
+++ b/trek/phaser.c
@@ -1,6 +1,8 @@
+/* $NetBSD: phaser.c,v 1.3 1995/04/22 10:59:17 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)phaser.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: phaser.c,v 1.2 1993/08/01 18:50:12 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)phaser.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: phaser.c,v 1.3 1995/04/22 10:59:17 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/play.c b/trek/play.c
index 25c4dcbc..c2815437 100644
--- a/trek/play.c
+++ b/trek/play.c
@@ -1,6 +1,8 @@
+/* $NetBSD: play.c,v 1.3 1995/04/22 10:59:18 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)play.c 5.6 (Berkeley) 6/26/90";*/
-static char rcsid[] = "$Id: play.c,v 1.2 1993/08/01 18:50:09 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)play.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: play.c,v 1.3 1995/04/22 10:59:18 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/ram.c b/trek/ram.c
index a3178025..9d28e444 100644
--- a/trek/ram.c
+++ b/trek/ram.c
@@ -1,6 +1,8 @@
+/* $NetBSD: ram.c,v 1.3 1995/04/22 10:59:19 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)ram.c 5.5 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: ram.c,v 1.2 1993/08/01 18:50:07 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)ram.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: ram.c,v 1.3 1995/04/22 10:59:19 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/ranf.c b/trek/ranf.c
index c59a4fe2..2229ca59 100644
--- a/trek/ranf.c
+++ b/trek/ranf.c
@@ -1,6 +1,8 @@
+/* $NetBSD: ranf.c,v 1.3 1995/04/22 10:59:21 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)ranf.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: ranf.c,v 1.2 1993/08/01 18:50:06 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)ranf.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: ranf.c,v 1.3 1995/04/22 10:59:21 cgd Exp $";
+#endif
#endif /* not lint */
# include <stdio.h>
diff --git a/trek/rest.c b/trek/rest.c
index 290956fd..6575a325 100644
--- a/trek/rest.c
+++ b/trek/rest.c
@@ -1,6 +1,8 @@
+/* $NetBSD: rest.c,v 1.3 1995/04/22 10:59:22 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)rest.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: rest.c,v 1.2 1993/08/01 18:50:04 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)rest.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: rest.c,v 1.3 1995/04/22 10:59:22 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/schedule.c b/trek/schedule.c
index 2c5f44db..41b20628 100644
--- a/trek/schedule.c
+++ b/trek/schedule.c
@@ -1,6 +1,8 @@
+/* $NetBSD: schedule.c,v 1.3 1995/04/22 10:59:23 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)schedule.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: schedule.c,v 1.2 1993/08/01 18:50:03 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)schedule.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: schedule.c,v 1.3 1995/04/22 10:59:23 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/score.c b/trek/score.c
index d5fd34aa..f19f94a2 100644
--- a/trek/score.c
+++ b/trek/score.c
@@ -1,6 +1,8 @@
+/* $NetBSD: score.c,v 1.3 1995/04/22 10:59:24 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)score.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: score.c,v 1.2 1993/08/01 18:50:01 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: score.c,v 1.3 1995/04/22 10:59:24 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/setup.c b/trek/setup.c
index 69f7a3e8..7b67e6da 100644
--- a/trek/setup.c
+++ b/trek/setup.c
@@ -1,6 +1,8 @@
+/* $NetBSD: setup.c,v 1.3 1995/04/22 10:59:26 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)setup.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: setup.c,v 1.2 1993/08/01 18:50:00 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: setup.c,v 1.3 1995/04/22 10:59:26 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/setwarp.c b/trek/setwarp.c
index 075f536a..74939ae6 100644
--- a/trek/setwarp.c
+++ b/trek/setwarp.c
@@ -1,6 +1,8 @@
+/* $NetBSD: setwarp.c,v 1.3 1995/04/22 10:59:27 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)setwarp.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: setwarp.c,v 1.2 1993/08/01 18:49:59 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)setwarp.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: setwarp.c,v 1.3 1995/04/22 10:59:27 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/shield.c b/trek/shield.c
index 6d857b35..6b5d56fc 100644
--- a/trek/shield.c
+++ b/trek/shield.c
@@ -1,6 +1,8 @@
+/* $NetBSD: shield.c,v 1.3 1995/04/22 10:59:28 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)shield.c 5.5 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: shield.c,v 1.2 1993/08/01 18:49:58 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)shield.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: shield.c,v 1.3 1995/04/22 10:59:28 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/snova.c b/trek/snova.c
index 286c47ce..8ab14646 100644
--- a/trek/snova.c
+++ b/trek/snova.c
@@ -1,6 +1,8 @@
+/* $NetBSD: snova.c,v 1.3 1995/04/22 10:59:29 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)snova.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: snova.c,v 1.2 1993/08/01 18:49:57 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)snova.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: snova.c,v 1.3 1995/04/22 10:59:29 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/srscan.c b/trek/srscan.c
index b99798e8..6c287262 100644
--- a/trek/srscan.c
+++ b/trek/srscan.c
@@ -1,6 +1,8 @@
+/* $NetBSD: srscan.c,v 1.3 1995/04/22 10:59:31 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)srscan.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: srscan.c,v 1.2 1993/08/01 18:49:56 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)srscan.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: srscan.c,v 1.3 1995/04/22 10:59:31 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/systemname.c b/trek/systemname.c
index 9cdd61bf..cb4efa49 100644
--- a/trek/systemname.c
+++ b/trek/systemname.c
@@ -1,6 +1,8 @@
+/* $NetBSD: systemname.c,v 1.3 1995/04/22 10:59:32 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)systemname.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: systemname.c,v 1.2 1993/08/01 18:49:55 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)systemname.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: systemname.c,v 1.3 1995/04/22 10:59:32 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/torped.c b/trek/torped.c
index 5de28ee5..dd11fe22 100644
--- a/trek/torped.c
+++ b/trek/torped.c
@@ -1,6 +1,8 @@
+/* $NetBSD: torped.c,v 1.3 1995/04/22 10:59:34 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)torped.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: torped.c,v 1.2 1993/08/01 18:49:55 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)torped.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: torped.c,v 1.3 1995/04/22 10:59:34 cgd Exp $";
+#endif
#endif /* not lint */
# include <stdio.h>
diff --git a/trek/trek.6 b/trek/trek.6
index 2ce2bfd1..a23eb2d8 100644
--- a/trek/trek.6
+++ b/trek/trek.6
@@ -1,5 +1,7 @@
-.\" Copyright (c) 1980 The Regents of the University of California.
-.\" All rights reserved.
+.\" $NetBSD: trek.6,v 1.4 1995/04/22 10:59:35 cgd Exp $
+.\"
+.\" Copyright (c) 1980, 1993
+.\" The Regents of the University of California. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -29,10 +31,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)trek.6 6.3 (Berkeley) 6/23/90
-.\" $Id: trek.6,v 1.3 1993/08/05 03:16:59 jtc Exp $
+.\" @(#)trek.6 8.2 (Berkeley) 12/30/93
.\"
-.Dd June 23, 1990
+.Dd December 30, 1993
.Dt TREK 6
.Os
.Sh NAME
diff --git a/trek/trek.h b/trek/trek.h
index 98b71532..780795c1 100644
--- a/trek/trek.h
+++ b/trek/trek.h
@@ -1,6 +1,8 @@
+/* $NetBSD: trek.h,v 1.3 1995/04/22 10:59:36 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)trek.h 5.5 (Berkeley) 6/1/90
- * $Id: trek.h,v 1.2 1993/08/01 18:50:55 mycroft Exp $
+ * @(#)trek.h 8.1 (Berkeley) 5/31/93
*/
/*
diff --git a/trek/utility.c b/trek/utility.c
index 6386e0cd..cfd2f0a6 100644
--- a/trek/utility.c
+++ b/trek/utility.c
@@ -1,6 +1,8 @@
+/* $NetBSD: utility.c,v 1.3 1995/04/22 10:59:37 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)utility.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: utility.c,v 1.2 1993/08/01 18:49:54 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)utility.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: utility.c,v 1.3 1995/04/22 10:59:37 cgd Exp $";
+#endif
#endif /* not lint */
/*
diff --git a/trek/visual.c b/trek/visual.c
index f7e40e03..9bde9220 100644
--- a/trek/visual.c
+++ b/trek/visual.c
@@ -1,6 +1,8 @@
+/* $NetBSD: visual.c,v 1.3 1995/04/22 10:59:39 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)visual.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: visual.c,v 1.2 1993/08/01 18:49:53 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)visual.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: visual.c,v 1.3 1995/04/22 10:59:39 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/warp.c b/trek/warp.c
index 0b78b5e2..fa87589d 100644
--- a/trek/warp.c
+++ b/trek/warp.c
@@ -1,6 +1,8 @@
+/* $NetBSD: warp.c,v 1.3 1995/04/22 10:59:40 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)warp.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: warp.c,v 1.2 1993/08/01 18:49:52 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)warp.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: warp.c,v 1.3 1995/04/22 10:59:40 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"
diff --git a/trek/win.c b/trek/win.c
index ec76e33d..85d3dc29 100644
--- a/trek/win.c
+++ b/trek/win.c
@@ -1,6 +1,8 @@
+/* $NetBSD: win.c,v 1.3 1995/04/22 10:59:41 cgd Exp $ */
+
/*
- * 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.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)win.c 5.5 (Berkeley) 6/26/90";*/
-static char rcsid[] = "$Id: win.c,v 1.2 1993/08/01 18:49:50 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)win.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: win.c,v 1.3 1995/04/22 10:59:41 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"