summaryrefslogtreecommitdiffstats
path: root/backgammon/teachgammon/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'backgammon/teachgammon/data.c')
-rw-r--r--backgammon/teachgammon/data.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/backgammon/teachgammon/data.c b/backgammon/teachgammon/data.c
index 306e02ec..0c7b724c 100644
--- a/backgammon/teachgammon/data.c
+++ b/backgammon/teachgammon/data.c
@@ -1,6 +1,8 @@
+/* $NetBSD: data.c,v 1.3 1995/03/21 15:06:10 cgd Exp $ */
+
/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,11 @@
*/
#ifndef lint
-/*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 $";
+#if 0
+static char sccsid[] = "@(#)data.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: data.c,v 1.3 1995/03/21 15:06:10 cgd Exp $";
+#endif
#endif /* not lint */
#include "tutor.h"