diff --git a/compiler/aliencomp.lisp b/compiler/aliencomp.lisp
index 8bd0360c6a82d5b6373a03b95e348276d405a0c8..955ecd7c9b65c459b31b044125a887d70db3ebaa 100644
--- a/compiler/aliencomp.lisp
+++ b/compiler/aliencomp.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/aliencomp.lisp,v 1.21 1992/03/22 23:47:05 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/aliencomp.lisp,v 1.22 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alloc.lisp b/compiler/alloc.lisp
index d48d807461a1cbcc106dd34c7d01dc848245716f..29e54b0d919d90bfeba6dae36008919981ef5bc1 100644
--- a/compiler/alloc.lisp
+++ b/compiler/alloc.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alloc.lisp,v 1.11 1993/08/12 17:31:31 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alloc.lisp,v 1.12 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/array-tran.lisp b/compiler/array-tran.lisp
index d1aeb1826a753b798bc48f6528537d00668963ef..002610efd29b80d594eb18c916d06dd128bab52a 100644
--- a/compiler/array-tran.lisp
+++ b/compiler/array-tran.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/array-tran.lisp,v 1.17 1993/08/25 00:14:32 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/array-tran.lisp,v 1.18 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/backend.lisp b/compiler/backend.lisp
index 77a9632e20fc7e58a4da28d27f94f31c3b18f232..35082383bc009a13d206ad15c3ee97e9c84bbd0b 100644
--- a/compiler/backend.lisp
+++ b/compiler/backend.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/backend.lisp,v 1.27 1993/11/03 18:42:24 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/backend.lisp,v 1.28 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/bit-util.lisp b/compiler/bit-util.lisp
index 8067ba698d8eba6e825798dcb27656ec51d54d1a..0b2ba1fd4244ccf58b3c558a997fa06cd2464d61 100644
--- a/compiler/bit-util.lisp
+++ b/compiler/bit-util.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/bit-util.lisp,v 1.6 1993/08/25 00:14:43 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/bit-util.lisp,v 1.7 1994/10/31 04:27:28 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/byte-comp.lisp b/compiler/byte-comp.lisp
index bcba9617865d5f0c3758194e080d046674e5ef9c..d3c1ee09cc48513e471fb7850de62d5d097c37f4 100644
--- a/compiler/byte-comp.lisp
+++ b/compiler/byte-comp.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/byte-comp.lisp,v 1.24 1994/03/19 22:38:45 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/byte-comp.lisp,v 1.25 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/checkgen.lisp b/compiler/checkgen.lisp
index 23895c8daa3e64712feb95e52f637a64e403c9e2..c8d7aec5bf4b9bc5a5bf4ae33715449f30db325b 100644
--- a/compiler/checkgen.lisp
+++ b/compiler/checkgen.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/checkgen.lisp,v 1.23 1993/08/25 00:14:48 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/checkgen.lisp,v 1.24 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/codegen.lisp b/compiler/codegen.lisp
index ab073603ecea846a6c7f0995d9c6c952f3b24244..12074a328b5bc492d28c1b9ef35adc6b655e83b4 100644
--- a/compiler/codegen.lisp
+++ b/compiler/codegen.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/codegen.lisp,v 1.22 1993/06/10 02:21:47 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/codegen.lisp,v 1.23 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/constraint.lisp b/compiler/constraint.lisp
index 67eb6283f7212057317758b6a9c5c9e88e737ef5..e75761d3319f47f4b70a3188d5ae760720b9924d 100644
--- a/compiler/constraint.lisp
+++ b/compiler/constraint.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/constraint.lisp,v 1.14 1993/08/25 00:14:53 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/constraint.lisp,v 1.15 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/control.lisp b/compiler/control.lisp
index ec7e7d322f31b8cac71143b72724588bd3589229..a234671a6b7c01a1ca362840a80d6212d1b651c0 100644
--- a/compiler/control.lisp
+++ b/compiler/control.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/control.lisp,v 1.13 1993/08/25 00:14:57 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/control.lisp,v 1.14 1994/10/31 04:27:28 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/copyprop.lisp b/compiler/copyprop.lisp
index 70aea0dd6e8876605727113177c5a9ee5bce7670..f3ac7143a44b6a32dd73e3b45f92655aa1a24727 100644
--- a/compiler/copyprop.lisp
+++ b/compiler/copyprop.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/copyprop.lisp,v 1.7 1993/08/25 00:14:58 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/copyprop.lisp,v 1.8 1994/10/31 04:27:28 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ctype.lisp b/compiler/ctype.lisp
index c8b62b385a8cdd0116224f52f7d337b36c6c7e38..9b3f2c441b385b8b96b5f1891cd2316fe5635145 100644
--- a/compiler/ctype.lisp
+++ b/compiler/ctype.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ctype.lisp,v 1.31 1994/03/05 20:25:51 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ctype.lisp,v 1.32 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/debug-dump.lisp b/compiler/debug-dump.lisp
index 3926489972736d8ac0736639540506fabd60ecaf..fea58f0a42699243ca7c2721d861940fd1336965 100644
--- a/compiler/debug-dump.lisp
+++ b/compiler/debug-dump.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug-dump.lisp,v 1.40 1994/02/10 22:38:35 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug-dump.lisp,v 1.41 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/debug.lisp b/compiler/debug.lisp
index d5e63628df8039d880da9d08a3f23d50c12b93a8..88c33aea2f9ff90591475adcb5da502f9f39f158 100644
--- a/compiler/debug.lisp
+++ b/compiler/debug.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug.lisp,v 1.25 1993/08/19 23:11:05 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug.lisp,v 1.26 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/dfo.lisp b/compiler/dfo.lisp
index c9668b0a4e151501c4e705dbd3b982ba690340d8..c37978b74ffad25f4235eb181d76f2ee24d02d69 100644
--- a/compiler/dfo.lisp
+++ b/compiler/dfo.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dfo.lisp,v 1.24 1992/09/29 17:58:48 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dfo.lisp,v 1.25 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/disassem.lisp b/compiler/disassem.lisp
index 7710e575731d25028d14ff6b38dcf6f006c5669e..64b8d77c3517d74051d810347f6401d4c4a19386 100644
--- a/compiler/disassem.lisp
+++ b/compiler/disassem.lisp
@@ -1,13 +1,11 @@
 ;;; -*- Package: DISASSEM -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written for the use of the CMU Common Lisp project at
+;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/disassem.lisp,v 1.24 1993/09/02 15:48:04 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/disassem.lisp,v 1.25 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/dump.lisp b/compiler/dump.lisp
index 024ebd1c415bb4ee0c754050d27bfdcb99532456..0c11b3671e710aded2142245302e52f098b1f9e5 100644
--- a/compiler/dump.lisp
+++ b/compiler/dump.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.61 1993/09/04 23:24:51 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.62 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/dyncount.lisp b/compiler/dyncount.lisp
index 299e432c5c9cf930b3af530595cbf50b2acbe9c4..f47b3d48e6abd763768ef24a0527ccd996d6ee25 100644
--- a/compiler/dyncount.lisp
+++ b/compiler/dyncount.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dyncount.lisp,v 1.9 1993/08/06 13:10:12 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dyncount.lisp,v 1.10 1994/10/31 04:27:28 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/entry.lisp b/compiler/entry.lisp
index ef1d97e840b1f0228be79da43de0ec3c067c9f00..d3e11805261d205260688a07217edbe20f738b80 100644
--- a/compiler/entry.lisp
+++ b/compiler/entry.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/entry.lisp,v 1.10 1993/08/25 00:15:16 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/entry.lisp,v 1.11 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/envanal.lisp b/compiler/envanal.lisp
index 3340000bb68d8565a6475fd3c746884ea80120af..ad4f5b841aca6ff92cbc3c71a982ac303ff0dd09 100644
--- a/compiler/envanal.lisp
+++ b/compiler/envanal.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/envanal.lisp,v 1.25 1993/08/25 00:15:19 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/envanal.lisp,v 1.26 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/eval-comp.lisp b/compiler/eval-comp.lisp
index d8605390d664932af0164d2151eefd89ff8b2797..998ef8b69c2fb68380261e0d487d49f938986558 100644
--- a/compiler/eval-comp.lisp
+++ b/compiler/eval-comp.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval-comp.lisp,v 1.26 1993/09/14 22:14:26 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval-comp.lisp,v 1.27 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/eval.lisp b/compiler/eval.lisp
index 732d5c829108f13bf5ba1defb3d11db45256f7da..4d3ee4826decfe11b8db77b069f24be0dd0362d3 100644
--- a/compiler/eval.lisp
+++ b/compiler/eval.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval.lisp,v 1.27 1993/12/05 11:58:03 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval.lisp,v 1.28 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/float-tran.lisp b/compiler/float-tran.lisp
index af983cd07be9a9ef0967bb69c935277084123ca3..14a90785f6da567d9b4d5dec08bff8326ff1cb4e 100644
--- a/compiler/float-tran.lisp
+++ b/compiler/float-tran.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.22 1993/12/17 15:03:56 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.23 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp
index 9efbde4e3a452dd4e070b67dff25f11b4e60e641..1af83392bebbef371db8fd03fe9b42c1aa2b52c4 100644
--- a/compiler/fndb.lisp
+++ b/compiler/fndb.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.65 1994/07/11 11:41:10 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.66 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/globaldb.lisp b/compiler/globaldb.lisp
index 0f70b9841627ec37890f31445d684745434fa9eb..fcb89c2ec14fb0a51b4572ac683c467676d7beb2 100644
--- a/compiler/globaldb.lisp
+++ b/compiler/globaldb.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/globaldb.lisp,v 1.32 1993/07/17 00:58:36 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/globaldb.lisp,v 1.33 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/gtn.lisp b/compiler/gtn.lisp
index eb71d09c24143cc95a90a5cfd05df33b66556c90..de7c92845c3204eba7902c5beef0c1fa54ccbaa8 100644
--- a/compiler/gtn.lisp
+++ b/compiler/gtn.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/gtn.lisp,v 1.15 1994/08/23 17:49:59 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/gtn.lisp,v 1.16 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ir1final.lisp b/compiler/ir1final.lisp
index 3e68bc60d652956fd8d6a5b50035e4cd63d894fe..daaa4f4d19a3f31704d65c9248405307ec1a262d 100644
--- a/compiler/ir1final.lisp
+++ b/compiler/ir1final.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1final.lisp,v 1.19 1993/08/17 16:23:35 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1final.lisp,v 1.20 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ir1opt.lisp b/compiler/ir1opt.lisp
index 7b62aeecdcfd7a45e2a178f423f9127b14de2e83..9f2f75608b2db3ad7022a96cee85ce54aa0d0181 100644
--- a/compiler/ir1opt.lisp
+++ b/compiler/ir1opt.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1opt.lisp,v 1.64 1994/01/06 18:04:03 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1opt.lisp,v 1.65 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ir1tran.lisp b/compiler/ir1tran.lisp
index f4f14ff913728872d103cbdd81796ab4e50773af..b2f2a08a54dc9c6a36f56ba217c8c29d82000694 100644
--- a/compiler/ir1tran.lisp
+++ b/compiler/ir1tran.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.107 1994/09/29 19:26:52 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.108 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ir1util.lisp b/compiler/ir1util.lisp
index 73cfca7854540aa81b1eca58bf1b8256e26f5d3d..13efe5d96be487b74d42c31da6589efde4030f86 100644
--- a/compiler/ir1util.lisp
+++ b/compiler/ir1util.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.76 1994/02/10 23:16:32 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.77 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ir2tran.lisp b/compiler/ir2tran.lisp
index 1b0a92345b22feb458128592771b92d4812e8597..dfaab4676b4380678fd026e3b3f25c02b8de77ee 100644
--- a/compiler/ir2tran.lisp
+++ b/compiler/ir2tran.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir2tran.lisp,v 1.58 1994/02/12 09:39:31 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir2tran.lisp,v 1.59 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/knownfun.lisp b/compiler/knownfun.lisp
index e0a566c26fcb6eb267cb9747e1c584ad8c9f05dd..145707f1c8aff9950ea2f4065ea5762102a24c99 100644
--- a/compiler/knownfun.lisp
+++ b/compiler/knownfun.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/knownfun.lisp,v 1.20 1993/05/13 12:52:31 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/knownfun.lisp,v 1.21 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/life.lisp b/compiler/life.lisp
index 3c5558688d7f7328caad1887e7450316212a92a6..d1388500fff486b4d4c1f2ffd80a99107d15c259 100644
--- a/compiler/life.lisp
+++ b/compiler/life.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/life.lisp,v 1.22 1993/08/25 00:15:59 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/life.lisp,v 1.23 1994/10/31 04:27:28 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/loadbackend.lisp b/compiler/loadbackend.lisp
index 06d6351c4f1b6990478ed564f4653106067edc78..3fc91a166bbd8cc3c9f731a466747c2595e8d568 100644
--- a/compiler/loadbackend.lisp
+++ b/compiler/loadbackend.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadbackend.lisp,v 1.8 1993/01/13 18:26:44 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadbackend.lisp,v 1.9 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/loadcom.lisp b/compiler/loadcom.lisp
index e84aa370e6bb62875df637eee3ecbbb69d58a3e8..d91bb374ba483104d0362b3fe173ec3bb28fa474 100644
--- a/compiler/loadcom.lisp
+++ b/compiler/loadcom.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadcom.lisp,v 1.46 1993/08/19 12:43:53 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadcom.lisp,v 1.47 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/locall.lisp b/compiler/locall.lisp
index 84942bb1b639f062e8b6c5ae0b1906475a6e900d..28a955533487469ec9aff2897f7d8938aee4d0b8 100644
--- a/compiler/locall.lisp
+++ b/compiler/locall.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/locall.lisp,v 1.45 1994/02/10 21:18:44 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/locall.lisp,v 1.46 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ltn.lisp b/compiler/ltn.lisp
index 0c2483048f557caa03ca8c75ddbec57513890850..73155773f7ffe568c36fd45d7f97562b68977b93 100644
--- a/compiler/ltn.lisp
+++ b/compiler/ltn.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ltn.lisp,v 1.36 1993/08/19 23:13:54 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ltn.lisp,v 1.37 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ltv.lisp b/compiler/ltv.lisp
index e57d5923ce53cd68e9e4c6c5bd2b6c7760139b86..070101df86da97d0f9b4b023e8a32c410fc80c3f 100644
--- a/compiler/ltv.lisp
+++ b/compiler/ltv.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ltv.lisp,v 1.1 1991/11/25 12:09:36 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ltv.lisp,v 1.2 1994/10/31 04:27:28 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/macros.lisp b/compiler/macros.lisp
index 7e4860f40663c6c280de59207e864ace63cdac55..61250fc1f7d4c4e4f3cfe6d3453abb51e67520c2 100644
--- a/compiler/macros.lisp
+++ b/compiler/macros.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/macros.lisp,v 1.40 1993/08/25 00:16:09 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/macros.lisp,v 1.41 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/main.lisp b/compiler/main.lisp
index b68fbe26898633530308a00cad49d914c3bf98ae..de05e4c405b77681350d350feee2a652d4e559ae 100644
--- a/compiler/main.lisp
+++ b/compiler/main.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.106 1994/10/05 16:30:19 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.107 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/meta-vmdef.lisp b/compiler/meta-vmdef.lisp
index 2cfebd23ea06cd9f2d53a0d3cfce3f7bf445c292..16f887537e5919f82ea7d27e094fe2a82482cb49 100644
--- a/compiler/meta-vmdef.lisp
+++ b/compiler/meta-vmdef.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/meta-vmdef.lisp,v 1.6 1993/08/25 00:16:15 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/meta-vmdef.lisp,v 1.7 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/new-assem.lisp b/compiler/new-assem.lisp
index fdcfbbaa6d9eee5ccc37e74af741a5499b9d692c..e4fb7c0eeb959e17378d1aa73d798dc30af91177 100644
--- a/compiler/new-assem.lisp
+++ b/compiler/new-assem.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/new-assem.lisp,v 1.24 1993/05/18 18:25:37 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/new-assem.lisp,v 1.25 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/node.lisp b/compiler/node.lisp
index b3a23aa8a52d6ad79151e7149b745d9bfb9c341d..5926d519b298e9b294b6bf1b8d7cff5d8f5cbaa3 100644
--- a/compiler/node.lisp
+++ b/compiler/node.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/node.lisp,v 1.33 1994/01/05 16:33:24 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/node.lisp,v 1.34 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/pack.lisp b/compiler/pack.lisp
index 9c611c378c1ff129b6319e58fe9a39f1b03d2512..6bf0c9ad4f867e767c47c72843a8e35f0c147049 100644
--- a/compiler/pack.lisp
+++ b/compiler/pack.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pack.lisp,v 1.52 1994/03/23 13:54:32 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pack.lisp,v 1.53 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/proclaim.lisp b/compiler/proclaim.lisp
index 51c84b5b3f2ad2d7e6b35b8043b4593fe7743b08..187f1d6ba7f9d45a84e435a17c0506e03d99f5fc 100644
--- a/compiler/proclaim.lisp
+++ b/compiler/proclaim.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/proclaim.lisp,v 1.29 1993/09/10 19:09:22 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/proclaim.lisp,v 1.30 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/pseudo-vops.lisp b/compiler/pseudo-vops.lisp
index f04298c37cd14d12631d13f34597b4df3acc00b5..ec34544801842b4d1da4f06ece3613a44a2eef35 100644
--- a/compiler/pseudo-vops.lisp
+++ b/compiler/pseudo-vops.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pseudo-vops.lisp,v 1.8 1993/08/25 00:16:28 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pseudo-vops.lisp,v 1.9 1994/10/31 04:27:28 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/represent.lisp b/compiler/represent.lisp
index 94882b8ddc15d28be067415eb55b2ed7111a823f..1dcd6e1cf7dc93050153fe5d4d986079fff83968 100644
--- a/compiler/represent.lisp
+++ b/compiler/represent.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/represent.lisp,v 1.33 1993/08/25 00:16:29 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/represent.lisp,v 1.34 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/saptran.lisp b/compiler/saptran.lisp
index 8f129b1576651687ca3a93326cb3c8927aff1cc3..58886caef4e8e1cc37f34b2bf70f1367ee39f803 100644
--- a/compiler/saptran.lisp
+++ b/compiler/saptran.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/saptran.lisp,v 1.4 1994/04/06 16:45:50 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/saptran.lisp,v 1.5 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/seqtran.lisp b/compiler/seqtran.lisp
index cf1a849b5be6abca2ee53da113404b0c41036bbd..50f1df4dc3eb36b7cf39126c9ad8322cc25d01c7 100644
--- a/compiler/seqtran.lisp
+++ b/compiler/seqtran.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/seqtran.lisp,v 1.21 1993/08/25 00:16:32 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/seqtran.lisp,v 1.22 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/srctran.lisp b/compiler/srctran.lisp
index 0ac14570b1d50c9beccae8aa1a19ffb36c7f2596..214b568ca262a5cb72e3cfeacc56a4eae9d95287 100644
--- a/compiler/srctran.lisp
+++ b/compiler/srctran.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/srctran.lisp,v 1.44 1993/08/15 14:51:17 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/srctran.lisp,v 1.45 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sset.lisp b/compiler/sset.lisp
index 018bf6ccc14bcfd2324992cdca359b1fdf890a2f..853bdb325935250554b24f767ad5ed2c11254fff 100644
--- a/compiler/sset.lisp
+++ b/compiler/sset.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sset.lisp,v 1.5 1993/08/25 00:16:36 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sset.lisp,v 1.6 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/stack.lisp b/compiler/stack.lisp
index fd617aacbca8a0b5354d9a65819ff035c28f4371..bbbbae435d8df2e9f278a39b8d0b2525b14e2692 100644
--- a/compiler/stack.lisp
+++ b/compiler/stack.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/stack.lisp,v 1.6 1993/08/25 00:16:37 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/stack.lisp,v 1.7 1994/10/31 04:27:28 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/statcount.lisp b/compiler/statcount.lisp
index 0fa9f3597b0a8581d5af99641332bab0a0d81dab..b4522f9b235a7b12aee61612aefb33fbcd117b38 100644
--- a/compiler/statcount.lisp
+++ b/compiler/statcount.lisp
@@ -3,15 +3,13 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/statcount.lisp,v 1.5 1992/08/04 08:22:44 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/statcount.lisp,v 1.6 1994/10/31 04:27:28 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/statcount.lisp,v 1.5 1992/08/04 08:22:44 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/statcount.lisp,v 1.6 1994/10/31 04:27:28 ram Rel $
 ;;;
 ;;; Functions and utilities for collecting statistics on static vop usages.
 ;;;
diff --git a/compiler/tn.lisp b/compiler/tn.lisp
index 8fc1741f9a045047a8f99b41b432b13c93e5d860..495012a1465b74a33942d6fbf4a288e602b526d4 100644
--- a/compiler/tn.lisp
+++ b/compiler/tn.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/tn.lisp,v 1.19 1993/08/25 00:16:40 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/tn.lisp,v 1.20 1994/10/31 04:27:28 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/typetran.lisp b/compiler/typetran.lisp
index cf782de7d930af18fe2459048317457250f062d1..4c6e2520a59872651a5f2912a1de99eb5fc17e8e 100644
--- a/compiler/typetran.lisp
+++ b/compiler/typetran.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/typetran.lisp,v 1.26 1993/11/30 18:02:54 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/typetran.lisp,v 1.27 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/vmdef.lisp b/compiler/vmdef.lisp
index 5e512d27a8a7e37af15afe318be95b200057f2cc..513313fe747d5122d8dd1565e8abd8b58add4dae 100644
--- a/compiler/vmdef.lisp
+++ b/compiler/vmdef.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vmdef.lisp,v 1.48 1993/08/20 00:13:02 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vmdef.lisp,v 1.49 1994/10/31 04:27:28 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/vop.lisp b/compiler/vop.lisp
index 653084b8fe193a16d177879e3e5422bc128225f7..df6e6aef021e3c2bf431cb9c13da7be5909a07db 100644
--- a/compiler/vop.lisp
+++ b/compiler/vop.lisp
@@ -3,11 +3,9 @@
 ;;; **********************************************************************
 ;;; This code was written as part of the CMU Common Lisp project at
 ;;; Carnegie Mellon University, and has been placed in the public domain.
-;;; If you want to use this code or any part of CMU Common Lisp, please contact
-;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vop.lisp,v 1.39 1993/08/12 20:21:46 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vop.lisp,v 1.40 1994/10/31 04:27:28 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;