From 7b4dacf6fe9f8c10b6eb4d6070869a3d933dbeb5 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 12 Jul 2009 10:29:46 -0700 Subject: [PATCH] cleaned up old CVS left overs removed $Id tags from all files --- AUTHORS | 1 - backend.c | 1 - backend.h | 1 - backendz.h | 1 - bitmaps/bitmaps.h | 2 -- childio.c | 3 +-- childio.h | 1 - common.h | 1 - engine-intf.html | 1 - frontend.h | 1 - gamelist.c | 1 - ics-parsing.txt | 1 - lists.c | 3 +-- lists.h | 1 - mkinstalldirs | 2 -- moves.c | 1 - moves.h | 1 - parser.h | 1 - parser.l | 1 - pgntags.c | 1 - pixmaps/pixmaps.h | 1 - texi2man | 1 - winboard/bitmaps/bitmaps.h | 1 - winboard/jaws.c | 1 - winboard/parser.c | 1 - winboard/wclipbrd.c | 1 - winboard/wclipbrd.h | 1 - winboard/wedittags.c | 1 - winboard/wedittags.h | 1 - winboard/wgamelist.c | 1 - winboard/wgamelist.h | 1 - winboard/winboard.c | 1 - winboard/woptions.c | 1 - winboard/woptions.h | 1 - xboard.c | 1 - xboard.h | 1 - xedittags.c | 1 - xedittags.h | 1 - xgamelist.c | 1 - xgamelist.h | 1 - xhistory.c | 1 - xhistory.h | 1 - zippy.README | 1 - zippy.c | 1 - zippy.h | 1 - 45 files changed, 2 insertions(+), 49 deletions(-) diff --git a/AUTHORS b/AUTHORS index 25e88e6..4f675e9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,4 @@ Contributions of xboard and WinBoard authors by file -$Id: AUTHORS,v 1.1 2003/11/02 04:42:06 mann Exp $ 0. Files covered diff --git a/backend.c b/backend.c index 5586649..84e4051 100644 --- a/backend.c +++ b/backend.c @@ -1,6 +1,5 @@ /* * backend.c -- Common back end for X and Windows NT versions of - * XBoard $Id: backend.c,v 2.6 2003/11/28 09:37:36 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/backend.h b/backend.h index b52ea06..02cb32a 100644 --- a/backend.h +++ b/backend.h @@ -1,6 +1,5 @@ /* * backend.h -- Interface exported by XBoard back end - * $Id: backend.h,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/backendz.h b/backendz.h index f337845..b799de0 100644 --- a/backendz.h +++ b/backendz.h @@ -1,6 +1,5 @@ /* * backendz.h -- Internal interface exported by XBoard backend.c to zippy.c - * $Id: backendz.h,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts. * Enhancements Copyright 1992-95 Free Software Foundation, Inc. diff --git a/bitmaps/bitmaps.h b/bitmaps/bitmaps.h index fc861a5..73f215b 100644 --- a/bitmaps/bitmaps.h +++ b/bitmaps/bitmaps.h @@ -1,7 +1,5 @@ /* * bitmaps.h - Include bitmap files for pieces and icons - * $Id: bitmaps.h,v 2.1 2003/10/27 19:21:01 mann Exp $ - * * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/childio.c b/childio.c index 0ea90ec..6a47d2d 100644 --- a/childio.c +++ b/childio.c @@ -1,6 +1,5 @@ /* - * childio.c -- set up communication with child processes $Id: - * childio.c,v 1.2 1994/11/12 19:31:41 mann Exp mann $ + * childio.c -- set up communication with child processes * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/childio.h b/childio.h index 4b47da3..7e98138 100644 --- a/childio.h +++ b/childio.h @@ -1,6 +1,5 @@ /* * childio.h -- set up communication with child processes - * $Id: childio.h,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/common.h b/common.h index ef49a03..0668750 100644 --- a/common.h +++ b/common.h @@ -1,6 +1,5 @@ /* * common.h -- Common definitions for X and Windows NT versions of XBoard - * $Id: common.h,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/engine-intf.html b/engine-intf.html index 6fb7c11..8b401ae 100644 --- a/engine-intf.html +++ b/engine-intf.html @@ -9,7 +9,6 @@

Discussion Proposal

Tim Mann & H.G.Muller

-$Id: engine-intf.html,v 2.1 2003/10/27 19:21:00 mann Exp $
Version 2; implemented in xboard/WinBoard 4.2.1 and later.
Changes since version 1 are indicated in red.
Changes for WinBoard 4.3.xx are indicated in green.
diff --git a/frontend.h b/frontend.h index ee73ddd..4ac29b2 100644 --- a/frontend.h +++ b/frontend.h @@ -1,6 +1,5 @@ /* * frontend.h -- Interface exported by all XBoard front ends - * $Id: frontend.h,v 2.2 2003/11/06 07:22:14 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/gamelist.c b/gamelist.c index 1a8f5b4..57a43c0 100644 --- a/gamelist.c +++ b/gamelist.c @@ -1,6 +1,5 @@ /* * gamelist.c -- Functions to manage a gamelist - * XBoard $Id: gamelist.c,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1995,2009 Free Software Foundation, Inc. * diff --git a/ics-parsing.txt b/ics-parsing.txt index 41e22fc..6cdb7df 100644 --- a/ics-parsing.txt +++ b/ics-parsing.txt @@ -1,6 +1,5 @@ Parsing of ICS Output Updated to match xboard/WinBoard 4.0.2 -$Id: ics-parsing.txt,v 2.1 2003/10/27 19:21:00 mann Exp $ ============================================================================== This document describes how xboard and WinBoard parse ICS output. The diff --git a/lists.c b/lists.c index 74a1283..43c4278 100644 --- a/lists.c +++ b/lists.c @@ -1,6 +1,5 @@ /* - * lists.c -- Functions to implement a double linked list - * XBoard $Id: lists.c,v 2.1 2003/10/27 19:21:00 mann Exp $ + * lists.c -- Functions to implement a double linked list XBoard * * Copyright 1995,2009 Free Software Foundation, Inc. * diff --git a/lists.h b/lists.h index ca95d9a..289c3d3 100644 --- a/lists.h +++ b/lists.h @@ -1,6 +1,5 @@ /* * lists.c -- Includefile of lists.c - * XBoard $Id: lists.h,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1995,2009 Free Software Foundation, Inc. * diff --git a/mkinstalldirs b/mkinstalldirs index f3c85d0..f945dbf 100644 --- a/mkinstalldirs +++ b/mkinstalldirs @@ -4,8 +4,6 @@ # Created: 1993-05-16 # Public domain -# $Id: mkinstalldirs,v 2.1 2003/10/27 19:21:00 mann Exp $ - errstatus=0 for file diff --git a/moves.c b/moves.c index 681b9ac..04c0dd7 100644 --- a/moves.c +++ b/moves.c @@ -1,6 +1,5 @@ /* * moves.c - Move generation and checking - * $Id: moves.c,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/moves.h b/moves.h index 0ec9923..9646c19 100644 --- a/moves.h +++ b/moves.h @@ -1,6 +1,5 @@ /* * moves.h - Move generation and checking - * $Id: moves.h,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/parser.h b/parser.h index 48e1811..3394531 100644 --- a/parser.h +++ b/parser.h @@ -1,6 +1,5 @@ /* * parser.h -- Interface to XBoard move parser - * $Id: parser.h,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/parser.l b/parser.l index 0d60813..77837a7 100755 --- a/parser.l +++ b/parser.l @@ -7,7 +7,6 @@ %{ /* * parser.l -- lex parser of algebraic chess moves for XBoard - * $Id: parser.l,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/pgntags.c b/pgntags.c index d532172..769aaaf 100644 --- a/pgntags.c +++ b/pgntags.c @@ -1,6 +1,5 @@ /* * pgntags.c -- Functions to manage PGN tags - * XBoard $Id: pgntags.c,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1995,2009 Free Software Foundation, Inc. * diff --git a/pixmaps/pixmaps.h b/pixmaps/pixmaps.h index db0e63e..4630825 100644 --- a/pixmaps/pixmaps.h +++ b/pixmaps/pixmaps.h @@ -1,6 +1,5 @@ /* * pixmaps.h - Include xpm pixmap files for pieces - * $Id: pixmaps.h,v 2.1 2003/10/27 19:21:02 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/texi2man b/texi2man index 1f2e815..9c345f6 100755 --- a/texi2man +++ b/texi2man @@ -1,5 +1,4 @@ #!/usr/bin/perl -# $Id: texi2man,v 1.2 2003/11/28 21:22:16 mann Exp $ # Written by Adrian Mariano, additional features by Eric Backus, # yet more features by Tim Mann. diff --git a/winboard/bitmaps/bitmaps.h b/winboard/bitmaps/bitmaps.h index 785c8fa..1ca27f6 100644 --- a/winboard/bitmaps/bitmaps.h +++ b/winboard/bitmaps/bitmaps.h @@ -1,6 +1,5 @@ /* * bitmaps.h - Include bitmap files for pieces and icons - * $Id: bitmaps.h,v 2.1 2003/10/27 19:21:01 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/winboard/jaws.c b/winboard/jaws.c index d3856ae..f774403 100644 --- a/winboard/jaws.c +++ b/winboard/jaws.c @@ -1,6 +1,5 @@ /* * JAWS.c -- Code for Windows front end to XBoard to use it with JAWS - * $Id: winboard.c,v 2.3 2003/11/25 05:25:20 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/winboard/parser.c b/winboard/parser.c index 81e4c76..b00212c 100644 --- a/winboard/parser.c +++ b/winboard/parser.c @@ -1707,7 +1707,6 @@ char *yytext; #define INITIAL 0 /* * parser.l -- lex parser of algebraic chess moves for XBoard - * $Id: parser.l,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/winboard/wclipbrd.c b/winboard/wclipbrd.c index e3c677e..56543c9 100644 --- a/winboard/wclipbrd.c +++ b/winboard/wclipbrd.c @@ -1,6 +1,5 @@ /* * wclipbrd.c -- Clipboard routines for WinBoard - * $Id: wclipbrd.c,v 2.1 2003/10/27 19:21:02 mann Exp $ * * Copyright 2000,2009 Free Software Foundation, Inc. * diff --git a/winboard/wclipbrd.h b/winboard/wclipbrd.h index 0403354..59ca2d4 100644 --- a/winboard/wclipbrd.h +++ b/winboard/wclipbrd.h @@ -1,6 +1,5 @@ /* * wclipbrd.c -- Clipboard routines for WinBoard - * $Id: wclipbrd.h,v 2.1 2003/10/27 19:21:02 mann Exp $ * * Copyright 2000,2009 Free Software Foundation, Inc. * diff --git a/winboard/wedittags.c b/winboard/wedittags.c index b2e7204..e3a868f 100644 --- a/winboard/wedittags.c +++ b/winboard/wedittags.c @@ -1,6 +1,5 @@ /* * wedittags.c -- EditTags window for WinBoard - * $Id: wedittags.c,v 2.1 2003/10/27 19:21:02 mann Exp $ * * Copyright 1995,2009 Free Software Foundation, Inc. * diff --git a/winboard/wedittags.h b/winboard/wedittags.h index b951945..a7bdfb1 100644 --- a/winboard/wedittags.h +++ b/winboard/wedittags.h @@ -1,6 +1,5 @@ /* * wedittags.h -- EditTags window for WinBoard - * $Id: wedittags.h,v 2.1 2003/10/27 19:21:02 mann Exp $ * * Copyright 1995,2009 Free Software Foundation, Inc. * diff --git a/winboard/wgamelist.c b/winboard/wgamelist.c index 06a9f7f..6a0daaa 100644 --- a/winboard/wgamelist.c +++ b/winboard/wgamelist.c @@ -1,6 +1,5 @@ /* * wgamelist.c -- Game list window for WinBoard - * $Id: wgamelist.c,v 2.1 2003/10/27 19:21:02 mann Exp $ * * Copyright 1995,2009 Free Software Foundation, Inc. * diff --git a/winboard/wgamelist.h b/winboard/wgamelist.h index 6b3926a..af9d52e 100644 --- a/winboard/wgamelist.h +++ b/winboard/wgamelist.h @@ -1,6 +1,5 @@ /* * wgamelist.h -- Game list window for WinBoard - * $Id: wgamelist.h,v 2.1 2003/10/27 19:21:02 mann Exp $ * * Copyright 1995,2009 Free Software Foundation, Inc. * diff --git a/winboard/winboard.c b/winboard/winboard.c index cbbb178..275368e 100644 --- a/winboard/winboard.c +++ b/winboard/winboard.c @@ -1,6 +1,5 @@ /* * WinBoard.c -- Windows NT front end to XBoard - * $Id: winboard.c,v 2.3 2003/11/25 05:25:20 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/winboard/woptions.c b/winboard/woptions.c index 578c318..9dd5590 100644 --- a/winboard/woptions.c +++ b/winboard/woptions.c @@ -1,6 +1,5 @@ /* * woptions.c -- Options dialog box routines for WinBoard - * $Id: woptions.c,v 2.1 2003/10/27 19:21:02 mann Exp $ * * Copyright 2000,2009 Free Software Foundation, Inc. * diff --git a/winboard/woptions.h b/winboard/woptions.h index 59ec82c..dd14a46 100644 --- a/winboard/woptions.h +++ b/winboard/woptions.h @@ -1,6 +1,5 @@ /* * woptions.h -- Options dialog box routines for WinBoard - * $Id: * * Copyright 2000,2009 Free Software Foundation, Inc. * diff --git a/xboard.c b/xboard.c index afc3e6d..1675b79 100644 --- a/xboard.c +++ b/xboard.c @@ -1,6 +1,5 @@ /* * xboard.c -- X front end for XBoard - * $Id: xboard.c,v 2.2 2003/11/06 07:22:14 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/xboard.h b/xboard.h index 534e556..ddc8df1 100644 --- a/xboard.h +++ b/xboard.h @@ -1,6 +1,5 @@ /* * xboard.h -- Parameter definitions for X front end - * $Id: xboard.h,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/xedittags.c b/xedittags.c index 6c12a37..d4c3dbe 100644 --- a/xedittags.c +++ b/xedittags.c @@ -1,6 +1,5 @@ /* * xedittags.c -- Tags edit window, part of X front end for XBoard - * $Id$ * * Copyright 1995,2009 Free Software Foundation, Inc. * diff --git a/xedittags.h b/xedittags.h index d7762b7..e777067 100644 --- a/xedittags.h +++ b/xedittags.h @@ -1,6 +1,5 @@ /* * xedittags.h - * $Id: xedittags.h,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1995,2009 Free Software Foundation, Inc. * diff --git a/xgamelist.c b/xgamelist.c index c0a19ff..46e2b20 100644 --- a/xgamelist.c +++ b/xgamelist.c @@ -1,6 +1,5 @@ /* * xgamelist.c -- Game list window, part of X front end for XBoard - * $Id$ * * Copyright 1995,2009 Free Software Foundation, Inc. * ------------------------------------------------------------------------ diff --git a/xgamelist.h b/xgamelist.h index eb2f8d2..f020f22 100644 --- a/xgamelist.h +++ b/xgamelist.h @@ -1,6 +1,5 @@ /* * xgamelist.h -- Game list window, part of X front end for XBoard - * $Id: xgamelist.h,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1995,2009 Free Software Foundation, Inc. * ------------------------------------------------------------------------ diff --git a/xhistory.c b/xhistory.c index ed338bf..02c9ec3 100644 --- a/xhistory.c +++ b/xhistory.c @@ -1,6 +1,5 @@ /* * xhistory.c -- Move list window, part of X front end for XBoard - * $Id$ * * Copyright 2000,2009 Free Software Foundation, Inc. * ------------------------------------------------------------------------ diff --git a/xhistory.h b/xhistory.h index 7b069c4..427cd7d 100644 --- a/xhistory.h +++ b/xhistory.h @@ -1,6 +1,5 @@ /* * xgamelist.h -- Game list window, part of X front end for XBoard - * $Id: xhistory.h,v 2.1 2003/10/27 19:21:00 mann Exp $ * * Copyright 1995,2009 Free Software Foundation, Inc. * ------------------------------------------------------------------------ diff --git a/zippy.README b/zippy.README index c659ffb..f718239 100644 --- a/zippy.README +++ b/zippy.README @@ -1,6 +1,5 @@ Zippy README file For version xboard/WinBoard 4.2.4 and later only -$Id: zippy.README,v 2.3 2003/11/17 07:39:44 mann Exp $ ----------------------------------------------------- Zippy is a program that lets GNU Chess act as a computer player on an diff --git a/zippy.c b/zippy.c index b2ba7c8..303696d 100644 --- a/zippy.c +++ b/zippy.c @@ -1,6 +1,5 @@ /* * zippy.c -- Implements Zippy the Pinhead chess player on ICS in XBoard - * $Id: zippy.c,v 2.2 2003/11/25 05:25:20 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright diff --git a/zippy.h b/zippy.h index e2d8761..ecaa32c 100644 --- a/zippy.h +++ b/zippy.h @@ -1,6 +1,5 @@ /* * zippy.h -- Interface to zippy.c module in XBoard - * $Id: zippy.h,v 2.1 2003/10/27 19:21:01 mann Exp $ * * Copyright 1991 by Digital Equipment Corporation, Maynard, * Massachusetts. Enhancements Copyright -- 1.7.0.4