summaryrefslogtreecommitdiffstats
path: root/mille
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-03-24 05:00:43 +0000
committercgd <cgd@NetBSD.org>1995-03-24 05:00:43 +0000
commit13a26126791f719a62e09dc51634c290ba9fdf5f (patch)
tree371b0fb6fe62e71c4b3ad18a50e7bec30dc64ab8 /mille
parent8f429b2f05f23f432db888e822215caca851f1ba (diff)
downloadbsdgames-darwin-13a26126791f719a62e09dc51634c290ba9fdf5f.tar.gz
bsdgames-darwin-13a26126791f719a62e09dc51634c290ba9fdf5f.tar.zst
bsdgames-darwin-13a26126791f719a62e09dc51634c290ba9fdf5f.zip
rcs id conventions
Diffstat (limited to 'mille')
-rw-r--r--mille/Makefile4
-rw-r--r--mille/comp.c9
-rw-r--r--mille/end.c9
-rw-r--r--mille/extern.c9
-rw-r--r--mille/init.c9
-rw-r--r--mille/mille.65
-rw-r--r--mille/mille.c9
-rw-r--r--mille/mille.h5
-rw-r--r--mille/misc.c9
-rw-r--r--mille/move.c9
-rw-r--r--mille/print.c9
-rw-r--r--mille/roll.c9
-rw-r--r--mille/save.c9
-rw-r--r--mille/table.c9
-rw-r--r--mille/types.c9
-rw-r--r--mille/unctrl.h5
-rw-r--r--mille/varpush.c9
17 files changed, 102 insertions, 34 deletions
diff --git a/mille/Makefile b/mille/Makefile
index 0b766651..db585de3 100644
--- a/mille/Makefile
+++ b/mille/Makefile
@@ -1,5 +1,5 @@
-# from: @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.4 1994/12/22 09:34:50 cgd Exp $
+# $NetBSD: Makefile,v 1.5 1995/03/24 05:00:43 cgd Exp $
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= mille
SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
diff --git a/mille/comp.c b/mille/comp.c
index 2b431fb4..58538e3b 100644
--- a/mille/comp.c
+++ b/mille/comp.c
@@ -1,3 +1,5 @@
+/* $NetBSD: comp.c,v 1.4 1995/03/24 05:01:11 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)comp.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: comp.c,v 1.3 1994/05/12 17:39:27 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)comp.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: comp.c,v 1.4 1995/03/24 05:01:11 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
diff --git a/mille/end.c b/mille/end.c
index 6dcb9767..a8fb8aa6 100644
--- a/mille/end.c
+++ b/mille/end.c
@@ -1,3 +1,5 @@
+/* $NetBSD: end.c,v 1.4 1995/03/24 05:01:30 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)end.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: end.c,v 1.3 1994/05/12 17:39:29 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)end.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: end.c,v 1.4 1995/03/24 05:01:30 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
diff --git a/mille/extern.c b/mille/extern.c
index cc370f69..927b7f23 100644
--- a/mille/extern.c
+++ b/mille/extern.c
@@ -1,3 +1,5 @@
+/* $NetBSD: extern.c,v 1.4 1995/03/24 05:01:36 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)extern.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: extern.c,v 1.3 1994/05/12 17:39:30 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: extern.c,v 1.4 1995/03/24 05:01:36 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
diff --git a/mille/init.c b/mille/init.c
index 4811f423..368862ad 100644
--- a/mille/init.c
+++ b/mille/init.c
@@ -1,3 +1,5 @@
+/* $NetBSD: init.c,v 1.5 1995/03/24 05:01:40 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: init.c,v 1.4 1994/05/12 17:39:31 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: init.c,v 1.5 1995/03/24 05:01:40 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
diff --git a/mille/mille.6 b/mille/mille.6
index 4b08aa9c..02ce56c4 100644
--- a/mille/mille.6
+++ b/mille/mille.6
@@ -1,3 +1,5 @@
+.\" $NetBSD: mille.6,v 1.4 1995/03/24 05:01:45 cgd Exp $
+.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -29,8 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)mille.6 8.2 (Berkeley) 12/30/93
-.\" $Id: mille.6,v 1.3 1994/05/12 17:39:32 jtc Exp $
+.\" @(#)mille.6 8.2 (Berkeley) 12/30/93
.\"
.TH MILLE 6 "December 30, 1993"
.UC 4
diff --git a/mille/mille.c b/mille/mille.c
index 4d233b28..cc4a6ac8 100644
--- a/mille/mille.c
+++ b/mille/mille.c
@@ -1,3 +1,5 @@
+/* $NetBSD: mille.c,v 1.4 1995/03/24 05:01:48 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
@@ -38,8 +40,11 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
-/*static char sccsid[] = "from: @(#)mille.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: mille.c,v 1.3 1994/05/12 17:39:33 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)mille.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: mille.c,v 1.4 1995/03/24 05:01:48 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
diff --git a/mille/mille.h b/mille/mille.h
index 4c9812b2..1d82942c 100644
--- a/mille/mille.h
+++ b/mille/mille.h
@@ -1,3 +1,5 @@
+/* $NetBSD: mille.h,v 1.5 1995/03/24 05:01:51 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)mille.h 8.1 (Berkeley) 5/31/93
- * $Id: mille.h,v 1.4 1994/05/12 17:39:34 jtc Exp $
+ * @(#)mille.h 8.1 (Berkeley) 5/31/93
*/
# include <sys/types.h>
diff --git a/mille/misc.c b/mille/misc.c
index 43ec1bbc..8dafc778 100644
--- a/mille/misc.c
+++ b/mille/misc.c
@@ -1,3 +1,5 @@
+/* $NetBSD: misc.c,v 1.4 1995/03/24 05:01:54 cgd Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)misc.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: misc.c,v 1.3 1994/05/12 17:39:35 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: misc.c,v 1.4 1995/03/24 05:01:54 cgd Exp $";
+#endif
#endif /* not lint */
#include <sys/file.h>
diff --git a/mille/move.c b/mille/move.c
index b510e68a..422e8db7 100644
--- a/mille/move.c
+++ b/mille/move.c
@@ -1,3 +1,5 @@
+/* $NetBSD: move.c,v 1.4 1995/03/24 05:01:57 cgd Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)move.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: move.c,v 1.3 1994/05/12 17:39:37 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)move.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: move.c,v 1.4 1995/03/24 05:01:57 cgd Exp $";
+#endif
#endif /* not lint */
#include <termios.h>
diff --git a/mille/print.c b/mille/print.c
index 23ec11b3..5c2427c6 100644
--- a/mille/print.c
+++ b/mille/print.c
@@ -1,3 +1,5 @@
+/* $NetBSD: print.c,v 1.4 1995/03/24 05:02:02 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)print.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: print.c,v 1.3 1994/05/12 17:39:39 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: print.c,v 1.4 1995/03/24 05:02:02 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
diff --git a/mille/roll.c b/mille/roll.c
index 7fcc8d2b..fa589ba9 100644
--- a/mille/roll.c
+++ b/mille/roll.c
@@ -1,3 +1,5 @@
+/* $NetBSD: roll.c,v 1.4 1995/03/24 05:02:07 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)roll.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: roll.c,v 1.3 1994/05/12 17:39:40 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)roll.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: roll.c,v 1.4 1995/03/24 05:02:07 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
diff --git a/mille/save.c b/mille/save.c
index 7732473c..1e0ad47e 100644
--- a/mille/save.c
+++ b/mille/save.c
@@ -1,3 +1,5 @@
+/* $NetBSD: save.c,v 1.4 1995/03/24 05:02:13 cgd Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)save.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: save.c,v 1.3 1994/05/12 17:39:41 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: save.c,v 1.4 1995/03/24 05:02:13 cgd Exp $";
+#endif
#endif /* not lint */
#include <sys/types.h>
diff --git a/mille/table.c b/mille/table.c
index 3856a967..7b0f9cd2 100644
--- a/mille/table.c
+++ b/mille/table.c
@@ -1,3 +1,5 @@
+/* $NetBSD: table.c,v 1.4 1995/03/24 05:02:18 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
@@ -38,8 +40,11 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
-/*static char sccsid[] = "from: @(#)table.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: table.c,v 1.3 1994/05/12 17:39:42 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: table.c,v 1.4 1995/03/24 05:02:18 cgd Exp $";
+#endif
#endif /* not lint */
# define DEBUG
diff --git a/mille/types.c b/mille/types.c
index 0979562e..cbe8d6ed 100644
--- a/mille/types.c
+++ b/mille/types.c
@@ -1,3 +1,5 @@
+/* $NetBSD: types.c,v 1.4 1995/03/24 05:02:22 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)types.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: types.c,v 1.3 1994/05/12 17:39:43 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)types.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: types.c,v 1.4 1995/03/24 05:02:22 cgd Exp $";
+#endif
#endif /* not lint */
# include "mille.h"
diff --git a/mille/unctrl.h b/mille/unctrl.h
index e3bd84eb..e75d0f0b 100644
--- a/mille/unctrl.h
+++ b/mille/unctrl.h
@@ -1,3 +1,5 @@
+/* $NetBSD: unctrl.h,v 1.4 1995/03/24 05:02:28 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)unctrl.h 8.1 (Berkeley) 5/31/93
- * $Id: unctrl.h,v 1.3 1994/05/12 17:39:44 jtc Exp $
+ * @(#)unctrl.h 8.1 (Berkeley) 5/31/93
*/
/*
diff --git a/mille/varpush.c b/mille/varpush.c
index ec120547..1fac4cf0 100644
--- a/mille/varpush.c
+++ b/mille/varpush.c
@@ -1,3 +1,5 @@
+/* $NetBSD: varpush.c,v 1.4 1995/03/24 05:02:35 cgd Exp $ */
+
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)varpush.c 8.1 (Berkeley) 5/31/93";*/
-static char rcsid[] = "$Id: varpush.c,v 1.3 1994/05/12 17:39:45 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)varpush.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: varpush.c,v 1.4 1995/03/24 05:02:35 cgd Exp $";
+#endif
#endif /* not lint */
# include <paths.h>