From b28d10f80dbe0003707479f8c7af84c02a3a520f Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Fri, 22 May 2020 16:13:09 -0700 Subject: [PATCH] Convert $Id$ placeholders to $Header$ placeholders. --- lisp/README | 2 +- lisp/lisp.h | 2 +- lisp/lispA-Z.c | 2 +- lisp/lispA-Z.h | 2 +- lisp/lispArith.c | 2 +- lisp/lispEval.c | 2 +- lisp/lispFrame.c | 2 +- lisp/lispGC.c | 2 +- lisp/lispIO.c | 2 +- lisp/lispInt.h | 2 +- lisp/lispMagic.c | 2 +- lisp/lispMain.c | 2 +- lisp/lispParse.c | 2 +- lisp/lispPrint.c | 2 +- lisp/lispString.c | 2 +- lisp/lispTrace.c | 2 +- lisp/lispargs.h | 2 +- lisp/scm/box.scm | 2 +- lisp/scm/default.scm | 2 +- lisp/scm/draw.scm | 2 +- lisp/scm/drc.scm | 2 +- lisp/scm/gate.scm | 2 +- lisp/scm/help.scm | 2 +- lisp/scm/label.scm | 2 +- lisp/scm/layout.scm | 2 +- lisp/scm/prs.scm | 2 +- lisp/scm/sel.scm | 2 +- lisp/scm/stack.scm | 2 +- readline/readline-4.3/doc/texi2dvi | 2 +- readline/readline-4.3/doc/texi2html | 6 +++--- scripts/mkinstalldirs | 2 +- tcltk/tkcon.tcl | 2 +- utils/child.c | 2 +- 33 files changed, 35 insertions(+), 35 deletions(-) diff --git a/lisp/README b/lisp/README index dfc126fa..c2816d62 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$ +$Header$ diff --git a/lisp/lisp.h b/lisp/lisp.h index b935e98b..7c345adb 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$ + * $Header$ * *************************************************************************/ #ifndef __LISP_H__ diff --git a/lisp/lispA-Z.c b/lisp/lispA-Z.c index acc324f5..c30c2604 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$ + * $Header$ * *************************************************************************/ diff --git a/lisp/lispA-Z.h b/lisp/lispA-Z.h index 926394c3..b933c19a 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$ + * $Header$ * *************************************************************************/ diff --git a/lisp/lispArith.c b/lisp/lispArith.c index 68c30b8c..de626e69 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$ + * $Header$ * *************************************************************************/ diff --git a/lisp/lispEval.c b/lisp/lispEval.c index af41abce..9e4076f4 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$ + * $Header$ * *************************************************************************/ diff --git a/lisp/lispFrame.c b/lisp/lispFrame.c index 2ba8e189..06207def 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$ + * $Header$ * *************************************************************************/ diff --git a/lisp/lispGC.c b/lisp/lispGC.c index 1730ea6b..f00587d0 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$ + * $Header$ * *************************************************************************/ diff --git a/lisp/lispIO.c b/lisp/lispIO.c index 57156423..37a74716 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$ + * $Header$ * *************************************************************************/ diff --git a/lisp/lispInt.h b/lisp/lispInt.h index a8d177ba..c3aec926 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$ + * $Header$ * *************************************************************************/ #ifndef __LISPINT_H__ diff --git a/lisp/lispMagic.c b/lisp/lispMagic.c index cf7d612c..3eceb037 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$ + * $Header$ * *************************************************************************/ diff --git a/lisp/lispMain.c b/lisp/lispMain.c index 4968fca8..140ac280 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$ + * $Header$ * *************************************************************************/ diff --git a/lisp/lispParse.c b/lisp/lispParse.c index 5ea9a59b..414a5be2 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$ + * $Header$ * *************************************************************************/ diff --git a/lisp/lispPrint.c b/lisp/lispPrint.c index ae0dddf4..5a218fd8 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$ + * $Header$ * *************************************************************************/ diff --git a/lisp/lispString.c b/lisp/lispString.c index ed68f5dc..c20c0772 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$ + * $Header$ * *************************************************************************/ diff --git a/lisp/lispTrace.c b/lisp/lispTrace.c index e186e412..47e66092 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$ + * $Header$ * *************************************************************************/ diff --git a/lisp/lispargs.h b/lisp/lispargs.h index 93e18ed1..a7fb9efd 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$ + * $Header$ * * requires: lispInt.h * diff --git a/lisp/scm/box.scm b/lisp/scm/box.scm index e32570ef..5b9a58aa 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$ +; $Header$ ; ; Requires: default.scm ; diff --git a/lisp/scm/default.scm b/lisp/scm/default.scm index 24ffad86..193c86da 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$ +; $Header$ ; ;------------------------------------------------------------------------- diff --git a/lisp/scm/draw.scm b/lisp/scm/draw.scm index 20b3ea1b..b6b8b7a9 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$ +; $Header$ ; ; Requires: box.scm, drc.scm, label.scm ; diff --git a/lisp/scm/drc.scm b/lisp/scm/drc.scm index f758821e..df2cb1c0 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$ +; $Header$ ; ; Requires: default.scm ; diff --git a/lisp/scm/gate.scm b/lisp/scm/gate.scm index fa592b2c..b8e5fffa 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$ +; $Header$ ; ;------------------------------------------------------------------------- diff --git a/lisp/scm/help.scm b/lisp/scm/help.scm index fd61d55c..beb7b985 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$ +; $Header$ ; ;------------------------------------------------------------------------- diff --git a/lisp/scm/label.scm b/lisp/scm/label.scm index b692b846..84f50a07 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$ +; $Header$ ; ; Requires: box.scm ; diff --git a/lisp/scm/layout.scm b/lisp/scm/layout.scm index 15e8cb53..2badffc1 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$ +; $Header$ ; ;------------------------------------------------------------------------- diff --git a/lisp/scm/prs.scm b/lisp/scm/prs.scm index f4194996..dac0a37e 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$ +; $Header$ ; ;------------------------------------------------------------------------- diff --git a/lisp/scm/sel.scm b/lisp/scm/sel.scm index 2055a811..5186aa26 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$ +; $Header$ ; ;------------------------------------------------------------------------- diff --git a/lisp/scm/stack.scm b/lisp/scm/stack.scm index deee1cbb..40bf5237 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$ +; $Header$ ; ;------------------------------------------------------------------------- diff --git a/readline/readline-4.3/doc/texi2dvi b/readline/readline-4.3/doc/texi2dvi index 69accb23..cda6a9d6 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$ +# $Header$ # # 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 7bb8493f..a6367093 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$ +# $Header$ # Homepage: $T2H_HOMEPAGE = < # -# $Id$ +# $Header$ ###################################################################### # 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$ +# $Header$ # use strict; # no strict 'refs'; diff --git a/scripts/mkinstalldirs b/scripts/mkinstalldirs index 6b3b5fc5..f8d4b57c 100755 --- a/scripts/mkinstalldirs +++ b/scripts/mkinstalldirs @@ -4,7 +4,7 @@ # Created: 1993-05-16 # Public domain -# $Id$ +# $Header$ errstatus=0 diff --git a/tcltk/tkcon.tcl b/tcltk/tkcon.tcl index d5cc2946..2b1d199b 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$} + RCS {RCS: @(#) $Header$} 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 f7c39934..3898f52c 100644 --- a/utils/child.c +++ b/utils/child.c @@ -5,7 +5,7 @@ * Pasadena, CA 91125. * All Rights Reserved * - * $Id$ + * $Header$ * *************************************************************************/ #include