summaryrefslogtreecommitdiffstats
path: root/boggle/boggle
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-03-21 12:14:18 +0000
committercgd <cgd@NetBSD.org>1995-03-21 12:14:18 +0000
commit07fe18974a32e572fb508cdcc848d2e39e49e566 (patch)
treec01dacb4a294f0633bd288cb46e90d55135f8bac /boggle/boggle
parentaffbf9f6ccf3932cabfe781b99f7d654a597254c (diff)
downloadbsdgames-darwin-07fe18974a32e572fb508cdcc848d2e39e49e566.tar.gz
bsdgames-darwin-07fe18974a32e572fb508cdcc848d2e39e49e566.tar.zst
bsdgames-darwin-07fe18974a32e572fb508cdcc848d2e39e49e566.zip
add/fix id tags
Diffstat (limited to 'boggle/boggle')
-rw-r--r--boggle/boggle/Makefile1
-rw-r--r--boggle/boggle/bog.c6
-rw-r--r--boggle/boggle/bog.h2
-rw-r--r--boggle/boggle/boggle.62
-rw-r--r--boggle/boggle/extern.h2
-rw-r--r--boggle/boggle/help.c6
-rw-r--r--boggle/boggle/mach.c6
-rw-r--r--boggle/boggle/prtable.c2
-rw-r--r--boggle/boggle/timer.c6
-rw-r--r--boggle/boggle/word.c6
10 files changed, 39 insertions, 0 deletions
diff --git a/boggle/boggle/Makefile b/boggle/boggle/Makefile
index fdc089d6..3ff5f56e 100644
--- a/boggle/boggle/Makefile
+++ b/boggle/boggle/Makefile
@@ -1,3 +1,4 @@
+# $NetBSD: Makefile,v 1.3 1995/03/21 12:14:28 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 6/11/93
PROG= boggle
diff --git a/boggle/boggle/bog.c b/boggle/boggle/bog.c
index 44bbea02..5b3ee888 100644
--- a/boggle/boggle/bog.c
+++ b/boggle/boggle/bog.c
@@ -1,3 +1,5 @@
+/* $NetBSD: bog.c,v 1.4 1995/03/21 12:14:30 cgd Exp $ */
+
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@@ -41,7 +43,11 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)bog.c 8.1 (Berkeley) 6/11/93";
+#else
+static char rcsid[] = "$NetBSD: bog.c,v 1.4 1995/03/21 12:14:30 cgd Exp $";
+#endif
#endif /* not lint */
#include <ctype.h>
diff --git a/boggle/boggle/bog.h b/boggle/boggle/bog.h
index a25f1d75..ae6654eb 100644
--- a/boggle/boggle/bog.h
+++ b/boggle/boggle/bog.h
@@ -1,3 +1,5 @@
+/* $NetBSD: bog.h,v 1.2 1995/03/21 12:14:32 cgd Exp $ */
+
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
diff --git a/boggle/boggle/boggle.6 b/boggle/boggle/boggle.6
index 2b9f3053..a92a6c3b 100644
--- a/boggle/boggle/boggle.6
+++ b/boggle/boggle/boggle.6
@@ -1,3 +1,5 @@
+.\" $NetBSD: boggle.6,v 1.2 1995/03/21 12:14:35 cgd Exp $
+.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
.\"
diff --git a/boggle/boggle/extern.h b/boggle/boggle/extern.h
index 9761c4f6..fdd886df 100644
--- a/boggle/boggle/extern.h
+++ b/boggle/boggle/extern.h
@@ -1,3 +1,5 @@
+/* $NetBSD: extern.h,v 1.2 1995/03/21 12:14:36 cgd Exp $ */
+
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
diff --git a/boggle/boggle/help.c b/boggle/boggle/help.c
index 684c0ff6..b7de8a2e 100644
--- a/boggle/boggle/help.c
+++ b/boggle/boggle/help.c
@@ -1,3 +1,5 @@
+/* $NetBSD: help.c,v 1.2 1995/03/21 12:14:38 cgd Exp $ */
+
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@@ -35,7 +37,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)help.c 8.1 (Berkeley) 6/11/93";
+#else
+static char rcsid[] = "$NetBSD: help.c,v 1.2 1995/03/21 12:14:38 cgd Exp $";
+#endif
#endif /* not lint */
#include <curses.h>
diff --git a/boggle/boggle/mach.c b/boggle/boggle/mach.c
index a7b42010..9e8104c9 100644
--- a/boggle/boggle/mach.c
+++ b/boggle/boggle/mach.c
@@ -1,3 +1,5 @@
+/* $NetBSD: mach.c,v 1.2 1995/03/21 12:14:40 cgd Exp $ */
+
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@@ -35,7 +37,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)mach.c 8.1 (Berkeley) 6/11/93";
+#else
+static char rcsid[] = "$NetBSD: mach.c,v 1.2 1995/03/21 12:14:40 cgd Exp $";
+#endif
#endif /* not lint */
/*
diff --git a/boggle/boggle/prtable.c b/boggle/boggle/prtable.c
index a61c05fa..6b049d17 100644
--- a/boggle/boggle/prtable.c
+++ b/boggle/boggle/prtable.c
@@ -1,3 +1,5 @@
+/* $NetBSD: prtable.c,v 1.2 1995/03/21 12:14:42 cgd Exp $ */
+
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
diff --git a/boggle/boggle/timer.c b/boggle/boggle/timer.c
index 573ec3c2..d9d85f87 100644
--- a/boggle/boggle/timer.c
+++ b/boggle/boggle/timer.c
@@ -1,3 +1,5 @@
+/* $NetBSD: timer.c,v 1.2 1995/03/21 12:14:44 cgd Exp $ */
+
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@@ -35,7 +37,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)timer.c 8.2 (Berkeley) 2/22/94";
+#else
+static char rcsid[] = "$NetBSD: timer.c,v 1.2 1995/03/21 12:14:44 cgd Exp $";
+#endif
#endif /* not lint */
#include <sys/param.h>
diff --git a/boggle/boggle/word.c b/boggle/boggle/word.c
index 0427dab0..9ad16f19 100644
--- a/boggle/boggle/word.c
+++ b/boggle/boggle/word.c
@@ -1,3 +1,5 @@
+/* $NetBSD: word.c,v 1.2 1995/03/21 12:14:45 cgd Exp $ */
+
/*-
* Copyright (c) 1993
* The Regents of the University of California. All rights reserved.
@@ -35,7 +37,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)word.c 8.1 (Berkeley) 6/11/93";
+#else
+static char rcsid[] = "$NetBSD: word.c,v 1.2 1995/03/21 12:14:45 cgd Exp $";
+#endif
#endif /* not lint */
#include <sys/types.h>