summaryrefslogtreecommitdiff
path: root/games/backgammon/common_source
diff options
context:
space:
mode:
Diffstat (limited to 'games/backgammon/common_source')
-rw-r--r--games/backgammon/common_source/allow.c2
-rw-r--r--games/backgammon/common_source/board.c2
-rw-r--r--games/backgammon/common_source/check.c2
-rw-r--r--games/backgammon/common_source/fancy.c2
-rw-r--r--games/backgammon/common_source/init.c2
-rw-r--r--games/backgammon/common_source/odds.c2
-rw-r--r--games/backgammon/common_source/one.c2
-rw-r--r--games/backgammon/common_source/save.c2
-rw-r--r--games/backgammon/common_source/subs.c2
-rw-r--r--games/backgammon/common_source/table.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/games/backgammon/common_source/allow.c b/games/backgammon/common_source/allow.c
index 7c9f593b267f9..529f38bcf8f04 100644
--- a/games/backgammon/common_source/allow.c
+++ b/games/backgammon/common_source/allow.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)allow.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/backgammon/common_source/allow.c,v 1.4 1999/11/30 03:48:24 billf Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/games/backgammon/common_source/board.c b/games/backgammon/common_source/board.c
index 792b042075627..142e8e1784ab2 100644
--- a/games/backgammon/common_source/board.c
+++ b/games/backgammon/common_source/board.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)board.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/backgammon/common_source/board.c,v 1.6 1999/11/30 03:48:25 billf Exp $";
#endif /* not lint */
#include <string.h>
diff --git a/games/backgammon/common_source/check.c b/games/backgammon/common_source/check.c
index 70b9c62efed38..a4a9a33f19a35 100644
--- a/games/backgammon/common_source/check.c
+++ b/games/backgammon/common_source/check.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)check.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/backgammon/common_source/check.c,v 1.4 1999/11/30 03:48:25 billf Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/games/backgammon/common_source/fancy.c b/games/backgammon/common_source/fancy.c
index 7663a7502f094..74877053805d8 100644
--- a/games/backgammon/common_source/fancy.c
+++ b/games/backgammon/common_source/fancy.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)fancy.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/backgammon/common_source/fancy.c,v 1.7 1999/11/30 03:48:25 billf Exp $";
#endif /* not lint */
#include <stdlib.h>
diff --git a/games/backgammon/common_source/init.c b/games/backgammon/common_source/init.c
index 24ee2a0a936bf..722e0e0093cdc 100644
--- a/games/backgammon/common_source/init.c
+++ b/games/backgammon/common_source/init.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/backgammon/common_source/init.c,v 1.4 1999/11/30 03:48:26 billf Exp $";
#endif /* not lint */
#include <sys/cdefs.h>
diff --git a/games/backgammon/common_source/odds.c b/games/backgammon/common_source/odds.c
index f840376d8319f..10d3d92aae963 100644
--- a/games/backgammon/common_source/odds.c
+++ b/games/backgammon/common_source/odds.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)odds.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/backgammon/common_source/odds.c,v 1.5 1999/11/30 03:48:26 billf Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/games/backgammon/common_source/one.c b/games/backgammon/common_source/one.c
index e94c183f0d812..faf6c5e39e5b3 100644
--- a/games/backgammon/common_source/one.c
+++ b/games/backgammon/common_source/one.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)one.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/backgammon/common_source/one.c,v 1.5 1999/11/30 03:48:27 billf Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/games/backgammon/common_source/save.c b/games/backgammon/common_source/save.c
index fe3475d99a1db..f9a3eda0df420 100644
--- a/games/backgammon/common_source/save.c
+++ b/games/backgammon/common_source/save.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)save.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/backgammon/common_source/save.c,v 1.8 1999/11/30 03:48:27 billf Exp $";
#endif /* not lint */
#include <fcntl.h>
diff --git a/games/backgammon/common_source/subs.c b/games/backgammon/common_source/subs.c
index 15af00861a8ce..ba7c523034771 100644
--- a/games/backgammon/common_source/subs.c
+++ b/games/backgammon/common_source/subs.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)subs.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/backgammon/common_source/subs.c,v 1.12 1999/11/30 03:48:27 billf Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/games/backgammon/common_source/table.c b/games/backgammon/common_source/table.c
index 572cba30eab05..22180cf80c572 100644
--- a/games/backgammon/common_source/table.c
+++ b/games/backgammon/common_source/table.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/backgammon/common_source/table.c,v 1.5 1999/11/30 03:48:28 billf Exp $";
#endif /* not lint */
#include "back.h"