summaryrefslogtreecommitdiffstats
path: root/backgammon
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
committermycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
commit462fca95471224f85b85be911e72faee16cd1597 (patch)
treea0e4c1c096d66e8908adab57224bf19bd7f94e63 /backgammon
parent1639abc312beea68f4391a202db74ef7bdd5a494 (diff)
downloadbsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.gz
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.zst
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.zip
Add RCS identifiers.
Diffstat (limited to 'backgammon')
-rw-r--r--backgammon/backgammon/extra.c3
-rw-r--r--backgammon/backgammon/move.c3
-rw-r--r--backgammon/backgammon/text.c3
-rw-r--r--backgammon/backgammon/version.c3
-rw-r--r--backgammon/common_source/allow.c3
-rw-r--r--backgammon/common_source/back.h3
-rw-r--r--backgammon/common_source/backgammon.c3
-rw-r--r--backgammon/common_source/board.c3
-rw-r--r--backgammon/common_source/check.c3
-rw-r--r--backgammon/common_source/fancy.c3
-rw-r--r--backgammon/common_source/init.c3
-rw-r--r--backgammon/common_source/odds.c3
-rw-r--r--backgammon/common_source/one.c3
-rw-r--r--backgammon/common_source/save.c3
-rw-r--r--backgammon/common_source/subs.c3
-rw-r--r--backgammon/common_source/table.c3
-rw-r--r--backgammon/teachgammon/data.c3
-rw-r--r--backgammon/teachgammon/teach.c3
-rw-r--r--backgammon/teachgammon/ttext1.c3
-rw-r--r--backgammon/teachgammon/ttext2.c3
-rw-r--r--backgammon/teachgammon/tutor.c3
-rw-r--r--backgammon/teachgammon/tutor.h3
22 files changed, 44 insertions, 22 deletions
diff --git a/backgammon/backgammon/extra.c b/backgammon/backgammon/extra.c
index 36ca1dd5..b9507a3e 100644
--- a/backgammon/backgammon/extra.c
+++ b/backgammon/backgammon/extra.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)extra.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)extra.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: extra.c,v 1.2 1993/08/01 18:56:54 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/backgammon/move.c b/backgammon/backgammon/move.c
index 17a5dfde..c0deffb5 100644
--- a/backgammon/backgammon/move.c
+++ b/backgammon/backgammon/move.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)move.c 5.6 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)move.c 5.6 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: move.c,v 1.2 1993/08/01 18:56:55 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/backgammon/text.c b/backgammon/backgammon/text.c
index 1a390867..3f55ae24 100644
--- a/backgammon/backgammon/text.c
+++ b/backgammon/backgammon/text.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)text.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)text.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: text.c,v 1.2 1993/08/01 18:56:53 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/backgammon/version.c b/backgammon/backgammon/version.c
index a6e9db27..6b4dd35d 100644
--- a/backgammon/backgammon/version.c
+++ b/backgammon/backgammon/version.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)version.c 1.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)version.c 1.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: version.c,v 1.2 1993/08/01 18:56:52 mycroft Exp $";
#endif /* not lint */
char *message[] = {
diff --git a/backgammon/common_source/allow.c b/backgammon/common_source/allow.c
index 2a7c9e0d..7744f474 100644
--- a/backgammon/common_source/allow.c
+++ b/backgammon/common_source/allow.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)allow.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)allow.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: allow.c,v 1.2 1993/08/01 18:56:46 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/common_source/back.h b/backgammon/common_source/back.h
index 5bab6e55..2d5e091c 100644
--- a/backgammon/common_source/back.h
+++ b/backgammon/common_source/back.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)back.h 5.4 (Berkeley) 6/1/90
+ * from: @(#)back.h 5.4 (Berkeley) 6/1/90
+ * $Id: back.h,v 1.2 1993/08/01 18:56:48 mycroft Exp $
*/
#include <sgtty.h>
diff --git a/backgammon/common_source/backgammon.c b/backgammon/common_source/backgammon.c
index 036301f4..24ec4d4e 100644
--- a/backgammon/common_source/backgammon.c
+++ b/backgammon/common_source/backgammon.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)backgammon.c 5.1 (Berkeley) 4/8/91";
+/*static char sccsid[] = "from: @(#)backgammon.c 5.1 (Berkeley) 4/8/91";*/
+static char rcsid[] = "$Id: backgammon.c,v 1.2 1993/08/01 18:56:45 mycroft Exp $";
#endif /* not lint */
/*
diff --git a/backgammon/common_source/board.c b/backgammon/common_source/board.c
index d21d36a9..8b1402ab 100644
--- a/backgammon/common_source/board.c
+++ b/backgammon/common_source/board.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)board.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)board.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: board.c,v 1.2 1993/08/01 18:56:47 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/common_source/check.c b/backgammon/common_source/check.c
index 5ef2eb2b..ac4e3dcb 100644
--- a/backgammon/common_source/check.c
+++ b/backgammon/common_source/check.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)check.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)check.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: check.c,v 1.2 1993/08/01 18:56:44 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/common_source/fancy.c b/backgammon/common_source/fancy.c
index 6afaa367..88ecfd89 100644
--- a/backgammon/common_source/fancy.c
+++ b/backgammon/common_source/fancy.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)fancy.c 5.5 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)fancy.c 5.5 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: fancy.c,v 1.2 1993/08/01 18:56:43 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/common_source/init.c b/backgammon/common_source/init.c
index 9d3fce3b..45f297f7 100644
--- a/backgammon/common_source/init.c
+++ b/backgammon/common_source/init.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)init.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)init.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: init.c,v 1.2 1993/08/01 18:56:41 mycroft Exp $";
#endif /* not lint */
#include <sgtty.h>
diff --git a/backgammon/common_source/odds.c b/backgammon/common_source/odds.c
index dc780497..02354d31 100644
--- a/backgammon/common_source/odds.c
+++ b/backgammon/common_source/odds.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)odds.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)odds.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: odds.c,v 1.2 1993/08/01 18:56:42 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/common_source/one.c b/backgammon/common_source/one.c
index c00f4ca1..cb63c72c 100644
--- a/backgammon/common_source/one.c
+++ b/backgammon/common_source/one.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)one.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)one.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: one.c,v 1.2 1993/08/01 18:56:39 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/common_source/save.c b/backgammon/common_source/save.c
index b91d3ec3..9433306b 100644
--- a/backgammon/common_source/save.c
+++ b/backgammon/common_source/save.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)save.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)save.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: save.c,v 1.2 1993/08/01 18:56:38 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/common_source/subs.c b/backgammon/common_source/subs.c
index 7917124f..c1b0e8ee 100644
--- a/backgammon/common_source/subs.c
+++ b/backgammon/common_source/subs.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)subs.c 5.5 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)subs.c 5.5 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: subs.c,v 1.2 1993/08/01 18:56:37 mycroft Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/backgammon/common_source/table.c b/backgammon/common_source/table.c
index 9555e8dd..a46a50dd 100644
--- a/backgammon/common_source/table.c
+++ b/backgammon/common_source/table.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)table.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)table.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: table.c,v 1.2 1993/08/01 18:56:35 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/teachgammon/data.c b/backgammon/teachgammon/data.c
index 2f7b292a..306e02ec 100644
--- a/backgammon/teachgammon/data.c
+++ b/backgammon/teachgammon/data.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)data.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)data.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: data.c,v 1.2 1993/08/01 18:56:29 mycroft Exp $";
#endif /* not lint */
#include "tutor.h"
diff --git a/backgammon/teachgammon/teach.c b/backgammon/teachgammon/teach.c
index 18528d05..60a66182 100644
--- a/backgammon/teachgammon/teach.c
+++ b/backgammon/teachgammon/teach.c
@@ -38,7 +38,8 @@ char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)teach.c 5.6 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)teach.c 5.6 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: teach.c,v 1.2 1993/08/01 18:56:28 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/teachgammon/ttext1.c b/backgammon/teachgammon/ttext1.c
index adf4cc1a..8f40d729 100644
--- a/backgammon/teachgammon/ttext1.c
+++ b/backgammon/teachgammon/ttext1.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)ttext1.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)ttext1.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: ttext1.c,v 1.2 1993/08/01 18:56:27 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/teachgammon/ttext2.c b/backgammon/teachgammon/ttext2.c
index a1279b12..b5ae9fc8 100644
--- a/backgammon/teachgammon/ttext2.c
+++ b/backgammon/teachgammon/ttext2.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)ttext2.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)ttext2.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: ttext2.c,v 1.2 1993/08/01 18:56:26 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/teachgammon/tutor.c b/backgammon/teachgammon/tutor.c
index 2c96308c..04364857 100644
--- a/backgammon/teachgammon/tutor.c
+++ b/backgammon/teachgammon/tutor.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)tutor.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)tutor.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: tutor.c,v 1.2 1993/08/01 18:56:24 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/teachgammon/tutor.h b/backgammon/teachgammon/tutor.h
index 6bd1cf87..3f3b5e15 100644
--- a/backgammon/teachgammon/tutor.h
+++ b/backgammon/teachgammon/tutor.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)tutor.h 5.4 (Berkeley) 6/1/90
+ * from: @(#)tutor.h 5.4 (Berkeley) 6/1/90
+ * $Id: tutor.h,v 1.2 1993/08/01 18:56:30 mycroft Exp $
*/
struct situatn {