Convert expanded $Id:XXXXX$ values back to placeholder $Id$

This commit is contained in:
Tim 'mithro' Ansell 2020-05-22 16:10:54 -07:00 committed by Tim Edwards
parent 83c9288e13
commit a5f050ce21
33 changed files with 35 additions and 35 deletions

View File

@ -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$

View File

@ -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__

View File

@ -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$
*
*************************************************************************/

View File

@ -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$
*
*************************************************************************/

View File

@ -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$
*
*************************************************************************/

View File

@ -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$
*
*************************************************************************/

View File

@ -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$
*
*************************************************************************/

View File

@ -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$
*
*************************************************************************/

View File

@ -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$
*
*************************************************************************/

View File

@ -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__

View File

@ -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$
*
*************************************************************************/

View File

@ -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$
*
*************************************************************************/

View File

@ -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$
*
*************************************************************************/

View File

@ -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$
*
*************************************************************************/

View File

@ -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$
*
*************************************************************************/

View File

@ -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$
*
*************************************************************************/

View File

@ -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
*

View File

@ -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
;

View File

@ -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$
;
;-------------------------------------------------------------------------

View File

@ -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
;

View File

@ -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
;

View File

@ -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$
;
;-------------------------------------------------------------------------

View File

@ -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$
;
;-------------------------------------------------------------------------

View File

@ -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
;

View File

@ -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$
;
;-------------------------------------------------------------------------

View File

@ -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$
;
;-------------------------------------------------------------------------

View File

@ -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$
;
;-------------------------------------------------------------------------

View File

@ -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$
;
;-------------------------------------------------------------------------

View File

@ -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.
#

View File

@ -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 = <<EOT;
@ -92,7 +92,7 @@ eval { ($T2H_USER = (getpwuid ($<))[6]) =~ s/,.*//;}; # Who am i
# Copy this file and make changes to it, if you like.
# Afterwards, either, load it with command-line option -init_file <your_init_file>
#
# $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';

View File

@ -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

View File

@ -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}

View File

@ -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 <stdio.h>