diff --git a/lisp/README b/lisp/README index f9fb28ab..dfc126fa 100644 --- a/lisp/README +++ b/lisp/README @@ -20,4 +20,4 @@ computation, you have to call "collect-garbage" explicitly. Ithaca NY 14853 http://www.csl.cornell.edu/~rajit/ -$Id: README,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +$Id$ diff --git a/lisp/lisp.h b/lisp/lisp.h index 27b6a8fb..b935e98b 100644 --- a/lisp/lisp.h +++ b/lisp/lisp.h @@ -19,7 +19,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lisp.h,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ #ifndef __LISP_H__ diff --git a/lisp/lispA-Z.c b/lisp/lispA-Z.c index e44b9f94..acc324f5 100644 --- a/lisp/lispA-Z.c +++ b/lisp/lispA-Z.c @@ -17,7 +17,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lispA-Z.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ diff --git a/lisp/lispA-Z.h b/lisp/lispA-Z.h index 1a12f37f..926394c3 100644 --- a/lisp/lispA-Z.h +++ b/lisp/lispA-Z.h @@ -17,7 +17,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lispA-Z.h,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ diff --git a/lisp/lispArith.c b/lisp/lispArith.c index ce47200a..68c30b8c 100644 --- a/lisp/lispArith.c +++ b/lisp/lispArith.c @@ -17,7 +17,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lispArith.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ diff --git a/lisp/lispEval.c b/lisp/lispEval.c index 2d7f5d89..af41abce 100644 --- a/lisp/lispEval.c +++ b/lisp/lispEval.c @@ -17,7 +17,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lispEval.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ diff --git a/lisp/lispFrame.c b/lisp/lispFrame.c index 4b8afb76..2ba8e189 100644 --- a/lisp/lispFrame.c +++ b/lisp/lispFrame.c @@ -17,7 +17,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lispFrame.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ diff --git a/lisp/lispGC.c b/lisp/lispGC.c index 509943cf..1730ea6b 100644 --- a/lisp/lispGC.c +++ b/lisp/lispGC.c @@ -18,7 +18,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lispGC.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ diff --git a/lisp/lispIO.c b/lisp/lispIO.c index 4d12d019..57156423 100644 --- a/lisp/lispIO.c +++ b/lisp/lispIO.c @@ -17,7 +17,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lispIO.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ diff --git a/lisp/lispInt.h b/lisp/lispInt.h index a7fc178a..a8d177ba 100644 --- a/lisp/lispInt.h +++ b/lisp/lispInt.h @@ -17,7 +17,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lispInt.h,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ #ifndef __LISPINT_H__ diff --git a/lisp/lispMagic.c b/lisp/lispMagic.c index 06fc5a27..cf7d612c 100644 --- a/lisp/lispMagic.c +++ b/lisp/lispMagic.c @@ -18,7 +18,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lispMagic.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ diff --git a/lisp/lispMain.c b/lisp/lispMain.c index 7dcafb84..4968fca8 100644 --- a/lisp/lispMain.c +++ b/lisp/lispMain.c @@ -17,7 +17,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lispMain.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ diff --git a/lisp/lispParse.c b/lisp/lispParse.c index 8effd275..5ea9a59b 100644 --- a/lisp/lispParse.c +++ b/lisp/lispParse.c @@ -17,7 +17,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lispParse.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ diff --git a/lisp/lispPrint.c b/lisp/lispPrint.c index 45290625..ae0dddf4 100644 --- a/lisp/lispPrint.c +++ b/lisp/lispPrint.c @@ -17,7 +17,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lispPrint.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ diff --git a/lisp/lispString.c b/lisp/lispString.c index f7d538a2..ed68f5dc 100644 --- a/lisp/lispString.c +++ b/lisp/lispString.c @@ -17,7 +17,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lispString.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ diff --git a/lisp/lispTrace.c b/lisp/lispTrace.c index 29784a1e..e186e412 100644 --- a/lisp/lispTrace.c +++ b/lisp/lispTrace.c @@ -18,7 +18,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lispTrace.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ diff --git a/lisp/lispargs.h b/lisp/lispargs.h index 53d48d5a..93e18ed1 100644 --- a/lisp/lispargs.h +++ b/lisp/lispargs.h @@ -17,7 +17,7 @@ * software outside of the United States of America may require an * export license. * - * $Id: lispargs.h,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * * requires: lispInt.h * diff --git a/lisp/scm/box.scm b/lisp/scm/box.scm index 66df3b47..e32570ef 100644 --- a/lisp/scm/box.scm +++ b/lisp/scm/box.scm @@ -15,7 +15,7 @@ ; software outside of the United States of America may require an ; export license. ; -; $Id: box.scm,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +; $Id$ ; ; Requires: default.scm ; diff --git a/lisp/scm/default.scm b/lisp/scm/default.scm index 7a7ed32d..24ffad86 100644 --- a/lisp/scm/default.scm +++ b/lisp/scm/default.scm @@ -15,7 +15,7 @@ ; software outside of the United States of America may require an ; export license. ; -; $Id: default.scm,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +; $Id$ ; ;------------------------------------------------------------------------- diff --git a/lisp/scm/draw.scm b/lisp/scm/draw.scm index c5debd69..20b3ea1b 100644 --- a/lisp/scm/draw.scm +++ b/lisp/scm/draw.scm @@ -15,7 +15,7 @@ ; software outside of the United States of America may require an ; export license. ; -; $Id: draw.scm,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +; $Id$ ; ; Requires: box.scm, drc.scm, label.scm ; diff --git a/lisp/scm/drc.scm b/lisp/scm/drc.scm index b2875a7f..f758821e 100644 --- a/lisp/scm/drc.scm +++ b/lisp/scm/drc.scm @@ -15,7 +15,7 @@ ; software outside of the United States of America may require an ; export license. ; -; $Id: drc.scm,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +; $Id$ ; ; Requires: default.scm ; diff --git a/lisp/scm/gate.scm b/lisp/scm/gate.scm index 09dad38b..fa592b2c 100644 --- a/lisp/scm/gate.scm +++ b/lisp/scm/gate.scm @@ -15,7 +15,7 @@ ; software outside of the United States of America may require an ; export license. ; -; $Id: gate.scm,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +; $Id$ ; ;------------------------------------------------------------------------- diff --git a/lisp/scm/help.scm b/lisp/scm/help.scm index 9ffcc5f7..fd61d55c 100644 --- a/lisp/scm/help.scm +++ b/lisp/scm/help.scm @@ -14,7 +14,7 @@ ; software outside of the United States of America may require an ; export license. ; -; $Id: help.scm,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +; $Id$ ; ;------------------------------------------------------------------------- diff --git a/lisp/scm/label.scm b/lisp/scm/label.scm index 900a7def..b692b846 100644 --- a/lisp/scm/label.scm +++ b/lisp/scm/label.scm @@ -15,7 +15,7 @@ ; software outside of the United States of America may require an ; export license. ; -; $Id: label.scm,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +; $Id$ ; ; Requires: box.scm ; diff --git a/lisp/scm/layout.scm b/lisp/scm/layout.scm index e72678e6..15e8cb53 100644 --- a/lisp/scm/layout.scm +++ b/lisp/scm/layout.scm @@ -15,7 +15,7 @@ ; software outside of the United States of America may require an ; export license. ; -; $Id: layout.scm,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +; $Id$ ; ;------------------------------------------------------------------------- diff --git a/lisp/scm/prs.scm b/lisp/scm/prs.scm index c1a55f9b..f4194996 100644 --- a/lisp/scm/prs.scm +++ b/lisp/scm/prs.scm @@ -15,7 +15,7 @@ ; software outside of the United States of America may require an ; export license. ; -; $Id: prs.scm,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +; $Id$ ; ;------------------------------------------------------------------------- diff --git a/lisp/scm/sel.scm b/lisp/scm/sel.scm index c8053d15..2055a811 100644 --- a/lisp/scm/sel.scm +++ b/lisp/scm/sel.scm @@ -14,7 +14,7 @@ ; software outside of the United States of America may require an ; export license. ; -; $Id: sel.scm,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +; $Id$ ; ;------------------------------------------------------------------------- diff --git a/lisp/scm/stack.scm b/lisp/scm/stack.scm index a4537ac6..deee1cbb 100644 --- a/lisp/scm/stack.scm +++ b/lisp/scm/stack.scm @@ -15,7 +15,7 @@ ; software outside of the United States of America may require an ; export license. ; -; $Id: stack.scm,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +; $Id$ ; ;------------------------------------------------------------------------- diff --git a/readline/readline-4.3/doc/texi2dvi b/readline/readline-4.3/doc/texi2dvi index e420eea1..69accb23 100755 --- a/readline/readline-4.3/doc/texi2dvi +++ b/readline/readline-4.3/doc/texi2dvi @@ -1,6 +1,6 @@ #! /bin/sh # texi2dvi --- produce DVI (or PDF) files from Texinfo (or LaTeX) sources. -# $Id: texi2dvi,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +# $Id$ # # Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. # diff --git a/readline/readline-4.3/doc/texi2html b/readline/readline-4.3/doc/texi2html index aeff4249..7bb8493f 100755 --- a/readline/readline-4.3/doc/texi2html +++ b/readline/readline-4.3/doc/texi2html @@ -36,7 +36,7 @@ require 5.0; #--############################################################################## # CVS version: -# $Id: texi2html,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +# $Id$ # Homepage: $T2H_HOMEPAGE = < # -# $Id: texi2html,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +# $Id$ ###################################################################### # stuff which can also be set by command-line options @@ -1510,7 +1510,7 @@ package Getopt::MySimple; # -------------------------------------------------------------------------- # Locally modified by obachman (Display type instead of env, order by cmp) -# $Id: texi2html,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +# $Id$ # use strict; # no strict 'refs'; diff --git a/scripts/mkinstalldirs b/scripts/mkinstalldirs index 271376f8..6b3b5fc5 100755 --- a/scripts/mkinstalldirs +++ b/scripts/mkinstalldirs @@ -4,7 +4,7 @@ # Created: 1993-05-16 # Public domain -# $Id: mkinstalldirs,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ +# $Id$ errstatus=0 diff --git a/tcltk/tkcon.tcl b/tcltk/tkcon.tcl index a4efbbb3..d5cc2946 100755 --- a/tcltk/tkcon.tcl +++ b/tcltk/tkcon.tcl @@ -198,7 +198,7 @@ proc ::tkcon::Init {} { tkcon_puts tkcon_gets observe observe_var unalias which what } version 2.3 - RCS {RCS: @(#) $Id: tkcon.tcl,v 1.2 2008/09/03 17:32:42 tim Exp $} + RCS {RCS: @(#) $Id$} HEADURL {http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tkcon/tkcon/tkcon.tcl?rev=HEAD} docs "http://tkcon.sourceforge.net/" email {jeff@hobbs.org} diff --git a/utils/child.c b/utils/child.c index 0dccf3cf..f7c39934 100644 --- a/utils/child.c +++ b/utils/child.c @@ -5,7 +5,7 @@ * Pasadena, CA 91125. * All Rights Reserved * - * $Id: child.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ + * $Id$ * *************************************************************************/ #include