diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-01 18:49:50 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-01 18:49:50 +0000 |
| commit | 462fca95471224f85b85be911e72faee16cd1597 (patch) | |
| tree | a0e4c1c096d66e8908adab57224bf19bd7f94e63 /backgammon/teachgammon | |
| parent | 1639abc312beea68f4391a202db74ef7bdd5a494 (diff) | |
| download | bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.gz bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.zip | |
Add RCS identifiers.
Diffstat (limited to 'backgammon/teachgammon')
| -rw-r--r-- | backgammon/teachgammon/data.c | 3 | ||||
| -rw-r--r-- | backgammon/teachgammon/teach.c | 3 | ||||
| -rw-r--r-- | backgammon/teachgammon/ttext1.c | 3 | ||||
| -rw-r--r-- | backgammon/teachgammon/ttext2.c | 3 | ||||
| -rw-r--r-- | backgammon/teachgammon/tutor.c | 3 | ||||
| -rw-r--r-- | backgammon/teachgammon/tutor.h | 3 |
6 files changed, 12 insertions, 6 deletions
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 { |
