diff --git a/assembly/alpha/alloc.lisp b/assembly/alpha/alloc.lisp
index 90b0fd30d3835f9b0cfddd6fbe91cfa093888c75..cc8819780196469fc2bc4c78184b3e6182304e65 100644
--- a/assembly/alpha/alloc.lisp
+++ b/assembly/alpha/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/assembly/alpha/alloc.lisp,v 1.1 1994/04/06 16:58:31 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/alloc.lisp,v 1.2 1994/10/31 04:55:55 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/alpha/arith.lisp b/assembly/alpha/arith.lisp
index c4280e214dca76f5cb063b4e1404663164bbfa97..9d58192c2e0a0aae6913c9885b22680cc89f53db 100644
--- a/assembly/alpha/arith.lisp
+++ b/assembly/alpha/arith.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/assembly/alpha/arith.lisp,v 1.1 1994/04/06 16:58:32 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/arith.lisp,v 1.2 1994/10/31 04:55:55 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/alpha/array.lisp b/assembly/alpha/array.lisp
index e890d0b65cf8f17ac5792b3bad64a00eccb04463..c2da6e322f5d7d5a6dd36e4637b5ebdad0ceebc8 100644
--- a/assembly/alpha/array.lisp
+++ b/assembly/alpha/array.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/assembly/alpha/array.lisp,v 1.1 1994/04/06 16:58:33 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/array.lisp,v 1.2 1994/10/31 04:55:55 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/alpha/assem-rtns.lisp b/assembly/alpha/assem-rtns.lisp
index c03d9828c489c085e3d786233d35cfbaafc69b2b..943225c55cce25b9dd9af1ad6e177a0377df3958 100644
--- a/assembly/alpha/assem-rtns.lisp
+++ b/assembly/alpha/assem-rtns.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/assembly/alpha/assem-rtns.lisp,v 1.2 1994/04/12 20:10:13 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/assem-rtns.lisp,v 1.3 1994/10/31 04:55:55 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/alpha/support.lisp b/assembly/alpha/support.lisp
index 175a8a9a70d37e08210657400e5aeda9b3cf4836..06cb8d2593673597e9fbb5afa5e4b06cc5208bd5 100644
--- a/assembly/alpha/support.lisp
+++ b/assembly/alpha/support.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/assembly/alpha/support.lisp,v 1.1 1994/04/06 16:58:36 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/support.lisp,v 1.2 1994/10/31 04:55:55 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/assemfile.lisp b/assembly/assemfile.lisp
index 674c93f541270de396cc5ea788c48f71f589baeb..227d02b04e2cffeb9a6d6d88d04e50e7ba5ceb72 100644
--- a/assembly/assemfile.lisp
+++ b/assembly/assemfile.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/assembly/assemfile.lisp,v 1.36 1994/04/06 16:55:45 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/assemfile.lisp,v 1.37 1994/10/31 04:57:57 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/hppa/alloc.lisp b/assembly/hppa/alloc.lisp
index b4dc39007dc0aeb8088fcc44d8b2d9906c09d9dc..b636e989796d188f639e2aacd52e3c73cae49e5b 100644
--- a/assembly/hppa/alloc.lisp
+++ b/assembly/hppa/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/assembly/hppa/alloc.lisp,v 1.1 1992/06/12 04:00:00 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/alloc.lisp,v 1.2 1994/10/31 04:56:18 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/hppa/arith.lisp b/assembly/hppa/arith.lisp
index 06f8a1cbccf7cc805add589f855745836ba1ff60..9f9fafb234a5bf41cc0f2f99aeb1e992c1c81e25 100644
--- a/assembly/hppa/arith.lisp
+++ b/assembly/hppa/arith.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/assembly/hppa/arith.lisp,v 1.7 1992/07/13 01:47:53 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/arith.lisp,v 1.8 1994/10/31 04:56:18 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/hppa/array.lisp b/assembly/hppa/array.lisp
index df222e0eab8d56c35eb78c2706211e2975000c0b..ed4d76615e476d9dedea7c9c2fd6c6712e00879d 100644
--- a/assembly/hppa/array.lisp
+++ b/assembly/hppa/array.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/assembly/hppa/array.lisp,v 1.4 1992/07/08 03:09:54 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/array.lisp,v 1.5 1994/10/31 04:56:18 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/hppa/assem-rtns.lisp b/assembly/hppa/assem-rtns.lisp
index 5723471dd12ddfd4969bc00833e7d422c5eeb78b..9b88bf50da353e1c3fcbb674c1a5b892f401f320 100644
--- a/assembly/hppa/assem-rtns.lisp
+++ b/assembly/hppa/assem-rtns.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/assembly/hppa/assem-rtns.lisp,v 1.4 1993/07/26 19:44:48 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/assem-rtns.lisp,v 1.5 1994/10/31 04:56:18 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/hppa/support.lisp b/assembly/hppa/support.lisp
index 1ed87574ffcf8da0aba409992965f2419835fdf6..2457e48f4d32641306c53179fddb25b6f23fe42b 100644
--- a/assembly/hppa/support.lisp
+++ b/assembly/hppa/support.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/assembly/hppa/support.lisp,v 1.1 1992/07/13 03:49:21 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/support.lisp,v 1.2 1994/10/31 04:56:18 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/alloc.lisp b/assembly/mips/alloc.lisp
index c5c0257794efc79c55ac987ca88502ce6bf8b481..7244a238fb3f48254abc8c86148f501b9548f341 100644
--- a/assembly/mips/alloc.lisp
+++ b/assembly/mips/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/assembly/mips/alloc.lisp,v 1.7 1993/08/27 15:01:46 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/alloc.lisp,v 1.8 1994/10/31 04:56:40 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/arith.lisp b/assembly/mips/arith.lisp
index a63051221ef15d6f518e76829580fa5b5b061897..89edf8109c9decdeb69b458fc739978ab0ac6a6b 100644
--- a/assembly/mips/arith.lisp
+++ b/assembly/mips/arith.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/assembly/mips/arith.lisp,v 1.13 1993/06/13 07:10:18 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/arith.lisp,v 1.14 1994/10/31 04:56:40 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/array.lisp b/assembly/mips/array.lisp
index d16ca250373a14d4af1d6195eb852b6658c9377d..c16de2516062f5f6363a548b236e79a295f85f7f 100644
--- a/assembly/mips/array.lisp
+++ b/assembly/mips/array.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/assembly/mips/array.lisp,v 1.23 1994/06/17 17:47:41 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/array.lisp,v 1.24 1994/10/31 04:56:40 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/assem-rtns.lisp b/assembly/mips/assem-rtns.lisp
index 94e69bce1c5606ba489face2167f36624167318d..ba3ceaacf6643515d3501b8654a675045db07f81 100644
--- a/assembly/mips/assem-rtns.lisp
+++ b/assembly/mips/assem-rtns.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/assembly/mips/assem-rtns.lisp,v 1.31 1993/05/19 16:17:09 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/assem-rtns.lisp,v 1.32 1994/10/31 04:56:40 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/bit-bash.lisp b/assembly/mips/bit-bash.lisp
index 6137424653e5aa0d6139de4d60d9eb5982b23933..e7074259c1dd921890d2e6fcac9c99ca577f9de7 100644
--- a/assembly/mips/bit-bash.lisp
+++ b/assembly/mips/bit-bash.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: MIPS -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/bit-bash.lisp,v 1.14 1994/10/31 04:56:40 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/bit-bash.lisp,v 1.13 1991/02/02 22:50:15 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/bit-bash.lisp,v 1.14 1994/10/31 04:56:40 ram Exp $
 ;;;
 ;;; Stuff to implement bit bashing.
 ;;;
diff --git a/assembly/mips/support.lisp b/assembly/mips/support.lisp
index f4e6f2b42bd0e5968a27abc738b93499b91434b8..9bcf9160bf8161d53c012162221e0ec946e7ea7c 100644
--- a/assembly/mips/support.lisp
+++ b/assembly/mips/support.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/assembly/mips/support.lisp,v 1.14 1993/08/26 01:26:27 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/support.lisp,v 1.15 1994/10/31 04:56:40 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/wrlist.lisp b/assembly/mips/wrlist.lisp
index f8ee79666a2318f0ec5dd2c578403bdf34c933c6..e9204ec4ead44b8ed4da5dfb322173ed6f0d191c 100644
--- a/assembly/mips/wrlist.lisp
+++ b/assembly/mips/wrlist.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/assembly/mips/wrlist.lisp,v 1.6 1992/03/12 16:28:31 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/wrlist.lisp,v 1.7 1994/10/31 04:56:40 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/rt/alloc.lisp b/assembly/rt/alloc.lisp
index 2d129bbee1873fee4d80938d17d02e37557021b7..e5017a16ee7107a75eb3552990b13e02a58310aa 100644
--- a/assembly/rt/alloc.lisp
+++ b/assembly/rt/alloc.lisp
@@ -2,12 +2,14 @@
 ;;;
 ;;; **********************************************************************
 ;;; 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 (Scott.Fahlman@CS.CMU.EDU)
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/alloc.lisp,v 1.6 1994/10/31 04:57:00 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/alloc.lisp,v 1.5 1991/10/22 19:07:16 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/alloc.lisp,v 1.6 1994/10/31 04:57:00 ram Exp $
 ;;;
 ;;; Stuff to handle allocating simple objects.
 ;;;
diff --git a/assembly/rt/arith.lisp b/assembly/rt/arith.lisp
index 01c092fc23360714d54627863216bb557fc7687b..9206dd16eebe6fe68319cf3d10ce47ec7b14dc87 100644
--- a/assembly/rt/arith.lisp
+++ b/assembly/rt/arith.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: RT -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/arith.lisp,v 1.7 1994/10/31 04:57:00 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/arith.lisp,v 1.6 1991/10/24 09:49:02 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/arith.lisp,v 1.7 1994/10/31 04:57:00 ram Exp $
 ;;;
 ;;; Stuff to handle simple cases for generic arithmetic.
 ;;;
diff --git a/assembly/rt/array.lisp b/assembly/rt/array.lisp
index da95439f0abebffac1cc934a904f3765c0c2835c..80aac48fb617c74ea84411363844c4848bfd2862 100644
--- a/assembly/rt/array.lisp
+++ b/assembly/rt/array.lisp
@@ -2,12 +2,14 @@
 ;;;
 ;;; **********************************************************************
 ;;; 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 (Scott.Fahlman@CS.CMU.EDU)
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/array.lisp,v 1.5 1994/10/31 04:57:00 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/array.lisp,v 1.4 1991/10/22 16:50:36 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/array.lisp,v 1.5 1994/10/31 04:57:00 ram Exp $
 ;;;
 ;;; This file contains the support routines for arrays and vectors.
 ;;;
diff --git a/assembly/rt/assem-rtns.lisp b/assembly/rt/assem-rtns.lisp
index 5b06012e337a4ac7c075041785b8f089ea6beda7..0d1288ce90f5ffeff8c5e1a01ea7ef20f78c9fa3 100644
--- a/assembly/rt/assem-rtns.lisp
+++ b/assembly/rt/assem-rtns.lisp
@@ -2,12 +2,14 @@
 ;;;
 ;;; **********************************************************************
 ;;; 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 (Scott.Fahlman@CS.CMU.EDU)
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/assem-rtns.lisp,v 1.6 1994/10/31 04:57:00 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/assem-rtns.lisp,v 1.5 1991/10/26 05:48:13 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/assem-rtns.lisp,v 1.6 1994/10/31 04:57:00 ram Exp $
 ;;;
 
 (in-package "RT")
diff --git a/assembly/rt/support.lisp b/assembly/rt/support.lisp
index 1cc9de630b54baa2acd0da091ded880bc0a6219c..7d113cd4ba77bd5c7c93899a1cdfcf8da841704f 100644
--- a/assembly/rt/support.lisp
+++ b/assembly/rt/support.lisp
@@ -2,12 +2,14 @@
 ;;;
 ;;; **********************************************************************
 ;;; 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 (Scott.Fahlman@CS.CMU.EDU)
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/support.lisp,v 1.3 1994/10/31 04:57:00 ram Rel $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/support.lisp,v 1.2 1991/04/22 10:13:28 chiles Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/support.lisp,v 1.3 1994/10/31 04:57:00 ram Rel $
 ;;;
 ;;; This file contains the machine specific support routines needed by
 ;;; the file assembler.
diff --git a/assembly/sparc/alloc.lisp b/assembly/sparc/alloc.lisp
index 7f461e625863c0df4ff8832c8496e387b09a00e5..498eabb377abdebbaf699a03553241df5bc5b6bc 100644
--- a/assembly/sparc/alloc.lisp
+++ b/assembly/sparc/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/assembly/sparc/alloc.lisp,v 1.4 1992/12/13 15:24:14 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/alloc.lisp,v 1.5 1994/10/31 04:57:20 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/sparc/arith.lisp b/assembly/sparc/arith.lisp
index aa156e203b925913c675cbbef6b4c743b3788564..c449ced4ef3bfbc4ee225672d9aa428acbd91a62 100644
--- a/assembly/sparc/arith.lisp
+++ b/assembly/sparc/arith.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/assembly/sparc/arith.lisp,v 1.12 1993/06/08 10:58:54 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/arith.lisp,v 1.13 1994/10/31 04:57:20 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/sparc/array.lisp b/assembly/sparc/array.lisp
index 69a0513b2d321ca184e683d4213321e928dba3ce..b2ee183df7173ab3c7cf62c99b08affccd74d732 100644
--- a/assembly/sparc/array.lisp
+++ b/assembly/sparc/array.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: SPARC -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/array.lisp,v 1.4 1994/10/31 04:57:20 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/array.lisp,v 1.3 1992/03/11 21:41:02 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/array.lisp,v 1.4 1994/10/31 04:57:20 ram Exp $
 ;;;
 ;;;    This file contains the support routines for arrays and vectors.
 ;;;
diff --git a/assembly/sparc/assem-rtns.lisp b/assembly/sparc/assem-rtns.lisp
index 32b1afd2697a2a4d28d1bd9f3d682ebdb7076e5a..5f20b15403a7f2127f41468104ca3e237e96fea7 100644
--- a/assembly/sparc/assem-rtns.lisp
+++ b/assembly/sparc/assem-rtns.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: SPARC -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/assem-rtns.lisp,v 1.2 1994/10/31 04:57:20 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/assem-rtns.lisp,v 1.1 1990/11/22 11:51:05 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/assem-rtns.lisp,v 1.2 1994/10/31 04:57:20 ram Exp $
 ;;;
 ;;;
 (in-package "SPARC")
diff --git a/assembly/sparc/support.lisp b/assembly/sparc/support.lisp
index 372dfe55b0e62e78cae9ec63e1050afe701e0166..f15da2c8971e084640056f2a155a1482cdca57ae 100644
--- a/assembly/sparc/support.lisp
+++ b/assembly/sparc/support.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/assembly/sparc/support.lisp,v 1.7 1992/07/31 21:55:12 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/support.lisp,v 1.8 1994/10/31 04:57:20 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/alloc.lisp b/compiler/alpha/alloc.lisp
index 37f43d4d140c5bd2bbf441d75005c6326b0628f7..7a5bfcb269c5ca074c6c435bf29c802b6f0a7ad7 100644
--- a/compiler/alpha/alloc.lisp
+++ b/compiler/alpha/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/alpha/alloc.lisp,v 1.1 1994/04/06 16:53:01 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/alloc.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/arith.lisp b/compiler/alpha/arith.lisp
index a89d5475c1addf17436a3a9e377dec3869007e9b..9e325a70887a257d0472233c1fddf2e9c868b194 100644
--- a/compiler/alpha/arith.lisp
+++ b/compiler/alpha/arith.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/alpha/arith.lisp,v 1.1 1994/04/06 16:54:36 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/arith.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/arith.lisp,v 1.1 1994/04/06 16:54:36 hallgren Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/arith.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $
 ;;;
 ;;;    This file contains the VM definition arithmetic VOPs for the MIPS.
 ;;;
diff --git a/compiler/alpha/array.lisp b/compiler/alpha/array.lisp
index a015df740001baa7cc7303ad68379be0ca31f84e..f4fdf5c79f9095eb1afbb7f1306c103d32d94b94 100644
--- a/compiler/alpha/array.lisp
+++ b/compiler/alpha/array.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/alpha/array.lisp,v 1.1 1994/04/06 16:54:37 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/array.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/c-call.lisp b/compiler/alpha/c-call.lisp
index 2a7af29790584e5d3707133599a021d72e364ffe..fffe13bae6a21c65e38d4721a73cc746a2891cea 100644
--- a/compiler/alpha/c-call.lisp
+++ b/compiler/alpha/c-call.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/alpha/c-call.lisp,v 1.1 1994/04/06 16:54:38 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/c-call.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/call.lisp b/compiler/alpha/call.lisp
index 531253ad7efa8c68029c454d7d6032f11cbc0594..16ff2ca138365fd8b09926e4a413720b9f1b6929 100644
--- a/compiler/alpha/call.lisp
+++ b/compiler/alpha/call.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/alpha/call.lisp,v 1.1 1994/04/06 16:54:39 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/call.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/cell.lisp b/compiler/alpha/cell.lisp
index 8a656abcc6a9dfb06471bf72f1ba108512137beb..59f1cd54ef1e16d1ace05b92d1a83a0c543096dd 100644
--- a/compiler/alpha/cell.lisp
+++ b/compiler/alpha/cell.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/alpha/cell.lisp,v 1.1 1994/04/06 16:54:39 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/cell.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/char.lisp b/compiler/alpha/char.lisp
index 3d0635e7e799aff762e3755535cf35e0eff9b331..bc2e3db6efa03d6f5964b574bf3ac4b69d122ab0 100644
--- a/compiler/alpha/char.lisp
+++ b/compiler/alpha/char.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/alpha/char.lisp,v 1.1 1994/04/06 16:54:40 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/char.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/char.lisp,v 1.1 1994/04/06 16:54:40 hallgren Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/char.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $
 ;;; 
 ;;; This file contains the RT VM definition of character operations.
 ;;;
diff --git a/compiler/alpha/debug.lisp b/compiler/alpha/debug.lisp
index a3de7eee2011e98e7d9e068fd44c796d675bba5f..a6bd6351bddc006b5bdd4f74023fe09e2441a202 100644
--- a/compiler/alpha/debug.lisp
+++ b/compiler/alpha/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/alpha/debug.lisp,v 1.1 1994/04/06 16:54:41 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/debug.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/float.lisp b/compiler/alpha/float.lisp
index 8fc4fd5ceb55457e963c28305d46f1446025b31d..836c98f91a45ac5c32c26ae503537bacc604455c 100644
--- a/compiler/alpha/float.lisp
+++ b/compiler/alpha/float.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/alpha/float.lisp,v 1.1 1994/04/06 16:54:42 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/float.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/insts.lisp b/compiler/alpha/insts.lisp
index b300abb63409439d5a931ec0e5624749bd5020d2..8ed2eec9a98e4d04c6f58f3a4fa6530e997f33dd 100644
--- a/compiler/alpha/insts.lisp
+++ b/compiler/alpha/insts.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/alpha/insts.lisp,v 1.2 1994/04/30 17:18:43 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/insts.lisp,v 1.3 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/macros.lisp b/compiler/alpha/macros.lisp
index fe30491f32e5a61434912f51dbde769b3c65bfa3..d4dc99121fef654e3568d53369ab4f1e2cedb90e 100644
--- a/compiler/alpha/macros.lisp
+++ b/compiler/alpha/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/alpha/macros.lisp,v 1.1 1994/04/06 16:54:43 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/macros.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/memory.lisp b/compiler/alpha/memory.lisp
index 90854c52c527bd20cef1121414586be2db03d0df..7db515de19098b1d3c738bdfab5f10f95dfaeabc 100644
--- a/compiler/alpha/memory.lisp
+++ b/compiler/alpha/memory.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/alpha/memory.lisp,v 1.1 1994/04/06 16:54:44 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/memory.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/move.lisp b/compiler/alpha/move.lisp
index eeacad3c106bd3e81370bb496030d2e1f1e11d1d..1f7bd160c1791acd7f1398c6028c6cc36ed1affc 100644
--- a/compiler/alpha/move.lisp
+++ b/compiler/alpha/move.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/alpha/move.lisp,v 1.1 1994/04/06 16:54:45 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/move.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/nlx.lisp b/compiler/alpha/nlx.lisp
index deba971bd16fe56b58285fdae6620fe881f15a6c..b0ab78ed41cb950833bcff8022c9b139984e4ddb 100644
--- a/compiler/alpha/nlx.lisp
+++ b/compiler/alpha/nlx.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/alpha/nlx.lisp,v 1.1 1994/04/06 16:54:46 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/nlx.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/parms.lisp b/compiler/alpha/parms.lisp
index 3e025139d08f4cc0da0d4005837395f147bd0a4b..1fcec8b7fc665d2fae96e98c41bee6c1f759ace5 100644
--- a/compiler/alpha/parms.lisp
+++ b/compiler/alpha/parms.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/alpha/parms.lisp,v 1.1 1994/04/06 16:54:47 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/parms.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/pred.lisp b/compiler/alpha/pred.lisp
index e5a47067c9dd5b886a5b59b60c3e5110f6a44229..5616190a18c4b7b7e5dee185001b25106a7f4063 100644
--- a/compiler/alpha/pred.lisp
+++ b/compiler/alpha/pred.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/alpha/pred.lisp,v 1.1 1994/04/06 16:54:48 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/pred.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/print.lisp b/compiler/alpha/print.lisp
index 998f28edb6db87b4a6e404323596a06df6dfbce1..6d6659136ad36f3eb027753080ddcffc1a5b85e0 100644
--- a/compiler/alpha/print.lisp
+++ b/compiler/alpha/print.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/alpha/print.lisp,v 1.1 1994/04/06 16:54:48 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/print.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/sap.lisp b/compiler/alpha/sap.lisp
index b07a4fed59382bacc489df40c96eb5d9dc8a5965..ef346d7b6a574aa0123a39f923acd56562fd3a7f 100644
--- a/compiler/alpha/sap.lisp
+++ b/compiler/alpha/sap.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/alpha/sap.lisp,v 1.1 1994/04/06 16:54:51 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/sap.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/static-fn.lisp b/compiler/alpha/static-fn.lisp
index a508806a14f04e4be716e1dec95d6dee8b54da41..2cbfe3ddd642b9437cec7bada18d47802694d0e3 100644
--- a/compiler/alpha/static-fn.lisp
+++ b/compiler/alpha/static-fn.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/alpha/static-fn.lisp,v 1.1 1994/04/06 16:54:52 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/static-fn.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/subprim.lisp b/compiler/alpha/subprim.lisp
index 4ec7ef5b0bc489939c53950dfbce7b70aac9d2d4..dbd7b04a5a4667859d31d4cd03f1503d7326aad0 100644
--- a/compiler/alpha/subprim.lisp
+++ b/compiler/alpha/subprim.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/alpha/subprim.lisp,v 1.1 1994/04/06 16:54:56 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/subprim.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/system.lisp b/compiler/alpha/system.lisp
index d85af3406729d52a9092490c7a2254d66a1bdd1c..64ed96210a5c01092157a875937cbe41d72188db 100644
--- a/compiler/alpha/system.lisp
+++ b/compiler/alpha/system.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/alpha/system.lisp,v 1.1 1994/04/06 16:54:57 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/system.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/type-vops.lisp b/compiler/alpha/type-vops.lisp
index 5222dbc0c821e236946fa7ceef6ffbb4c09ad398..aa7c2f951b8a11043df17a4471f5e44cdab9902f 100644
--- a/compiler/alpha/type-vops.lisp
+++ b/compiler/alpha/type-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/alpha/type-vops.lisp,v 1.1 1994/04/06 16:54:57 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/type-vops.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/values.lisp b/compiler/alpha/values.lisp
index 6ecfd7880cdec9cb66959e77ea0ae57fdb71cb99..83ee448281b8933ebda9b84df7674d3f2fb51a66 100644
--- a/compiler/alpha/values.lisp
+++ b/compiler/alpha/values.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/alpha/values.lisp,v 1.1 1994/04/06 16:54:58 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/values.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/vm.lisp b/compiler/alpha/vm.lisp
index e31b3405efc61fd09eba97a48639113eee7fb298..518d5241cfc6b551d680083df318340c7b5c3e37 100644
--- a/compiler/alpha/vm.lisp
+++ b/compiler/alpha/vm.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/alpha/vm.lisp,v 1.1 1994/04/06 16:54:59 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/vm.lisp,v 1.2 1994/10/31 04:39:51 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/core.lisp b/compiler/generic/core.lisp
index d1a968addc38fa8a743dd76b538d696a57f2518e..a0e80b1a6599c2fd91d457befef2da4404b62480 100644
--- a/compiler/generic/core.lisp
+++ b/compiler/generic/core.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/generic/core.lisp,v 1.30 1993/12/05 11:58:26 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/core.lisp,v 1.31 1994/10/31 04:38:06 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/gengc-genesis.lisp b/compiler/generic/gengc-genesis.lisp
index 7acab97220af9af50f50121c40f8224ff18fba2f..7c1d07b1dc8efff2e32b379b113869ab4946db81 100644
--- a/compiler/generic/gengc-genesis.lisp
+++ b/compiler/generic/gengc-genesis.lisp
@@ -2,11 +2,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/generic/gengc-genesis.lisp,v 1.14 1993/08/31 21:57:03 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/gengc-genesis.lisp,v 1.15 1994/10/31 04:38:06 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/interr.lisp b/compiler/generic/interr.lisp
index 8d4dec4d15d5d2fd2f7ca4a9edee9ff9e123c472..96608123e57fddf57040101ade5ffa1c9100e258 100644
--- a/compiler/generic/interr.lisp
+++ b/compiler/generic/interr.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/generic/interr.lisp,v 1.3 1993/02/26 08:42:49 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/interr.lisp,v 1.4 1994/10/31 04:38:06 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/new-genesis.lisp b/compiler/generic/new-genesis.lisp
index cbecb9bcadd2cd55d58eb8f69dc952bb5e9b4af1..73c3d8306186c2c91ef2585c6c90c6e9fd997ac9 100644
--- a/compiler/generic/new-genesis.lisp
+++ b/compiler/generic/new-genesis.lisp
@@ -2,11 +2,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/generic/new-genesis.lisp,v 1.18 1994/10/26 23:55:40 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/new-genesis.lisp,v 1.19 1994/10/31 04:38:06 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/objdef.lisp b/compiler/generic/objdef.lisp
index 5194fecec93a1be7ecbe741ff616eaa8d3c30902..60f75b5e43a85e4234a147157264658b01c922f8 100644
--- a/compiler/generic/objdef.lisp
+++ b/compiler/generic/objdef.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/generic/objdef.lisp,v 1.36 1994/04/06 17:08:08 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.37 1994/10/31 04:38:06 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/primtype.lisp b/compiler/generic/primtype.lisp
index a94484613d1ac21ebacc6f273c4ef1e1764d7b84..eb26582fb395bc1e66b0d908728683c7d1ddd532 100644
--- a/compiler/generic/primtype.lisp
+++ b/compiler/generic/primtype.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/generic/primtype.lisp,v 1.13 1994/04/06 17:08:36 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/primtype.lisp,v 1.14 1994/10/31 04:38:06 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/utils.lisp b/compiler/generic/utils.lisp
index 37191e48b9ec19bdda1fe92430b0e629ca691c26..0c345b0e8393ae80b6cef27768c39e4fece97816 100644
--- a/compiler/generic/utils.lisp
+++ b/compiler/generic/utils.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/generic/utils.lisp,v 1.4 1992/07/13 01:45:12 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/utils.lisp,v 1.5 1994/10/31 04:38:06 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-fndb.lisp b/compiler/generic/vm-fndb.lisp
index 75f6f3e4f9e9a21e1c0cc40690d4d63a8f1ee29a..37fd220e63fc6bf36c9c98adb8f13890c4f06cb2 100644
--- a/compiler/generic/vm-fndb.lisp
+++ b/compiler/generic/vm-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/generic/vm-fndb.lisp,v 1.52 1993/05/07 07:14:49 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.53 1994/10/31 04:38:06 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-ir2tran.lisp b/compiler/generic/vm-ir2tran.lisp
index afd4cf086bf618a41bffbe4962fbc5833a10bead..730090f6e2eba5c688474877b7779a00ea6f0f54 100644
--- a/compiler/generic/vm-ir2tran.lisp
+++ b/compiler/generic/vm-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/generic/vm-ir2tran.lisp,v 1.7 1993/05/21 21:39:31 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-ir2tran.lisp,v 1.8 1994/10/31 04:38:06 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-macs.lisp b/compiler/generic/vm-macs.lisp
index ddef8db27458e56a913144a2649efa1e58b4d02a..2c011a5fbf8602315294c30898f03f099e694079 100644
--- a/compiler/generic/vm-macs.lisp
+++ b/compiler/generic/vm-macs.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/generic/vm-macs.lisp,v 1.14 1994/06/29 21:53:34 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-macs.lisp,v 1.15 1994/10/31 04:38:06 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-tran.lisp b/compiler/generic/vm-tran.lisp
index 89492ab9415d61ce942eea06eada6b31d8a9efea..28a920ec9d45b984f377ab292480945497f23862 100644
--- a/compiler/generic/vm-tran.lisp
+++ b/compiler/generic/vm-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/generic/vm-tran.lisp,v 1.33 1994/10/05 08:31:13 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-tran.lisp,v 1.34 1994/10/31 04:38:06 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-type.lisp b/compiler/generic/vm-type.lisp
index e5610dd3c8f3013a771360a6c413964d3186fb44..edaed29515f778f1d7c8ceaca6e130898b7ea0ea 100644
--- a/compiler/generic/vm-type.lisp
+++ b/compiler/generic/vm-type.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/generic/vm-type.lisp,v 1.30 1993/08/04 13:28:44 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-type.lisp,v 1.31 1994/10/31 04:38:06 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-typetran.lisp b/compiler/generic/vm-typetran.lisp
index 8a13aacbd3d6038d35ef0100450553a7320c2d3d..f176cc45dcdbc16d34ddf3330f7bcb34ee215f36 100644
--- a/compiler/generic/vm-typetran.lisp
+++ b/compiler/generic/vm-typetran.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/generic/vm-typetran.lisp,v 1.10 1992/03/07 17:15:05 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-typetran.lisp,v 1.11 1994/10/31 04:38:06 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-typetran.lisp,v 1.10 1992/03/07 17:15:05 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-typetran.lisp,v 1.11 1994/10/31 04:38:06 ram Exp $
 ;;;
 ;;; This file contains the implimentation specific type transformation magic.
 ;;; Basically, the various non-standard predicates that can be used in typep
diff --git a/compiler/hppa/alloc.lisp b/compiler/hppa/alloc.lisp
index 8657db296bae85e6bf372d86ac583547b8e3bd3d..07b17cfea9e02592fa80d3384116f018e3f5a427 100644
--- a/compiler/hppa/alloc.lisp
+++ b/compiler/hppa/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/hppa/alloc.lisp,v 1.2 1993/01/15 01:33:03 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/alloc.lisp,v 1.3 1994/10/31 04:42:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/arith.lisp b/compiler/hppa/arith.lisp
index 59456d54c4c24a99ee5d75ffdc81d8f43556e165..25856764b647e7f99745398df6a1517522270020 100644
--- a/compiler/hppa/arith.lisp
+++ b/compiler/hppa/arith.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/hppa/arith.lisp,v 1.3 1993/08/20 03:49:29 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/arith.lisp,v 1.4 1994/10/31 04:42:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/array.lisp b/compiler/hppa/array.lisp
index 5ea93624565683dc0680b594dbcb9602649bde16..329708a6d233dcd91a6039e5a6856ff42d96da17 100644
--- a/compiler/hppa/array.lisp
+++ b/compiler/hppa/array.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/hppa/array.lisp,v 1.4 1993/03/01 14:59:51 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/array.lisp,v 1.5 1994/10/31 04:42:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/c-call.lisp b/compiler/hppa/c-call.lisp
index 314babac66d3a4247713386fc0a8db0f434c3e78..2f544584e6dc3119d1721b4f99cfdb22dcf2e44c 100644
--- a/compiler/hppa/c-call.lisp
+++ b/compiler/hppa/c-call.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/hppa/c-call.lisp,v 1.1 1992/07/13 03:48:17 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/c-call.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/call.lisp b/compiler/hppa/call.lisp
index 90872825aae0242216dfc07fa08185f502987901..41c1dab23c6f3886849d6e25c7b0fc4020df2a03 100644
--- a/compiler/hppa/call.lisp
+++ b/compiler/hppa/call.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/hppa/call.lisp,v 1.9 1993/09/01 10:02:39 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/call.lisp,v 1.10 1994/10/31 04:42:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/cell.lisp b/compiler/hppa/cell.lisp
index 621c3c02bb356ef78b49ed85dc1b88ca2da6b16d..ad1558879cdd0007ca0ceea340790a6a0de89f05 100644
--- a/compiler/hppa/cell.lisp
+++ b/compiler/hppa/cell.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/hppa/cell.lisp,v 1.5 1993/07/26 20:05:37 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/cell.lisp,v 1.6 1994/10/31 04:42:45 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/char.lisp b/compiler/hppa/char.lisp
index 537b4d6d24d171c480de8db31618953c3bf1fee6..a167325bb113eee8a5b24efeeece19b55856a97b 100644
--- a/compiler/hppa/char.lisp
+++ b/compiler/hppa/char.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/hppa/char.lisp,v 1.1 1992/07/13 03:48:20 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/char.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/hppa/debug.lisp b/compiler/hppa/debug.lisp
index 22eaaa9ebde86b973f21bd9b7f8eeef677bcfc5f..7b5d6c4c54683d96e681646d44b76e4bd6491c37 100644
--- a/compiler/hppa/debug.lisp
+++ b/compiler/hppa/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/hppa/debug.lisp,v 1.1 1992/07/13 03:48:21 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/debug.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/float.lisp b/compiler/hppa/float.lisp
index 64944da0f2093d0e52d239d56178f616a25803c2..55d139e8537fb71ff2996d8046f218cbf89fba6f 100644
--- a/compiler/hppa/float.lisp
+++ b/compiler/hppa/float.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/hppa/float.lisp,v 1.3 1993/07/26 20:06:29 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/float.lisp,v 1.4 1994/10/31 04:42:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/insts.lisp b/compiler/hppa/insts.lisp
index 3270237bafef2461a8203fcc6bcd717b20b70010..b68d4be3791395d6656a01fdba7b38a0fcd81363 100644
--- a/compiler/hppa/insts.lisp
+++ b/compiler/hppa/insts.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/hppa/insts.lisp,v 1.6 1993/09/01 10:01:27 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/insts.lisp,v 1.7 1994/10/31 04:42:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/macros.lisp b/compiler/hppa/macros.lisp
index c449cb9dadc62f16abb9a4e2b255279f6d89896b..51da4fc81edc0679c86f252369e25ab9e77248d0 100644
--- a/compiler/hppa/macros.lisp
+++ b/compiler/hppa/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/hppa/macros.lisp,v 1.3 1993/01/15 01:31:37 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/macros.lisp,v 1.4 1994/10/31 04:42:45 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/memory.lisp b/compiler/hppa/memory.lisp
index 2cb578bcda2ed4bd57124ad21237a78b03192d6f..5bd53d46345e3647a8cdea3385acaad8acda7e54 100644
--- a/compiler/hppa/memory.lisp
+++ b/compiler/hppa/memory.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/hppa/memory.lisp,v 1.2 1993/01/15 01:33:44 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/memory.lisp,v 1.3 1994/10/31 04:42:45 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/move.lisp b/compiler/hppa/move.lisp
index a6cb098f0f209e3dcda3ddae32f50c81a2372cd9..af6abedd366242faa84f91ffbb916d80d3688a49 100644
--- a/compiler/hppa/move.lisp
+++ b/compiler/hppa/move.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/hppa/move.lisp,v 1.1 1992/07/13 03:48:27 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/move.lisp,v 1.2 1994/10/31 04:42:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/nlx.lisp b/compiler/hppa/nlx.lisp
index 608c0af637be377b5f68777a516a44182f539a71..033d3ca768b7b69408ed4d035c14344624c052ae 100644
--- a/compiler/hppa/nlx.lisp
+++ b/compiler/hppa/nlx.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/hppa/nlx.lisp,v 1.2 1992/07/13 16:08:16 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/nlx.lisp,v 1.3 1994/10/31 04:42:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/parms.lisp b/compiler/hppa/parms.lisp
index 2c8b13807d53f539c9db1045b1be7d8c3c68e6fa..9c262b1dc54dcb97582d0f985bbf1442eca793ff 100644
--- a/compiler/hppa/parms.lisp
+++ b/compiler/hppa/parms.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/hppa/parms.lisp,v 1.4 1993/11/05 05:17:06 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/parms.lisp,v 1.5 1994/10/31 04:42:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/pred.lisp b/compiler/hppa/pred.lisp
index 8c87d7eebefc178de90ed3b6f1ae7c5125cce9bb..f92a3599cb1cc9c7b6aae9cbaf8d67196825557b 100644
--- a/compiler/hppa/pred.lisp
+++ b/compiler/hppa/pred.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/hppa/pred.lisp,v 1.1 1992/07/13 03:48:30 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/pred.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/print.lisp b/compiler/hppa/print.lisp
index 1701c8c5979eb1ea1f32661e638d98b25e127c96..82770f036eae7d369dc8affa5cbf0afa57f1e8f9 100644
--- a/compiler/hppa/print.lisp
+++ b/compiler/hppa/print.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/hppa/print.lisp,v 1.1 1992/07/13 03:48:31 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/print.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/sap.lisp b/compiler/hppa/sap.lisp
index 07458041af5a37250c4b82a07591bc319e138aae..41dc3bc7c39fa72c48fd94bcbcd0770be149c46c 100644
--- a/compiler/hppa/sap.lisp
+++ b/compiler/hppa/sap.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/hppa/sap.lisp,v 1.1 1992/07/13 03:48:33 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/sap.lisp,v 1.2 1994/10/31 04:42:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/static-fn.lisp b/compiler/hppa/static-fn.lisp
index 0d2d1cc386c985661b70046f62e0b810af7737dd..3f34a6e26d37b1ac13d987e429cfa9789ac4fbcd 100644
--- a/compiler/hppa/static-fn.lisp
+++ b/compiler/hppa/static-fn.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/hppa/static-fn.lisp,v 1.1 1992/07/13 03:48:35 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/static-fn.lisp,v 1.2 1994/10/31 04:42:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/subprim.lisp b/compiler/hppa/subprim.lisp
index 09379f233604d8bfcdd11f52755738c813309706..6c6e6c8d01d8eb53ecc8bc6e483d7282501a6741 100644
--- a/compiler/hppa/subprim.lisp
+++ b/compiler/hppa/subprim.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/hppa/subprim.lisp,v 1.1 1992/07/13 03:48:35 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/subprim.lisp,v 1.2 1994/10/31 04:42:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/system.lisp b/compiler/hppa/system.lisp
index dec86cf084baeba8a58b157bc1180d801f81254f..396c836bfc2e9942e6d6ec3fbf673acbbff70412 100644
--- a/compiler/hppa/system.lisp
+++ b/compiler/hppa/system.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/hppa/system.lisp,v 1.2 1993/07/26 20:07:29 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/system.lisp,v 1.3 1994/10/31 04:42:45 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/type-vops.lisp b/compiler/hppa/type-vops.lisp
index f3ba3be5e161d09799715c2f0fe657709d1459ff..c640731f3d317298d5fd5b3ae0d88a8baafa159d 100644
--- a/compiler/hppa/type-vops.lisp
+++ b/compiler/hppa/type-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/hppa/type-vops.lisp,v 1.3 1993/03/01 14:59:57 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/type-vops.lisp,v 1.4 1994/10/31 04:42:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/hppa/values.lisp b/compiler/hppa/values.lisp
index 2e710bb2b6cd71a97b376a986722f704159b6608..0a16f54443f11d4f78eb636cf3236ee4916faba3 100644
--- a/compiler/hppa/values.lisp
+++ b/compiler/hppa/values.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/hppa/values.lisp,v 1.4 1993/09/14 23:15:03 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/values.lisp,v 1.5 1994/10/31 04:42:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/vm.lisp b/compiler/hppa/vm.lisp
index dfd5996f3ffb12534d4511fb70fed088e80f4b5e..58a147e4992972392bbc28327413efab534e7cc6 100644
--- a/compiler/hppa/vm.lisp
+++ b/compiler/hppa/vm.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/hppa/vm.lisp,v 1.2 1993/08/24 01:50:53 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/vm.lisp,v 1.3 1994/10/31 04:42:45 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/alloc.lisp b/compiler/mips/alloc.lisp
index 96773962cb470639e18e96cbc03bdd33fae1105c..575e57993127a04ecbf690c9eda43ce1559abd17 100644
--- a/compiler/mips/alloc.lisp
+++ b/compiler/mips/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/mips/alloc.lisp,v 1.27 1993/09/03 04:10:00 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/alloc.lisp,v 1.28 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/arith.lisp b/compiler/mips/arith.lisp
index b0c98efaaae429bad395ff542d34728c918c9394..b7e395f7e95426c0dea3b8fd4dd252915c77029d 100644
--- a/compiler/mips/arith.lisp
+++ b/compiler/mips/arith.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/mips/arith.lisp,v 1.51 1994/06/16 17:24:28 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/arith.lisp,v 1.52 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/arith.lisp,v 1.51 1994/06/16 17:24:28 hallgren Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/arith.lisp,v 1.52 1994/10/31 04:44:16 ram Exp $
 ;;;
 ;;;    This file contains the VM definition arithmetic VOPs for the MIPS.
 ;;;
diff --git a/compiler/mips/array.lisp b/compiler/mips/array.lisp
index f6e4a0d2aa5ad630ef9f9494788c25334ef29b79..e84f9a968ae20ef629e2c1c9c33bedb68f9bc132 100644
--- a/compiler/mips/array.lisp
+++ b/compiler/mips/array.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/mips/array.lisp,v 1.45 1994/06/29 21:54:17 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/array.lisp,v 1.46 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/c-call.lisp b/compiler/mips/c-call.lisp
index 93e1aef92ed466f03a8151347e9e75edd7caa95d..2efe17f6f64866875eea6bc320491f87af243aaf 100644
--- a/compiler/mips/c-call.lisp
+++ b/compiler/mips/c-call.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/mips/c-call.lisp,v 1.12 1992/07/28 20:37:17 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/c-call.lisp,v 1.13 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/call.lisp b/compiler/mips/call.lisp
index d40a99f9e6256afa5aec38423d270c7ed28f6666..9fc3c5be60ca9142b2ad54ae4d1fb22bc70a2689 100644
--- a/compiler/mips/call.lisp
+++ b/compiler/mips/call.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/mips/call.lisp,v 1.61 1993/07/20 11:31:43 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.62 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/cell.lisp b/compiler/mips/cell.lisp
index abead4db9c4925e2ba142df375efb50c0fe9cdec..ca443f72c495df5df8cdf6502839eda0b70cd45f 100644
--- a/compiler/mips/cell.lisp
+++ b/compiler/mips/cell.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/mips/cell.lisp,v 1.76 1993/08/27 14:41:37 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.77 1994/10/31 04:44:16 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/char.lisp b/compiler/mips/char.lisp
index 13e2341d64184df2feed649e9a1bd617d46231ac..43151ede82da36cc8d3d940676cf06a265325754 100644
--- a/compiler/mips/char.lisp
+++ b/compiler/mips/char.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/mips/char.lisp,v 1.13 1991/11/09 02:37:38 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/char.lisp,v 1.14 1994/10/31 04:44:16 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/char.lisp,v 1.13 1991/11/09 02:37:38 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/char.lisp,v 1.14 1994/10/31 04:44:16 ram Rel $
 ;;; 
 ;;; This file contains the RT VM definition of character operations.
 ;;;
diff --git a/compiler/mips/debug.lisp b/compiler/mips/debug.lisp
index 79d049c828bf02bf9d10b5aa23b927173c1222f2..ca042864fb960a5fe48c33523b9e319176fff78c 100644
--- a/compiler/mips/debug.lisp
+++ b/compiler/mips/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/mips/debug.lisp,v 1.15 1993/01/13 15:57:11 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/debug.lisp,v 1.16 1994/10/31 04:44:16 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/float.lisp b/compiler/mips/float.lisp
index e7ba457e50da5e35c1d176412124baf4792b0ea6..64bfbc60fafbc9dfec092fedcf365a457474bec8 100644
--- a/compiler/mips/float.lisp
+++ b/compiler/mips/float.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/mips/float.lisp,v 1.19 1994/06/29 21:54:31 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/float.lisp,v 1.20 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/insts.lisp b/compiler/mips/insts.lisp
index 86c1e37921fe730de827f438aab9807bdcc20515..d930ae9f4042f5a614d3601940838930f89530ec 100644
--- a/compiler/mips/insts.lisp
+++ b/compiler/mips/insts.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/mips/insts.lisp,v 1.49 1993/06/12 20:35:29 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.50 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/macros.lisp b/compiler/mips/macros.lisp
index 7879398466f260943d7dd00f35ba67aa1b172876..c707609a6075ce2ce8d6e030e60c47d3fa285743 100644
--- a/compiler/mips/macros.lisp
+++ b/compiler/mips/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/mips/macros.lisp,v 1.50 1993/08/25 23:26:26 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/macros.lisp,v 1.51 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/memory.lisp b/compiler/mips/memory.lisp
index 703ba3441790c841f2d9ef6bf399f85a9656a028..7f41f37cb48c9c12dbaef47db5e08027a05efb48 100644
--- a/compiler/mips/memory.lisp
+++ b/compiler/mips/memory.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/mips/memory.lisp,v 1.15 1993/06/12 20:35:32 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/memory.lisp,v 1.16 1994/10/31 04:44:16 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/move.lisp b/compiler/mips/move.lisp
index 8ed2ae71ee30e55cd170b90da25f3ef943407985..5f3d422bf0234beed7c933e3f741fa3e8d092c72 100644
--- a/compiler/mips/move.lisp
+++ b/compiler/mips/move.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/mips/move.lisp,v 1.34 1993/06/12 20:35:34 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/move.lisp,v 1.35 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/nlx.lisp b/compiler/mips/nlx.lisp
index 09ad59456d4461e9eb66adf094a6fb4599f2e889..22471eb5fee329390cea9ed4b95d415e52c649b8 100644
--- a/compiler/mips/nlx.lisp
+++ b/compiler/mips/nlx.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/mips/nlx.lisp,v 1.19 1993/01/13 16:05:00 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/nlx.lisp,v 1.20 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp
index b7cfd1209c654858bd6d1d97aa89f5b5e73b8585..42a290761a804691d8685d19b1af7e48819d8553 100644
--- a/compiler/mips/parms.lisp
+++ b/compiler/mips/parms.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/mips/parms.lisp,v 1.110 1994/06/29 21:54:39 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.111 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/pred.lisp b/compiler/mips/pred.lisp
index 4b0f18ecba3fcff5b662839c3604292309c7d859..4ad257f1fc3d55887a8b59eba5370ef6fbdc1a9e 100644
--- a/compiler/mips/pred.lisp
+++ b/compiler/mips/pred.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/mips/pred.lisp,v 1.7 1993/06/12 20:35:40 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/pred.lisp,v 1.8 1994/10/31 04:44:16 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/print.lisp b/compiler/mips/print.lisp
index 66772e0491fa424bc48dedc9fdd8bedd0a601978..6eaaec532b5e1698401341f693f98ce36182fd13 100644
--- a/compiler/mips/print.lisp
+++ b/compiler/mips/print.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/mips/print.lisp,v 1.9 1992/07/28 20:37:46 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/print.lisp,v 1.10 1994/10/31 04:44:16 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/sap.lisp b/compiler/mips/sap.lisp
index ed3b64b9158f20e8f03a68246d0e5a709ec9bafa..f1b7e63a1c6c9ddab22f38472614a616c2e051cf 100644
--- a/compiler/mips/sap.lisp
+++ b/compiler/mips/sap.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/mips/sap.lisp,v 1.28 1994/06/29 21:54:46 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/sap.lisp,v 1.29 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/static-fn.lisp b/compiler/mips/static-fn.lisp
index f3b5c81aa7a47a51e25d2bcfe2c2b2daf24cae3d..a5ba63c6215994abf2b874a102bfea45057abf48 100644
--- a/compiler/mips/static-fn.lisp
+++ b/compiler/mips/static-fn.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/mips/static-fn.lisp,v 1.20 1993/06/12 20:35:44 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/static-fn.lisp,v 1.21 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/subprim.lisp b/compiler/mips/subprim.lisp
index 5b0449e5815af291a35af25216f3920450aabf4f..34a1a56b39db309274fa30db52c795cf9301a79b 100644
--- a/compiler/mips/subprim.lisp
+++ b/compiler/mips/subprim.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/mips/subprim.lisp,v 1.21 1992/07/28 20:37:52 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/subprim.lisp,v 1.22 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/system.lisp b/compiler/mips/system.lisp
index f713587f9f84f7479a239ed0eb423ad32d9c4e93..1de1ea0e0c45b090ce909f1b17f2972ad06e8186 100644
--- a/compiler/mips/system.lisp
+++ b/compiler/mips/system.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/mips/system.lisp,v 1.48 1993/05/21 16:38:35 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/system.lisp,v 1.49 1994/10/31 04:44:16 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/type-vops.lisp b/compiler/mips/type-vops.lisp
index 8ed73f9c6c66f8d92140c2835d06811c4af0e945..76fb8d74cae8c40e57a33c9ee51804c48eb02a87 100644
--- a/compiler/mips/type-vops.lisp
+++ b/compiler/mips/type-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/mips/type-vops.lisp,v 1.42 1993/03/13 18:19:45 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.43 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/utils.lisp b/compiler/mips/utils.lisp
index b413d600b19f9b3712ddd4fcdf639c25bbd0051b..005f0d0fa7cfcb2b6fa4e2d731ec725af072d6b1 100644
--- a/compiler/mips/utils.lisp
+++ b/compiler/mips/utils.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/mips/utils.lisp,v 1.1 1991/07/26 01:44:45 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/utils.lisp,v 1.2 1994/10/31 04:44:16 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/values.lisp b/compiler/mips/values.lisp
index eeaf67562a25900a50a048d867ecbd6d58b1aa6a..54ee7c36b32aa239e2fabdb404011a40d63af7a2 100644
--- a/compiler/mips/values.lisp
+++ b/compiler/mips/values.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/mips/values.lisp,v 1.16 1993/09/14 23:15:49 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/values.lisp,v 1.17 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/vm.lisp b/compiler/mips/vm.lisp
index 45b3be234c0cc2ca46909d3b4996878da54b9cb4..bd280abd2487c9b303b1f30c2cf8ab8b3561803c 100644
--- a/compiler/mips/vm.lisp
+++ b/compiler/mips/vm.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/mips/vm.lisp,v 1.48 1993/01/27 09:56:03 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/vm.lisp,v 1.49 1994/10/31 04:44:16 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/afpa.lisp b/compiler/rt/afpa.lisp
index 45395b94c3448bd221af8124668c0007e17b9b98..92a78d7ea7563c9c16a9f7cb58d74fa7172fcb74 100644
--- a/compiler/rt/afpa.lisp
+++ b/compiler/rt/afpa.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/rt/afpa.lisp,v 1.4 1992/03/09 20:37:26 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/afpa.lisp,v 1.5 1994/10/31 04:45:41 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/alloc.lisp b/compiler/rt/alloc.lisp
index b0802c9f347785d2f5737fdcc993824a88aac112..9a58852c16906d34a12c4b0282719b33d82c0d33 100644
--- a/compiler/rt/alloc.lisp
+++ b/compiler/rt/alloc.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: rt -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/alloc.lisp,v 1.5 1994/10/31 04:45:41 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/alloc.lisp,v 1.4 1991/10/22 16:43:17 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/alloc.lisp,v 1.5 1994/10/31 04:45:41 ram Exp $
 ;;;
 ;;; Allocation VOPs for the IBM RT port.
 ;;;
diff --git a/compiler/rt/arith.lisp b/compiler/rt/arith.lisp
index 66e7eda64a951307f7144438d83890d194ead5cb..7f9c8252c32263e6fa1222f52f5ca413884c7a01 100644
--- a/compiler/rt/arith.lisp
+++ b/compiler/rt/arith.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: RT; Log: C.Log -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/arith.lisp,v 1.11 1994/10/31 04:45:41 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/arith.lisp,v 1.10 1991/06/13 16:37:48 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/arith.lisp,v 1.11 1994/10/31 04:45:41 ram Exp $
 ;;;
 ;;; This file contains the VM definition arithmetic VOPs for the IBM RT.
 ;;;
diff --git a/compiler/rt/array.lisp b/compiler/rt/array.lisp
index dabac38c3b3dcc6198fe1e77547f29603889e491..19525c3f510992535aafd1d943c80154aa764024 100644
--- a/compiler/rt/array.lisp
+++ b/compiler/rt/array.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: RT; Log: C.Log -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/array.lisp,v 1.11 1994/10/31 04:45:41 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/array.lisp,v 1.10 1992/01/29 20:22:12 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/array.lisp,v 1.11 1994/10/31 04:45:41 ram Exp $
 ;;;
 ;;; This file contains the IBM RT definitions for array operations.
 ;;;
diff --git a/compiler/rt/c-call.lisp b/compiler/rt/c-call.lisp
index e893edd3e270d81f7bc8b76a59fb78fb54fd1c11..25e9661c3524dd709a9565f22b27fb3d44c03b0e 100644
--- a/compiler/rt/c-call.lisp
+++ b/compiler/rt/c-call.lisp
@@ -2,12 +2,14 @@
 ;;;
 ;;; **********************************************************************
 ;;; 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 (Scott.Fahlman@CS.CMU.EDU)
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/c-call.lisp,v 1.11 1994/10/31 04:45:41 ram Rel $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/c-call.lisp,v 1.10 1992/03/25 16:14:44 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/c-call.lisp,v 1.11 1994/10/31 04:45:41 ram Rel $
 ;;;
 ;;; This file contains the VOPs and other necessary machine specific support
 ;;; routines for call-out to C.
diff --git a/compiler/rt/call.lisp b/compiler/rt/call.lisp
index 8b530e978a267a82d16230efe1f8e9d21ef772d3..0e62050708bd911f87cc6c5b179cc5f7e631aa7b 100644
--- a/compiler/rt/call.lisp
+++ b/compiler/rt/call.lisp
@@ -2,9 +2,11 @@
 ;;;
 ;;; **********************************************************************
 ;;; 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 (Scott.Fahlman@CS.CMU.EDU)
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/call.lisp,v 1.12 1994/10/31 04:45:41 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
 ;;; This file contains the VM definition of function call for the IBM RT.
diff --git a/compiler/rt/cell.lisp b/compiler/rt/cell.lisp
index c085c4a8bdf1e63325e9135cb8588cda6236bc70..1e2dca18223ec7dd1f716e9489fb703e18b35f11 100644
--- a/compiler/rt/cell.lisp
+++ b/compiler/rt/cell.lisp
@@ -2,12 +2,14 @@
 ;;;
 ;;; **********************************************************************
 ;;; 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 (Scott.Fahlman@CS.CMU.EDU)
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/cell.lisp,v 1.8 1994/10/31 04:45:41 ram Rel $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/cell.lisp,v 1.7 1992/03/10 10:00:02 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/cell.lisp,v 1.8 1994/10/31 04:45:41 ram Rel $
 ;;;
 ;;; This file contains the VM definition of various primitive memory access
 ;;; VOPs for the IBM RT.
diff --git a/compiler/rt/char.lisp b/compiler/rt/char.lisp
index 62837a0db0e9d06b125a916b2ccb0c731cbdbebf..bb9e1a61e7af0f48638ec3409192025b00575a7d 100644
--- a/compiler/rt/char.lisp
+++ b/compiler/rt/char.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: RT; Log: c.log -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/char.lisp,v 1.4 1994/10/31 04:45:41 ram Rel $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/char.lisp,v 1.3 1992/03/10 10:00:34 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/char.lisp,v 1.4 1994/10/31 04:45:41 ram Rel $
 ;;; 
 ;;; This file contains the RT VM definition of character operations.
 ;;;
diff --git a/compiler/rt/debug.lisp b/compiler/rt/debug.lisp
index 631db922b402816f347a36ad7e943a8782529717..1d1e62f6c37c269d7f0073790cf357c3a37b240f 100644
--- a/compiler/rt/debug.lisp
+++ b/compiler/rt/debug.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: RT; Log: C.Log -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/debug.lisp,v 1.5 1994/10/31 04:45:41 ram Rel $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/debug.lisp,v 1.4 1992/03/10 09:20:19 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/debug.lisp,v 1.5 1994/10/31 04:45:41 ram Rel $
 ;;;
 ;;; Compiler support for the new whizzy debugger.
 ;;;
diff --git a/compiler/rt/insts.lisp b/compiler/rt/insts.lisp
index 43525248430c563763a43d848d2bbc43bbd2ee7b..ac09c269b90dd4e5fca0c8d853f0a083bed4bc74 100644
--- a/compiler/rt/insts.lisp
+++ b/compiler/rt/insts.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/rt/insts.lisp,v 1.13 1992/01/22 18:09:31 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/insts.lisp,v 1.14 1994/10/31 04:45:41 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/macros.lisp b/compiler/rt/macros.lisp
index e3a0306147480170a16c6250f54332bbd272e316..1c17ad05a0e9d984eb67e13955f3a255dad3b9eb 100644
--- a/compiler/rt/macros.lisp
+++ b/compiler/rt/macros.lisp
@@ -2,9 +2,11 @@
 ;;;
 ;;; **********************************************************************
 ;;; 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 (Scott.Fahlman@CS.CMU.EDU)
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/macros.lisp,v 1.11 1994/10/31 04:45:41 ram Rel $")
+;;;
 ;;; **********************************************************************
 ;;;
 ;;; This file contains various useful macros for generating code for the IBM
diff --git a/compiler/rt/mc68881.lisp b/compiler/rt/mc68881.lisp
index 33a33a8fd85a42a538b2167c2a8b2ae3a55c0340..32ac97b73a6a39ad090ceb62682490b47c350427 100644
--- a/compiler/rt/mc68881.lisp
+++ b/compiler/rt/mc68881.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/rt/mc68881.lisp,v 1.11 1992/03/09 20:37:46 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/mc68881.lisp,v 1.12 1994/10/31 04:45:41 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/memory.lisp b/compiler/rt/memory.lisp
index 209840624f20d73d2441661b879e41e9ad256f36..3ed9532947af633142edc4de639214c94104fc09 100644
--- a/compiler/rt/memory.lisp
+++ b/compiler/rt/memory.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: RT; Log: c.log -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/memory.lisp,v 1.2 1994/10/31 04:45:41 ram Rel $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/memory.lisp,v 1.1 1991/02/18 15:07:59 chiles Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/memory.lisp,v 1.2 1994/10/31 04:45:41 ram Rel $
 ;;;
 ;;; This file contains the IBM RT definitions of some general purpose memory
 ;;; reference VOPs inherited by basic memory reference operations.
diff --git a/compiler/rt/move.lisp b/compiler/rt/move.lisp
index 64525035b8faebaa98fc824287ad96799ba85184..0ce77d37f2b39e25f374bfe807806d5045ad0a96 100644
--- a/compiler/rt/move.lisp
+++ b/compiler/rt/move.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: RT; Log: c.log -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/move.lisp,v 1.6 1994/10/31 04:45:41 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/move.lisp,v 1.5 1991/11/09 02:37:19 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/move.lisp,v 1.6 1994/10/31 04:45:41 ram Exp $
 ;;;
 ;;; This file contains the IBM RT VM definition of operand loading/saving and the
 ;;; Move VOP.
diff --git a/compiler/rt/nlx.lisp b/compiler/rt/nlx.lisp
index 713ed7fbab88ea43bd751230035f0b61dce159ad..96bcb1f9e6f8f9636df20a0e402e059d95e2f26a 100644
--- a/compiler/rt/nlx.lisp
+++ b/compiler/rt/nlx.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: RT -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/nlx.lisp,v 1.5 1994/10/31 04:45:41 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/nlx.lisp,v 1.4 1992/01/01 15:07:09 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/nlx.lisp,v 1.5 1994/10/31 04:45:41 ram Exp $
 ;;;
 ;;; This file contains the definitions of VOPs used for non-local exit (throw,
 ;;; lexical exit, etc.)
diff --git a/compiler/rt/params.lisp b/compiler/rt/params.lisp
index 913461e9092d849088c1390049826f04495e20bf..9d31833cfa9b7a81e3cc25216f656fca130eb478 100644
--- a/compiler/rt/params.lisp
+++ b/compiler/rt/params.lisp
@@ -2,12 +2,14 @@
 ;;;
 ;;; **********************************************************************
 ;;; 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 (Scott.Fahlman@CS.CMU.EDU)
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.14 1994/10/31 04:45:41 ram Rel $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.13 1992/06/09 23:46:32 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.14 1994/10/31 04:45:41 ram Rel $
 ;;;
 ;;; This file contains some parameterizations of various VM attributes for the
 ;;; IBM RT.  This file is separate from other stuff, so we can compile and
diff --git a/compiler/rt/pred.lisp b/compiler/rt/pred.lisp
index 9c8973595c705225f04d1c2d2b648f0c216aef1e..4798495c8e5e3db7cde9a2094097748eafa9161c 100644
--- a/compiler/rt/pred.lisp
+++ b/compiler/rt/pred.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: C; Log: C.Log -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/pred.lisp,v 1.2 1994/10/31 04:45:41 ram Rel $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/pred.lisp,v 1.1 1991/02/18 15:08:07 chiles Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/pred.lisp,v 1.2 1994/10/31 04:45:41 ram Rel $
 ;;;
 ;;; This file contains the VM definition of predicate VOPs for the IBM RT.
 ;;;
diff --git a/compiler/rt/print.lisp b/compiler/rt/print.lisp
index eb3625aee3c63c55047e52591c369558fcde5073..5f5a6717bc7ca93a4d3fd0645029ffb176e964c3 100644
--- a/compiler/rt/print.lisp
+++ b/compiler/rt/print.lisp
@@ -2,12 +2,14 @@
 ;;;
 ;;; **********************************************************************
 ;;; 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 (Scott.Fahlman@CS.CMU.EDU)
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/print.lisp,v 1.3 1994/10/31 04:45:41 ram Rel $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/print.lisp,v 1.2 1991/10/02 23:05:52 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/print.lisp,v 1.3 1994/10/31 04:45:41 ram Rel $
 ;;;
 ;;; This file contains temporary printing utilities and similar noise.
 ;;;
diff --git a/compiler/rt/sap.lisp b/compiler/rt/sap.lisp
index 787feaa426f7478e382021ca2ed2e9349020edfc..1eec123c3806c8047b56c0e0fc84fb0c147ec5e9 100644
--- a/compiler/rt/sap.lisp
+++ b/compiler/rt/sap.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: RT; Log: c.log -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/sap.lisp,v 1.16 1994/10/31 04:45:41 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/sap.lisp,v 1.15 1992/03/11 20:47:38 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/sap.lisp,v 1.16 1994/10/31 04:45:41 ram Exp $
 ;;;
 ;;; This file contains the IBM RT VM definition of SAP operations.
 ;;;
diff --git a/compiler/rt/static-fn.lisp b/compiler/rt/static-fn.lisp
index 60045803a1baf0922acf226cc0df2f3ae962978b..ea27a9f70137c8b39b13dd3acefc2da7fe9a06a4 100644
--- a/compiler/rt/static-fn.lisp
+++ b/compiler/rt/static-fn.lisp
@@ -2,12 +2,14 @@
 ;;;
 ;;; **********************************************************************
 ;;; 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 (Scott.Fahlman@CS.CMU.EDU)
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/static-fn.lisp,v 1.2 1994/10/31 04:45:41 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/static-fn.lisp,v 1.1 1991/02/18 15:08:13 chiles Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/static-fn.lisp,v 1.2 1994/10/31 04:45:41 ram Exp $
 ;;;
 ;;; This file contains the VOPs and macro magic necessary to call static
 ;;; functions.
diff --git a/compiler/rt/subprim.lisp b/compiler/rt/subprim.lisp
index 2c9eb7942bd8c0e02813747d899d33ce695775b0..83a0a2a734581d270574aef6ea248792b359139a 100644
--- a/compiler/rt/subprim.lisp
+++ b/compiler/rt/subprim.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: MIPS; Log: C.Log -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/subprim.lisp,v 1.2 1994/10/31 04:45:41 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/subprim.lisp,v 1.1 1991/02/18 15:08:16 chiles Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/subprim.lisp,v 1.2 1994/10/31 04:45:41 ram Exp $
 ;;;
 ;;; Linkage information for standard static functions, and random vops.
 ;;;
diff --git a/compiler/rt/system.lisp b/compiler/rt/system.lisp
index 90f66c3a85e9607bb5e4198d90a2267348f6c747..a049a826f0bf03e43d02b8c967492ed3f3e174ea 100644
--- a/compiler/rt/system.lisp
+++ b/compiler/rt/system.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: rt; Log: c.log -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/system.lisp,v 1.8 1994/10/31 04:45:41 ram Rel $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/system.lisp,v 1.7 1992/03/10 10:01:15 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/system.lisp,v 1.8 1994/10/31 04:45:41 ram Rel $
 ;;;
 ;;; IBM RT VM definitions of various system hacking operations.
 ;;;
diff --git a/compiler/rt/type-vops.lisp b/compiler/rt/type-vops.lisp
index e6442822f4f87368a0652ef1f150d860228dacef..5f635c5ad91db68143765d58e8ae12890a29e420 100644
--- a/compiler/rt/type-vops.lisp
+++ b/compiler/rt/type-vops.lisp
@@ -2,12 +2,14 @@
 ;;;
 ;;; **********************************************************************
 ;;; 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 (Scott.Fahlman@CS.CMU.EDU)
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/type-vops.lisp,v 1.6 1994/10/31 04:45:41 ram Rel $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/type-vops.lisp,v 1.5 1992/05/26 13:55:12 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/type-vops.lisp,v 1.6 1994/10/31 04:45:41 ram Rel $
 ;;; 
 ;;; This file contains the VM definition of type testing and checking VOPs
 ;;; for the IBM RT.
diff --git a/compiler/rt/values.lisp b/compiler/rt/values.lisp
index e67e53cd4b61df6954bfc46a0ab1393af736690d..ced96b8a60100f2a1ab77c6bffb5e2c9aa4fee12 100644
--- a/compiler/rt/values.lisp
+++ b/compiler/rt/values.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: RT; Log: c.log -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/values.lisp,v 1.4 1994/10/31 04:45:41 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/values.lisp,v 1.3 1991/12/21 23:05:29 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/values.lisp,v 1.4 1994/10/31 04:45:41 ram Exp $
 ;;;
 ;;; This file contains the implementation of unknown-values VOPs.
 ;;;
diff --git a/compiler/rt/vm.lisp b/compiler/rt/vm.lisp
index b168d0ee8de67d5b6f374485e44fcebd5703b88f..e4e8c678d24107f2a6da6cb569d62cb05d7560ff 100644
--- a/compiler/rt/vm.lisp
+++ b/compiler/rt/vm.lisp
@@ -2,9 +2,11 @@
 ;;;
 ;;; **********************************************************************
 ;;; 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 (Scott.Fahlman@CS.CMU.EDU)
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/vm.lisp,v 1.9 1994/10/31 04:45:41 ram Rel $")
+;;;
 ;;; **********************************************************************
 ;;;
 ;;; This file contains the VM definition for the IBM RT.
diff --git a/compiler/sparc/alloc.lisp b/compiler/sparc/alloc.lisp
index 879efed8b28bcf385150c6fc7bd59982dba25c80..22768678f5d365adb4a710b14c3ad879774077eb 100644
--- a/compiler/sparc/alloc.lisp
+++ b/compiler/sparc/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/sparc/alloc.lisp,v 1.10 1994/10/24 22:53:53 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/alloc.lisp,v 1.11 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/arith.lisp b/compiler/sparc/arith.lisp
index cd525e1594a29b2d72f4a07b2096f1ce8f16d7c0..65296ea4e2ae9d6f1cbcadadb352aec2c562daf8 100644
--- a/compiler/sparc/arith.lisp
+++ b/compiler/sparc/arith.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: SPARC -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/arith.lisp,v 1.10 1994/10/31 04:46:41 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/arith.lisp,v 1.9 1992/08/02 20:17:04 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/arith.lisp,v 1.10 1994/10/31 04:46:41 ram Exp $
 ;;;
 ;;;    This file contains the VM definition arithmetic VOPs for the MIPS.
 ;;;
diff --git a/compiler/sparc/array.lisp b/compiler/sparc/array.lisp
index 9d52de97971dbf7235bbc31ac2cd355f135ba854..5b71eb006847375d40672b73f026f19591aafae5 100644
--- a/compiler/sparc/array.lisp
+++ b/compiler/sparc/array.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/sparc/array.lisp,v 1.11 1993/03/01 14:50:14 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/array.lisp,v 1.12 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/c-call.lisp b/compiler/sparc/c-call.lisp
index ae3fd05d9b53bc5ef786631cf850cab41faff93b..bb522e79cb398e96afc4c849f9479d9bbb463537 100644
--- a/compiler/sparc/c-call.lisp
+++ b/compiler/sparc/c-call.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/sparc/c-call.lisp,v 1.10 1994/10/24 22:54:46 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/c-call.lisp,v 1.11 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/call.lisp b/compiler/sparc/call.lisp
index 05c0dddb01cb16d57fa5f18d5215e4413cd6d3c7..3b65b3ccd1fae1ef60ada888f5b3e84acd0a83cf 100644
--- a/compiler/sparc/call.lisp
+++ b/compiler/sparc/call.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/sparc/call.lisp,v 1.25 1993/07/20 11:34:51 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/call.lisp,v 1.26 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/cell.lisp b/compiler/sparc/cell.lisp
index 780ce61061f744f47380d63dfd7a923561ee742c..1d68f73a74868087f7fac4df80de1740c90fc2a2 100644
--- a/compiler/sparc/cell.lisp
+++ b/compiler/sparc/cell.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/sparc/cell.lisp,v 1.19 1994/10/24 22:55:30 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/cell.lisp,v 1.20 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/char.lisp b/compiler/sparc/char.lisp
index 7e0a851919dd5179dfa987c4ee436fba2bb05637..d0de826a4d3a47c4500852ea910586c145953dd9 100644
--- a/compiler/sparc/char.lisp
+++ b/compiler/sparc/char.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/sparc/char.lisp,v 1.6 1992/02/25 07:04:51 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/char.lisp,v 1.7 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/sparc/debug.lisp b/compiler/sparc/debug.lisp
index d2d4ab7a2398f24ed05aa347c7950289de205dcd..e8a76697ddc52bf4e0c59c9bbd34a33980ce809c 100644
--- a/compiler/sparc/debug.lisp
+++ b/compiler/sparc/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/sparc/debug.lisp,v 1.3 1992/02/25 07:06:23 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/debug.lisp,v 1.4 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/float.lisp b/compiler/sparc/float.lisp
index c1d209b01937c2b292d4d59261e912fd53134456..055f8166d640abac00fc4ae75d0785499e3dd21a 100644
--- a/compiler/sparc/float.lisp
+++ b/compiler/sparc/float.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/sparc/float.lisp,v 1.11 1993/05/25 21:27:35 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/float.lisp,v 1.12 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/insts.lisp b/compiler/sparc/insts.lisp
index 7490024096a32271114aeae500098e60de947fe9..70dff0a4333ddd7a4afaa08460c8cb1c4393613f 100644
--- a/compiler/sparc/insts.lisp
+++ b/compiler/sparc/insts.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/sparc/insts.lisp,v 1.12 1993/03/16 04:15:13 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/insts.lisp,v 1.13 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/macros.lisp b/compiler/sparc/macros.lisp
index baa5163481e75329b86f3f42e13ba15a70f2c396..11c103e5ea0426df4e6ffd4a0d310ef2064a9ce8 100644
--- a/compiler/sparc/macros.lisp
+++ b/compiler/sparc/macros.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: SPARC -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/macros.lisp,v 1.10 1994/10/31 04:46:41 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/macros.lisp,v 1.9 1992/12/17 09:40:58 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/macros.lisp,v 1.10 1994/10/31 04:46:41 ram Exp $
 ;;;
 ;;; This file contains various useful macros for generating SPARC code.
 ;;;
diff --git a/compiler/sparc/memory.lisp b/compiler/sparc/memory.lisp
index 6150db0920593885ed9a9953f6268d887e3a8043..aa86ef6e596333d8e0aef17991de27bb16bff7d9 100644
--- a/compiler/sparc/memory.lisp
+++ b/compiler/sparc/memory.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/sparc/memory.lisp,v 1.2 1992/12/16 20:26:30 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/memory.lisp,v 1.3 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/move.lisp b/compiler/sparc/move.lisp
index 77403fd7ca4e3505200c79b3801462cddbbed96c..3dfc5cdd006d229734ec91c4dc003c738384f729 100644
--- a/compiler/sparc/move.lisp
+++ b/compiler/sparc/move.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: SPARC -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/move.lisp,v 1.5 1994/10/31 04:46:41 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/move.lisp,v 1.4 1992/03/11 21:29:13 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/move.lisp,v 1.5 1994/10/31 04:46:41 ram Exp $
 ;;;
 ;;;    This file contains the SPARC VM definition of operand loading/saving and
 ;;; the Move VOP.
diff --git a/compiler/sparc/nlx.lisp b/compiler/sparc/nlx.lisp
index faa010a3f52e10891d4b99d46d3bf2332a1753be..7e4522aca294331be4c6eaf62e8ff2019dad799b 100644
--- a/compiler/sparc/nlx.lisp
+++ b/compiler/sparc/nlx.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: SPARC -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/nlx.lisp,v 1.6 1994/10/31 04:46:41 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/nlx.lisp,v 1.5 1992/05/21 23:22:31 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/nlx.lisp,v 1.6 1994/10/31 04:46:41 ram Exp $
 ;;;
 ;;;    This file contains the definitions of VOPs used for non-local exit
 ;;; (throw, lexical exit, etc.)
diff --git a/compiler/sparc/parms.lisp b/compiler/sparc/parms.lisp
index e7dde104aa723ea699b144046f3450446c1864c1..c79793ee525da0cd2eddc62b3b3305f280990fcf 100644
--- a/compiler/sparc/parms.lisp
+++ b/compiler/sparc/parms.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/sparc/parms.lisp,v 1.22 1994/10/24 22:56:12 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.23 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/pred.lisp b/compiler/sparc/pred.lisp
index 3dd37ef3f9407afcad1ad2f8c3f40d0a8dee6848..0b01ffe01c3e546a5f4f391522aca551e2c5b9c3 100644
--- a/compiler/sparc/pred.lisp
+++ b/compiler/sparc/pred.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: SPARC -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/pred.lisp,v 1.2 1994/10/31 04:46:41 ram Rel $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/pred.lisp,v 1.1 1990/11/30 17:04:59 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/pred.lisp,v 1.2 1994/10/31 04:46:41 ram Rel $
 ;;;
 ;;;    This file contains the VM definition of predicate VOPs for the SPARC.
 ;;;
diff --git a/compiler/sparc/print.lisp b/compiler/sparc/print.lisp
index 9b5bb1b365fcaae43eb9eb2be123e20e0747be91..83848367fd0993e7df0203da3cb0222d0e6aa1d2 100644
--- a/compiler/sparc/print.lisp
+++ b/compiler/sparc/print.lisp
@@ -1,13 +1,15 @@
 ;;; -*- Package: SPARC -*-
 ;;;
 ;;; **********************************************************************
-;;; This code was written as part of the Spice 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 Spice Lisp, please contact
-;;; Scott Fahlman (FAHLMAN@CMUC). 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/print.lisp,v 1.3 1994/10/31 04:46:41 ram Rel $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/print.lisp,v 1.2 1994/10/24 22:56:39 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/print.lisp,v 1.3 1994/10/31 04:46:41 ram Rel $
 ;;;
 ;;; This file contains VOPs for things like printing during %initial-function
 ;;; before the world is initialized.
diff --git a/compiler/sparc/sap.lisp b/compiler/sparc/sap.lisp
index 5a92f99aa5c836a8a0fab497e9543aee8f69da21..a6f6139cb6ec3dcfc87cefb989ddb0a8b6499216 100644
--- a/compiler/sparc/sap.lisp
+++ b/compiler/sparc/sap.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/sparc/sap.lisp,v 1.5 1992/04/27 20:04:06 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/sap.lisp,v 1.6 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/static-fn.lisp b/compiler/sparc/static-fn.lisp
index 168b4e28db1c889b58d8ecfe8f31041e607417e3..746d791db29c10cbae1376b00c1e435e1506b7e5 100644
--- a/compiler/sparc/static-fn.lisp
+++ b/compiler/sparc/static-fn.lisp
@@ -2,12 +2,14 @@
 ;;;
 ;;; **********************************************************************
 ;;; 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 (Scott.Fahlman@CS.CMU.EDU)
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
+(ext:file-comment
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/static-fn.lisp,v 1.5 1994/10/31 04:46:41 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/static-fn.lisp,v 1.4 1992/12/17 09:42:02 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/static-fn.lisp,v 1.5 1994/10/31 04:46:41 ram Exp $
 ;;;
 ;;; This file contains the VOPs and macro magic necessary to call static
 ;;; functions.
diff --git a/compiler/sparc/subprim.lisp b/compiler/sparc/subprim.lisp
index 726b4ac59ac72057510436250d7a02149e37f1de..1db1ef1fa3cf12ec6646460bf397cd7714f25305 100644
--- a/compiler/sparc/subprim.lisp
+++ b/compiler/sparc/subprim.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/sparc/subprim.lisp,v 1.2 1992/10/11 10:54:22 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/subprim.lisp,v 1.3 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/system.lisp b/compiler/sparc/system.lisp
index fd69923531536974338e60b4923887c697611213..497ac4d90ef7b3450569e39f697567444ad65e55 100644
--- a/compiler/sparc/system.lisp
+++ b/compiler/sparc/system.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/sparc/system.lisp,v 1.11 1993/04/01 15:13:23 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/system.lisp,v 1.12 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/type-vops.lisp b/compiler/sparc/type-vops.lisp
index ceb69187dadeacc354583a8ec7e212c3c2c9d652..853aef7be41d6cc2fc730e3b8eb46f15cca30c6a 100644
--- a/compiler/sparc/type-vops.lisp
+++ b/compiler/sparc/type-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/sparc/type-vops.lisp,v 1.13 1993/03/01 14:52:04 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/type-vops.lisp,v 1.14 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/sparc/values.lisp b/compiler/sparc/values.lisp
index a82d79723f668bde7ded7ff634e1c072156fb7bb..0fc6e8df4df347c4c3970992b31acdb1f6501c8c 100644
--- a/compiler/sparc/values.lisp
+++ b/compiler/sparc/values.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/sparc/values.lisp,v 1.4 1993/12/02 18:50:43 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/values.lisp,v 1.5 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/vm.lisp b/compiler/sparc/vm.lisp
index 773b833b03d90a1777e3cde78d8fb30a4c49eb06..874ce697aca4842ec5febcea3b5696bb4d53311c 100644
--- a/compiler/sparc/vm.lisp
+++ b/compiler/sparc/vm.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/sparc/vm.lisp,v 1.6 1992/05/21 02:21:35 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/vm.lisp,v 1.7 1994/10/31 04:46:41 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/abbrev.lisp b/hemlock/abbrev.lisp
index 6cfc0e790d0e1f9d12b6b77730004fd0a9f96b1a..39a878ee57c4a0fe7a7170bc0058579cf8811ad8 100644
--- a/hemlock/abbrev.lisp
+++ b/hemlock/abbrev.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/hemlock/abbrev.lisp,v 1.2 1994/02/11 21:54:44 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/abbrev.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/auto-save.lisp b/hemlock/auto-save.lisp
index 322816f6680427f64de4332a8e72d21544766b2d..012e7096c126d87bf497867c4e70bfe2c081b294 100644
--- a/hemlock/auto-save.lisp
+++ b/hemlock/auto-save.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/hemlock/auto-save.lisp,v 1.4 1993/08/25 02:07:41 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/auto-save.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/hemlock/bindings.lisp b/hemlock/bindings.lisp
index a323af9ecfb0645c25c3f03788d705d824d1b452..18883d1102948305823cfb07346531890627b006 100644
--- a/hemlock/bindings.lisp
+++ b/hemlock/bindings.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/hemlock/bindings.lisp,v 1.4 1994/02/11 21:52:48 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bindings.lisp,v 1.5 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/bit-display.lisp b/hemlock/bit-display.lisp
index 78817db727573eaae4515608c0b0f8c7b1528e38..5b9b7b204d1528f9b931d93cd65f5564804357c8 100644
--- a/hemlock/bit-display.lisp
+++ b/hemlock/bit-display.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/hemlock/bit-display.lisp,v 1.2 1991/02/08 16:32:53 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bit-display.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/bit-screen.lisp b/hemlock/bit-screen.lisp
index 75c5b91c75a9ec60967665cde7d6b4bd5e72249f..bbfe477ed19ab46c91ea824637449157d9bd36d9 100644
--- a/hemlock/bit-screen.lisp
+++ b/hemlock/bit-screen.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/hemlock/bit-screen.lisp,v 1.15 1994/05/12 20:01:43 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bit-screen.lisp,v 1.16 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/bit-stream.lisp b/hemlock/bit-stream.lisp
index 43c064348c3d69fb838adb5da12b27bbd170638a..68cb27d63e6ae3f76534a2340d64aa89b39588c0 100644
--- a/hemlock/bit-stream.lisp
+++ b/hemlock/bit-stream.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/hemlock/bit-stream.lisp,v 1.2 1994/02/11 21:52:51 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bit-stream.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/bufed.lisp b/hemlock/bufed.lisp
index e4b03fcffb7e77c2d7fb7e01cbd159656ffd8650..8fc3843ba09379d6212ef20e484752a59765b1c5 100644
--- a/hemlock/bufed.lisp
+++ b/hemlock/bufed.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/hemlock/bufed.lisp,v 1.2 1991/02/08 16:33:08 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bufed.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/buffer.lisp b/hemlock/buffer.lisp
index 8874328a7f96b88b17f61735bceb1c32e43dbb64..11c3e91201af104470bf19e3bea3763a87a7c9ef 100644
--- a/hemlock/buffer.lisp
+++ b/hemlock/buffer.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/hemlock/buffer.lisp,v 1.3 1991/02/08 16:33:11 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/buffer.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/charmacs.lisp b/hemlock/charmacs.lisp
index 6b271f55c6d0b42d3445287064de91765cde14c6..be49d7897ff16b30ad4fbbf40056e8659a8f1e33 100644
--- a/hemlock/charmacs.lisp
+++ b/hemlock/charmacs.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/hemlock/charmacs.lisp,v 1.3 1994/02/11 21:52:52 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/charmacs.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/command.lisp b/hemlock/command.lisp
index 99687f3815f3e1c225059ae3747561a3a1cd7bba..682eddba074811318442d01a738d99aed166dd0f 100644
--- a/hemlock/command.lisp
+++ b/hemlock/command.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/hemlock/command.lisp,v 1.7 1993/08/25 02:08:00 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/command.lisp,v 1.8 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/comments.lisp b/hemlock/comments.lisp
index d89c417331a20ef631d42375035331aa5ef29d8c..1aea8f8c013c2d568470d8e3ea4731bddee0b86a 100644
--- a/hemlock/comments.lisp
+++ b/hemlock/comments.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/hemlock/comments.lisp,v 1.3 1993/08/25 02:08:02 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/comments.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/completion.lisp b/hemlock/completion.lisp
index cd2b10f96188e2eecd83ad5829c71143ab23532b..1c0d2eeadeb21c6538f0ad80d906acb5947789f1 100644
--- a/hemlock/completion.lisp
+++ b/hemlock/completion.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/hemlock/completion.lisp,v 1.4 1991/05/16 17:40:58 mbb Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/completion.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/cursor.lisp b/hemlock/cursor.lisp
index 9173b0c8033976b8dce1567bc910f132457af929..81e1bc3d4bc864eb8e8b4d31cdbe2f49cd12c816 100644
--- a/hemlock/cursor.lisp
+++ b/hemlock/cursor.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/hemlock/cursor.lisp,v 1.2 1994/02/11 21:52:53 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/cursor.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/debug.lisp b/hemlock/debug.lisp
index 7fb2d0b686280d7fd38903162e7f54ab944b915b..576f212afab781502bc5e564c22888193002f7e3 100644
--- a/hemlock/debug.lisp
+++ b/hemlock/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/hemlock/debug.lisp,v 1.6 1993/07/30 23:35:58 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/debug.lisp,v 1.7 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/defsyn.lisp b/hemlock/defsyn.lisp
index 8af8c44c13e069ae4ca4809ef8055376c4845a58..30d70946b7bfaa438c5aa8adf3601bd044a3a397 100644
--- a/hemlock/defsyn.lisp
+++ b/hemlock/defsyn.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/hemlock/defsyn.lisp,v 1.3 1993/08/25 02:08:09 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/defsyn.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/dired.lisp b/hemlock/dired.lisp
index 2874018ce16eebbfefe95a2ef4b8dda379f49787..f7fcff8ca8c88418704d1e2080d58c1a6546f77f 100644
--- a/hemlock/dired.lisp
+++ b/hemlock/dired.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/hemlock/dired.lisp,v 1.2 1994/02/11 21:52:54 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/dired.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/diredcoms.lisp b/hemlock/diredcoms.lisp
index f9bca8373e4c6364c37d65c321826293f99d0a05..272390aa9873bc5e2a0b83040584295e64085668 100644
--- a/hemlock/diredcoms.lisp
+++ b/hemlock/diredcoms.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/hemlock/diredcoms.lisp,v 1.3 1994/02/11 21:52:56 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/diredcoms.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/display.lisp b/hemlock/display.lisp
index e0c70c842f5dace8dc80419c7726544850093202..82a9f84e171a229a528762710c6cb383991afcf1 100644
--- a/hemlock/display.lisp
+++ b/hemlock/display.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/hemlock/display.lisp,v 1.8 1991/11/11 18:12:44 chiles Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/display.lisp,v 1.9 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/doccoms.lisp b/hemlock/doccoms.lisp
index 189c87ab3787a37867bd73067fe117afeee8c278..2e9d916e25c525f3c0639e9c720295f16ab2dd7d 100644
--- a/hemlock/doccoms.lisp
+++ b/hemlock/doccoms.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/hemlock/doccoms.lisp,v 1.3 1991/02/08 16:34:02 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/doccoms.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/dylan.lisp b/hemlock/dylan.lisp
index 481fe95b117670482ed2d9576dd34e60827ae1de..5c84671750d74d05895fbf9ec3f4a213ec91a729 100644
--- a/hemlock/dylan.lisp
+++ b/hemlock/dylan.lisp
@@ -1,10 +1,11 @@
 ;;; -*- Package: HEMLOCK -*-
 ;;;
 ;;; **********************************************************************
-;;; Copyright (c) 1993 Carnegie Mellon University, all rights reserved.
-;;; 
+;;; This code was written as part of the CMU Common Lisp project at
+;;; Carnegie Mellon University, and has been placed in the public domain.
+;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/dylan.lisp,v 1.2 1994/08/21 15:17:15 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/dylan.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/echo.lisp b/hemlock/echo.lisp
index 5a6c675187dd874f28fa110662e21daa7977a501..6567b31103a1347a86b960360d16f780c77fe4f7 100644
--- a/hemlock/echo.lisp
+++ b/hemlock/echo.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/hemlock/echo.lisp,v 1.6 1991/12/18 11:44:07 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/echo.lisp,v 1.7 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/echocoms.lisp b/hemlock/echocoms.lisp
index f2010b89edbde92cad1693343635a4428e4fd66a..65b79caec963a885aa5397947ff3a5e26f8fe3b7 100644
--- a/hemlock/echocoms.lisp
+++ b/hemlock/echocoms.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/hemlock/echocoms.lisp,v 1.4 1994/07/05 15:54:15 hallgren Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/echocoms.lisp,v 1.5 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/ed-integrity.lisp b/hemlock/ed-integrity.lisp
index 8dc0cb2c7613cc708797bd18cfc03225fe567e36..f112696d3efc33f3b1fa8abc8bf0a386528ba15e 100644
--- a/hemlock/ed-integrity.lisp
+++ b/hemlock/ed-integrity.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/hemlock/ed-integrity.lisp,v 1.3 1993/08/25 02:08:29 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ed-integrity.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/edit-defs.lisp b/hemlock/edit-defs.lisp
index 1e09c45214d0ca8cc1f7373beb40d63edb891641..74b207c919ae35aebfc9d67406b76069814792f4 100644
--- a/hemlock/edit-defs.lisp
+++ b/hemlock/edit-defs.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/hemlock/edit-defs.lisp,v 1.5 1993/08/25 02:08:30 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/edit-defs.lisp,v 1.6 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/eval-server.lisp b/hemlock/eval-server.lisp
index e0e58368b4dba1069221c0ee77bcad4560492faa..7d91fab04f5d57816a40351725923f319147359e 100644
--- a/hemlock/eval-server.lisp
+++ b/hemlock/eval-server.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/hemlock/eval-server.lisp,v 1.3 1994/10/07 20:51:49 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/eval-server.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/filecoms.lisp b/hemlock/filecoms.lisp
index 1399dbac1a6ba8ab34963f277c590db43f9c68d8..afa8acae73784fc7896e3f1d76f107d0c46f1a9a 100644
--- a/hemlock/filecoms.lisp
+++ b/hemlock/filecoms.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/hemlock/filecoms.lisp,v 1.4 1994/02/11 21:53:02 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/filecoms.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/files.lisp b/hemlock/files.lisp
index f1cba35850f6c71e0e0dcd9119ab2d79729a8a8e..1f3d1dde8da4b3b60b9c0383d0106491fc6532b1 100644
--- a/hemlock/files.lisp
+++ b/hemlock/files.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/hemlock/files.lisp,v 1.3 1994/02/11 21:53:04 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/files.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/fill.lisp b/hemlock/fill.lisp
index 6d3d03b830f76d8c634d860ccdaea82808bebc0a..cb9da8a2e2fc12ea548ffe7c06776b13a152dfa1 100644
--- a/hemlock/fill.lisp
+++ b/hemlock/fill.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/hemlock/fill.lisp,v 1.3 1994/02/11 21:53:06 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/fill.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/font.lisp b/hemlock/font.lisp
index 21e2899a59c0e4bd03d6809dde2984080018b717..cad82d7c84a99a02abcc2e734dad627791a699f5 100644
--- a/hemlock/font.lisp
+++ b/hemlock/font.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/hemlock/font.lisp,v 1.2 1991/02/08 16:34:42 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/font.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/gosmacs.lisp b/hemlock/gosmacs.lisp
index 2296bfe5d0a5a9168c69a71a3f38bc611bc8e1ba..e3becbca0c3960e2cb52a3575173271535898048 100644
--- a/hemlock/gosmacs.lisp
+++ b/hemlock/gosmacs.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/hemlock/gosmacs.lisp,v 1.3 1991/02/14 00:25:34 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/gosmacs.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/group.lisp b/hemlock/group.lisp
index 9f587fe420c49a91a7611b036e78a9d6ef30603e..b582cfe03a0c7790cdf02086c1f486380cb2e62a 100644
--- a/hemlock/group.lisp
+++ b/hemlock/group.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/hemlock/group.lisp,v 1.2 1994/02/11 21:53:07 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/group.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/hi-integrity.lisp b/hemlock/hi-integrity.lisp
index 746a1bb2dc4431dfc94b69ef96cda7f6ec80196a..c66cb9e319ec196118d1f32b4c82e78d75261650 100644
--- a/hemlock/hi-integrity.lisp
+++ b/hemlock/hi-integrity.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/hemlock/hi-integrity.lisp,v 1.4 1993/08/25 02:23:45 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/hi-integrity.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/highlight.lisp b/hemlock/highlight.lisp
index e9b86bce73a7ca56896f255739d90a4bef4cd511..cf51852590e99cabdaced04fe1af66d660307ba9 100644
--- a/hemlock/highlight.lisp
+++ b/hemlock/highlight.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/hemlock/highlight.lisp,v 1.5 1994/02/12 13:25:10 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/highlight.lisp,v 1.6 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/htext1.lisp b/hemlock/htext1.lisp
index 0a359922901a02fb94e673c058b72ec240a7f657..347177583add6a11083598af228020ade93fb4fd 100644
--- a/hemlock/htext1.lisp
+++ b/hemlock/htext1.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/hemlock/htext1.lisp,v 1.2 1991/02/08 16:35:02 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext1.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/htext2.lisp b/hemlock/htext2.lisp
index 490ccee69afab8a347849088bb79351957378acb..b91781ef94bdaa973e83c5882b09b5b262af2435 100644
--- a/hemlock/htext2.lisp
+++ b/hemlock/htext2.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/hemlock/htext2.lisp,v 1.2 1994/02/11 21:53:10 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext2.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/htext3.lisp b/hemlock/htext3.lisp
index 8a00bf79b493331f718e212a10d8bb0a39e7262d..170bec093240b5ce3be2be484676637fef93b417 100644
--- a/hemlock/htext3.lisp
+++ b/hemlock/htext3.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/hemlock/htext3.lisp,v 1.2 1994/02/11 21:53:11 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext3.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/htext4.lisp b/hemlock/htext4.lisp
index fcf4fba9c06c03efe558202817f006b9401719c7..d8f6144dffd975005d9fa6c3cb37844e7f54d535 100644
--- a/hemlock/htext4.lisp
+++ b/hemlock/htext4.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/hemlock/htext4.lisp,v 1.2 1991/02/08 16:35:14 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext4.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/hunk-draw.lisp b/hemlock/hunk-draw.lisp
index 1254e42a074e3db4fb5dbe24df84d311f6a21483..6935b6280add6d243b90bae741ae540c0c0822f3 100644
--- a/hemlock/hunk-draw.lisp
+++ b/hemlock/hunk-draw.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/hemlock/hunk-draw.lisp,v 1.5 1993/08/25 02:23:47 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/hunk-draw.lisp,v 1.6 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/icom.lisp b/hemlock/icom.lisp
index 7ae6c82372a924062e53ca73e517fb7a40e0ce0b..9aca5f84e18fc43f3dda56dda6b7ca5bac296b91 100644
--- a/hemlock/icom.lisp
+++ b/hemlock/icom.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/hemlock/icom.lisp,v 1.3 1991/02/14 00:25:37 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/icom.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/indent.lisp b/hemlock/indent.lisp
index abee41a3cd2ed1750421150d1d36304f91fc5456..6639b38cae3cc970fa00cb5977a5771457bda4e7 100644
--- a/hemlock/indent.lisp
+++ b/hemlock/indent.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/hemlock/indent.lisp,v 1.3 1991/06/23 15:15:26 chiles Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/indent.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/input.lisp b/hemlock/input.lisp
index 205fb684c19ceb2af28e1de71702ae465eb4d6cf..eeae8c7695f93cd63d1d240321f9d7ccd879ba31 100644
--- a/hemlock/input.lisp
+++ b/hemlock/input.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/hemlock/input.lisp,v 1.3 1994/02/11 21:53:12 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/input.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/interp.lisp b/hemlock/interp.lisp
index 344023c11661a9a490de094b6369d305a4a06322..27b17cae49fafea7ec645bda490e861d3f8907b6 100644
--- a/hemlock/interp.lisp
+++ b/hemlock/interp.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/hemlock/interp.lisp,v 1.3 1991/02/08 16:35:29 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/interp.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/kbdmac.lisp b/hemlock/kbdmac.lisp
index d720364361437861aca4c03b9b1f218a87733b94..11d768e33087cd9a320ab81d4a7d07dba69cecae 100644
--- a/hemlock/kbdmac.lisp
+++ b/hemlock/kbdmac.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/hemlock/kbdmac.lisp,v 1.3 1994/02/11 21:53:14 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/kbdmac.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/key-event.lisp b/hemlock/key-event.lisp
index ef709b237b66edb0a98c3bb38baa6279890e37b6..97f4995f7b7d236326b84b3f32de066576935089 100644
--- a/hemlock/key-event.lisp
+++ b/hemlock/key-event.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/hemlock/key-event.lisp,v 1.2 1994/02/11 21:53:15 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/key-event.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/keysym-defs.lisp b/hemlock/keysym-defs.lisp
index 54c55f18b42f1badf5ed8ac8c10595fde9935465..d21f61ac45427cb99cae03ec240d8bd28bc80738 100644
--- a/hemlock/keysym-defs.lisp
+++ b/hemlock/keysym-defs.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/hemlock/keysym-defs.lisp,v 1.2 1991/02/08 16:35:42 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/keysym-defs.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/keytran.lisp b/hemlock/keytran.lisp
index 30e4fd87c32cef92401483c2148db25f9df0b402..c3038aa82bac0b66543d1bb9291cf515170c3666 100644
--- a/hemlock/keytran.lisp
+++ b/hemlock/keytran.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/hemlock/keytran.lisp,v 1.2 1991/02/08 16:35:46 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/keytran.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/keytrandefs.lisp b/hemlock/keytrandefs.lisp
index a27a57a137e8d7888d3f02407e42e42559a6c74d..1a8b109830d5c993f91c1cdf683fd18ab0b59d19 100644
--- a/hemlock/keytrandefs.lisp
+++ b/hemlock/keytrandefs.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/hemlock/keytrandefs.lisp,v 1.2 1991/02/08 16:35:48 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/keytrandefs.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/killcoms.lisp b/hemlock/killcoms.lisp
index 37869ab733a7d1fa768cd387dbf0a5d8ce509ab3..6bc491f90f4d763093b67242af21e78a5d41eed0 100644
--- a/hemlock/killcoms.lisp
+++ b/hemlock/killcoms.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/hemlock/killcoms.lisp,v 1.2 1994/02/11 21:53:17 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/killcoms.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/line.lisp b/hemlock/line.lisp
index 6224c621275b749fae4618fc9c2e25fa9d9a526a..92af68a2523a7539ad5e0a722cad218e274e3e67 100644
--- a/hemlock/line.lisp
+++ b/hemlock/line.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/hemlock/line.lisp,v 1.2 1994/02/11 21:53:19 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/line.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/linimage.lisp b/hemlock/linimage.lisp
index cc7b538288fb7725bb95fff9656d002f3b2974bb..730c51b99991f7912174e4ee9b35cd529534e5b0 100644
--- a/hemlock/linimage.lisp
+++ b/hemlock/linimage.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/hemlock/linimage.lisp,v 1.2 1994/02/11 21:53:20 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/linimage.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/lisp-lib.lisp b/hemlock/lisp-lib.lisp
index 1e888dbcd1edd7725438d9ffbd8668e78ba90d67..8c1a60217e86f03b4e51ef4702d7513b80ed6554 100644
--- a/hemlock/lisp-lib.lisp
+++ b/hemlock/lisp-lib.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/hemlock/lisp-lib.lisp,v 1.2 1991/02/08 16:36:02 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lisp-lib.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/lispbuf.lisp b/hemlock/lispbuf.lisp
index 4fe80b3d5a498fe4f2b82491de790316c3b36fad..87c9a1d04e938f6d486807b5a0e53d919e60080e 100644
--- a/hemlock/lispbuf.lisp
+++ b/hemlock/lispbuf.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/hemlock/lispbuf.lisp,v 1.2 1994/02/11 21:53:21 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispbuf.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/lispeval.lisp b/hemlock/lispeval.lisp
index 6526825156e10bcc159187fc9948bbd1fbe79768..47807eea0393d9ff29e62121d512c7ef94a5d479 100644
--- a/hemlock/lispeval.lisp
+++ b/hemlock/lispeval.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/hemlock/lispeval.lisp,v 1.3 1994/09/30 22:55:35 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispeval.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/lispmode.lisp b/hemlock/lispmode.lisp
index 637522b7721a2f6d7fe86c4be96f7abad70157aa..18895b0af0925682c9e25f2f98bfc34806c21a5f 100644
--- a/hemlock/lispmode.lisp
+++ b/hemlock/lispmode.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/hemlock/lispmode.lisp,v 1.3 1994/02/11 21:53:25 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispmode.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/macros.lisp b/hemlock/macros.lisp
index a94dc2280aaa20078cabd72042fbed91dd1e1da6..d2c149ebfd2dc65b77590e4f90a37ab0845d1651 100644
--- a/hemlock/macros.lisp
+++ b/hemlock/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/hemlock/macros.lisp,v 1.5 1994/10/04 03:40:51 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/macros.lisp,v 1.6 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/main.lisp b/hemlock/main.lisp
index 4d7e234dd750c1af4d692ffbd1f8d2522481ac52..2ba3a3db407322e97b0a1d06c15d42e1dc84dafe 100644
--- a/hemlock/main.lisp
+++ b/hemlock/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/hemlock/main.lisp,v 1.13 1992/05/25 21:38:31 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/main.lisp,v 1.14 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/mh.lisp b/hemlock/mh.lisp
index cf64122b0cf7a2d3e0ca9b4bcb9b8f66ccb6eeb7..c7c952974df9b5222f142b2e7c533c9b795b4d0d 100644
--- a/hemlock/mh.lisp
+++ b/hemlock/mh.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/hemlock/mh.lisp,v 1.4 1994/02/11 21:53:28 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/mh.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/morecoms.lisp b/hemlock/morecoms.lisp
index 23a13c0f1dc12fb9844e170ca7914ae468af518b..56820ba32bc51494018a5464bcd53e02bddb03dd 100644
--- a/hemlock/morecoms.lisp
+++ b/hemlock/morecoms.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/hemlock/morecoms.lisp,v 1.3 1994/02/11 21:53:36 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/morecoms.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/netnews.lisp b/hemlock/netnews.lisp
index 7e17c5fa093b54c88d69888d4f798c1fca74585d..2d3f5f3226aa54cc558d5a6b256523ddce4d2247 100644
--- a/hemlock/netnews.lisp
+++ b/hemlock/netnews.lisp
@@ -3,8 +3,10 @@
 ;;; **********************************************************************
 ;;; 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/hemlock/netnews.lisp,v 1.14 1994/10/31 04:50:12 ram Exp $")
+;;;
 ;;; **********************************************************************
 ;;;
 ;;; Written by Blaine Burks
diff --git a/hemlock/overwrite.lisp b/hemlock/overwrite.lisp
index 86a55be146e6a54068299fd0b200d0ea7e35eb6b..c355c59bc51460f8d4d9249deed7e2a0f53003cb 100644
--- a/hemlock/overwrite.lisp
+++ b/hemlock/overwrite.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/hemlock/overwrite.lisp,v 1.4 1993/08/25 02:10:08 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/overwrite.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/pascal.lisp b/hemlock/pascal.lisp
index d78f8080a5acfc67bedba84edffa88c39a92539a..a8deae7e9058b18541c1e442279ed11624b8b342 100644
--- a/hemlock/pascal.lisp
+++ b/hemlock/pascal.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/hemlock/pascal.lisp,v 1.3 1993/08/25 02:10:09 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/pascal.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/pop-up-stream.lisp b/hemlock/pop-up-stream.lisp
index 4c17e462fd8b8f7a557e8273ff25fb8a3f06b566..9bb5d8ec4585af1c9b7b1d287e0e4ce9d11feed6 100644
--- a/hemlock/pop-up-stream.lisp
+++ b/hemlock/pop-up-stream.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/hemlock/pop-up-stream.lisp,v 1.2 1994/02/11 21:53:37 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/pop-up-stream.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/register.lisp b/hemlock/register.lisp
index 42b2a3d0bbc0b130e781eec70defbe6565aa61f6..d20cd5f5ae5d76f1dd8470ae7c003d5a7c18db86 100644
--- a/hemlock/register.lisp
+++ b/hemlock/register.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/hemlock/register.lisp,v 1.3 1994/02/11 21:53:39 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/register.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/ring.lisp b/hemlock/ring.lisp
index 466b3498c51bf5105e4837cf817ae462fc0a6495..8ea6793f4dbf3443a7d50c9fe44d979c8d0e5a37 100644
--- a/hemlock/ring.lisp
+++ b/hemlock/ring.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/hemlock/ring.lisp,v 1.2 1994/02/11 21:53:39 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ring.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/rompsite.lisp b/hemlock/rompsite.lisp
index 39931afb9ca4925936eb19acb6ac872739dd256c..161c596954daab70f940b24b2c50d210e98519e6 100644
--- a/hemlock/rompsite.lisp
+++ b/hemlock/rompsite.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/hemlock/rompsite.lisp,v 1.7 1994/10/07 20:47:21 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rompsite.lisp,v 1.8 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/screen.lisp b/hemlock/screen.lisp
index 65f98d1357b0871bdd8fd14a398ea5231765e226..7d760d9bc6b7ae967e897cf036a154cfb6fd1153 100644
--- a/hemlock/screen.lisp
+++ b/hemlock/screen.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/hemlock/screen.lisp,v 1.3 1994/02/11 21:53:44 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/screen.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/scribe.lisp b/hemlock/scribe.lisp
index aa28a7d0182cd205b94915755691acc767668589..4171c00f1434a3197cf27523d7d074814d701f0a 100644
--- a/hemlock/scribe.lisp
+++ b/hemlock/scribe.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/hemlock/scribe.lisp,v 1.3 1991/02/08 16:37:23 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/scribe.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/search1.lisp b/hemlock/search1.lisp
index a172ea45b395875139e004c67b4cf6dbcca14e77..7fee636d7710eac13cb9fc09df3c41449dd67cc1 100644
--- a/hemlock/search1.lisp
+++ b/hemlock/search1.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/hemlock/search1.lisp,v 1.2 1994/02/11 21:53:45 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/search1.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/search2.lisp b/hemlock/search2.lisp
index bd03fde586f44aba5bf639f417cab6af47b1bf88..4a0a639cfeaa1ee2c11b158e0c4dc300176a9ee3 100644
--- a/hemlock/search2.lisp
+++ b/hemlock/search2.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/hemlock/search2.lisp,v 1.2 1991/02/08 16:37:33 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/search2.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/searchcoms.lisp b/hemlock/searchcoms.lisp
index 03605599031ab1780ea462766d55a654cd038354..f04054e57c2a6a2833140fa896bc80defe085629 100644
--- a/hemlock/searchcoms.lisp
+++ b/hemlock/searchcoms.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/hemlock/searchcoms.lisp,v 1.3 1991/02/08 16:37:35 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/searchcoms.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/shell.lisp b/hemlock/shell.lisp
index 791f47ee4350c4e015c7f8a6a3a82b8cfb8406c9..2cb1f89f5d9e6dce8fa020b6b460e588a656e1b8 100644
--- a/hemlock/shell.lisp
+++ b/hemlock/shell.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/hemlock/shell.lisp,v 1.3 1994/02/11 21:53:46 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/shell.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/spell-aug.lisp b/hemlock/spell-aug.lisp
index 2bdbe9db57bfd7fe2d7258d76df79870db3c487c..bfacd6c995559573c7d7a4ac6deb7ca338d4f20f 100644
--- a/hemlock/spell-aug.lisp
+++ b/hemlock/spell-aug.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/hemlock/spell-aug.lisp,v 1.2 1994/02/11 21:53:48 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-aug.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/spell-build.lisp b/hemlock/spell-build.lisp
index 62fda7977a0aaecb63581cacd319dbae5d1c929a..264ed66b34bead8bfcb0f72aa43431cf5812f890 100644
--- a/hemlock/spell-build.lisp
+++ b/hemlock/spell-build.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/hemlock/spell-build.lisp,v 1.2 1994/02/11 21:53:49 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-build.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/spell-corr.lisp b/hemlock/spell-corr.lisp
index 0aba55154944bd564419e4e12b4469f7b7708424..fbc6447c51a985ae519b1c6e362c560f9d08d2c7 100644
--- a/hemlock/spell-corr.lisp
+++ b/hemlock/spell-corr.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/hemlock/spell-corr.lisp,v 1.2 1994/02/11 21:53:51 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-corr.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/spell-rt.lisp b/hemlock/spell-rt.lisp
index 59d10f5246ce40cc99014d275a0e289edd591521..398544f0282a9d60a05ae2094cd818afdc3a1891 100644
--- a/hemlock/spell-rt.lisp
+++ b/hemlock/spell-rt.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/hemlock/spell-rt.lisp,v 1.2 1994/02/11 21:53:53 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-rt.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/spellcoms.lisp b/hemlock/spellcoms.lisp
index e2f2cf4f60519403e14de187f03125fe5acd08d4..4d6e9eecdf1627c0432dc1576d6cf163393c2a37 100644
--- a/hemlock/spellcoms.lisp
+++ b/hemlock/spellcoms.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/hemlock/spellcoms.lisp,v 1.3 1994/02/11 21:53:54 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spellcoms.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/srccom.lisp b/hemlock/srccom.lisp
index df9d6fb3a6264d84fe031db1461c7ac0dbc83f87..97dfe9a4130a7fc9ee8ff1e6918041e0119cf78a 100644
--- a/hemlock/srccom.lisp
+++ b/hemlock/srccom.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/hemlock/srccom.lisp,v 1.3 1991/02/08 16:38:04 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/srccom.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/streams.lisp b/hemlock/streams.lisp
index 2893680dc7471e8de8c684a8f70228dff359f53f..878811f6783dde514aac87b7417dd27f7243b6ba 100644
--- a/hemlock/streams.lisp
+++ b/hemlock/streams.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/hemlock/streams.lisp,v 1.3 1994/02/11 21:53:56 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/streams.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/struct-ed.lisp b/hemlock/struct-ed.lisp
index 07f692a49a7b49cb74af8a30fa12a9c8c03b0c09..e36f8f1a0a46a4929dfb13b1e27c45a10e4e82c8 100644
--- a/hemlock/struct-ed.lisp
+++ b/hemlock/struct-ed.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/hemlock/struct-ed.lisp,v 1.2 1991/02/08 16:38:13 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/struct-ed.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/struct.lisp b/hemlock/struct.lisp
index c506ee5405d4b22e4cecd822e54108a7b3781c9b..115c2a5f1fcd737d8cc29c067b74a1b6863a4dbf 100644
--- a/hemlock/struct.lisp
+++ b/hemlock/struct.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/hemlock/struct.lisp,v 1.4 1994/02/11 21:53:57 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/struct.lisp,v 1.5 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/syntax.lisp b/hemlock/syntax.lisp
index cdfa7bb47eeb1fd61db5c797d77811eab8287eb1..137bd4862f72916bce302564dbf95286fa6256f4 100644
--- a/hemlock/syntax.lisp
+++ b/hemlock/syntax.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/hemlock/syntax.lisp,v 1.2 1994/02/11 21:53:59 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/syntax.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/table.lisp b/hemlock/table.lisp
index 2244f366079ad887ed2186ce00469b1bacd66e3e..45920dd6eed62c6d1309ebf9478b1f18894ccdee 100644
--- a/hemlock/table.lisp
+++ b/hemlock/table.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/hemlock/table.lisp,v 1.2 1994/02/11 21:54:00 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/table.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/termcap.lisp b/hemlock/termcap.lisp
index f0eab0f504908f86da49c1181d2ea486c5c1a7fd..6bb63b31aabf812f887747c61f58373e1b9ba041 100644
--- a/hemlock/termcap.lisp
+++ b/hemlock/termcap.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/hemlock/termcap.lisp,v 1.7 1993/08/25 02:24:00 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/termcap.lisp,v 1.8 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/text.lisp b/hemlock/text.lisp
index b8e1dba39cd1c96bedd2678dae22c85542f19767..5386d021d33f52eea7a3bad21578f63c1a07ef7f 100644
--- a/hemlock/text.lisp
+++ b/hemlock/text.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/hemlock/text.lisp,v 1.2 1994/02/11 21:54:02 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/text.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/ts-buf.lisp b/hemlock/ts-buf.lisp
index e8b7cf59be04b905797f35245fced703e4fbd86f..b24af2f3795cd6fe5f25ed9d0fe5e6f3a04bca52 100644
--- a/hemlock/ts-buf.lisp
+++ b/hemlock/ts-buf.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/hemlock/ts-buf.lisp,v 1.9 1991/10/01 17:51:05 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ts-buf.lisp,v 1.10 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/ts-stream.lisp b/hemlock/ts-stream.lisp
index f76498d72a644f34a869d29039e2cf75b260e565..b61905da53240f8086e83e554881c7bafd20d3b8 100644
--- a/hemlock/ts-stream.lisp
+++ b/hemlock/ts-stream.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/hemlock/ts-stream.lisp,v 1.2 1994/02/11 21:54:06 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ts-stream.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/tty-disp-rt.lisp b/hemlock/tty-disp-rt.lisp
index 8bb00b5bc06a5623948092da8bf8f47670172392..9037f32f772f9583e3321b865ef9e8a9542efc66 100644
--- a/hemlock/tty-disp-rt.lisp
+++ b/hemlock/tty-disp-rt.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/hemlock/tty-disp-rt.lisp,v 1.2 1994/02/11 21:54:07 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-disp-rt.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/tty-display.lisp b/hemlock/tty-display.lisp
index d288d0b7305aafa6ea9d66873525c1d6aaa5ceff..35860e181cf5991a464a285910f729e1b3573375 100644
--- a/hemlock/tty-display.lisp
+++ b/hemlock/tty-display.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/hemlock/tty-display.lisp,v 1.3 1994/02/11 21:54:09 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-display.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/tty-screen.lisp b/hemlock/tty-screen.lisp
index 896e6f449b69e2cabc3387c63f961735ae0ea5f6..83109cae2d485e2d13ff42ec331177375de096ae 100644
--- a/hemlock/tty-screen.lisp
+++ b/hemlock/tty-screen.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/hemlock/tty-screen.lisp,v 1.7 1991/10/08 14:45:37 chiles Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-screen.lisp,v 1.8 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/tty-stream.lisp b/hemlock/tty-stream.lisp
index 0feebdf195c3b5b3f7349c05536a75be46a9788f..567bad9502b2cef48cd6ddfd79117a3676bc88ea 100644
--- a/hemlock/tty-stream.lisp
+++ b/hemlock/tty-stream.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/hemlock/tty-stream.lisp,v 1.2 1994/02/11 21:54:11 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-stream.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/undo.lisp b/hemlock/undo.lisp
index 35a2d8173e5c533725ef8d98b56a506f7c9882ea..06da024108aba1af881acc67a92aadc1393c4c51 100644
--- a/hemlock/undo.lisp
+++ b/hemlock/undo.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/hemlock/undo.lisp,v 1.3 1993/08/25 02:11:18 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/undo.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/unixcoms.lisp b/hemlock/unixcoms.lisp
index ab9fb165f6936571336c97d6d98505e8b1ed6cd0..da00a3faeb76f2fb5e0cb988a6a231d7642a39b1 100644
--- a/hemlock/unixcoms.lisp
+++ b/hemlock/unixcoms.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/hemlock/unixcoms.lisp,v 1.9 1994/01/25 15:35:14 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/unixcoms.lisp,v 1.10 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/vars.lisp b/hemlock/vars.lisp
index 28e19d98066fc7c57712e8c748f08b33071a5a7b..4550a81f9f072b77a98f3008208c69e3debc39e4 100644
--- a/hemlock/vars.lisp
+++ b/hemlock/vars.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/hemlock/vars.lisp,v 1.2 1991/02/08 16:39:06 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/vars.lisp,v 1.3 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/window.lisp b/hemlock/window.lisp
index 1324c78718d401280f8b3a37e04457ce51965c71..deb4f27dba8658ff22bb2567377f954de94d2ca3 100644
--- a/hemlock/window.lisp
+++ b/hemlock/window.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/hemlock/window.lisp,v 1.3 1991/10/04 12:01:46 chiles Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/window.lisp,v 1.4 1994/10/31 04:50:12 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/winimage.lisp b/hemlock/winimage.lisp
index faa4d4e8a4fe588752e8e01444b55849493770ba..6570a43cac25ef8216e3c0d4c4e4af2042bc08e0 100644
--- a/hemlock/winimage.lisp
+++ b/hemlock/winimage.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/hemlock/winimage.lisp,v 1.3 1994/10/07 20:48:51 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/winimage.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/xcoms.lisp b/hemlock/xcoms.lisp
index 0d10dd60ce9d5502cd423ba3742fdbc8e0ea0596..9573180298d18771a1ef0ce5ce8cff9d88c4aece 100644
--- a/hemlock/xcoms.lisp
+++ b/hemlock/xcoms.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/hemlock/xcoms.lisp,v 1.3 1991/02/08 16:39:17 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/xcoms.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/interface/debug.lisp b/interface/debug.lisp
index 70b8b68d98b124f5f3d8a53774d22e79196ffc6f..860a0aa8bcb0c036f1c321d95d26f6f2789f75e7 100644
--- a/interface/debug.lisp
+++ b/interface/debug.lisp
@@ -3,8 +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/interface/debug.lisp,v 1.8 1994/10/31 04:53:18 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/interface/initial.lisp b/interface/initial.lisp
index 575885ebfb4abc959928cd1f91dbc1aeb2d57c2e..3ece7c0006d73789e1a7b65d483773ecc0a65a4c 100644
--- a/interface/initial.lisp
+++ b/interface/initial.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/interface/initial.lisp,v 1.4 1994/09/30 15:43:58 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/initial.lisp,v 1.5 1994/10/31 04:53:18 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/interface/inspect.lisp b/interface/inspect.lisp
index d8673ccf1a94f04664d09867d26386c2a8134a51..0de1fd4cba72df2c4b5e784321157fa71e2a902f 100644
--- a/interface/inspect.lisp
+++ b/interface/inspect.lisp
@@ -3,8 +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/interface/inspect.lisp,v 1.10 1994/10/31 04:53:18 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/interface/interface.lisp b/interface/interface.lisp
index ad5a3620ff9915dc32435007d2b474008c6e4629..3dc26bd06803008a2fd6170f72a22219f9575323 100644
--- a/interface/interface.lisp
+++ b/interface/interface.lisp
@@ -3,8 +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/interface/interface.lisp,v 1.9 1994/10/31 04:53:18 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/callbacks.lisp b/motif/lisp/callbacks.lisp
index 1d7f4cd89c86a7dc145488c25de1eeb018ed7fe3..abd64767c44a42ef87ab21d4072b6a8b8eb510cf 100644
--- a/motif/lisp/callbacks.lisp
+++ b/motif/lisp/callbacks.lisp
@@ -3,7 +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/motif/lisp/callbacks.lisp,v 1.3 1994/10/31 04:54:48 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/conversion.lisp b/motif/lisp/conversion.lisp
index 2706b2d23a7e39a6f02139c3dc376b4ba276ee14..5564f3887cc699c936faa844c3e6d8f8b32e049c 100644
--- a/motif/lisp/conversion.lisp
+++ b/motif/lisp/conversion.lisp
@@ -3,7 +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/motif/lisp/conversion.lisp,v 1.3 1994/10/31 04:54:48 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/events.lisp b/motif/lisp/events.lisp
index b16323413cc7a1e69b5bf4fe57973daa03349700..f089373f222291d882e674f4dfd3612a811273c6 100644
--- a/motif/lisp/events.lisp
+++ b/motif/lisp/events.lisp
@@ -3,7 +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/motif/lisp/events.lisp,v 1.2 1994/10/31 04:54:48 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/interface-build.lisp b/motif/lisp/interface-build.lisp
index 28009ee173e9531658828b584b296851389b13e1..fce534fb617f8ba69f56d9eae2a4071d9865e3a9 100644
--- a/motif/lisp/interface-build.lisp
+++ b/motif/lisp/interface-build.lisp
@@ -3,7 +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/motif/lisp/interface-build.lisp,v 1.3 1994/10/31 04:54:48 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/main.lisp b/motif/lisp/main.lisp
index a9e96dae039addcf5e578cd85d4cff15b234b258..a3ac021fe0076aeaa4dbfeb3e2424eb5e0885b38 100644
--- a/motif/lisp/main.lisp
+++ b/motif/lisp/main.lisp
@@ -3,7 +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/motif/lisp/main.lisp,v 1.2 1994/10/31 04:54:48 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/string-base.lisp b/motif/lisp/string-base.lisp
index cd0dd18b971640f2fc09ae3077481a71e804533e..44f3647988b72da5ca301a4d6843e7984344cc59 100644
--- a/motif/lisp/string-base.lisp
+++ b/motif/lisp/string-base.lisp
@@ -3,7 +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/motif/lisp/string-base.lisp,v 1.2 1994/10/31 04:54:48 ram Rel $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/transport.lisp b/motif/lisp/transport.lisp
index 01f708a7e0c6b2297ffde56a8a709594a22d17fd..456e80a6d772b98762027bbdc74adc64ec69fc84 100644
--- a/motif/lisp/transport.lisp
+++ b/motif/lisp/transport.lisp
@@ -3,7 +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/motif/lisp/transport.lisp,v 1.2 1994/10/31 04:54:48 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/widgets.lisp b/motif/lisp/widgets.lisp
index d3131944eaa65317aa14c373590939ee7acf5145..6cb3ca73457d9394ffc562f5f110c41f0ec5650f 100644
--- a/motif/lisp/widgets.lisp
+++ b/motif/lisp/widgets.lisp
@@ -3,7 +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/motif/lisp/widgets.lisp,v 1.2 1994/10/31 04:54:48 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/xt-types.lisp b/motif/lisp/xt-types.lisp
index 90d7145bc524a2d0d5e91d66a95de03f1baa8855..51153e94dad817735302dbabd11f6f7f6c5c5c7f 100644
--- a/motif/lisp/xt-types.lisp
+++ b/motif/lisp/xt-types.lisp
@@ -3,7 +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/motif/lisp/xt-types.lisp,v 1.3 1994/10/31 04:54:48 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;