diff options
Diffstat (limited to 'gnu/games')
| -rw-r--r-- | gnu/games/Makefile | 2 | ||||
| -rw-r--r-- | gnu/games/Makefile.inc | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/Makefile | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/XCircle.c | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/board.c | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/button.c | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/clock.c | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/control.c | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/jail.c | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/message.c | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/parse.c | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/popup.c | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/program.c | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/record.c | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/std.c | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/std.h | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/valid.c | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/window.c | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/window.c.bm | 4 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/xchess.c | 2 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/xchess.c.150 | 4 | ||||
| -rw-r--r-- | gnu/games/chess/Xchess/xchess.h | 4 |
22 files changed, 25 insertions, 25 deletions
diff --git a/gnu/games/Makefile b/gnu/games/Makefile index 4a7577e53ef8..d2edcbcdc443 100644 --- a/gnu/games/Makefile +++ b/gnu/games/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1994/01/30 00:55:25 rgrimes Exp $ SUBDIR= chess diff --git a/gnu/games/Makefile.inc b/gnu/games/Makefile.inc index 4437a8428bef..c10f9e920060 100644 --- a/gnu/games/Makefile.inc +++ b/gnu/games/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile.inc,v 1.1 1994/01/30 00:55:54 rgrimes Exp $ BINOWN?= games .if defined(HIDEGAME) diff --git a/gnu/games/chess/Xchess/Makefile b/gnu/games/chess/Xchess/Makefile index c4d0d78adcd9..4b0d7b2ad59b 100644 --- a/gnu/games/chess/Xchess/Makefile +++ b/gnu/games/chess/Xchess/Makefile @@ -1,4 +1,4 @@ -# RCS Info: $Revision: 1.3 $ on $Date: 1995/05/30 04:41:16 $ +# RCS Info: $Revision: 1.3.4.1 $ on $Date: 1995/08/30 06:42:39 $ # $Source: /home/ncvs/src/gnu/games/chess/Xchess/Makefile,v $ # Copyright (c) 1985 Wayne A. Christopher, U. C. Berkeley CAD Group # diff --git a/gnu/games/chess/Xchess/XCircle.c b/gnu/games/chess/Xchess/XCircle.c index fc7de0d717b1..90ce42512f87 100644 --- a/gnu/games/chess/Xchess/XCircle.c +++ b/gnu/games/chess/Xchess/XCircle.c @@ -20,7 +20,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.3 $ on $Date: 1995/07/08 21:39:58 $ +/* RCS Info: $Revision: 1.2.4.1 $ on $Date: 1995/08/30 06:42:41 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/XCircle.c,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it diff --git a/gnu/games/chess/Xchess/board.c b/gnu/games/chess/Xchess/board.c index fab97d8394cd..f6c2339b53b1 100644 --- a/gnu/games/chess/Xchess/board.c +++ b/gnu/games/chess/Xchess/board.c @@ -20,7 +20,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:08 $ +/* RCS Info: $Revision: 1.2 $ on $Date: 1995/05/30 04:41:19 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/board.c,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it diff --git a/gnu/games/chess/Xchess/button.c b/gnu/games/chess/Xchess/button.c index d91005df4362..a22b2de61fcb 100644 --- a/gnu/games/chess/Xchess/button.c +++ b/gnu/games/chess/Xchess/button.c @@ -20,7 +20,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:15 $ +/* RCS Info: $Revision: 1.2 $ on $Date: 1995/05/30 04:41:20 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/button.c,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it diff --git a/gnu/games/chess/Xchess/clock.c b/gnu/games/chess/Xchess/clock.c index 88228b0bd0ae..1abff3bcae2d 100644 --- a/gnu/games/chess/Xchess/clock.c +++ b/gnu/games/chess/Xchess/clock.c @@ -20,7 +20,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:08 $ +/* RCS Info: $Revision: 1.2 $ on $Date: 1995/05/30 04:41:21 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/clock.c,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it diff --git a/gnu/games/chess/Xchess/control.c b/gnu/games/chess/Xchess/control.c index 7d23a7698b5a..995535c8be03 100644 --- a/gnu/games/chess/Xchess/control.c +++ b/gnu/games/chess/Xchess/control.c @@ -19,7 +19,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:11 $ +/* RCS Info: $Revision: 1.2 $ on $Date: 1995/05/30 04:41:23 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/control.c,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it diff --git a/gnu/games/chess/Xchess/jail.c b/gnu/games/chess/Xchess/jail.c index b3ed39178465..2132f3853bf7 100644 --- a/gnu/games/chess/Xchess/jail.c +++ b/gnu/games/chess/Xchess/jail.c @@ -20,7 +20,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:12 $ +/* RCS Info: $Revision: 1.2 $ on $Date: 1995/05/30 04:41:23 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/jail.c,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it diff --git a/gnu/games/chess/Xchess/message.c b/gnu/games/chess/Xchess/message.c index 26df73974c26..3bb7a8c970c7 100644 --- a/gnu/games/chess/Xchess/message.c +++ b/gnu/games/chess/Xchess/message.c @@ -20,7 +20,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:14 $ +/* RCS Info: $Revision: 1.2 $ on $Date: 1995/05/30 04:41:25 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/message.c,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it diff --git a/gnu/games/chess/Xchess/parse.c b/gnu/games/chess/Xchess/parse.c index 2dd94edc02d2..d75f5ab01789 100644 --- a/gnu/games/chess/Xchess/parse.c +++ b/gnu/games/chess/Xchess/parse.c @@ -19,7 +19,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:06 $ +/* RCS Info: $Revision: 1.2 $ on $Date: 1995/05/30 04:41:26 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/parse.c,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it diff --git a/gnu/games/chess/Xchess/popup.c b/gnu/games/chess/Xchess/popup.c index 0995638b359b..74017887b8ae 100644 --- a/gnu/games/chess/Xchess/popup.c +++ b/gnu/games/chess/Xchess/popup.c @@ -20,7 +20,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:13 $ +/* RCS Info: $Revision: 1.2 $ on $Date: 1995/05/30 04:41:27 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/popup.c,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * faustus@cad.berkeley.edu, ucbvax!faustus diff --git a/gnu/games/chess/Xchess/program.c b/gnu/games/chess/Xchess/program.c index e2eb186f98ed..0c9bfb780ec5 100644 --- a/gnu/games/chess/Xchess/program.c +++ b/gnu/games/chess/Xchess/program.c @@ -20,7 +20,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.3 $ on $Date: 1994/11/04 02:11:30 $ +/* RCS Info: $Revision: 1.4 $ on $Date: 1995/05/30 04:41:27 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/program.c,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it diff --git a/gnu/games/chess/Xchess/record.c b/gnu/games/chess/Xchess/record.c index b2fcea157635..130d6215755a 100644 --- a/gnu/games/chess/Xchess/record.c +++ b/gnu/games/chess/Xchess/record.c @@ -20,7 +20,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:09 $ +/* RCS Info: $Revision: 1.2 $ on $Date: 1995/05/30 04:41:28 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/record.c,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it diff --git a/gnu/games/chess/Xchess/std.c b/gnu/games/chess/Xchess/std.c index 2bbd113d65cf..2e806418dc48 100644 --- a/gnu/games/chess/Xchess/std.c +++ b/gnu/games/chess/Xchess/std.c @@ -20,7 +20,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.3 $ on $Date: 1994/11/04 02:11:33 $ +/* RCS Info: $Revision: 1.4 $ on $Date: 1995/05/30 04:41:31 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/std.c,v $ * Copyright (c) 1985 Wayne A. Christopher, U. C. Berkeley CAD Group * diff --git a/gnu/games/chess/Xchess/std.h b/gnu/games/chess/Xchess/std.h index 19cb1da8c813..c5a90371e002 100644 --- a/gnu/games/chess/Xchess/std.h +++ b/gnu/games/chess/Xchess/std.h @@ -20,7 +20,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:06 $ +/* RCS Info: $Revision: 1.1.1.1.8.1 $ on $Date: 1995/08/30 06:42:43 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/std.h,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * diff --git a/gnu/games/chess/Xchess/valid.c b/gnu/games/chess/Xchess/valid.c index 06d1f29b067d..7f10b3ea4435 100644 --- a/gnu/games/chess/Xchess/valid.c +++ b/gnu/games/chess/Xchess/valid.c @@ -20,7 +20,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:08 $ +/* RCS Info: $Revision: 1.2 $ on $Date: 1995/05/30 04:41:32 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/valid.c,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it diff --git a/gnu/games/chess/Xchess/window.c b/gnu/games/chess/Xchess/window.c index c33ef812d806..f7f257f866d5 100644 --- a/gnu/games/chess/Xchess/window.c +++ b/gnu/games/chess/Xchess/window.c @@ -19,7 +19,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:08 $ +/* RCS Info: $Revision: 1.2 $ on $Date: 1995/05/30 04:41:33 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/window.c,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it diff --git a/gnu/games/chess/Xchess/window.c.bm b/gnu/games/chess/Xchess/window.c.bm index 19134d0cdc14..f11228cc013a 100644 --- a/gnu/games/chess/Xchess/window.c.bm +++ b/gnu/games/chess/Xchess/window.c.bm @@ -19,8 +19,8 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.5 $ on $Date: 86/11/26 12:11:15 $ - * $Source: /users/faustus/xchess/RCS/window.c,v $ +/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:07 $ + * $Source: /home/ncvs/src/gnu/games/chess/Xchess/window.c.bm,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it * or remove this message. diff --git a/gnu/games/chess/Xchess/xchess.c b/gnu/games/chess/Xchess/xchess.c index 74d010f2c717..10dd76a98d68 100644 --- a/gnu/games/chess/Xchess/xchess.c +++ b/gnu/games/chess/Xchess/xchess.c @@ -20,7 +20,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:09 $ +/* RCS Info: $Revision: 1.2 $ on $Date: 1995/05/30 04:41:34 $ * $Source: /home/ncvs/src/gnu/games/chess/Xchess/xchess.c,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it diff --git a/gnu/games/chess/Xchess/xchess.c.150 b/gnu/games/chess/Xchess/xchess.c.150 index 2c17906c3571..0cbcfc38842d 100644 --- a/gnu/games/chess/Xchess/xchess.c.150 +++ b/gnu/games/chess/Xchess/xchess.c.150 @@ -20,8 +20,8 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.5 $ on $Date: 86/11/26 12:11:32 $ - * $Source: /users/faustus/xchess/RCS/xchess.c,v $ +/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:20 $ + * $Source: /home/ncvs/src/gnu/games/chess/Xchess/xchess.c.150,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it * or remove this message. diff --git a/gnu/games/chess/Xchess/xchess.h b/gnu/games/chess/Xchess/xchess.h index 355731d8b403..29107747e7b8 100644 --- a/gnu/games/chess/Xchess/xchess.h +++ b/gnu/games/chess/Xchess/xchess.h @@ -20,8 +20,8 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -/* RCS Info: $Revision: 1.5 $ on $Date: 86/11/26 12:11:39 $ - * $Source: /users/faustus/xchess/RCS/xchess.h,v $ +/* RCS Info: $Revision: 1.1.1.1 $ on $Date: 1993/06/12 14:41:15 $ + * $Source: /home/ncvs/src/gnu/games/chess/Xchess/xchess.h,v $ * Copyright (c) 1986 Wayne A. Christopher, U. C. Berkeley CAD Group * Permission is granted to do anything with this code except sell it * or remove this message. |
