Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/dab NetBSD rcsid.



details:   https://anonhg.NetBSD.org/src/rev/3d6d667a31ad
branches:  trunk
changeset: 556765:3d6d667a31ad
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 26 18:03:34 2003 +0000

description:
NetBSD rcsid.

diffstat:

 games/dab/algor.C      |  4 ++--
 games/dab/board.C      |  4 ++--
 games/dab/box.C        |  4 ++--
 games/dab/gamescreen.C |  4 ++--
 games/dab/human.C      |  4 ++--
 games/dab/main.C       |  4 ++--
 games/dab/player.C     |  4 ++--
 games/dab/random.C     |  4 ++--
 games/dab/test.C       |  4 ++--
 games/dab/ttyscrn.C    |  4 ++--
 10 files changed, 20 insertions(+), 20 deletions(-)

diffs (180 lines):

diff -r 76da61b0ca87 -r 3d6d667a31ad games/dab/algor.C
--- a/games/dab/algor.C Fri Dec 26 18:01:33 2003 +0000
+++ b/games/dab/algor.C Fri Dec 26 18:03:34 2003 +0000
@@ -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 -r 76da61b0ca87 -r 3d6d667a31ad games/dab/board.C
--- a/games/dab/board.C Fri Dec 26 18:01:33 2003 +0000
+++ b/games/dab/board.C Fri Dec 26 18:03:34 2003 +0000
@@ -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 <stdio.h>
 #include <string.h>
diff -r 76da61b0ca87 -r 3d6d667a31ad games/dab/box.C
--- a/games/dab/box.C   Fri Dec 26 18:01:33 2003 +0000
+++ b/games/dab/box.C   Fri Dec 26 18:03:34 2003 +0000
@@ -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 -r 76da61b0ca87 -r 3d6d667a31ad games/dab/gamescreen.C
--- a/games/dab/gamescreen.C    Fri Dec 26 18:01:33 2003 +0000
+++ b/games/dab/gamescreen.C    Fri Dec 26 18:03:34 2003 +0000
@@ -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 -r 76da61b0ca87 -r 3d6d667a31ad games/dab/human.C
--- a/games/dab/human.C Fri Dec 26 18:01:33 2003 +0000
+++ b/games/dab/human.C Fri Dec 26 18:03:34 2003 +0000
@@ -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 -r 76da61b0ca87 -r 3d6d667a31ad games/dab/main.C
--- a/games/dab/main.C  Fri Dec 26 18:01:33 2003 +0000
+++ b/games/dab/main.C  Fri Dec 26 18:03:34 2003 +0000
@@ -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 <iostream>
 #include <unistd.h>
diff -r 76da61b0ca87 -r 3d6d667a31ad games/dab/player.C
--- a/games/dab/player.C        Fri Dec 26 18:01:33 2003 +0000
+++ b/games/dab/player.C        Fri Dec 26 18:03:34 2003 +0000
@@ -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 -r 76da61b0ca87 -r 3d6d667a31ad games/dab/random.C
--- a/games/dab/random.C        Fri Dec 26 18:01:33 2003 +0000
+++ b/games/dab/random.C        Fri Dec 26 18:03:34 2003 +0000
@@ -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 <time.h>
 #include <string.h>
diff -r 76da61b0ca87 -r 3d6d667a31ad games/dab/test.C
--- a/games/dab/test.C  Fri Dec 26 18:01:33 2003 +0000
+++ b/games/dab/test.C  Fri Dec 26 18:03:34 2003 +0000
@@ -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 <iostream>
 #include "random.h"
diff -r 76da61b0ca87 -r 3d6d667a31ad games/dab/ttyscrn.C
--- a/games/dab/ttyscrn.C       Fri Dec 26 18:01:33 2003 +0000
+++ b/games/dab/ttyscrn.C       Fri Dec 26 18:03:34 2003 +0000
@@ -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 <stdio.h>
 #include <curses.h>



Home | Main Index | Thread Index | Old Index