From 914789b0155fb4830d8eb7c158034d1270c0b084 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 21 Mar 2000 17:32:59 +0000 Subject: [PATCH] Change RCS "Header" to "Id". --- etc/dirdif.scm | 4 ++-- etc/make_runtime | 2 +- etc/mkband.scm | 2 +- etc/run_scheme | 2 +- etc/scheme.el | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/dirdif.scm b/etc/dirdif.scm index 733134421..359809112 100644 --- a/etc/dirdif.scm +++ b/etc/dirdif.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/dirdif.scm,v 1.1 1992/04/12 00:18:03 jinx Exp $ +$Id: dirdif.scm,v 1.2 2000/03/21 17:32:59 cph Exp $ -Copyright (c) 1992 Massachusetts Institute of Technology +Copyright (c) 1992, 2000 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and diff --git a/etc/make_runtime b/etc/make_runtime index 247c06297..b50b1e2f5 100755 --- a/etc/make_runtime +++ b/etc/make_runtime @@ -1,5 +1,5 @@ #!/bin/sh # Script to generate standard runtime band from binaries. -# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/make_runtime,v 1.4 1991/02/14 17:53:25 cph Exp $ +# $Id: make_runtime,v 1.5 2000/03/21 17:32:59 cph Exp $ cd runtime exec ../microcode/scheme -library ../lib -large -fasl make.bin < ../etc/mkband.scm diff --git a/etc/mkband.scm b/etc/mkband.scm index 0b43b5de6..97c1f5cf4 100644 --- a/etc/mkband.scm +++ b/etc/mkband.scm @@ -1,5 +1,5 @@ ;;; -*- Scheme -*- -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/mkband.scm,v 1.5 1990/12/12 03:07:58 cph Exp $ +;;; $Id: mkband.scm,v 1.6 2000/03/21 17:32:59 cph Exp $ ;;; Input file to build standard bands. (set-working-directory-pathname! "../sf") diff --git a/etc/run_scheme b/etc/run_scheme index 8d134bc77..755ebfb1c 100755 --- a/etc/run_scheme +++ b/etc/run_scheme @@ -1,5 +1,5 @@ #!/bin/csh -f -# $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/run_scheme,v 1.1 1989/07/27 00:37:15 cph Rel $ +# $Id: run_scheme,v 1.2 2000/03/21 17:32:59 cph Exp $ # # This file is a script to allow Scheme to be run out of a # non-standard directory without recompiling the microcode. After diff --git a/etc/scheme.el b/etc/scheme.el index baa334a07..d98f616f2 100644 --- a/etc/scheme.el +++ b/etc/scheme.el @@ -28,7 +28,7 @@ ;; of special forms. Probably the code should be merged at some point ;; so that there is sharing between both libraries. -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/etc/scheme.el,v 1.9 1994/02/15 19:19:06 cph Exp $ +;;; $Id: scheme.el,v 1.10 2000/03/21 17:32:59 cph Exp $ ;;; Code: -- 2.25.1