Convert $Id$ placeholders to $Header$ placeholders.

This commit is contained in:
Tim 'mithro' Ansell 2020-05-22 16:13:09 -07:00 committed by Tim Edwards
parent a5f050ce21
commit b28d10f80d
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$
$Header$

View File

@ -19,7 +19,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
*************************************************************************/
#ifndef __LISP_H__

View File

@ -17,7 +17,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
*************************************************************************/

View File

@ -17,7 +17,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
*************************************************************************/

View File

@ -17,7 +17,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
*************************************************************************/

View File

@ -17,7 +17,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
*************************************************************************/

View File

@ -17,7 +17,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
*************************************************************************/

View File

@ -18,7 +18,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
*************************************************************************/

View File

@ -17,7 +17,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
*************************************************************************/

View File

@ -17,7 +17,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
*************************************************************************/
#ifndef __LISPINT_H__

View File

@ -18,7 +18,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
*************************************************************************/

View File

@ -17,7 +17,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
*************************************************************************/

View File

@ -17,7 +17,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
*************************************************************************/

View File

@ -17,7 +17,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
*************************************************************************/

View File

@ -17,7 +17,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
*************************************************************************/

View File

@ -18,7 +18,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
*************************************************************************/

View File

@ -17,7 +17,7 @@
* software outside of the United States of America may require an
* export license.
*
* $Id$
* $Header$
*
* requires: lispInt.h
*

View File

@ -15,7 +15,7 @@
; software outside of the United States of America may require an
; export license.
;
; $Id$
; $Header$
;
; Requires: default.scm
;

View File

@ -15,7 +15,7 @@
; software outside of the United States of America may require an
; export license.
;
; $Id$
; $Header$
;
;-------------------------------------------------------------------------

View File

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

View File

@ -15,7 +15,7 @@
; software outside of the United States of America may require an
; export license.
;
; $Id$
; $Header$
;
; Requires: default.scm
;

View File

@ -15,7 +15,7 @@
; software outside of the United States of America may require an
; export license.
;
; $Id$
; $Header$
;
;-------------------------------------------------------------------------

View File

@ -14,7 +14,7 @@
; software outside of the United States of America may require an
; export license.
;
; $Id$
; $Header$
;
;-------------------------------------------------------------------------

View File

@ -15,7 +15,7 @@
; software outside of the United States of America may require an
; export license.
;
; $Id$
; $Header$
;
; Requires: box.scm
;

View File

@ -15,7 +15,7 @@
; software outside of the United States of America may require an
; export license.
;
; $Id$
; $Header$
;
;-------------------------------------------------------------------------

View File

@ -15,7 +15,7 @@
; software outside of the United States of America may require an
; export license.
;
; $Id$
; $Header$
;
;-------------------------------------------------------------------------

View File

@ -14,7 +14,7 @@
; software outside of the United States of America may require an
; export license.
;
; $Id$
; $Header$
;
;-------------------------------------------------------------------------

View File

@ -15,7 +15,7 @@
; software outside of the United States of America may require an
; export license.
;
; $Id$
; $Header$
;
;-------------------------------------------------------------------------

View File

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

View File

@ -36,7 +36,7 @@ require 5.0;
#--##############################################################################
# CVS version:
# $Id$
# $Header$
# 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$
# $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';

View File

@ -4,7 +4,7 @@
# Created: 1993-05-16
# Public domain
# $Id$
# $Header$
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$}
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}

View File

@ -5,7 +5,7 @@
* Pasadena, CA 91125.
* All Rights Reserved
*
* $Id$
* $Header$
*
*************************************************************************/
#include <stdio.h>