summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dab/random.cc4
-rw-r--r--dab/random.h2
-rw-r--r--dab/ttyscrn.h3
3 files changed, 5 insertions, 4 deletions
diff --git a/dab/random.cc b/dab/random.cc
index b55f760b..001c9969 100644
--- a/dab/random.cc
+++ b/dab/random.cc
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/src/games/dab/random.cc,v 1.1 2003/12/27 01:16:55 christos Exp $ */
+/* $NetBSD: random.cc,v 1.2 2003/12/28 17:49:10 thorpej Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
*/
#include "defs.h"
-RCSID("$NetBSD: random.cc,v 1.1 2003/12/27 01:16:55 christos Exp $")
+RCSID("$NetBSD: random.cc,v 1.2 2003/12/28 17:49:10 thorpej Exp $")
#include <time.h>
#include <string.h>
diff --git a/dab/random.h b/dab/random.h
index e2855e94..4f5b81bc 100644
--- a/dab/random.h
+++ b/dab/random.h
@@ -1,4 +1,4 @@
-/* $Header: /cvsroot/src/games/dab/random.h,v 1.1.1.1 2003/12/26 17:57:04 christos Exp $ */
+/* $NetBSD: random.h,v 1.2 2003/12/28 17:49:10 thorpej Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
diff --git a/dab/ttyscrn.h b/dab/ttyscrn.h
index 245390a6..5e0a5408 100644
--- a/dab/ttyscrn.h
+++ b/dab/ttyscrn.h
@@ -1,4 +1,5 @@
-/* $NetBSD: ttyscrn.h,v 1.1.1.1 2003/12/26 17:57:04 christos Exp $ */
+/* $NetBSD: ttyscrn.h,v 1.2 2003/12/28 17:49:10 thorpej Exp $ */
+
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.