From 68d82673282bfd2baa3f9533c92be6121d346cd9 Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 26 Dec 2003 18:03:34 +0000 Subject: NetBSD rcsid. --- dab/algor.C | 4 ++-- dab/board.C | 4 ++-- dab/box.C | 4 ++-- dab/gamescreen.C | 4 ++-- dab/human.C | 4 ++-- dab/main.C | 4 ++-- dab/player.C | 4 ++-- dab/random.C | 4 ++-- dab/test.C | 4 ++-- dab/ttyscrn.C | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) (limited to 'dab') diff --git a/dab/algor.C b/dab/algor.C index d8a8950b..ecd8ee08 100644 --- a/dab/algor.C +++ b/dab/algor.C @@ -1,4 +1,4 @@ -/* $NetBSD: algor.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $ */ +/* $NetBSD: algor.C,v 1.2 2003/12/26 18:03:34 christos Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ * algor.C: Computer algorithm */ #include "defs.h" -RCSID("$Id: algor.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $") +RCSID("$NetBSD: algor.C,v 1.2 2003/12/26 18:03:34 christos Exp $") #include "algor.h" #include "board.h" diff --git a/dab/board.C b/dab/board.C index 38827b26..ff265e9d 100644 --- a/dab/board.C +++ b/dab/board.C @@ -1,4 +1,4 @@ -/* $NetBSD: board.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $ */ +/* $NetBSD: board.C,v 1.2 2003/12/26 18:03:34 christos Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ * board.C: Board manipulations */ #include "defs.h" -RCSID("$Id: board.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $") +RCSID("$NetBSD: board.C,v 1.2 2003/12/26 18:03:34 christos Exp $") #include #include diff --git a/dab/box.C b/dab/box.C index 99e041dc..d969bfe3 100644 --- a/dab/box.C +++ b/dab/box.C @@ -1,4 +1,4 @@ -/* $NetBSD: box.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $ */ +/* $NetBSD: box.C,v 1.2 2003/12/26 18:03:34 christos Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ * box.C: Box computations */ #include "defs.h" -RCSID("$Id: box.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $") +RCSID("$NetBSD: box.C,v 1.2 2003/12/26 18:03:34 christos Exp $") #include "box.h" #include "board.h" diff --git a/dab/gamescreen.C b/dab/gamescreen.C index 11c65df1..1a87bb96 100644 --- a/dab/gamescreen.C +++ b/dab/gamescreen.C @@ -1,4 +1,4 @@ -/* $NetBSD: gamescreen.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $ */ +/* $NetBSD: gamescreen.C,v 1.2 2003/12/26 18:03:34 christos Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ * gamescreen.C: Common screen functions */ #include "defs.h" -RCSID("$Id: gamescreen.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $") +RCSID("$NetBSD: gamescreen.C,v 1.2 2003/12/26 18:03:34 christos Exp $") #include "gamescreen.h" diff --git a/dab/human.C b/dab/human.C index c9cd799d..e99b6aaa 100644 --- a/dab/human.C +++ b/dab/human.C @@ -1,4 +1,4 @@ -/* $NetBSD: human.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $ */ +/* $NetBSD: human.C,v 1.2 2003/12/26 18:03:34 christos Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ * human.C: Human interface for dots, using rogue-like keys. */ #include "defs.h" -RCSID("$Id: human.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $") +RCSID("$NetBSD: human.C,v 1.2 2003/12/26 18:03:34 christos Exp $") #include "human.h" #include "board.h" diff --git a/dab/main.C b/dab/main.C index 5f7a6449..235b0f22 100644 --- a/dab/main.C +++ b/dab/main.C @@ -1,4 +1,4 @@ -/* $NetBSD: main.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $ */ +/* $NetBSD: main.C,v 1.2 2003/12/26 18:03:34 christos Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -40,7 +40,7 @@ * main.C: Main dots program */ #include "defs.h" -RCSID("$Id: main.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $") +RCSID("$NetBSD: main.C,v 1.2 2003/12/26 18:03:34 christos Exp $") #include #include diff --git a/dab/player.C b/dab/player.C index 2843cfab..044ce9a2 100644 --- a/dab/player.C +++ b/dab/player.C @@ -1,4 +1,4 @@ -/* $NetBSD: player.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $ */ +/* $NetBSD: player.C,v 1.2 2003/12/26 18:03:34 christos Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ */ #include "defs.h" -RCSID("$Id: player.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $") +RCSID("$NetBSD: player.C,v 1.2 2003/12/26 18:03:34 christos Exp $") #include "board.h" #include "player.h" diff --git a/dab/random.C b/dab/random.C index a7ffbd69..d4db412e 100644 --- a/dab/random.C +++ b/dab/random.C @@ -1,4 +1,4 @@ -/* $Header: /cvsroot/src/games/dab/Attic/random.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $ */ +/* $Header: /cvsroot/src/games/dab/Attic/random.C,v 1.2 2003/12/26 18:03:34 christos Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ */ #include "defs.h" -RCSID("$Id: random.C,v 1.1.1.1 2003/12/26 17:57:03 christos Exp $") +RCSID("$NetBSD: random.C,v 1.2 2003/12/26 18:03:34 christos Exp $") #include #include diff --git a/dab/test.C b/dab/test.C index f34b0119..4491f895 100644 --- a/dab/test.C +++ b/dab/test.C @@ -1,4 +1,4 @@ -/* $NetBSD: test.C,v 1.1.1.1 2003/12/26 17:57:04 christos Exp $ */ +/* $NetBSD: test.C,v 1.2 2003/12/26 18:03:34 christos Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ */ #include "defs.h" -RCSID("$Id: test.C,v 1.1.1.1 2003/12/26 17:57:04 christos Exp $") +RCSID("$NetBSD: test.C,v 1.2 2003/12/26 18:03:34 christos Exp $") #include #include "random.h" diff --git a/dab/ttyscrn.C b/dab/ttyscrn.C index ee63637d..e0e8190d 100644 --- a/dab/ttyscrn.C +++ b/dab/ttyscrn.C @@ -1,4 +1,4 @@ -/* $NetBSD: ttyscrn.C,v 1.1.1.1 2003/12/26 17:57:04 christos Exp $ */ +/* $NetBSD: ttyscrn.C,v 1.2 2003/12/26 18:03:34 christos Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ */ #include "defs.h" -RCSID("$Id: ttyscrn.C,v 1.1.1.1 2003/12/26 17:57:04 christos Exp $") +RCSID("$NetBSD: ttyscrn.C,v 1.2 2003/12/26 18:03:34 christos Exp $") #include #include -- cgit v1.2.3-56-ge451