From 99a5797f72ae3a43d8e5909653770f044f993c17 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Sat, 24 Sep 2011 23:10:18 -0700
Subject: [PATCH] Fix ticket:49.  In every file-comment, replace the existing
 $Header$ entries with just the file path, removing the revision number, date,
 author and state.  The actual information is now computed during compilation
 and stored in the fasl itself.  (See ticket:48.)

---
 assembly/alpha/alloc.lisp                              | 2 +-
 assembly/alpha/arith.lisp                              | 2 +-
 assembly/alpha/array.lisp                              | 2 +-
 assembly/alpha/assem-rtns.lisp                         | 2 +-
 assembly/alpha/support.lisp                            | 2 +-
 assembly/amd64/arith.lisp                              | 2 +-
 assembly/amd64/array.lisp                              | 2 +-
 assembly/amd64/assem-rtns.lisp                         | 2 +-
 assembly/amd64/support.lisp                            | 2 +-
 assembly/assemfile.lisp                                | 2 +-
 assembly/hppa/alloc.lisp                               | 2 +-
 assembly/hppa/arith.lisp                               | 2 +-
 assembly/hppa/array.lisp                               | 2 +-
 assembly/hppa/assem-rtns.lisp                          | 2 +-
 assembly/hppa/support.lisp                             | 2 +-
 assembly/mips/alloc.lisp                               | 2 +-
 assembly/mips/arith.lisp                               | 2 +-
 assembly/mips/array.lisp                               | 2 +-
 assembly/mips/assem-rtns.lisp                          | 2 +-
 assembly/mips/bit-bash.lisp                            | 4 ++--
 assembly/mips/support.lisp                             | 2 +-
 assembly/mips/wrlist.lisp                              | 2 +-
 assembly/ppc/alloc.lisp                                | 2 +-
 assembly/ppc/arith.lisp                                | 2 +-
 assembly/ppc/array.lisp                                | 2 +-
 assembly/ppc/assem-rtns.lisp                           | 2 +-
 assembly/ppc/support.lisp                              | 2 +-
 assembly/rt/alloc.lisp                                 | 4 ++--
 assembly/rt/arith.lisp                                 | 4 ++--
 assembly/rt/array.lisp                                 | 4 ++--
 assembly/rt/assem-rtns.lisp                            | 4 ++--
 assembly/rt/support.lisp                               | 4 ++--
 assembly/sparc/alloc.lisp                              | 2 +-
 assembly/sparc/arith.lisp                              | 2 +-
 assembly/sparc/array.lisp                              | 4 ++--
 assembly/sparc/assem-rtns.lisp                         | 4 ++--
 assembly/sparc/support.lisp                            | 2 +-
 assembly/x86/alloc.lisp                                | 2 +-
 assembly/x86/arith.lisp                                | 2 +-
 assembly/x86/array.lisp                                | 2 +-
 assembly/x86/assem-rtns.lisp                           | 2 +-
 assembly/x86/support.lisp                              | 2 +-
 clx/cmudep.lisp                                        | 2 +-
 clx/doc.lisp                                           | 2 +-
 code/alieneval.lisp                                    | 2 +-
 code/alpha-vm.lisp                                     | 4 ++--
 code/amd64-vm.lisp                                     | 2 +-
 code/array.lisp                                        | 2 +-
 code/backq.lisp                                        | 2 +-
 code/bignum-test.lisp                                  | 2 +-
 code/bignum.lisp                                       | 2 +-
 code/bit-bash.lisp                                     | 2 +-
 code/bsd-os.lisp                                       | 2 +-
 code/byte-interp.lisp                                  | 2 +-
 code/c-call.lisp                                       | 2 +-
 code/char.lisp                                         | 2 +-
 code/class.lisp                                        | 2 +-
 code/clx-ext.lisp                                      | 2 +-
 code/cmu-site.lisp                                     | 2 +-
 code/commandline.lisp                                  | 2 +-
 code/cprofile.lisp                                     | 2 +-
 code/debug-info.lisp                                   | 2 +-
 code/debug-int.lisp                                    | 2 +-
 code/debug-vm.lisp                                     | 2 +-
 code/debug.lisp                                        | 2 +-
 code/defmacro.lisp                                     | 2 +-
 code/defstruct.lisp                                    | 2 +-
 code/describe.lisp                                     | 2 +-
 code/dfixnum.lisp                                      | 2 +-
 code/dyncount.lisp                                     | 2 +-
 code/env-access.lisp                                   | 2 +-
 code/error.lisp                                        | 2 +-
 code/eval.lisp                                         | 2 +-
 code/exports.lisp                                      | 2 +-
 code/extensions.lisp                                   | 2 +-
 code/extfmts.lisp                                      | 2 +-
 code/fd-stream-comp.lisp                               | 2 +-
 code/fd-stream-extfmt.lisp                             | 2 +-
 code/fd-stream.lisp                                    | 2 +-
 code/fdefinition.lisp                                  | 2 +-
 code/filesys.lisp                                      | 2 +-
 code/final.lisp                                        | 2 +-
 code/float-trap.lisp                                   | 2 +-
 code/float.lisp                                        | 2 +-
 code/foreign.lisp                                      | 2 +-
 code/format-time.lisp                                  | 2 +-
 code/format.lisp                                       | 2 +-
 code/fwrappers.lisp                                    | 2 +-
 code/gc.lisp                                           | 2 +-
 code/generic-site.lisp                                 | 2 +-
 code/gengc.lisp                                        | 2 +-
 code/globals.lisp                                      | 2 +-
 code/hash-new.lisp                                     | 2 +-
 code/hash.lisp                                         | 2 +-
 code/hppa-vm.lisp                                      | 2 +-
 code/hpux-os.lisp                                      | 2 +-
 code/internet.lisp                                     | 2 +-
 code/interr.lisp                                       | 2 +-
 code/intl-tramp.lisp                                   | 2 +-
 code/intl.lisp                                         | 2 +-
 code/irix-os.lisp                                      | 2 +-
 code/irrat-dd.lisp                                     | 2 +-
 code/irrat.lisp                                        | 2 +-
 code/kernel.lisp                                       | 2 +-
 code/linux-os.lisp                                     | 2 +-
 code/lispinit.lisp                                     | 2 +-
 code/list.lisp                                         | 2 +-
 code/load.lisp                                         | 2 +-
 code/loop.lisp                                         | 2 +-
 code/mach-os.lisp                                      | 2 +-
 code/mach.lisp                                         | 2 +-
 code/machdef.lisp                                      | 2 +-
 code/macros.lisp                                       | 2 +-
 code/mipsstrops.lisp                                   | 2 +-
 code/misc.lisp                                         | 2 +-
 code/module.lisp                                       | 4 ++--
 code/multi-proc.lisp                                   | 2 +-
 code/ntrace.lisp                                       | 2 +-
 code/numbers.lisp                                      | 2 +-
 code/old-loop.lisp                                     | 2 +-
 code/osf1-os.lisp                                      | 2 +-
 code/package.lisp                                      | 2 +-
 code/parse-time.lisp                                   | 2 +-
 code/pathname.lisp                                     | 2 +-
 code/pmax-disassem.lisp                                | 2 +-
 code/pmax-machdef.lisp                                 | 2 +-
 code/pmax-vm.lisp                                      | 4 ++--
 code/ppc-vm.lisp                                       | 2 +-
 code/pprint.lisp                                       | 2 +-
 code/pred.lisp                                         | 2 +-
 code/print.lisp                                        | 2 +-
 code/profile.lisp                                      | 2 +-
 code/purify.lisp                                       | 2 +-
 code/query.lisp                                        | 2 +-
 code/rand-mt19937.lisp                                 | 2 +-
 code/rand.lisp                                         | 2 +-
 code/reader.lisp                                       | 2 +-
 code/remote.lisp                                       | 2 +-
 code/room.lisp                                         | 2 +-
 code/rt-machdef.lisp                                   | 2 +-
 code/rt-vm.lisp                                        | 2 +-
 code/run-program.lisp                                  | 2 +-
 code/sap.lisp                                          | 2 +-
 code/save.lisp                                         | 2 +-
 code/scavhook.lisp                                     | 2 +-
 code/search-list.lisp                                  | 2 +-
 code/seq.lisp                                          | 2 +-
 code/serve-event.lisp                                  | 2 +-
 code/setf-funs.lisp                                    | 2 +-
 code/sgi-vm.lisp                                       | 4 ++--
 code/sharpm.lisp                                       | 2 +-
 code/signal.lisp                                       | 2 +-
 code/sort.lisp                                         | 2 +-
 code/sparc-machdef.lisp                                | 2 +-
 code/sparc-svr4-vm.lisp                                | 2 +-
 code/sparc-vm.lisp                                     | 2 +-
 code/stream-vector-io.lisp                             | 2 +-
 code/stream.lisp                                       | 2 +-
 code/string.lisp                                       | 2 +-
 code/struct.lisp                                       | 2 +-
 code/sunos-os.lisp                                     | 2 +-
 code/symbol.lisp                                       | 2 +-
 code/sysmacs.lisp                                      | 2 +-
 code/time.lisp                                         | 2 +-
 code/tty-inspect.lisp                                  | 2 +-
 code/type-boot.lisp                                    | 2 +-
 code/type-init.lisp                                    | 2 +-
 code/type.lisp                                         | 2 +-
 code/typedefs.lisp                                     | 2 +-
 code/unidata.lisp                                      | 2 +-
 code/unix-glibc2.lisp                                  | 2 +-
 code/unix.lisp                                         | 2 +-
 code/vm.lisp                                           | 4 ++--
 code/weak.lisp                                         | 4 ++--
 code/wire.lisp                                         | 2 +-
 code/x86-vm.lisp                                       | 2 +-
 compiler/aliencomp.lisp                                | 2 +-
 compiler/alloc.lisp                                    | 2 +-
 compiler/alpha/alloc.lisp                              | 2 +-
 compiler/alpha/arith.lisp                              | 4 ++--
 compiler/alpha/array.lisp                              | 2 +-
 compiler/alpha/c-call.lisp                             | 2 +-
 compiler/alpha/call.lisp                               | 2 +-
 compiler/alpha/cell.lisp                               | 2 +-
 compiler/alpha/char.lisp                               | 4 ++--
 compiler/alpha/debug.lisp                              | 2 +-
 compiler/alpha/float.lisp                              | 2 +-
 compiler/alpha/insts.lisp                              | 2 +-
 compiler/alpha/macros.lisp                             | 2 +-
 compiler/alpha/memory.lisp                             | 2 +-
 compiler/alpha/move.lisp                               | 2 +-
 compiler/alpha/nlx.lisp                                | 2 +-
 compiler/alpha/parms.lisp                              | 2 +-
 compiler/alpha/pred.lisp                               | 2 +-
 compiler/alpha/print.lisp                              | 2 +-
 compiler/alpha/sap.lisp                                | 2 +-
 compiler/alpha/static-fn.lisp                          | 2 +-
 compiler/alpha/subprim.lisp                            | 2 +-
 compiler/alpha/system.lisp                             | 2 +-
 compiler/alpha/type-vops.lisp                          | 2 +-
 compiler/alpha/values.lisp                             | 2 +-
 compiler/alpha/vm.lisp                                 | 2 +-
 compiler/amd64/alloc.lisp                              | 2 +-
 compiler/amd64/arith.lisp                              | 2 +-
 compiler/amd64/array.lisp                              | 2 +-
 compiler/amd64/c-call.lisp                             | 2 +-
 compiler/amd64/call.lisp                               | 2 +-
 compiler/amd64/cell.lisp                               | 2 +-
 compiler/amd64/char.lisp                               | 2 +-
 compiler/amd64/debug.lisp                              | 2 +-
 compiler/amd64/float.lisp                              | 2 +-
 compiler/amd64/insts.lisp                              | 2 +-
 compiler/amd64/macros.lisp                             | 2 +-
 compiler/amd64/memory.lisp                             | 2 +-
 compiler/amd64/move.lisp                               | 2 +-
 compiler/amd64/nlx.lisp                                | 2 +-
 compiler/amd64/parms.lisp                              | 2 +-
 compiler/amd64/pred.lisp                               | 2 +-
 compiler/amd64/print.lisp                              | 2 +-
 compiler/amd64/sap.lisp                                | 2 +-
 compiler/amd64/static-fn.lisp                          | 2 +-
 compiler/amd64/subprim.lisp                            | 2 +-
 compiler/amd64/system.lisp                             | 2 +-
 compiler/amd64/type-vops.lisp                          | 2 +-
 compiler/amd64/values.lisp                             | 2 +-
 compiler/amd64/vm.lisp                                 | 2 +-
 compiler/array-tran.lisp                               | 2 +-
 compiler/backend.lisp                                  | 2 +-
 compiler/bit-util.lisp                                 | 2 +-
 compiler/byte-comp.lisp                                | 2 +-
 compiler/checkgen.lisp                                 | 2 +-
 compiler/codegen.lisp                                  | 2 +-
 compiler/constraint.lisp                               | 2 +-
 compiler/control.lisp                                  | 2 +-
 compiler/copyprop.lisp                                 | 2 +-
 compiler/ctype.lisp                                    | 2 +-
 compiler/debug-dump.lisp                               | 2 +-
 compiler/debug.lisp                                    | 2 +-
 compiler/dfo.lisp                                      | 2 +-
 compiler/disassem.lisp                                 | 2 +-
 compiler/dump.lisp                                     | 2 +-
 compiler/dyncount.lisp                                 | 2 +-
 compiler/entry.lisp                                    | 2 +-
 compiler/envanal.lisp                                  | 2 +-
 compiler/eval-comp.lisp                                | 2 +-
 compiler/eval.lisp                                     | 2 +-
 compiler/float-tran.lisp                               | 2 +-
 compiler/fndb.lisp                                     | 2 +-
 compiler/generic/core.lisp                             | 2 +-
 compiler/generic/gengc-genesis.lisp                    | 2 +-
 compiler/generic/interr.lisp                           | 2 +-
 compiler/generic/new-genesis.lisp                      | 2 +-
 compiler/generic/objdef.lisp                           | 2 +-
 compiler/generic/primtype.lisp                         | 2 +-
 compiler/generic/utils.lisp                            | 2 +-
 compiler/generic/vm-fndb.lisp                          | 2 +-
 compiler/generic/vm-ir2tran.lisp                       | 2 +-
 compiler/generic/vm-macs.lisp                          | 2 +-
 compiler/generic/vm-tran.lisp                          | 2 +-
 compiler/generic/vm-type.lisp                          | 2 +-
 compiler/generic/vm-typetran.lisp                      | 2 +-
 compiler/globaldb.lisp                                 | 2 +-
 compiler/globals.lisp                                  | 2 +-
 compiler/gtn.lisp                                      | 2 +-
 compiler/hppa/alloc.lisp                               | 2 +-
 compiler/hppa/arith.lisp                               | 2 +-
 compiler/hppa/array.lisp                               | 2 +-
 compiler/hppa/c-call.lisp                              | 2 +-
 compiler/hppa/call.lisp                                | 2 +-
 compiler/hppa/cell.lisp                                | 2 +-
 compiler/hppa/char.lisp                                | 2 +-
 compiler/hppa/debug.lisp                               | 2 +-
 compiler/hppa/float.lisp                               | 2 +-
 compiler/hppa/insts.lisp                               | 2 +-
 compiler/hppa/macros.lisp                              | 2 +-
 compiler/hppa/memory.lisp                              | 2 +-
 compiler/hppa/move.lisp                                | 2 +-
 compiler/hppa/nlx.lisp                                 | 2 +-
 compiler/hppa/parms.lisp                               | 2 +-
 compiler/hppa/pred.lisp                                | 2 +-
 compiler/hppa/print.lisp                               | 2 +-
 compiler/hppa/sap.lisp                                 | 2 +-
 compiler/hppa/static-fn.lisp                           | 2 +-
 compiler/hppa/subprim.lisp                             | 2 +-
 compiler/hppa/system.lisp                              | 2 +-
 compiler/hppa/type-vops.lisp                           | 2 +-
 compiler/hppa/values.lisp                              | 2 +-
 compiler/hppa/vm.lisp                                  | 2 +-
 compiler/ir1final.lisp                                 | 2 +-
 compiler/ir1opt.lisp                                   | 2 +-
 compiler/ir1tran.lisp                                  | 2 +-
 compiler/ir1util.lisp                                  | 2 +-
 compiler/ir2tran.lisp                                  | 2 +-
 compiler/knownfun.lisp                                 | 2 +-
 compiler/life.lisp                                     | 2 +-
 compiler/loadbackend.lisp                              | 2 +-
 compiler/loadcom.lisp                                  | 2 +-
 compiler/locall.lisp                                   | 2 +-
 compiler/loop.lisp                                     | 2 +-
 compiler/ltn.lisp                                      | 2 +-
 compiler/ltv.lisp                                      | 2 +-
 compiler/macros.lisp                                   | 2 +-
 compiler/main.lisp                                     | 2 +-
 compiler/meta-vmdef.lisp                               | 2 +-
 compiler/mips/alloc.lisp                               | 2 +-
 compiler/mips/arith.lisp                               | 4 ++--
 compiler/mips/array.lisp                               | 2 +-
 compiler/mips/c-call.lisp                              | 2 +-
 compiler/mips/call.lisp                                | 2 +-
 compiler/mips/cell.lisp                                | 2 +-
 compiler/mips/char.lisp                                | 4 ++--
 compiler/mips/debug.lisp                               | 2 +-
 compiler/mips/float.lisp                               | 2 +-
 compiler/mips/insts.lisp                               | 2 +-
 compiler/mips/macros.lisp                              | 2 +-
 compiler/mips/memory.lisp                              | 2 +-
 compiler/mips/move.lisp                                | 2 +-
 compiler/mips/nlx.lisp                                 | 2 +-
 compiler/mips/parms.lisp                               | 2 +-
 compiler/mips/pred.lisp                                | 2 +-
 compiler/mips/print.lisp                               | 2 +-
 compiler/mips/sap.lisp                                 | 2 +-
 compiler/mips/static-fn.lisp                           | 2 +-
 compiler/mips/subprim.lisp                             | 2 +-
 compiler/mips/system.lisp                              | 2 +-
 compiler/mips/type-vops.lisp                           | 2 +-
 compiler/mips/utils.lisp                               | 2 +-
 compiler/mips/values.lisp                              | 2 +-
 compiler/mips/vm.lisp                                  | 2 +-
 compiler/new-assem.lisp                                | 2 +-
 compiler/node.lisp                                     | 2 +-
 compiler/old-rt/assem-macs.lisp                        | 2 +-
 compiler/pack.lisp                                     | 2 +-
 compiler/ppc/alloc.lisp                                | 2 +-
 compiler/ppc/arith.lisp                                | 2 +-
 compiler/ppc/array.lisp                                | 2 +-
 compiler/ppc/c-call.lisp                               | 2 +-
 compiler/ppc/call.lisp                                 | 2 +-
 compiler/ppc/cell.lisp                                 | 2 +-
 compiler/ppc/char.lisp                                 | 2 +-
 compiler/ppc/debug.lisp                                | 2 +-
 compiler/ppc/float.lisp                                | 2 +-
 compiler/ppc/insts.lisp                                | 2 +-
 compiler/ppc/macros.lisp                               | 2 +-
 compiler/ppc/memory.lisp                               | 2 +-
 compiler/ppc/move.lisp                                 | 2 +-
 compiler/ppc/nlx.lisp                                  | 2 +-
 compiler/ppc/parms.lisp                                | 2 +-
 compiler/ppc/pred.lisp                                 | 2 +-
 compiler/ppc/print.lisp                                | 2 +-
 compiler/ppc/sap.lisp                                  | 2 +-
 compiler/ppc/static-fn.lisp                            | 2 +-
 compiler/ppc/subprim.lisp                              | 2 +-
 compiler/ppc/system.lisp                               | 2 +-
 compiler/ppc/type-vops.lisp                            | 2 +-
 compiler/ppc/values.lisp                               | 2 +-
 compiler/ppc/vm.lisp                                   | 2 +-
 compiler/proclaim.lisp                                 | 2 +-
 compiler/pseudo-vops.lisp                              | 2 +-
 compiler/represent.lisp                                | 2 +-
 compiler/rt/afpa.lisp                                  | 2 +-
 compiler/rt/alloc.lisp                                 | 4 ++--
 compiler/rt/arith.lisp                                 | 4 ++--
 compiler/rt/array.lisp                                 | 4 ++--
 compiler/rt/c-call.lisp                                | 4 ++--
 compiler/rt/call.lisp                                  | 2 +-
 compiler/rt/cell.lisp                                  | 4 ++--
 compiler/rt/char.lisp                                  | 4 ++--
 compiler/rt/debug.lisp                                 | 4 ++--
 compiler/rt/insts.lisp                                 | 2 +-
 compiler/rt/macros.lisp                                | 2 +-
 compiler/rt/mc68881.lisp                               | 2 +-
 compiler/rt/memory.lisp                                | 4 ++--
 compiler/rt/move.lisp                                  | 4 ++--
 compiler/rt/nlx.lisp                                   | 4 ++--
 compiler/rt/params.lisp                                | 4 ++--
 compiler/rt/pred.lisp                                  | 4 ++--
 compiler/rt/print.lisp                                 | 4 ++--
 compiler/rt/sap.lisp                                   | 4 ++--
 compiler/rt/static-fn.lisp                             | 4 ++--
 compiler/rt/subprim.lisp                               | 4 ++--
 compiler/rt/system.lisp                                | 4 ++--
 compiler/rt/type-vops.lisp                             | 4 ++--
 compiler/rt/values.lisp                                | 4 ++--
 compiler/rt/vm.lisp                                    | 2 +-
 compiler/saptran.lisp                                  | 2 +-
 compiler/seqtran.lisp                                  | 2 +-
 compiler/sparc/alloc.lisp                              | 2 +-
 compiler/sparc/arith.lisp                              | 2 +-
 compiler/sparc/array.lisp                              | 2 +-
 compiler/sparc/c-call.lisp                             | 2 +-
 compiler/sparc/call.lisp                               | 2 +-
 compiler/sparc/cell.lisp                               | 2 +-
 compiler/sparc/char.lisp                               | 2 +-
 compiler/sparc/debug.lisp                              | 2 +-
 compiler/sparc/float.lisp                              | 2 +-
 compiler/sparc/insts.lisp                              | 2 +-
 compiler/sparc/macros.lisp                             | 4 ++--
 compiler/sparc/memory.lisp                             | 2 +-
 compiler/sparc/move.lisp                               | 4 ++--
 compiler/sparc/nlx.lisp                                | 2 +-
 compiler/sparc/parms.lisp                              | 2 +-
 compiler/sparc/pred.lisp                               | 4 ++--
 compiler/sparc/print.lisp                              | 4 ++--
 compiler/sparc/sap.lisp                                | 2 +-
 compiler/sparc/static-fn.lisp                          | 4 ++--
 compiler/sparc/subprim.lisp                            | 2 +-
 compiler/sparc/system.lisp                             | 2 +-
 compiler/sparc/type-vops.lisp                          | 2 +-
 compiler/sparc/values.lisp                             | 2 +-
 compiler/sparc/vm.lisp                                 | 2 +-
 compiler/srctran.lisp                                  | 2 +-
 compiler/sset.lisp                                     | 2 +-
 compiler/stack.lisp                                    | 2 +-
 compiler/statcount.lisp                                | 4 ++--
 compiler/tn.lisp                                       | 2 +-
 compiler/typetran.lisp                                 | 2 +-
 compiler/vmdef.lisp                                    | 2 +-
 compiler/vop.lisp                                      | 2 +-
 compiler/x86/alloc.lisp                                | 2 +-
 compiler/x86/arith.lisp                                | 2 +-
 compiler/x86/array.lisp                                | 2 +-
 compiler/x86/c-call.lisp                               | 2 +-
 compiler/x86/call.lisp                                 | 2 +-
 compiler/x86/cell.lisp                                 | 2 +-
 compiler/x86/char.lisp                                 | 2 +-
 compiler/x86/debug.lisp                                | 2 +-
 compiler/x86/float-sse2.lisp                           | 2 +-
 compiler/x86/float.lisp                                | 2 +-
 compiler/x86/insts.lisp                                | 2 +-
 compiler/x86/macros.lisp                               | 2 +-
 compiler/x86/memory.lisp                               | 2 +-
 compiler/x86/move.lisp                                 | 2 +-
 compiler/x86/nlx.lisp                                  | 2 +-
 compiler/x86/parms.lisp                                | 2 +-
 compiler/x86/pred.lisp                                 | 2 +-
 compiler/x86/print.lisp                                | 2 +-
 compiler/x86/sap.lisp                                  | 2 +-
 compiler/x86/sse2-array.lisp                           | 2 +-
 compiler/x86/sse2-c-call.lisp                          | 2 +-
 compiler/x86/sse2-sap.lisp                             | 2 +-
 compiler/x86/static-fn.lisp                            | 2 +-
 compiler/x86/subprim.lisp                              | 2 +-
 compiler/x86/system.lisp                               | 2 +-
 compiler/x86/type-vops.lisp                            | 2 +-
 compiler/x86/values.lisp                               | 2 +-
 compiler/x86/vm.lisp                                   | 2 +-
 compiler/x86/x87-array.lisp                            | 4 ++--
 compiler/x86/x87-c-call.lisp                           | 2 +-
 compiler/x86/x87-sap.lisp                              | 2 +-
 compiler/xref.lisp                                     | 2 +-
 contrib/contrib.lisp                                   | 2 +-
 hemlock/abbrev.lisp                                    | 2 +-
 hemlock/auto-save.lisp                                 | 2 +-
 hemlock/bindings.lisp                                  | 2 +-
 hemlock/bit-display.lisp                               | 2 +-
 hemlock/bit-screen.lisp                                | 2 +-
 hemlock/bit-stream.lisp                                | 2 +-
 hemlock/bufed.lisp                                     | 2 +-
 hemlock/buffer.lisp                                    | 2 +-
 hemlock/charmacs.lisp                                  | 2 +-
 hemlock/command.lisp                                   | 2 +-
 hemlock/comments.lisp                                  | 2 +-
 hemlock/completion.lisp                                | 2 +-
 hemlock/cursor.lisp                                    | 2 +-
 hemlock/dabbrev.lisp                                   | 2 +-
 hemlock/debug.lisp                                     | 2 +-
 hemlock/defsyn.lisp                                    | 2 +-
 hemlock/dired.lisp                                     | 2 +-
 hemlock/diredcoms.lisp                                 | 2 +-
 hemlock/display.lisp                                   | 2 +-
 hemlock/doccoms.lisp                                   | 2 +-
 hemlock/dylan.lisp                                     | 2 +-
 hemlock/echo.lisp                                      | 2 +-
 hemlock/echocoms.lisp                                  | 2 +-
 hemlock/ed-integrity.lisp                              | 2 +-
 hemlock/edit-defs.lisp                                 | 2 +-
 hemlock/eval-server.lisp                               | 2 +-
 hemlock/filecoms.lisp                                  | 2 +-
 hemlock/files.lisp                                     | 2 +-
 hemlock/fill.lisp                                      | 2 +-
 hemlock/font.lisp                                      | 2 +-
 hemlock/gosmacs.lisp                                   | 2 +-
 hemlock/group.lisp                                     | 2 +-
 hemlock/hi-integrity.lisp                              | 2 +-
 hemlock/highlight.lisp                                 | 2 +-
 hemlock/htext1.lisp                                    | 2 +-
 hemlock/htext2.lisp                                    | 2 +-
 hemlock/htext3.lisp                                    | 2 +-
 hemlock/htext4.lisp                                    | 2 +-
 hemlock/hunk-draw.lisp                                 | 2 +-
 hemlock/icom.lisp                                      | 2 +-
 hemlock/indent.lisp                                    | 2 +-
 hemlock/input.lisp                                     | 2 +-
 hemlock/interp.lisp                                    | 2 +-
 hemlock/kbdmac.lisp                                    | 2 +-
 hemlock/key-event.lisp                                 | 2 +-
 hemlock/keysym-defs.lisp                               | 2 +-
 hemlock/keytran.lisp                                   | 2 +-
 hemlock/keytrandefs.lisp                               | 2 +-
 hemlock/killcoms.lisp                                  | 2 +-
 hemlock/line.lisp                                      | 2 +-
 hemlock/linimage.lisp                                  | 2 +-
 hemlock/lisp-lib.lisp                                  | 2 +-
 hemlock/lispbuf.lisp                                   | 2 +-
 hemlock/lispeval.lisp                                  | 2 +-
 hemlock/lispmode.lisp                                  | 2 +-
 hemlock/macros.lisp                                    | 2 +-
 hemlock/main.lisp                                      | 2 +-
 hemlock/mh.lisp                                        | 2 +-
 hemlock/morecoms.lisp                                  | 2 +-
 hemlock/netnews.lisp                                   | 2 +-
 hemlock/overwrite.lisp                                 | 2 +-
 hemlock/pascal.lisp                                    | 2 +-
 hemlock/pop-up-stream.lisp                             | 2 +-
 hemlock/rcs.lisp                                       | 2 +-
 hemlock/register.lisp                                  | 2 +-
 hemlock/ring.lisp                                      | 2 +-
 hemlock/rompsite.lisp                                  | 2 +-
 hemlock/screen.lisp                                    | 2 +-
 hemlock/scribe.lisp                                    | 2 +-
 hemlock/search1.lisp                                   | 2 +-
 hemlock/search2.lisp                                   | 2 +-
 hemlock/searchcoms.lisp                                | 2 +-
 hemlock/shell.lisp                                     | 2 +-
 hemlock/spell-aug.lisp                                 | 2 +-
 hemlock/spell-build.lisp                               | 2 +-
 hemlock/spell-corr.lisp                                | 2 +-
 hemlock/spell-rt.lisp                                  | 2 +-
 hemlock/spellcoms.lisp                                 | 2 +-
 hemlock/srccom.lisp                                    | 2 +-
 hemlock/streams.lisp                                   | 2 +-
 hemlock/struct-ed.lisp                                 | 2 +-
 hemlock/struct.lisp                                    | 2 +-
 hemlock/syntax.lisp                                    | 2 +-
 hemlock/table.lisp                                     | 2 +-
 hemlock/termcap.lisp                                   | 2 +-
 hemlock/text.lisp                                      | 2 +-
 hemlock/ts-buf.lisp                                    | 2 +-
 hemlock/ts-stream.lisp                                 | 2 +-
 hemlock/tty-disp-rt.lisp                               | 2 +-
 hemlock/tty-display.lisp                               | 2 +-
 hemlock/tty-screen.lisp                                | 2 +-
 hemlock/tty-stream.lisp                                | 2 +-
 hemlock/undo.lisp                                      | 2 +-
 hemlock/unixcoms.lisp                                  | 2 +-
 hemlock/vars.lisp                                      | 2 +-
 hemlock/window.lisp                                    | 2 +-
 hemlock/winimage.lisp                                  | 2 +-
 hemlock/xcoms.lisp                                     | 2 +-
 interface/debug.lisp                                   | 2 +-
 interface/initial.lisp                                 | 2 +-
 interface/inspect.lisp                                 | 2 +-
 interface/interface.lisp                               | 2 +-
 interface/precom.lisp                                  | 2 +-
 motif/lisp/callbacks.lisp                              | 2 +-
 motif/lisp/conversion.lisp                             | 2 +-
 motif/lisp/events.lisp                                 | 2 +-
 motif/lisp/initial.lisp                                | 2 +-
 motif/lisp/interface-build.lisp                        | 2 +-
 motif/lisp/interface-glue.lisp                         | 2 +-
 motif/lisp/internals.lisp                              | 2 +-
 motif/lisp/main.lisp                                   | 2 +-
 motif/lisp/prototypes.lisp                             | 2 +-
 motif/lisp/string-base.lisp                            | 2 +-
 motif/lisp/timer-support.lisp                          | 2 +-
 motif/lisp/transport.lisp                              | 2 +-
 motif/lisp/widgets.lisp                                | 2 +-
 motif/lisp/xt-types.lisp                               | 2 +-
 pcl/boot.lisp                                          | 2 +-
 pcl/braid.lisp                                         | 2 +-
 pcl/cache.lisp                                         | 2 +-
 pcl/clos-bench.lisp                                    | 2 +-
 pcl/cmucl-documentation.lisp                           | 2 +-
 pcl/combin.lisp                                        | 2 +-
 pcl/cpl.lisp                                           | 2 +-
 pcl/ctor.lisp                                          | 2 +-
 pcl/defclass.lisp                                      | 2 +-
 pcl/defcombin.lisp                                     | 2 +-
 pcl/defsys.lisp                                        | 2 +-
 pcl/dfun.lisp                                          | 2 +-
 pcl/dlisp.lisp                                         | 2 +-
 pcl/dlisp2.lisp                                        | 2 +-
 pcl/dlisp3.lisp                                        | 2 +-
 pcl/env.lisp                                           | 2 +-
 pcl/fin.lisp                                           | 2 +-
 pcl/fngen.lisp                                         | 2 +-
 pcl/fsc.lisp                                           | 2 +-
 pcl/generic-functions.lisp                             | 2 +-
 pcl/gf-call-optimization.lisp                          | 2 +-
 pcl/gray-compat.lisp                                   | 2 +-
 pcl/gray-streams-class.lisp                            | 2 +-
 pcl/gray-streams.lisp                                  | 2 +-
 pcl/info.lisp                                          | 2 +-
 pcl/init.lisp                                          | 2 +-
 pcl/low.lisp                                           | 2 +-
 pcl/macros.lisp                                        | 2 +-
 pcl/method-slot-access-optimization.lisp               | 2 +-
 pcl/methods.lisp                                       | 2 +-
 pcl/pkg.lisp                                           | 2 +-
 pcl/rt/ctor.lisp                                       | 2 +-
 pcl/rt/defclass.lisp                                   | 2 +-
 pcl/rt/defgeneric.lisp                                 | 2 +-
 pcl/rt/defmethod.lisp                                  | 2 +-
 pcl/rt/find-method.lisp                                | 2 +-
 pcl/rt/inline-access.lisp                              | 2 +-
 pcl/rt/make-instance.lisp                              | 2 +-
 pcl/rt/method-combination.lisp                         | 2 +-
 pcl/rt/methods.lisp                                    | 2 +-
 pcl/rt/pkg.lisp                                        | 2 +-
 pcl/rt/pv.lisp                                         | 2 +-
 pcl/rt/reinitialize-instance.lisp                      | 2 +-
 pcl/rt/slot-accessors.lisp                             | 2 +-
 pcl/rt/slot-boundp.lisp                                | 2 +-
 pcl/rt/slot-missing.lisp                               | 2 +-
 pcl/rt/slot-type.lisp                                  | 2 +-
 pcl/rt/slot-value.lisp                                 | 2 +-
 pcl/rt/system.lisp                                     | 2 +-
 pcl/seal.lisp                                          | 2 +-
 pcl/simple-streams/classes.lisp                        | 2 +-
 pcl/simple-streams/direct.lisp                         | 2 +-
 pcl/simple-streams/external-formats/ascii.lisp         | 2 +-
 pcl/simple-streams/external-formats/beta-gk.lisp       | 2 +-
 pcl/simple-streams/external-formats/cp1250.lisp        | 2 +-
 pcl/simple-streams/external-formats/cp1251.lisp        | 2 +-
 pcl/simple-streams/external-formats/cp1252.lisp        | 2 +-
 pcl/simple-streams/external-formats/cp1253.lisp        | 2 +-
 pcl/simple-streams/external-formats/cp1254.lisp        | 2 +-
 pcl/simple-streams/external-formats/cp1255.lisp        | 2 +-
 pcl/simple-streams/external-formats/cp1256.lisp        | 2 +-
 pcl/simple-streams/external-formats/cp1257.lisp        | 2 +-
 pcl/simple-streams/external-formats/cp1258.lisp        | 2 +-
 pcl/simple-streams/external-formats/cr.lisp            | 2 +-
 pcl/simple-streams/external-formats/crlf.lisp          | 2 +-
 pcl/simple-streams/external-formats/final-sigma.lisp   | 2 +-
 pcl/simple-streams/external-formats/iso8859-1.lisp     | 2 +-
 pcl/simple-streams/external-formats/iso8859-10.lisp    | 2 +-
 pcl/simple-streams/external-formats/iso8859-13.lisp    | 2 +-
 pcl/simple-streams/external-formats/iso8859-14.lisp    | 2 +-
 pcl/simple-streams/external-formats/iso8859-15.lisp    | 2 +-
 pcl/simple-streams/external-formats/iso8859-2.lisp     | 2 +-
 pcl/simple-streams/external-formats/iso8859-3.lisp     | 2 +-
 pcl/simple-streams/external-formats/iso8859-4.lisp     | 2 +-
 pcl/simple-streams/external-formats/iso8859-5.lisp     | 2 +-
 pcl/simple-streams/external-formats/iso8859-6.lisp     | 2 +-
 pcl/simple-streams/external-formats/iso8859-7.lisp     | 2 +-
 pcl/simple-streams/external-formats/iso8859-8.lisp     | 2 +-
 pcl/simple-streams/external-formats/iso8859-9.lisp     | 2 +-
 pcl/simple-streams/external-formats/koi8-r.lisp        | 2 +-
 pcl/simple-streams/external-formats/mac-cyrillic.lisp  | 2 +-
 pcl/simple-streams/external-formats/mac-greek.lisp     | 2 +-
 pcl/simple-streams/external-formats/mac-icelandic.lisp | 2 +-
 pcl/simple-streams/external-formats/mac-latin2.lisp    | 2 +-
 pcl/simple-streams/external-formats/mac-roman.lisp     | 2 +-
 pcl/simple-streams/external-formats/mac-turkish.lisp   | 2 +-
 pcl/simple-streams/external-formats/utf-16-be.lisp     | 2 +-
 pcl/simple-streams/external-formats/utf-16-le.lisp     | 2 +-
 pcl/simple-streams/external-formats/utf-16.lisp        | 2 +-
 pcl/simple-streams/external-formats/utf-32-be.lisp     | 2 +-
 pcl/simple-streams/external-formats/utf-32-le.lisp     | 2 +-
 pcl/simple-streams/external-formats/utf-32.lisp        | 2 +-
 pcl/simple-streams/external-formats/utf-8.lisp         | 2 +-
 pcl/simple-streams/external-formats/void.lisp          | 2 +-
 pcl/simple-streams/file.lisp                           | 2 +-
 pcl/simple-streams/gray-compat.lisp                    | 2 +-
 pcl/simple-streams/herald.lisp                         | 2 +-
 pcl/simple-streams/impl.lisp                           | 2 +-
 pcl/simple-streams/internal.lisp                       | 2 +-
 pcl/simple-streams/iodefs.lisp                         | 2 +-
 pcl/simple-streams/null.lisp                           | 2 +-
 pcl/simple-streams/socket.lisp                         | 2 +-
 pcl/simple-streams/strategy.lisp                       | 2 +-
 pcl/simple-streams/string.lisp                         | 2 +-
 pcl/simple-streams/terminal.lisp                       | 2 +-
 pcl/slots-boot.lisp                                    | 2 +-
 pcl/slots.lisp                                         | 2 +-
 pcl/std-class.lisp                                     | 2 +-
 pcl/vector.lisp                                        | 2 +-
 pcl/walk.lisp                                          | 2 +-
 tools/build-unidata.lisp                               | 2 +-
 tools/clmcom.lisp                                      | 2 +-
 tools/clxcom.lisp                                      | 2 +-
 tools/comcom.lisp                                      | 2 +-
 tools/config.lisp                                      | 2 +-
 tools/hemcom.lisp                                      | 2 +-
 tools/hemload.lisp                                     | 2 +-
 tools/pclcom.lisp                                      | 2 +-
 tools/piglatin.lisp                                    | 2 +-
 tools/setup.lisp                                       | 2 +-
 tools/worldbuild.lisp                                  | 2 +-
 tools/worldcom.lisp                                    | 2 +-
 tools/worldload.lisp                                   | 2 +-
 692 files changed, 736 insertions(+), 736 deletions(-)

diff --git a/assembly/alpha/alloc.lisp b/assembly/alpha/alloc.lisp
index cc8819780..96d15871f 100644
--- a/assembly/alpha/alloc.lisp
+++ b/assembly/alpha/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/alloc.lisp,v 1.2 1994/10/31 04:55:55 ram Rel $")
+  "$Header: src/assembly/alpha/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/alpha/arith.lisp b/assembly/alpha/arith.lisp
index 1deee439e..19d1b16e8 100644
--- a/assembly/alpha/arith.lisp
+++ b/assembly/alpha/arith.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/arith.lisp,v 1.5 2003/08/03 11:27:52 gerd Rel $")
+  "$Header: src/assembly/alpha/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/alpha/array.lisp b/assembly/alpha/array.lisp
index 6d15c0fce..277803e0e 100644
--- a/assembly/alpha/array.lisp
+++ b/assembly/alpha/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/array.lisp,v 1.4 2009/06/11 16:03:55 rtoy Rel $")
+  "$Header: src/assembly/alpha/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/alpha/assem-rtns.lisp b/assembly/alpha/assem-rtns.lisp
index 37a0eabf4..da7393b85 100644
--- a/assembly/alpha/assem-rtns.lisp
+++ b/assembly/alpha/assem-rtns.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/assem-rtns.lisp,v 1.4 2003/08/03 11:27:51 gerd Rel $")
+  "$Header: src/assembly/alpha/assem-rtns.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/alpha/support.lisp b/assembly/alpha/support.lisp
index 06cb8d259..dfb736bc6 100644
--- a/assembly/alpha/support.lisp
+++ b/assembly/alpha/support.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/alpha/support.lisp,v 1.2 1994/10/31 04:55:55 ram Rel $")
+  "$Header: src/assembly/alpha/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/amd64/arith.lisp b/assembly/amd64/arith.lisp
index 9fdd04e0c..2f85aa68e 100644
--- a/assembly/amd64/arith.lisp
+++ b/assembly/amd64/arith.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/amd64/arith.lisp,v 1.2 2004/07/14 20:51:49 cwang Rel $")
+ "$Header: src/assembly/amd64/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/amd64/array.lisp b/assembly/amd64/array.lisp
index 034961fe4..1d2e53d1c 100644
--- a/assembly/amd64/array.lisp
+++ b/assembly/amd64/array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/amd64/array.lisp,v 1.3 2004/07/27 23:28:41 cwang Rel $")
+ "$Header: src/assembly/amd64/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/amd64/assem-rtns.lisp b/assembly/amd64/assem-rtns.lisp
index da5d6adce..dc1045545 100644
--- a/assembly/amd64/assem-rtns.lisp
+++ b/assembly/amd64/assem-rtns.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/amd64/assem-rtns.lisp,v 1.4 2009/06/11 16:03:55 rtoy Rel $")
+ "$Header: src/assembly/amd64/assem-rtns.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/assembly/amd64/support.lisp b/assembly/amd64/support.lisp
index b9e60f208..05c402b81 100644
--- a/assembly/amd64/support.lisp
+++ b/assembly/amd64/support.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/amd64/support.lisp,v 1.1 2004/05/21 22:46:43 cwang Rel $")
+ "$Header: src/assembly/amd64/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/assembly/assemfile.lisp b/assembly/assemfile.lisp
index fe9571bdf..09a887853 100644
--- a/assembly/assemfile.lisp
+++ b/assembly/assemfile.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/assemfile.lisp,v 1.38 2003/01/06 15:10:15 toy Rel $")
+  "$Header: src/assembly/assemfile.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/hppa/alloc.lisp b/assembly/hppa/alloc.lisp
index b636e9897..7ddd65790 100644
--- a/assembly/hppa/alloc.lisp
+++ b/assembly/hppa/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/alloc.lisp,v 1.2 1994/10/31 04:56:18 ram Rel $")
+  "$Header: src/assembly/hppa/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/hppa/arith.lisp b/assembly/hppa/arith.lisp
index 4e6ce99b4..ce20bbc38 100644
--- a/assembly/hppa/arith.lisp
+++ b/assembly/hppa/arith.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/arith.lisp,v 1.10 2009/06/11 16:03:55 rtoy Rel $")
+  "$Header: src/assembly/hppa/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/hppa/array.lisp b/assembly/hppa/array.lisp
index ccc603e17..a0cd55541 100644
--- a/assembly/hppa/array.lisp
+++ b/assembly/hppa/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/array.lisp,v 1.6 2003/08/03 11:27:51 gerd Rel $")
+  "$Header: src/assembly/hppa/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/hppa/assem-rtns.lisp b/assembly/hppa/assem-rtns.lisp
index aceebe0e6..aa8399c1e 100644
--- a/assembly/hppa/assem-rtns.lisp
+++ b/assembly/hppa/assem-rtns.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/assem-rtns.lisp,v 1.6 2003/08/03 11:27:51 gerd Rel $")
+  "$Header: src/assembly/hppa/assem-rtns.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/hppa/support.lisp b/assembly/hppa/support.lisp
index 2457e48f4..ac8b573bd 100644
--- a/assembly/hppa/support.lisp
+++ b/assembly/hppa/support.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/hppa/support.lisp,v 1.2 1994/10/31 04:56:18 ram Rel $")
+  "$Header: src/assembly/hppa/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/alloc.lisp b/assembly/mips/alloc.lisp
index 617ea78d6..a1d6b86a7 100644
--- a/assembly/mips/alloc.lisp
+++ b/assembly/mips/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/alloc.lisp,v 1.10 2009/06/11 16:03:55 rtoy Rel $")
+  "$Header: src/assembly/mips/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/arith.lisp b/assembly/mips/arith.lisp
index 2cae0e427..256cbc360 100644
--- a/assembly/mips/arith.lisp
+++ b/assembly/mips/arith.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/arith.lisp,v 1.17 2003/08/03 11:27:51 gerd Rel $")
+  "$Header: src/assembly/mips/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/array.lisp b/assembly/mips/array.lisp
index 445cdd7ee..16e54c52e 100644
--- a/assembly/mips/array.lisp
+++ b/assembly/mips/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/array.lisp,v 1.26 2009/06/11 16:03:55 rtoy Rel $")
+  "$Header: src/assembly/mips/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/assem-rtns.lisp b/assembly/mips/assem-rtns.lisp
index 31e6a8d55..762222e84 100644
--- a/assembly/mips/assem-rtns.lisp
+++ b/assembly/mips/assem-rtns.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/assem-rtns.lisp,v 1.33 2003/08/03 11:27:51 gerd Rel $")
+  "$Header: src/assembly/mips/assem-rtns.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/bit-bash.lisp b/assembly/mips/bit-bash.lisp
index 91ebe2022..44c24094a 100644
--- a/assembly/mips/bit-bash.lisp
+++ b/assembly/mips/bit-bash.lisp
@@ -5,11 +5,11 @@
 ;;; 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.16 2003/08/03 11:27:51 gerd Rel $")
+  "$Header: src/assembly/mips/bit-bash.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/bit-bash.lisp,v 1.16 2003/08/03 11:27:51 gerd Rel $
+;;; $Header: src/assembly/mips/bit-bash.lisp $
 ;;;
 ;;; Stuff to implement bit bashing.
 ;;;
diff --git a/assembly/mips/support.lisp b/assembly/mips/support.lisp
index 9bcf9160b..05b8cb7b3 100644
--- a/assembly/mips/support.lisp
+++ b/assembly/mips/support.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/support.lisp,v 1.15 1994/10/31 04:56:40 ram Rel $")
+  "$Header: src/assembly/mips/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/mips/wrlist.lisp b/assembly/mips/wrlist.lisp
index e9204ec4e..bf78f41ff 100644
--- a/assembly/mips/wrlist.lisp
+++ b/assembly/mips/wrlist.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/mips/wrlist.lisp,v 1.7 1994/10/31 04:56:40 ram Rel $")
+  "$Header: src/assembly/mips/wrlist.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/ppc/alloc.lisp b/assembly/ppc/alloc.lisp
index 47c9a2cf3..1b0b9d7d3 100644
--- a/assembly/ppc/alloc.lisp
+++ b/assembly/ppc/alloc.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/ppc/alloc.lisp,v 1.1 2001/02/11 14:21:51 dtc Rel $")
+  "$Header: src/assembly/ppc/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/ppc/arith.lisp b/assembly/ppc/arith.lisp
index b0d55a0fe..bb7b9b8ff 100644
--- a/assembly/ppc/arith.lisp
+++ b/assembly/ppc/arith.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/ppc/arith.lisp,v 1.9 2006/02/03 15:54:38 rtoy Rel $")
+  "$Header: src/assembly/ppc/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/ppc/array.lisp b/assembly/ppc/array.lisp
index 3626a6e18..d05a6991c 100644
--- a/assembly/ppc/array.lisp
+++ b/assembly/ppc/array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/ppc/array.lisp,v 1.8 2009/06/11 16:03:55 rtoy Rel $
+;;; $Header: src/assembly/ppc/array.lisp $
 ;;;
 ;;;    This file contains the support routines for arrays and vectors.
 ;;;
diff --git a/assembly/ppc/assem-rtns.lisp b/assembly/ppc/assem-rtns.lisp
index 5533f7a7c..540b347ea 100644
--- a/assembly/ppc/assem-rtns.lisp
+++ b/assembly/ppc/assem-rtns.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/ppc/assem-rtns.lisp,v 1.6 2006/11/03 03:29:34 rtoy Rel $
+;;; $Header: src/assembly/ppc/assem-rtns.lisp $
 ;;;
 ;;;
 (in-package "PPC")
diff --git a/assembly/ppc/support.lisp b/assembly/ppc/support.lisp
index 6e3ce22e2..d937fc1a8 100644
--- a/assembly/ppc/support.lisp
+++ b/assembly/ppc/support.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/ppc/support.lisp,v 1.5 2006/11/03 03:29:34 rtoy Rel $")
+  "$Header: src/assembly/ppc/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/rt/alloc.lisp b/assembly/rt/alloc.lisp
index 568e25f98..7f83b0035 100644
--- a/assembly/rt/alloc.lisp
+++ b/assembly/rt/alloc.lisp
@@ -5,11 +5,11 @@
 ;;; 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.7 2003/08/03 11:27:50 gerd Rel $")
+  "$Header: src/assembly/rt/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/alloc.lisp,v 1.7 2003/08/03 11:27:50 gerd Rel $
+;;; $Header: src/assembly/rt/alloc.lisp $
 ;;;
 ;;; Stuff to handle allocating simple objects.
 ;;;
diff --git a/assembly/rt/arith.lisp b/assembly/rt/arith.lisp
index 9e12e2e24..f82b76f9d 100644
--- a/assembly/rt/arith.lisp
+++ b/assembly/rt/arith.lisp
@@ -5,11 +5,11 @@
 ;;; 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.8 2003/08/03 11:27:50 gerd Rel $")
+  "$Header: src/assembly/rt/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/arith.lisp,v 1.8 2003/08/03 11:27:50 gerd Rel $
+;;; $Header: src/assembly/rt/arith.lisp $
 ;;;
 ;;; Stuff to handle simple cases for generic arithmetic.
 ;;;
diff --git a/assembly/rt/array.lisp b/assembly/rt/array.lisp
index 448165a33..5dd6628dc 100644
--- a/assembly/rt/array.lisp
+++ b/assembly/rt/array.lisp
@@ -5,11 +5,11 @@
 ;;; 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.6 2003/08/03 11:27:50 gerd Rel $")
+  "$Header: src/assembly/rt/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/array.lisp,v 1.6 2003/08/03 11:27:50 gerd Rel $
+;;; $Header: src/assembly/rt/array.lisp $
 ;;;
 ;;; 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 5980e6fd6..d6617554f 100644
--- a/assembly/rt/assem-rtns.lisp
+++ b/assembly/rt/assem-rtns.lisp
@@ -5,11 +5,11 @@
 ;;; 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.8 2009/06/11 16:03:55 rtoy Rel $")
+  "$Header: src/assembly/rt/assem-rtns.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/assem-rtns.lisp,v 1.8 2009/06/11 16:03:55 rtoy Rel $
+;;; $Header: src/assembly/rt/assem-rtns.lisp $
 ;;;
 
 (in-package "RT")
diff --git a/assembly/rt/support.lisp b/assembly/rt/support.lisp
index 7d113cd4b..e08c52362 100644
--- a/assembly/rt/support.lisp
+++ b/assembly/rt/support.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/assembly/rt/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/rt/support.lisp,v 1.3 1994/10/31 04:57:00 ram Rel $
+;;; $Header: src/assembly/rt/support.lisp $
 ;;;
 ;;; 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 498eabb37..dc87046ae 100644
--- a/assembly/sparc/alloc.lisp
+++ b/assembly/sparc/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/alloc.lisp,v 1.5 1994/10/31 04:57:20 ram Rel $")
+  "$Header: src/assembly/sparc/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/sparc/arith.lisp b/assembly/sparc/arith.lisp
index dc3e81ea9..2ebb72f72 100644
--- a/assembly/sparc/arith.lisp
+++ b/assembly/sparc/arith.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/arith.lisp,v 1.18 2003/08/03 11:27:50 gerd Rel $")
+  "$Header: src/assembly/sparc/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/sparc/array.lisp b/assembly/sparc/array.lisp
index 076e5cfcc..21a5b4a98 100644
--- a/assembly/sparc/array.lisp
+++ b/assembly/sparc/array.lisp
@@ -5,11 +5,11 @@
 ;;; 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.11 2009/06/11 16:03:56 rtoy Rel $")
+  "$Header: src/assembly/sparc/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/array.lisp,v 1.11 2009/06/11 16:03:56 rtoy Rel $
+;;; $Header: src/assembly/sparc/array.lisp $
 ;;;
 ;;;    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 584c1c889..9fe07c2cb 100644
--- a/assembly/sparc/assem-rtns.lisp
+++ b/assembly/sparc/assem-rtns.lisp
@@ -5,11 +5,11 @@
 ;;; 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.5 2010/07/19 23:08:37 rtoy Rel $")
+  "$Header: src/assembly/sparc/assem-rtns.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/assem-rtns.lisp,v 1.5 2010/07/19 23:08:37 rtoy Rel $
+;;; $Header: src/assembly/sparc/assem-rtns.lisp $
 ;;;
 ;;;
 (in-package "SPARC")
diff --git a/assembly/sparc/support.lisp b/assembly/sparc/support.lisp
index f15da2c89..8940f23d5 100644
--- a/assembly/sparc/support.lisp
+++ b/assembly/sparc/support.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/sparc/support.lisp,v 1.8 1994/10/31 04:57:20 ram Rel $")
+  "$Header: src/assembly/sparc/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/x86/alloc.lisp b/assembly/x86/alloc.lisp
index edb850395..32ec7af2e 100644
--- a/assembly/x86/alloc.lisp
+++ b/assembly/x86/alloc.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/x86/alloc.lisp,v 1.5 1998/02/19 19:37:25 dtc Rel $")
+  "$Header: src/assembly/x86/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/x86/arith.lisp b/assembly/x86/arith.lisp
index 66bd3ac32..a5a9635fc 100644
--- a/assembly/x86/arith.lisp
+++ b/assembly/x86/arith.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/x86/arith.lisp,v 1.11 2003/08/03 11:27:50 gerd Rel $")
+ "$Header: src/assembly/x86/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/x86/array.lisp b/assembly/x86/array.lisp
index ac10fea00..0b0597ac3 100644
--- a/assembly/x86/array.lisp
+++ b/assembly/x86/array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/x86/array.lisp,v 1.11 2009/06/11 16:03:56 rtoy Rel $")
+ "$Header: src/assembly/x86/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/assembly/x86/assem-rtns.lisp b/assembly/x86/assem-rtns.lisp
index 3f6a18260..23c67960f 100644
--- a/assembly/x86/assem-rtns.lisp
+++ b/assembly/x86/assem-rtns.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/x86/assem-rtns.lisp,v 1.9 2010/07/19 23:08:37 rtoy Rel $")
+ "$Header: src/assembly/x86/assem-rtns.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/assembly/x86/support.lisp b/assembly/x86/support.lisp
index 4f41c6dfa..459bf4264 100644
--- a/assembly/x86/support.lisp
+++ b/assembly/x86/support.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/assembly/x86/support.lisp,v 1.2 1998/06/16 18:20:43 pw Rel $")
+ "$Header: src/assembly/x86/support.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/clx/cmudep.lisp b/clx/cmudep.lisp
index 24a9a837b..0c10b3daa 100644
--- a/clx/cmudep.lisp
+++ b/clx/cmudep.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/clx/cmudep.lisp,v 1.3 2007/08/21 15:49:27 fgilham Rel $")
+  "$Header: src/clx/cmudep.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/clx/doc.lisp b/clx/doc.lisp
index a1129ef9b..23842b525 100644
--- a/clx/doc.lisp
+++ b/clx/doc.lisp
@@ -16,7 +16,7 @@
 ;;; express or implied warranty.
 #+cmu
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/clx/doc.lisp,v 1.4 1998/12/19 15:21:16 dtc Rel $")
+  "$Header: src/clx/doc.lisp $")
 
 ;; Version 4
 
diff --git a/code/alieneval.lisp b/code/alieneval.lisp
index 048887f44..c8f0fb8de 100644
--- a/code/alieneval.lisp
+++ b/code/alieneval.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/alieneval.lisp,v 1.70 2010/12/05 15:55:53 rtoy Exp $")
+  "$Header: src/code/alieneval.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/alpha-vm.lisp b/code/alpha-vm.lisp
index a37057ec8..d23915372 100644
--- a/code/alpha-vm.lisp
+++ b/code/alpha-vm.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/alpha-vm.lisp,v 1.8 2010/04/20 17:57:43 rtoy Rel $")
+  "$Header: src/code/alpha-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/alpha-vm.lisp,v 1.8 2010/04/20 17:57:43 rtoy Rel $
+;;; $Header: src/code/alpha-vm.lisp $
 ;;;
 ;;; This file contains the Alpha specific runtime stuff.
 ;;;
diff --git a/code/amd64-vm.lisp b/code/amd64-vm.lisp
index 0d6f827e9..ba409458e 100644
--- a/code/amd64-vm.lisp
+++ b/code/amd64-vm.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/amd64-vm.lisp,v 1.7 2010/04/20 17:57:43 rtoy Rel $")
+  "$Header: src/code/amd64-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/array.lisp b/code/array.lisp
index 4d182ad0d..a365a57e4 100644
--- a/code/array.lisp
+++ b/code/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/array.lisp,v 1.55 2010/07/26 17:20:26 rtoy Rel $")
+  "$Header: src/code/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/backq.lisp b/code/backq.lisp
index 795880937..ece7f42a7 100644
--- a/code/backq.lisp
+++ b/code/backq.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/backq.lisp,v 1.17 2010/04/20 17:57:43 rtoy Rel $")
+  "$Header: src/code/backq.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/bignum-test.lisp b/code/bignum-test.lisp
index 29246aac9..df342c15f 100644
--- a/code/bignum-test.lisp
+++ b/code/bignum-test.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/bignum-test.lisp,v 1.4 1994/10/31 04:11:27 ram Rel $")
+  "$Header: src/code/bignum-test.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/bignum.lisp b/code/bignum.lisp
index b66007d1c..3072fc72f 100644
--- a/code/bignum.lisp
+++ b/code/bignum.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/bignum.lisp,v 1.51 2010/05/04 15:08:28 rtoy Rel $")
+  "$Header: src/code/bignum.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/bit-bash.lisp b/code/bit-bash.lisp
index c72af3eb3..459925a33 100644
--- a/code/bit-bash.lisp
+++ b/code/bit-bash.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/bit-bash.lisp,v 1.27 2010/04/19 02:18:03 rtoy Rel $")
+  "$Header: src/code/bit-bash.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/bsd-os.lisp b/code/bsd-os.lisp
index 6eb8f5a18..66807631a 100644
--- a/code/bsd-os.lisp
+++ b/code/bsd-os.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/bsd-os.lisp,v 1.17 2010/07/30 22:51:58 rtoy Rel $")
+  "$Header: src/code/bsd-os.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/byte-interp.lisp b/code/byte-interp.lisp
index a570a1336..f8a0f7530 100644
--- a/code/byte-interp.lisp
+++ b/code/byte-interp.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/byte-interp.lisp,v 1.49 2010/04/20 17:57:43 rtoy Rel $")
+  "$Header: src/code/byte-interp.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/c-call.lisp b/code/c-call.lisp
index 3ddd8e5d6..0a0ac9b01 100644
--- a/code/c-call.lisp
+++ b/code/c-call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/c-call.lisp,v 1.19 2010/03/19 15:18:58 rtoy Rel $")
+  "$Header: src/code/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/char.lisp b/code/char.lisp
index ae307e7c3..73c8179a1 100644
--- a/code/char.lisp
+++ b/code/char.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/char.lisp,v 1.21 2010/04/20 17:57:43 rtoy Rel $")
+  "$Header: src/code/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/class.lisp b/code/class.lisp
index c8a94e25d..d30fd31e4 100644
--- a/code/class.lisp
+++ b/code/class.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/class.lisp,v 1.65 2010/04/20 17:57:43 rtoy Rel $")
+  "$Header: src/code/class.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/clx-ext.lisp b/code/clx-ext.lisp
index 038c2b489..27d417a6f 100644
--- a/code/clx-ext.lisp
+++ b/code/clx-ext.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/clx-ext.lisp,v 1.24 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/clx-ext.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/cmu-site.lisp b/code/cmu-site.lisp
index a852570c8..3fe14864e 100644
--- a/code/cmu-site.lisp
+++ b/code/cmu-site.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/cmu-site.lisp,v 1.2 1994/10/31 04:11:27 ram Rel $")
+  "$Header: src/code/cmu-site.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/commandline.lisp b/code/commandline.lisp
index 1ee614689..4500bd4f9 100644
--- a/code/commandline.lisp
+++ b/code/commandline.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/commandline.lisp,v 1.27 2011/05/31 13:26:40 rtoy Exp $")
+  "$Header: src/code/commandline.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/cprofile.lisp b/code/cprofile.lisp
index ff4ebfaaa..2beb181ba 100644
--- a/code/cprofile.lisp
+++ b/code/cprofile.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/cprofile.lisp,v 1.4 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/cprofile.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/debug-info.lisp b/code/debug-info.lisp
index 12c84f1bd..5e273c447 100644
--- a/code/debug-info.lisp
+++ b/code/debug-info.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-info.lisp,v 1.30 2010/03/19 15:18:58 rtoy Rel $")
+  "$Header: src/code/debug-info.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/debug-int.lisp b/code/debug-int.lisp
index 443b86eee..9c1201723 100644
--- a/code/debug-int.lisp
+++ b/code/debug-int.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-int.lisp,v 1.144 2010/12/27 02:05:31 rtoy Exp $")
+  "$Header: src/code/debug-int.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/debug-vm.lisp b/code/debug-vm.lisp
index f53922910..0a4e4ee8c 100644
--- a/code/debug-vm.lisp
+++ b/code/debug-vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-vm.lisp,v 1.4 2010/04/19 02:18:03 rtoy Rel $")
+  "$Header: src/code/debug-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/debug.lisp b/code/debug.lisp
index c358254a6..825ed0b6b 100644
--- a/code/debug.lisp
+++ b/code/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug.lisp,v 1.72 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/defmacro.lisp b/code/defmacro.lisp
index e4b9d9063..7dc01b715 100644
--- a/code/defmacro.lisp
+++ b/code/defmacro.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/defmacro.lisp,v 1.40 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/defmacro.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/defstruct.lisp b/code/defstruct.lisp
index 58268b8f4..931bbb79f 100644
--- a/code/defstruct.lisp
+++ b/code/defstruct.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/defstruct.lisp,v 1.103 2010/12/26 14:54:33 rtoy Exp $")
+  "$Header: src/code/defstruct.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/describe.lisp b/code/describe.lisp
index 331f75e56..b1bd93f8c 100644
--- a/code/describe.lisp
+++ b/code/describe.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/describe.lisp,v 1.58 2010/06/01 20:27:09 rtoy Rel $")
+  "$Header: src/code/describe.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/dfixnum.lisp b/code/dfixnum.lisp
index 7351e0af5..bb42a0835 100644
--- a/code/dfixnum.lisp
+++ b/code/dfixnum.lisp
@@ -5,7 +5,7 @@
 ;;; and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/dfixnum.lisp,v 1.6 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/dfixnum.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/dyncount.lisp b/code/dyncount.lisp
index af64f6957..5c2a18b27 100644
--- a/code/dyncount.lisp
+++ b/code/dyncount.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/dyncount.lisp,v 1.8 2010/03/19 15:18:58 rtoy Rel $")
+  "$Header: src/code/dyncount.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/env-access.lisp b/code/env-access.lisp
index 717967e33..46cc49deb 100644
--- a/code/env-access.lisp
+++ b/code/env-access.lisp
@@ -6,7 +6,7 @@
 ;;;
 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/env-access.lisp,v 1.8 2010/04/20 17:57:44 rtoy Rel $")
+ "$Header: src/code/env-access.lisp $")
 
 ;;;
 ;;; **********************************************************************
diff --git a/code/error.lisp b/code/error.lisp
index f2704c1ee..f2b2a196d 100644
--- a/code/error.lisp
+++ b/code/error.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/error.lisp,v 1.91 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/error.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/eval.lisp b/code/eval.lisp
index d67372f5a..0d77376f4 100644
--- a/code/eval.lisp
+++ b/code/eval.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/eval.lisp,v 1.49 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/eval.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/exports.lisp b/code/exports.lisp
index 7d5784d97..6749fb02b 100644
--- a/code/exports.lisp
+++ b/code/exports.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/exports.lisp,v 1.305 2011/06/10 17:38:27 rtoy Exp $")
+  "$Header: src/code/exports.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/extensions.lisp b/code/extensions.lisp
index fce12083f..50a398780 100644
--- a/code/extensions.lisp
+++ b/code/extensions.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/extensions.lisp,v 1.31 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/extensions.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/extfmts.lisp b/code/extfmts.lisp
index 60cf54b59..5936ca705 100644
--- a/code/extfmts.lisp
+++ b/code/extfmts.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/extfmts.lisp,v 1.42 2010/11/30 04:09:42 rtoy Exp $")
+ "$Header: src/code/extfmts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/fd-stream-comp.lisp b/code/fd-stream-comp.lisp
index 4d4df5711..a383499cc 100644
--- a/code/fd-stream-comp.lisp
+++ b/code/fd-stream-comp.lisp
@@ -4,7 +4,7 @@
 ;;; This has been placed in the public domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream-comp.lisp,v 1.1 2010/07/20 21:34:29 rtoy Rel $")
+ "$Header: src/code/fd-stream-comp.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/fd-stream-extfmt.lisp b/code/fd-stream-extfmt.lisp
index f5088d12a..c6405d09e 100644
--- a/code/fd-stream-extfmt.lisp
+++ b/code/fd-stream-extfmt.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream-extfmt.lisp,v 1.14 2010/10/12 21:52:44 rtoy Exp $")
+ "$Header: src/code/fd-stream-extfmt.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/fd-stream.lisp b/code/fd-stream.lisp
index dabf3a04b..45b5847e6 100644
--- a/code/fd-stream.lisp
+++ b/code/fd-stream.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fd-stream.lisp,v 1.125 2011/06/29 00:55:04 rtoy Exp $")
+  "$Header: src/code/fd-stream.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/fdefinition.lisp b/code/fdefinition.lisp
index 5007a3a79..b7a40339a 100644
--- a/code/fdefinition.lisp
+++ b/code/fdefinition.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fdefinition.lisp,v 1.29 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/fdefinition.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/filesys.lisp b/code/filesys.lisp
index 5a3752cbe..ab2f564b8 100644
--- a/code/filesys.lisp
+++ b/code/filesys.lisp
@@ -6,7 +6,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/filesys.lisp,v 1.114 2011/03/01 04:32:58 rtoy Exp $")
+  "$Header: src/code/filesys.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/final.lisp b/code/final.lisp
index 7b69bd4fe..922debae1 100644
--- a/code/final.lisp
+++ b/code/final.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/final.lisp,v 1.5 2010/04/19 02:18:03 rtoy Rel $")
+  "$Header: src/code/final.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/float-trap.lisp b/code/float-trap.lisp
index 41a354710..5cb3b3fdf 100644
--- a/code/float-trap.lisp
+++ b/code/float-trap.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/float-trap.lisp,v 1.39 2010/12/22 02:12:51 rtoy Exp $")
+  "$Header: src/code/float-trap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/float.lisp b/code/float.lisp
index a7e522c88..ce7e57207 100644
--- a/code/float.lisp
+++ b/code/float.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/float.lisp,v 1.49 2011/09/03 05:19:03 rtoy Exp $")
+  "$Header: src/code/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/foreign.lisp b/code/foreign.lisp
index 406eea019..b1c790894 100644
--- a/code/foreign.lisp
+++ b/code/foreign.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/foreign.lisp,v 1.60 2011/01/21 15:44:58 rtoy Exp $")
+  "$Header: src/code/foreign.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/format-time.lisp b/code/format-time.lisp
index da5686e80..8b118b02a 100644
--- a/code/format-time.lisp
+++ b/code/format-time.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/format-time.lisp,v 1.12 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/format-time.lisp $")
 ;;;
 ;;; **********************************************************************
 
diff --git a/code/format.lisp b/code/format.lisp
index 081ae7f22..b8a9e76fb 100644
--- a/code/format.lisp
+++ b/code/format.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/format.lisp,v 1.97 2010/11/16 19:15:38 rtoy Exp $")
+  "$Header: src/code/format.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/fwrappers.lisp b/code/fwrappers.lisp
index 72a4aa8b6..b8c8ea3a7 100644
--- a/code/fwrappers.lisp
+++ b/code/fwrappers.lisp
@@ -27,7 +27,7 @@
 ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 ;;; DAMAGE.
 
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/fwrappers.lisp,v 1.8 2010/04/20 17:57:44 rtoy Rel $")
+(ext:file-comment "$Header: src/code/fwrappers.lisp $")
 
 (in-package :fwrappers)
 
diff --git a/code/gc.lisp b/code/gc.lisp
index 6b8184e72..5c200d48e 100644
--- a/code/gc.lisp
+++ b/code/gc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gc.lisp,v 1.45 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/gc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/generic-site.lisp b/code/generic-site.lisp
index 7438601fc..e554d6dbf 100644
--- a/code/generic-site.lisp
+++ b/code/generic-site.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/generic-site.lisp,v 1.18 2009/08/14 12:36:42 rtoy Rel $")
+  "$Header: src/code/generic-site.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/gengc.lisp b/code/gengc.lisp
index bde12b75d..9169fcec9 100644
--- a/code/gengc.lisp
+++ b/code/gengc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/gengc.lisp,v 1.6 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/gengc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/globals.lisp b/code/globals.lisp
index 29e55d424..dfbf697d5 100644
--- a/code/globals.lisp
+++ b/code/globals.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/globals.lisp,v 1.20 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/globals.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/hash-new.lisp b/code/hash-new.lisp
index 702be0438..c8ffa0454 100644
--- a/code/hash-new.lisp
+++ b/code/hash-new.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/hash-new.lisp,v 1.55 2010/08/11 17:40:09 rtoy Rel $")
+  "$Header: src/code/hash-new.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/hash.lisp b/code/hash.lisp
index 9167712f3..81051a5e7 100644
--- a/code/hash.lisp
+++ b/code/hash.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/hash.lisp,v 1.45 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/hash.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/hppa-vm.lisp b/code/hppa-vm.lisp
index df900b146..59271c383 100644
--- a/code/hppa-vm.lisp
+++ b/code/hppa-vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/hppa-vm.lisp,v 1.8 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/hppa-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/hpux-os.lisp b/code/hpux-os.lisp
index 06ff99c28..e36abf9a8 100644
--- a/code/hpux-os.lisp
+++ b/code/hpux-os.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/hpux-os.lisp,v 1.3 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/hpux-os.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/internet.lisp b/code/internet.lisp
index 05b89e0cc..d6007d555 100644
--- a/code/internet.lisp
+++ b/code/internet.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/internet.lisp,v 1.60 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/internet.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/interr.lisp b/code/interr.lisp
index 6464dd52e..4d3f33d93 100644
--- a/code/interr.lisp
+++ b/code/interr.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/interr.lisp,v 1.51 2011/09/01 16:53:46 rtoy Exp $")
+  "$Header: src/code/interr.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/intl-tramp.lisp b/code/intl-tramp.lisp
index 5c3401991..4dcdc9f65 100644
--- a/code/intl-tramp.lisp
+++ b/code/intl-tramp.lisp
@@ -4,7 +4,7 @@
 ;;; 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/code/intl-tramp.lisp,v 1.2 2010/03/19 15:18:59 rtoy Rel $")
+(ext:file-comment "$Header: src/code/intl-tramp.lisp $")
 
 ;;;
 ;;; **********************************************************************
diff --git a/code/intl.lisp b/code/intl.lisp
index c6eeb5086..285691af2 100644
--- a/code/intl.lisp
+++ b/code/intl.lisp
@@ -23,7 +23,7 @@
 ;;; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
 ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 ;;; DAMAGE.
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/intl.lisp,v 1.11 2010/12/19 03:01:47 rtoy Exp $")
+(ext:file-comment "$Header: src/code/intl.lisp $")
 
 (in-package "INTL")
 
diff --git a/code/irix-os.lisp b/code/irix-os.lisp
index 239ef859a..f47169475 100644
--- a/code/irix-os.lisp
+++ b/code/irix-os.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irix-os.lisp,v 1.4 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/irix-os.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/irrat-dd.lisp b/code/irrat-dd.lisp
index 26a5efc48..4c57165ae 100644
--- a/code/irrat-dd.lisp
+++ b/code/irrat-dd.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irrat-dd.lisp,v 1.20 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/irrat-dd.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/irrat.lisp b/code/irrat.lisp
index 588270640..e295fe270 100644
--- a/code/irrat.lisp
+++ b/code/irrat.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/irrat.lisp,v 1.64 2011/02/28 17:14:45 rtoy Exp $")
+  "$Header: src/code/irrat.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/kernel.lisp b/code/kernel.lisp
index d1f5af4d0..eaac29b94 100644
--- a/code/kernel.lisp
+++ b/code/kernel.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/kernel.lisp,v 1.18 2010/04/19 02:18:03 rtoy Rel $")
+  "$Header: src/code/kernel.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/linux-os.lisp b/code/linux-os.lisp
index f78624e1d..77118db1e 100644
--- a/code/linux-os.lisp
+++ b/code/linux-os.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/linux-os.lisp,v 1.11 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/linux-os.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/lispinit.lisp b/code/lispinit.lisp
index b6a175bf9..f5548b23d 100644
--- a/code/lispinit.lisp
+++ b/code/lispinit.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.82 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/lispinit.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/list.lisp b/code/list.lisp
index 8bac295a5..aa44acd27 100644
--- a/code/list.lisp
+++ b/code/list.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/list.lisp,v 1.40 2010/04/20 17:57:44 rtoy Rel $")
+  "$Header: src/code/list.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/load.lisp b/code/load.lisp
index 2b4543d4a..832853bba 100644
--- a/code/load.lisp
+++ b/code/load.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/load.lisp,v 1.97 2010/07/14 13:19:03 rtoy Rel $")
+  "$Header: src/code/load.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/loop.lisp b/code/loop.lisp
index b61cfe995..0ca34c23d 100644
--- a/code/loop.lisp
+++ b/code/loop.lisp
@@ -49,7 +49,7 @@
 
 #+cmu
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/loop.lisp,v 1.34 2010/04/20 17:57:44 rtoy Rel $")
+ "$Header: src/code/loop.lisp $")
 
 ;;;; LOOP Iteration Macro
 
diff --git a/code/mach-os.lisp b/code/mach-os.lisp
index ba32f7372..09f36026b 100644
--- a/code/mach-os.lisp
+++ b/code/mach-os.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/mach-os.lisp,v 1.13 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/mach-os.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/mach.lisp b/code/mach.lisp
index d67f48aa1..fad413e0c 100644
--- a/code/mach.lisp
+++ b/code/mach.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/mach.lisp,v 1.6 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/mach.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/machdef.lisp b/code/machdef.lisp
index 49ee52533..909134929 100644
--- a/code/machdef.lisp
+++ b/code/machdef.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/machdef.lisp,v 1.8 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/machdef.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/macros.lisp b/code/macros.lisp
index cd2e4ff73..934bcbb98 100644
--- a/code/macros.lisp
+++ b/code/macros.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/macros.lisp,v 1.120 2010/05/25 20:04:33 rtoy Rel $")
+  "$Header: src/code/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/mipsstrops.lisp b/code/mipsstrops.lisp
index 734a1ae72..18b4f1bc1 100644
--- a/code/mipsstrops.lisp
+++ b/code/mipsstrops.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/mipsstrops.lisp,v 1.10 2010/04/19 02:18:04 rtoy Rel $")
+  "$Header: src/code/mipsstrops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/misc.lisp b/code/misc.lisp
index 3b1a20494..394268994 100644
--- a/code/misc.lisp
+++ b/code/misc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/misc.lisp,v 1.44 2011/05/31 13:18:37 rtoy Exp $")
+  "$Header: src/code/misc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/module.lisp b/code/module.lisp
index d1637674a..0f3f8616a 100644
--- a/code/module.lisp
+++ b/code/module.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/module.lisp,v 1.17 2011/06/08 15:56:55 rtoy Exp $")
+  "$Header: src/code/module.lisp $")
 ;;;
 ;;; **********************************************************************
 
@@ -146,4 +146,4 @@
     "modules:asdf/asdf")
 
 (defmodule "asdf"
-    "modules:asdf/asdf")
\ No newline at end of file
+    "modules:asdf/asdf")
diff --git a/code/multi-proc.lisp b/code/multi-proc.lisp
index ad65bf064..2aed7a3bb 100644
--- a/code/multi-proc.lisp
+++ b/code/multi-proc.lisp
@@ -5,7 +5,7 @@
 ;;; the Public domain, and is provided 'as is'.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/multi-proc.lisp,v 1.46 2010/04/19 02:18:04 rtoy Rel $")
+  "$Header: src/code/multi-proc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/ntrace.lisp b/code/ntrace.lisp
index d5d138ee9..c1e09c1d7 100644
--- a/code/ntrace.lisp
+++ b/code/ntrace.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/ntrace.lisp,v 1.48 2011/02/22 22:56:15 rtoy Exp $")
+  "$Header: src/code/ntrace.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/numbers.lisp b/code/numbers.lisp
index 85b65a169..4caf12f90 100644
--- a/code/numbers.lisp
+++ b/code/numbers.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/numbers.lisp,v 1.70 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/numbers.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/old-loop.lisp b/code/old-loop.lisp
index e2c8ba112..cb492ec12 100644
--- a/code/old-loop.lisp
+++ b/code/old-loop.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/old-loop.lisp,v 1.11 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/old-loop.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/osf1-os.lisp b/code/osf1-os.lisp
index 09b9ba0bd..b9eb459ce 100644
--- a/code/osf1-os.lisp
+++ b/code/osf1-os.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/osf1-os.lisp,v 1.7 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/osf1-os.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/package.lisp b/code/package.lisp
index 2d6f862b4..a431f4ef1 100644
--- a/code/package.lisp
+++ b/code/package.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/package.lisp,v 1.81 2010/12/26 14:03:48 rtoy Exp $")
+  "$Header: src/code/package.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/parse-time.lisp b/code/parse-time.lisp
index 640703f34..bee3d8542 100644
--- a/code/parse-time.lisp
+++ b/code/parse-time.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/parse-time.lisp,v 1.21 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/parse-time.lisp $")
 ;;;
 ;;; **********************************************************************
 
diff --git a/code/pathname.lisp b/code/pathname.lisp
index d2de3ba36..0092a82ef 100644
--- a/code/pathname.lisp
+++ b/code/pathname.lisp
@@ -4,7 +4,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pathname.lisp,v 1.92 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/pathname.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/pmax-disassem.lisp b/code/pmax-disassem.lisp
index 31a4af315..5090db3a5 100644
--- a/code/pmax-disassem.lisp
+++ b/code/pmax-disassem.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pmax-disassem.lisp,v 1.20 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/pmax-disassem.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/pmax-machdef.lisp b/code/pmax-machdef.lisp
index d803bc143..5eee6b8dd 100644
--- a/code/pmax-machdef.lisp
+++ b/code/pmax-machdef.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pmax-machdef.lisp,v 1.4 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/pmax-machdef.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/pmax-vm.lisp b/code/pmax-vm.lisp
index bc2ab3047..c48988b6a 100644
--- a/code/pmax-vm.lisp
+++ b/code/pmax-vm.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pmax-vm.lisp,v 1.16 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/pmax-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pmax-vm.lisp,v 1.16 2010/03/19 15:18:59 rtoy Rel $
+;;; $Header: src/code/pmax-vm.lisp $
 ;;;
 ;;; This file contains the PMAX specific runtime stuff.
 ;;;
diff --git a/code/ppc-vm.lisp b/code/ppc-vm.lisp
index dfe8ce74e..489ea2c9a 100644
--- a/code/ppc-vm.lisp
+++ b/code/ppc-vm.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/ppc-vm.lisp,v 1.11 2010/04/19 02:18:04 rtoy Rel $")
+  "$Header: src/code/ppc-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/pprint.lisp b/code/pprint.lisp
index 0437d2fad..c0f66c5d6 100644
--- a/code/pprint.lisp
+++ b/code/pprint.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.69 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/pprint.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/pred.lisp b/code/pred.lisp
index 7c880241c..9f896079e 100644
--- a/code/pred.lisp
+++ b/code/pred.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pred.lisp,v 1.65 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/print.lisp b/code/print.lisp
index e4f7c33e8..3f162d735 100644
--- a/code/print.lisp
+++ b/code/print.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/print.lisp,v 1.133 2011/06/10 17:38:27 rtoy Exp $")
+  "$Header: src/code/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/profile.lisp b/code/profile.lisp
index dead41c6c..7908b4a58 100644
--- a/code/profile.lisp
+++ b/code/profile.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/profile.lisp,v 1.42 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/profile.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/purify.lisp b/code/purify.lisp
index c7a995f45..bf083ea2c 100644
--- a/code/purify.lisp
+++ b/code/purify.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/purify.lisp,v 1.22 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/purify.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/query.lisp b/code/query.lisp
index 6955682f1..e8772cb1d 100644
--- a/code/query.lisp
+++ b/code/query.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/query.lisp,v 1.8 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/query.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/rand-mt19937.lisp b/code/rand-mt19937.lisp
index d223084f6..cbbb54b61 100644
--- a/code/rand-mt19937.lisp
+++ b/code/rand-mt19937.lisp
@@ -6,7 +6,7 @@
 ;;; placed in the Public domain, and is provided 'as is'.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/rand-mt19937.lisp,v 1.23 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/rand-mt19937.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/rand.lisp b/code/rand.lisp
index 06238065c..e3e4d256a 100644
--- a/code/rand.lisp
+++ b/code/rand.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/rand.lisp,v 1.12 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/rand.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/reader.lisp b/code/reader.lisp
index d9b7471b2..de666d122 100644
--- a/code/reader.lisp
+++ b/code/reader.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/reader.lisp,v 1.68 2011/01/27 00:49:32 rtoy Exp $")
+  "$Header: src/code/reader.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/remote.lisp b/code/remote.lisp
index 7a57b1ea6..85be7985d 100644
--- a/code/remote.lisp
+++ b/code/remote.lisp
@@ -6,7 +6,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/remote.lisp,v 1.12 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/remote.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/room.lisp b/code/room.lisp
index 43971a7d7..85e8a41e6 100644
--- a/code/room.lisp
+++ b/code/room.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/room.lisp,v 1.41 2011/08/21 07:43:38 rtoy Exp $")
+  "$Header: src/code/room.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/rt-machdef.lisp b/code/rt-machdef.lisp
index 3b166e6a9..ac70a2ed0 100644
--- a/code/rt-machdef.lisp
+++ b/code/rt-machdef.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/rt-machdef.lisp,v 1.5 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/rt-machdef.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/rt-vm.lisp b/code/rt-vm.lisp
index cd6b7952b..47b526b30 100644
--- a/code/rt-vm.lisp
+++ b/code/rt-vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/rt-vm.lisp,v 1.8 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/rt-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/run-program.lisp b/code/run-program.lisp
index edf5928fa..c8f96e9c4 100644
--- a/code/run-program.lisp
+++ b/code/run-program.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/run-program.lisp,v 1.32 2010/09/20 13:50:52 rtoy Rel $")
+  "$Header: src/code/run-program.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sap.lisp b/code/sap.lisp
index d3133d65a..8610e6331 100644
--- a/code/sap.lisp
+++ b/code/sap.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sap.lisp,v 1.23 2010/04/19 02:18:04 rtoy Rel $")
+  "$Header: src/code/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/save.lisp b/code/save.lisp
index 26b2555bc..69d91fcae 100644
--- a/code/save.lisp
+++ b/code/save.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/save.lisp,v 1.73 2010/11/04 14:05:01 rtoy Exp $")
+  "$Header: src/code/save.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/scavhook.lisp b/code/scavhook.lisp
index acd4abb8f..eaf8b7e7b 100644
--- a/code/scavhook.lisp
+++ b/code/scavhook.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/scavhook.lisp,v 1.5 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/scavhook.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/search-list.lisp b/code/search-list.lisp
index a96f3ffaa..0f55b750b 100644
--- a/code/search-list.lisp
+++ b/code/search-list.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/search-list.lisp,v 1.7 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/search-list.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/seq.lisp b/code/seq.lisp
index 23e9e8781..0c4ff02c5 100644
--- a/code/seq.lisp
+++ b/code/seq.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/seq.lisp,v 1.59 2010/12/09 05:13:50 rtoy Exp $")
+  "$Header: src/code/seq.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/serve-event.lisp b/code/serve-event.lisp
index 268d100e0..d6e9eda3f 100644
--- a/code/serve-event.lisp
+++ b/code/serve-event.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/serve-event.lisp,v 1.31 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/serve-event.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/setf-funs.lisp b/code/setf-funs.lisp
index e72caf6b2..93c0eb1bf 100644
--- a/code/setf-funs.lisp
+++ b/code/setf-funs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/setf-funs.lisp,v 1.8 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/setf-funs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sgi-vm.lisp b/code/sgi-vm.lisp
index 3f81c0993..d3daa460c 100644
--- a/code/sgi-vm.lisp
+++ b/code/sgi-vm.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sgi-vm.lisp,v 1.3 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/sgi-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sgi-vm.lisp,v 1.3 2010/03/19 15:18:59 rtoy Rel $
+;;; $Header: src/code/sgi-vm.lisp $
 ;;;
 ;;; This file contains the SGI specific runtime stuff.
 ;;;
diff --git a/code/sharpm.lisp b/code/sharpm.lisp
index 48d1507a4..99f06dc02 100644
--- a/code/sharpm.lisp
+++ b/code/sharpm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sharpm.lisp,v 1.30 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/sharpm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/signal.lisp b/code/signal.lisp
index ef1a56f24..217a0f8e9 100644
--- a/code/signal.lisp
+++ b/code/signal.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/signal.lisp,v 1.42 2010/12/22 02:12:51 rtoy Exp $")
+  "$Header: src/code/signal.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sort.lisp b/code/sort.lisp
index c6f6caf3d..0072918d5 100644
--- a/code/sort.lisp
+++ b/code/sort.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sort.lisp,v 1.13 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/sort.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sparc-machdef.lisp b/code/sparc-machdef.lisp
index c55feb1e1..de0434cf3 100644
--- a/code/sparc-machdef.lisp
+++ b/code/sparc-machdef.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sparc-machdef.lisp,v 1.4 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/sparc-machdef.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sparc-svr4-vm.lisp b/code/sparc-svr4-vm.lisp
index 10f3f37ba..7fe91b8da 100644
--- a/code/sparc-svr4-vm.lisp
+++ b/code/sparc-svr4-vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sparc-svr4-vm.lisp,v 1.16 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/sparc-svr4-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sparc-vm.lisp b/code/sparc-vm.lisp
index 49e093eec..fb4564e3d 100644
--- a/code/sparc-vm.lisp
+++ b/code/sparc-vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sparc-vm.lisp,v 1.19 2010/03/19 15:18:59 rtoy Rel $")
+  "$Header: src/code/sparc-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/stream-vector-io.lisp b/code/stream-vector-io.lisp
index 2443b254a..5124f023f 100644
--- a/code/stream-vector-io.lisp
+++ b/code/stream-vector-io.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/stream-vector-io.lisp,v 1.9 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/stream-vector-io.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/stream.lisp b/code/stream.lisp
index 2386f1528..77a90f7f9 100644
--- a/code/stream.lisp
+++ b/code/stream.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/stream.lisp,v 1.102 2011/06/29 00:55:04 rtoy Exp $")
+  "$Header: src/code/stream.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/string.lisp b/code/string.lisp
index 2805de880..bdf9d380f 100644
--- a/code/string.lisp
+++ b/code/string.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/string.lisp,v 1.29 2010/10/26 13:56:08 rtoy Exp $")
+  "$Header: src/code/string.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/struct.lisp b/code/struct.lisp
index 56a9cb40b..3d99d6b79 100644
--- a/code/struct.lisp
+++ b/code/struct.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/struct.lisp,v 1.26 2010/10/12 21:52:44 rtoy Exp $")
+  "$Header: src/code/struct.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sunos-os.lisp b/code/sunos-os.lisp
index aee487865..f3d17a60d 100644
--- a/code/sunos-os.lisp
+++ b/code/sunos-os.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sunos-os.lisp,v 1.16 2010/12/22 02:12:51 rtoy Exp $")
+  "$Header: src/code/sunos-os.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/symbol.lisp b/code/symbol.lisp
index 843e57834..2e8bbc6f7 100644
--- a/code/symbol.lisp
+++ b/code/symbol.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/symbol.lisp,v 1.45 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/symbol.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/sysmacs.lisp b/code/sysmacs.lisp
index 0da1244d4..5182a07c6 100644
--- a/code/sysmacs.lisp
+++ b/code/sysmacs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sysmacs.lisp,v 1.35 2010/10/12 21:52:44 rtoy Exp $")
+  "$Header: src/code/sysmacs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/time.lisp b/code/time.lisp
index f2c68e1e3..999610add 100644
--- a/code/time.lisp
+++ b/code/time.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/time.lisp,v 1.33 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/time.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/tty-inspect.lisp b/code/tty-inspect.lisp
index beece4e88..5dab7c2d0 100644
--- a/code/tty-inspect.lisp
+++ b/code/tty-inspect.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/tty-inspect.lisp,v 1.26 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/tty-inspect.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/type-boot.lisp b/code/type-boot.lisp
index a36d5c603..635942166 100644
--- a/code/type-boot.lisp
+++ b/code/type-boot.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/type-boot.lisp,v 1.10 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/code/type-boot.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/type-init.lisp b/code/type-init.lisp
index 8c7f582b9..1780b7d19 100644
--- a/code/type-init.lisp
+++ b/code/type-init.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/type-init.lisp,v 1.4 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/code/type-init.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/type.lisp b/code/type.lisp
index 845fbd003..5b536a69e 100644
--- a/code/type.lisp
+++ b/code/type.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/type.lisp,v 1.84 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/type.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/typedefs.lisp b/code/typedefs.lisp
index 50a28e039..9bbcfb436 100644
--- a/code/typedefs.lisp
+++ b/code/typedefs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/typedefs.lisp,v 1.17 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/typedefs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/unidata.lisp b/code/unidata.lisp
index 4a63d99ce..4f9468436 100644
--- a/code/unidata.lisp
+++ b/code/unidata.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;; 
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unidata.lisp,v 1.28 2011/06/27 15:11:29 rtoy Exp $")
+(ext:file-comment "$Header: src/code/unidata.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/unix-glibc2.lisp b/code/unix-glibc2.lisp
index a9298b191..cc78e320c 100644
--- a/code/unix-glibc2.lisp
+++ b/code/unix-glibc2.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix-glibc2.lisp,v 1.54 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/unix-glibc2.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/unix.lisp b/code/unix.lisp
index 70edfdff6..2d595d411 100644
--- a/code/unix.lisp
+++ b/code/unix.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix.lisp,v 1.134 2011/01/07 03:46:42 rtoy Exp $")
+  "$Header: src/code/unix.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/vm.lisp b/code/vm.lisp
index 77a07a4dc..4aec9ea55 100644
--- a/code/vm.lisp
+++ b/code/vm.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/vm.lisp,v 1.4 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/code/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/vm.lisp,v 1.4 2010/03/19 15:19:00 rtoy Rel $
+;;; $Header: src/code/vm.lisp $
 ;;;
 ;;; This file contains stubs for interfacing MACH's vm primitives.
 ;;;
diff --git a/code/weak.lisp b/code/weak.lisp
index bf77cbbe5..d951b5025 100644
--- a/code/weak.lisp
+++ b/code/weak.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/weak.lisp,v 1.8 2010/04/19 02:18:04 rtoy Rel $")
+  "$Header: src/code/weak.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/weak.lisp,v 1.8 2010/04/19 02:18:04 rtoy Rel $
+;;; $Header: src/code/weak.lisp $
 ;;;
 ;;; Weak Pointer Support.
 ;;;
diff --git a/code/wire.lisp b/code/wire.lisp
index 468cb5c54..6a9942696 100644
--- a/code/wire.lisp
+++ b/code/wire.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/wire.lisp,v 1.16 2010/04/20 17:57:45 rtoy Rel $")
+  "$Header: src/code/wire.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/code/x86-vm.lisp b/code/x86-vm.lisp
index 5c9eb1488..19211ed35 100644
--- a/code/x86-vm.lisp
+++ b/code/x86-vm.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/x86-vm.lisp,v 1.39 2010/08/30 20:01:15 rtoy Rel $")
+  "$Header: src/code/x86-vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/aliencomp.lisp b/compiler/aliencomp.lisp
index 5e18e33a6..eabaca99b 100644
--- a/compiler/aliencomp.lisp
+++ b/compiler/aliencomp.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/aliencomp.lisp,v 1.33 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/aliencomp.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alloc.lisp b/compiler/alloc.lisp
index ba00d7a94..6c944b286 100644
--- a/compiler/alloc.lisp
+++ b/compiler/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alloc.lisp,v 1.16 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/alloc.lisp b/compiler/alpha/alloc.lisp
index 6126a9a56..4423930e3 100644
--- a/compiler/alpha/alloc.lisp
+++ b/compiler/alpha/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/alloc.lisp,v 1.5 2003/08/25 20:50:59 gerd Rel $")
+  "$Header: src/compiler/alpha/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/arith.lisp b/compiler/alpha/arith.lisp
index 1290a59f6..3586f5a19 100644
--- a/compiler/alpha/arith.lisp
+++ b/compiler/alpha/arith.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/arith.lisp,v 1.6 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/alpha/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/arith.lisp,v 1.6 2003/08/03 11:27:49 gerd Rel $
+;;; $Header: src/compiler/alpha/arith.lisp $
 ;;;
 ;;;    This file contains the VM definition arithmetic VOPs for the MIPS.
 ;;;
diff --git a/compiler/alpha/array.lisp b/compiler/alpha/array.lisp
index 85ba9d77c..9c03aa7a2 100644
--- a/compiler/alpha/array.lisp
+++ b/compiler/alpha/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/array.lisp,v 1.10 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/alpha/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/c-call.lisp b/compiler/alpha/c-call.lisp
index d0df30a43..e3e4215c3 100644
--- a/compiler/alpha/c-call.lisp
+++ b/compiler/alpha/c-call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/c-call.lisp,v 1.3 2003/07/20 13:53:11 emarsden Rel $")
+  "$Header: src/compiler/alpha/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/call.lisp b/compiler/alpha/call.lisp
index e21050ee6..4f84900db 100644
--- a/compiler/alpha/call.lisp
+++ b/compiler/alpha/call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/call.lisp,v 1.5 2003/08/05 15:51:35 toy Rel $")
+  "$Header: src/compiler/alpha/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/cell.lisp b/compiler/alpha/cell.lisp
index 59f1cd54e..cf75259f7 100644
--- a/compiler/alpha/cell.lisp
+++ b/compiler/alpha/cell.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/cell.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $")
+  "$Header: src/compiler/alpha/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/char.lisp b/compiler/alpha/char.lisp
index bc2e3db6e..315d304c7 100644
--- a/compiler/alpha/char.lisp
+++ b/compiler/alpha/char.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/char.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $")
+  "$Header: src/compiler/alpha/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/char.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $
+;;; $Header: src/compiler/alpha/char.lisp $
 ;;; 
 ;;; This file contains the RT VM definition of character operations.
 ;;;
diff --git a/compiler/alpha/debug.lisp b/compiler/alpha/debug.lisp
index a6bd6351b..1331371ad 100644
--- a/compiler/alpha/debug.lisp
+++ b/compiler/alpha/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/debug.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $")
+  "$Header: src/compiler/alpha/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/float.lisp b/compiler/alpha/float.lisp
index 68cbe7d33..b08928ce7 100644
--- a/compiler/alpha/float.lisp
+++ b/compiler/alpha/float.lisp
@@ -6,7 +6,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/float.lisp,v 1.12 1998/07/24 17:22:29 dtc Rel $")
+  "$Header: src/compiler/alpha/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/insts.lisp b/compiler/alpha/insts.lisp
index 3641be1f4..23c1a02a4 100644
--- a/compiler/alpha/insts.lisp
+++ b/compiler/alpha/insts.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/insts.lisp,v 1.5 2003/03/06 14:13:08 pmai Rel $")
+  "$Header: src/compiler/alpha/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/macros.lisp b/compiler/alpha/macros.lisp
index 88a7b8273..f833d9d52 100644
--- a/compiler/alpha/macros.lisp
+++ b/compiler/alpha/macros.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/macros.lisp,v 1.3 1998/01/21 22:30:44 dtc Rel $")
+  "$Header: src/compiler/alpha/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/memory.lisp b/compiler/alpha/memory.lisp
index 7db515de1..da19faa69 100644
--- a/compiler/alpha/memory.lisp
+++ b/compiler/alpha/memory.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/memory.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $")
+  "$Header: src/compiler/alpha/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/move.lisp b/compiler/alpha/move.lisp
index 2c4cd4be6..f3c72a2b2 100644
--- a/compiler/alpha/move.lisp
+++ b/compiler/alpha/move.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/move.lisp,v 1.3 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/alpha/move.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/nlx.lisp b/compiler/alpha/nlx.lisp
index 14a9130fe..f47c61e47 100644
--- a/compiler/alpha/nlx.lisp
+++ b/compiler/alpha/nlx.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/nlx.lisp,v 1.5 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/alpha/nlx.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/parms.lisp b/compiler/alpha/parms.lisp
index a5bbbbdd3..79e396fc2 100644
--- a/compiler/alpha/parms.lisp
+++ b/compiler/alpha/parms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/parms.lisp,v 1.10 2003/02/16 19:18:41 emarsden Rel $")
+  "$Header: src/compiler/alpha/parms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/pred.lisp b/compiler/alpha/pred.lisp
index 5616190a1..93d88662a 100644
--- a/compiler/alpha/pred.lisp
+++ b/compiler/alpha/pred.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/pred.lisp,v 1.2 1994/10/31 04:39:51 ram Rel $")
+  "$Header: src/compiler/alpha/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/print.lisp b/compiler/alpha/print.lisp
index d67aea4fa..0718ea800 100644
--- a/compiler/alpha/print.lisp
+++ b/compiler/alpha/print.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/print.lisp,v 1.3 2001/02/20 20:54:32 dtc Rel $")
+  "$Header: src/compiler/alpha/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/sap.lisp b/compiler/alpha/sap.lisp
index 22096bf03..d0d937aeb 100644
--- a/compiler/alpha/sap.lisp
+++ b/compiler/alpha/sap.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/sap.lisp,v 1.4 1998/03/04 14:56:38 dtc Rel $")
+  "$Header: src/compiler/alpha/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/static-fn.lisp b/compiler/alpha/static-fn.lisp
index 789c77101..b092bfb29 100644
--- a/compiler/alpha/static-fn.lisp
+++ b/compiler/alpha/static-fn.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/static-fn.lisp,v 1.3 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/alpha/static-fn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/subprim.lisp b/compiler/alpha/subprim.lisp
index fcc824716..9de983226 100644
--- a/compiler/alpha/subprim.lisp
+++ b/compiler/alpha/subprim.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/subprim.lisp,v 1.3 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/alpha/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/system.lisp b/compiler/alpha/system.lisp
index aea72ddf4..60f03aa7f 100644
--- a/compiler/alpha/system.lisp
+++ b/compiler/alpha/system.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/system.lisp,v 1.3 2003/03/06 14:13:08 pmai Rel $")
+  "$Header: src/compiler/alpha/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/type-vops.lisp b/compiler/alpha/type-vops.lisp
index 255114b88..5a997aea8 100644
--- a/compiler/alpha/type-vops.lisp
+++ b/compiler/alpha/type-vops.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/type-vops.lisp,v 1.5 1999/11/11 16:08:09 dtc Rel $")
+  "$Header: src/compiler/alpha/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/values.lisp b/compiler/alpha/values.lisp
index bce946cbb..9bf5290ff 100644
--- a/compiler/alpha/values.lisp
+++ b/compiler/alpha/values.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/values.lisp,v 1.3 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/alpha/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/alpha/vm.lisp b/compiler/alpha/vm.lisp
index a9014edcb..63d6f13d4 100644
--- a/compiler/alpha/vm.lisp
+++ b/compiler/alpha/vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/alpha/vm.lisp,v 1.6 1998/07/24 17:22:30 dtc Rel $")
+  "$Header: src/compiler/alpha/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/alloc.lisp b/compiler/amd64/alloc.lisp
index 482889b6f..4870d519b 100644
--- a/compiler/amd64/alloc.lisp
+++ b/compiler/amd64/alloc.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/alloc.lisp,v 1.4 2004/07/14 20:56:24 cwang Rel $")
+ "$Header: src/compiler/amd64/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/arith.lisp b/compiler/amd64/arith.lisp
index 33892a333..76c838718 100644
--- a/compiler/amd64/arith.lisp
+++ b/compiler/amd64/arith.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/arith.lisp,v 1.2 2004/06/10 01:38:09 cwang Rel $")
+ "$Header: src/compiler/amd64/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/array.lisp b/compiler/amd64/array.lisp
index 85d5e0696..ac6aee406 100644
--- a/compiler/amd64/array.lisp
+++ b/compiler/amd64/array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/array.lisp,v 1.2 2004/07/14 20:56:24 cwang Rel $")
+ "$Header: src/compiler/amd64/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/c-call.lisp b/compiler/amd64/c-call.lisp
index c30c8d8b1..b4dbc3880 100644
--- a/compiler/amd64/c-call.lisp
+++ b/compiler/amd64/c-call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/c-call.lisp,v 1.3 2004/07/20 22:39:21 cwang Rel $")
+ "$Header: src/compiler/amd64/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/call.lisp b/compiler/amd64/call.lisp
index 80d065337..24a089a2e 100644
--- a/compiler/amd64/call.lisp
+++ b/compiler/amd64/call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/call.lisp,v 1.5 2004/07/27 23:30:41 cwang Rel $")
+ "$Header: src/compiler/amd64/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/cell.lisp b/compiler/amd64/cell.lisp
index 890c5ee25..a63f7b5b4 100644
--- a/compiler/amd64/cell.lisp
+++ b/compiler/amd64/cell.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/cell.lisp,v 1.4 2004/07/29 20:14:53 cwang Rel $")
+ "$Header: src/compiler/amd64/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/char.lisp b/compiler/amd64/char.lisp
index 43babcc79..3c30b29b9 100644
--- a/compiler/amd64/char.lisp
+++ b/compiler/amd64/char.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/char.lisp,v 1.1 2004/05/24 22:34:59 cwang Rel $")
+ "$Header: src/compiler/amd64/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/amd64/debug.lisp b/compiler/amd64/debug.lisp
index e30795727..e47d6b595 100644
--- a/compiler/amd64/debug.lisp
+++ b/compiler/amd64/debug.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/debug.lisp,v 1.1 2004/05/24 22:34:59 cwang Rel $")
+ "$Header: src/compiler/amd64/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/float.lisp b/compiler/amd64/float.lisp
index 45f51128f..09c9b11de 100644
--- a/compiler/amd64/float.lisp
+++ b/compiler/amd64/float.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/float.lisp,v 1.4 2009/11/02 15:05:06 rtoy Rel $")
+  "$Header: src/compiler/amd64/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/insts.lisp b/compiler/amd64/insts.lisp
index 44f0bc2d7..98b496534 100644
--- a/compiler/amd64/insts.lisp
+++ b/compiler/amd64/insts.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/insts.lisp,v 1.5 2004/07/27 23:28:41 cwang Rel $")
+  "$Header: src/compiler/amd64/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/macros.lisp b/compiler/amd64/macros.lisp
index e4f35a27f..8486a517b 100644
--- a/compiler/amd64/macros.lisp
+++ b/compiler/amd64/macros.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/macros.lisp,v 1.6 2004/10/19 19:16:20 cwang Rel $")
+ "$Header: src/compiler/amd64/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/memory.lisp b/compiler/amd64/memory.lisp
index 0556cf485..b51b787d6 100644
--- a/compiler/amd64/memory.lisp
+++ b/compiler/amd64/memory.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/memory.lisp,v 1.1 2004/05/24 22:35:00 cwang Rel $")
+ "$Header: src/compiler/amd64/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/move.lisp b/compiler/amd64/move.lisp
index a1c15931a..6a88f0d73 100644
--- a/compiler/amd64/move.lisp
+++ b/compiler/amd64/move.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/move.lisp,v 1.4 2004/07/14 20:59:48 cwang Rel $")
+ "$Header: src/compiler/amd64/move.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/nlx.lisp b/compiler/amd64/nlx.lisp
index c378777c6..ae17c4a28 100644
--- a/compiler/amd64/nlx.lisp
+++ b/compiler/amd64/nlx.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/nlx.lisp,v 1.3 2004/07/27 23:28:41 cwang Rel $")
+ "$Header: src/compiler/amd64/nlx.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/parms.lisp b/compiler/amd64/parms.lisp
index 289e917ee..f4fcd185d 100644
--- a/compiler/amd64/parms.lisp
+++ b/compiler/amd64/parms.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/parms.lisp,v 1.5 2009/11/02 15:05:06 rtoy Rel $")
+  "$Header: src/compiler/amd64/parms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/pred.lisp b/compiler/amd64/pred.lisp
index 9e36f0d80..454ab8792 100644
--- a/compiler/amd64/pred.lisp
+++ b/compiler/amd64/pred.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/pred.lisp,v 1.2 2004/07/06 20:22:07 cwang Rel $")
+ "$Header: src/compiler/amd64/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/print.lisp b/compiler/amd64/print.lisp
index 7df38e2df..bccdb02c7 100644
--- a/compiler/amd64/print.lisp
+++ b/compiler/amd64/print.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/print.lisp,v 1.2 2004/10/19 19:15:31 cwang Rel $")
+ "$Header: src/compiler/amd64/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/sap.lisp b/compiler/amd64/sap.lisp
index cc112ce47..323bd4571 100644
--- a/compiler/amd64/sap.lisp
+++ b/compiler/amd64/sap.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/sap.lisp,v 1.3 2004/07/14 21:00:17 cwang Rel $")
+ "$Header: src/compiler/amd64/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/static-fn.lisp b/compiler/amd64/static-fn.lisp
index cb50c68a6..5a237734b 100644
--- a/compiler/amd64/static-fn.lisp
+++ b/compiler/amd64/static-fn.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/static-fn.lisp,v 1.1 2004/05/24 22:35:00 cwang Rel $")
+ "$Header: src/compiler/amd64/static-fn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/subprim.lisp b/compiler/amd64/subprim.lisp
index 7466aca2f..34ec168cb 100644
--- a/compiler/amd64/subprim.lisp
+++ b/compiler/amd64/subprim.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/subprim.lisp,v 1.1 2004/05/24 22:35:00 cwang Rel $")
+ "$Header: src/compiler/amd64/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/system.lisp b/compiler/amd64/system.lisp
index 9867f32bd..0f9237a6e 100644
--- a/compiler/amd64/system.lisp
+++ b/compiler/amd64/system.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/system.lisp,v 1.1 2004/05/24 22:35:00 cwang Rel $")
+ "$Header: src/compiler/amd64/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/type-vops.lisp b/compiler/amd64/type-vops.lisp
index 863c055e5..0abc90894 100644
--- a/compiler/amd64/type-vops.lisp
+++ b/compiler/amd64/type-vops.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/type-vops.lisp,v 1.3 2009/11/02 15:05:06 rtoy Rel $")
+ "$Header: src/compiler/amd64/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/amd64/values.lisp b/compiler/amd64/values.lisp
index a56b3f4d5..94d859ddf 100644
--- a/compiler/amd64/values.lisp
+++ b/compiler/amd64/values.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/values.lisp,v 1.3 2004/07/28 19:22:27 cwang Rel $")
+ "$Header: src/compiler/amd64/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/amd64/vm.lisp b/compiler/amd64/vm.lisp
index 1dea75ead..6ba8f0b7c 100644
--- a/compiler/amd64/vm.lisp
+++ b/compiler/amd64/vm.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/amd64/vm.lisp,v 1.4 2009/11/02 15:05:07 rtoy Rel $")
+ "$Header: src/compiler/amd64/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/array-tran.lisp b/compiler/array-tran.lisp
index 7982af718..da9c2d097 100644
--- a/compiler/array-tran.lisp
+++ b/compiler/array-tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/array-tran.lisp,v 1.45 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/array-tran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/backend.lisp b/compiler/backend.lisp
index 5031ccced..a8b063ea7 100644
--- a/compiler/backend.lisp
+++ b/compiler/backend.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/backend.lisp,v 1.36 2010/11/10 19:51:24 rtoy Exp $")
+  "$Header: src/compiler/backend.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/bit-util.lisp b/compiler/bit-util.lisp
index f6557e467..394dfd17f 100644
--- a/compiler/bit-util.lisp
+++ b/compiler/bit-util.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/bit-util.lisp,v 1.9 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/bit-util.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/byte-comp.lisp b/compiler/byte-comp.lisp
index 50ce783b9..3f04bdd24 100644
--- a/compiler/byte-comp.lisp
+++ b/compiler/byte-comp.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/byte-comp.lisp,v 1.52 2010/07/31 16:56:00 rtoy Rel $")
+  "$Header: src/compiler/byte-comp.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/checkgen.lisp b/compiler/checkgen.lisp
index 421cfa297..eaa457262 100644
--- a/compiler/checkgen.lisp
+++ b/compiler/checkgen.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/checkgen.lisp,v 1.36 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/checkgen.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/codegen.lisp b/compiler/codegen.lisp
index ab206768f..f7dab5dab 100644
--- a/compiler/codegen.lisp
+++ b/compiler/codegen.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/codegen.lisp,v 1.27 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/codegen.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/constraint.lisp b/compiler/constraint.lisp
index 06a2cbac5..1e47ab9eb 100644
--- a/compiler/constraint.lisp
+++ b/compiler/constraint.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/constraint.lisp,v 1.27 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/constraint.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/control.lisp b/compiler/control.lisp
index 32c1671e7..8477fd8d8 100644
--- a/compiler/control.lisp
+++ b/compiler/control.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/control.lisp,v 1.15 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/control.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/copyprop.lisp b/compiler/copyprop.lisp
index 142a0b158..e71980b44 100644
--- a/compiler/copyprop.lisp
+++ b/compiler/copyprop.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/copyprop.lisp,v 1.9 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/copyprop.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ctype.lisp b/compiler/ctype.lisp
index 0964295d9..cf88e6bb2 100644
--- a/compiler/ctype.lisp
+++ b/compiler/ctype.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ctype.lisp,v 1.38 2010/05/27 23:43:16 rtoy Rel $")
+  "$Header: src/compiler/ctype.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/debug-dump.lisp b/compiler/debug-dump.lisp
index 0171a1cae..eb36cf32c 100644
--- a/compiler/debug-dump.lisp
+++ b/compiler/debug-dump.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug-dump.lisp,v 1.51 2010/04/19 15:08:20 rtoy Rel $")
+  "$Header: src/compiler/debug-dump.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/debug.lisp b/compiler/debug.lisp
index 2b8738b43..18bf15549 100644
--- a/compiler/debug.lisp
+++ b/compiler/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/debug.lisp,v 1.39 2010/04/19 15:08:20 rtoy Rel $")
+  "$Header: src/compiler/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/dfo.lisp b/compiler/dfo.lisp
index fae0248e4..2e0116b8e 100644
--- a/compiler/dfo.lisp
+++ b/compiler/dfo.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dfo.lisp,v 1.29 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/dfo.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/disassem.lisp b/compiler/disassem.lisp
index 7d5f4306e..2ffeb1bb2 100644
--- a/compiler/disassem.lisp
+++ b/compiler/disassem.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/disassem.lisp,v 1.58 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/disassem.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/dump.lisp b/compiler/dump.lisp
index b9b189680..ac95c2e56 100644
--- a/compiler/dump.lisp
+++ b/compiler/dump.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dump.lisp,v 1.92 2011/02/02 13:07:57 rtoy Exp $")
+  "$Header: src/compiler/dump.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/dyncount.lisp b/compiler/dyncount.lisp
index 017d10e34..3e211a79a 100644
--- a/compiler/dyncount.lisp
+++ b/compiler/dyncount.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/dyncount.lisp,v 1.11 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/dyncount.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/entry.lisp b/compiler/entry.lisp
index 90cdd81fc..f5ec8ba63 100644
--- a/compiler/entry.lisp
+++ b/compiler/entry.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/entry.lisp,v 1.14 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/entry.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/envanal.lisp b/compiler/envanal.lisp
index b7cff6691..4ca29eebb 100644
--- a/compiler/envanal.lisp
+++ b/compiler/envanal.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/envanal.lisp,v 1.35 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/envanal.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/eval-comp.lisp b/compiler/eval-comp.lisp
index 8a995d2f7..0f48e865c 100644
--- a/compiler/eval-comp.lisp
+++ b/compiler/eval-comp.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval-comp.lisp,v 1.38 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/eval-comp.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/eval.lisp b/compiler/eval.lisp
index 789cf832e..7e8bd0975 100644
--- a/compiler/eval.lisp
+++ b/compiler/eval.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/eval.lisp,v 1.39 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/eval.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/float-tran.lisp b/compiler/float-tran.lisp
index 3e3c66eb5..7a82135b9 100644
--- a/compiler/float-tran.lisp
+++ b/compiler/float-tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/float-tran.lisp,v 1.142 2010/08/18 15:39:01 rtoy Rel $")
+  "$Header: src/compiler/float-tran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp
index 705d34b06..b3f1950cd 100644
--- a/compiler/fndb.lisp
+++ b/compiler/fndb.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.148 2011/02/17 02:47:21 rtoy Exp $")
+  "$Header: src/compiler/fndb.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/core.lisp b/compiler/generic/core.lisp
index abbb23a1c..bcc29deb6 100644
--- a/compiler/generic/core.lisp
+++ b/compiler/generic/core.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/core.lisp,v 1.42 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/generic/core.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/gengc-genesis.lisp b/compiler/generic/gengc-genesis.lisp
index 67ee54212..3089b5fce 100644
--- a/compiler/generic/gengc-genesis.lisp
+++ b/compiler/generic/gengc-genesis.lisp
@@ -4,7 +4,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/gengc-genesis.lisp,v 1.16 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/generic/gengc-genesis.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/interr.lisp b/compiler/generic/interr.lisp
index ea16bb0ca..5b6e982bd 100644
--- a/compiler/generic/interr.lisp
+++ b/compiler/generic/interr.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/interr.lisp,v 1.15 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/generic/interr.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/new-genesis.lisp b/compiler/generic/new-genesis.lisp
index 1c5d35f0d..b6781cc6a 100644
--- a/compiler/generic/new-genesis.lisp
+++ b/compiler/generic/new-genesis.lisp
@@ -4,7 +4,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/new-genesis.lisp,v 1.95 2010/12/14 00:26:43 rtoy Exp $")
+  "$Header: src/compiler/generic/new-genesis.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/objdef.lisp b/compiler/generic/objdef.lisp
index 9af8d76f7..da04b4f25 100644
--- a/compiler/generic/objdef.lisp
+++ b/compiler/generic/objdef.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/objdef.lisp,v 1.63 2010/04/19 17:49:02 rtoy Rel $")
+  "$Header: src/compiler/generic/objdef.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/primtype.lisp b/compiler/generic/primtype.lisp
index 6c31bbaa4..d2349a09c 100644
--- a/compiler/generic/primtype.lisp
+++ b/compiler/generic/primtype.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/primtype.lisp,v 1.27 2010/04/19 17:49:02 rtoy Rel $")
+  "$Header: src/compiler/generic/primtype.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/utils.lisp b/compiler/generic/utils.lisp
index b2fba288b..e036fa81d 100644
--- a/compiler/generic/utils.lisp
+++ b/compiler/generic/utils.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/utils.lisp,v 1.13 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/generic/utils.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-fndb.lisp b/compiler/generic/vm-fndb.lisp
index 4cacbeae4..0c726f3b9 100644
--- a/compiler/generic/vm-fndb.lisp
+++ b/compiler/generic/vm-fndb.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-fndb.lisp,v 1.67 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/generic/vm-fndb.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-ir2tran.lisp b/compiler/generic/vm-ir2tran.lisp
index 61dbf820f..976df9cd2 100644
--- a/compiler/generic/vm-ir2tran.lisp
+++ b/compiler/generic/vm-ir2tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-ir2tran.lisp,v 1.11 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/generic/vm-ir2tran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-macs.lisp b/compiler/generic/vm-macs.lisp
index 82b634fef..f97ac1284 100644
--- a/compiler/generic/vm-macs.lisp
+++ b/compiler/generic/vm-macs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-macs.lisp,v 1.22 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/generic/vm-macs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-tran.lisp b/compiler/generic/vm-tran.lisp
index c0cb7b931..62bf92b80 100644
--- a/compiler/generic/vm-tran.lisp
+++ b/compiler/generic/vm-tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-tran.lisp,v 1.63 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/generic/vm-tran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-type.lisp b/compiler/generic/vm-type.lisp
index 3f9528bd7..c64ce572c 100644
--- a/compiler/generic/vm-type.lisp
+++ b/compiler/generic/vm-type.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-type.lisp,v 1.46 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/generic/vm-type.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/generic/vm-typetran.lisp b/compiler/generic/vm-typetran.lisp
index 25eceeb0b..fd869a956 100644
--- a/compiler/generic/vm-typetran.lisp
+++ b/compiler/generic/vm-typetran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/generic/vm-typetran.lisp,v 1.19 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/generic/vm-typetran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/globaldb.lisp b/compiler/globaldb.lisp
index 89066a6d9..ae7b565ed 100644
--- a/compiler/globaldb.lisp
+++ b/compiler/globaldb.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/globaldb.lisp,v 1.57 2010/04/23 13:23:29 rtoy Rel $")
+  "$Header: src/compiler/globaldb.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/globals.lisp b/compiler/globals.lisp
index 06084d680..240f0b457 100644
--- a/compiler/globals.lisp
+++ b/compiler/globals.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/globals.lisp,v 1.7 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/globals.lisp $")
 
 (in-package "C")
 (intl:textdomain "cmucl")
diff --git a/compiler/gtn.lisp b/compiler/gtn.lisp
index 56300cd11..99d3e135e 100644
--- a/compiler/gtn.lisp
+++ b/compiler/gtn.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/gtn.lisp,v 1.18 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/gtn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/alloc.lisp b/compiler/hppa/alloc.lisp
index 2ea4ffcf5..c19892801 100644
--- a/compiler/hppa/alloc.lisp
+++ b/compiler/hppa/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/alloc.lisp,v 1.6 2003/08/25 20:50:59 gerd Rel $")
+  "$Header: src/compiler/hppa/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/arith.lisp b/compiler/hppa/arith.lisp
index 86d8c48f7..8826feba6 100644
--- a/compiler/hppa/arith.lisp
+++ b/compiler/hppa/arith.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/arith.lisp,v 1.6 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/hppa/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/array.lisp b/compiler/hppa/array.lisp
index 84061aabf..cce4e0fb7 100644
--- a/compiler/hppa/array.lisp
+++ b/compiler/hppa/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/array.lisp,v 1.8 2003/08/03 11:27:49 gerd Rel $")
+  "$Header: src/compiler/hppa/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/c-call.lisp b/compiler/hppa/c-call.lisp
index 2f544584e..efa6ed2e1 100644
--- a/compiler/hppa/c-call.lisp
+++ b/compiler/hppa/c-call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/c-call.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/call.lisp b/compiler/hppa/call.lisp
index 6f794b24b..9e10aa747 100644
--- a/compiler/hppa/call.lisp
+++ b/compiler/hppa/call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/call.lisp,v 1.13 2003/08/05 15:51:35 toy Rel $")
+  "$Header: src/compiler/hppa/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/cell.lisp b/compiler/hppa/cell.lisp
index ad1558879..464e13fce 100644
--- a/compiler/hppa/cell.lisp
+++ b/compiler/hppa/cell.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/cell.lisp,v 1.6 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/char.lisp b/compiler/hppa/char.lisp
index a167325bb..341ac2490 100644
--- a/compiler/hppa/char.lisp
+++ b/compiler/hppa/char.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/char.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/hppa/debug.lisp b/compiler/hppa/debug.lisp
index 7b5d6c4c5..fc8c2d9fd 100644
--- a/compiler/hppa/debug.lisp
+++ b/compiler/hppa/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/debug.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/float.lisp b/compiler/hppa/float.lisp
index cd3c02c48..cfec6b4b5 100644
--- a/compiler/hppa/float.lisp
+++ b/compiler/hppa/float.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/float.lisp,v 1.9 1998/07/24 17:22:33 dtc Rel $")
+  "$Header: src/compiler/hppa/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/insts.lisp b/compiler/hppa/insts.lisp
index 2d27812db..aef63d6f1 100644
--- a/compiler/hppa/insts.lisp
+++ b/compiler/hppa/insts.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/insts.lisp,v 1.8 2002/01/23 19:03:20 toy Rel $")
+  "$Header: src/compiler/hppa/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/macros.lisp b/compiler/hppa/macros.lisp
index 51da4fc81..3be9764cd 100644
--- a/compiler/hppa/macros.lisp
+++ b/compiler/hppa/macros.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/macros.lisp,v 1.4 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/memory.lisp b/compiler/hppa/memory.lisp
index 5bd53d463..e51ec45e9 100644
--- a/compiler/hppa/memory.lisp
+++ b/compiler/hppa/memory.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/memory.lisp,v 1.3 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/move.lisp b/compiler/hppa/move.lisp
index 25f7b325f..f936dcc41 100644
--- a/compiler/hppa/move.lisp
+++ b/compiler/hppa/move.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/move.lisp,v 1.3 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/hppa/move.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/nlx.lisp b/compiler/hppa/nlx.lisp
index e2967bb96..92c668a8e 100644
--- a/compiler/hppa/nlx.lisp
+++ b/compiler/hppa/nlx.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/nlx.lisp,v 1.5 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/hppa/nlx.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/parms.lisp b/compiler/hppa/parms.lisp
index 467b6e435..90259c2cb 100644
--- a/compiler/hppa/parms.lisp
+++ b/compiler/hppa/parms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/parms.lisp,v 1.11 2003/09/26 15:37:10 toy Rel $")
+  "$Header: src/compiler/hppa/parms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/pred.lisp b/compiler/hppa/pred.lisp
index f92a3599c..e57429900 100644
--- a/compiler/hppa/pred.lisp
+++ b/compiler/hppa/pred.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/pred.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/print.lisp b/compiler/hppa/print.lisp
index 82770f036..ef0ae357e 100644
--- a/compiler/hppa/print.lisp
+++ b/compiler/hppa/print.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/print.lisp,v 1.2 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/sap.lisp b/compiler/hppa/sap.lisp
index 19335d5a3..d3ffe8df6 100644
--- a/compiler/hppa/sap.lisp
+++ b/compiler/hppa/sap.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/sap.lisp,v 1.5 2001/02/16 23:39:10 dtc Rel $")
+  "$Header: src/compiler/hppa/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/static-fn.lisp b/compiler/hppa/static-fn.lisp
index 5c5f71fbe..42d534315 100644
--- a/compiler/hppa/static-fn.lisp
+++ b/compiler/hppa/static-fn.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/static-fn.lisp,v 1.3 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/hppa/static-fn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/subprim.lisp b/compiler/hppa/subprim.lisp
index 155db53bb..ef95e55cc 100644
--- a/compiler/hppa/subprim.lisp
+++ b/compiler/hppa/subprim.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/subprim.lisp,v 1.3 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/hppa/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/system.lisp b/compiler/hppa/system.lisp
index 396c836bf..2f7f6adef 100644
--- a/compiler/hppa/system.lisp
+++ b/compiler/hppa/system.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/system.lisp,v 1.3 1994/10/31 04:42:45 ram Rel $")
+  "$Header: src/compiler/hppa/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/type-vops.lisp b/compiler/hppa/type-vops.lisp
index 9b591a4a2..b40326931 100644
--- a/compiler/hppa/type-vops.lisp
+++ b/compiler/hppa/type-vops.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/type-vops.lisp,v 1.7 2000/01/10 14:45:53 dtc Rel $")
+  "$Header: src/compiler/hppa/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/hppa/values.lisp b/compiler/hppa/values.lisp
index 5427b06d4..3ea2c9b6a 100644
--- a/compiler/hppa/values.lisp
+++ b/compiler/hppa/values.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/values.lisp,v 1.6 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/hppa/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/hppa/vm.lisp b/compiler/hppa/vm.lisp
index 60596d9fe..b27582830 100644
--- a/compiler/hppa/vm.lisp
+++ b/compiler/hppa/vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/hppa/vm.lisp,v 1.6 1998/07/24 17:22:34 dtc Rel $")
+  "$Header: src/compiler/hppa/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ir1final.lisp b/compiler/ir1final.lisp
index f384dbc2b..377224312 100644
--- a/compiler/ir1final.lisp
+++ b/compiler/ir1final.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1final.lisp,v 1.26 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/ir1final.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ir1opt.lisp b/compiler/ir1opt.lisp
index 92cc3aa72..371617a57 100644
--- a/compiler/ir1opt.lisp
+++ b/compiler/ir1opt.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1opt.lisp,v 1.89 2010/04/19 15:08:20 rtoy Rel $")
+  "$Header: src/compiler/ir1opt.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ir1tran.lisp b/compiler/ir1tran.lisp
index 8f0281ea3..81c7d7444 100644
--- a/compiler/ir1tran.lisp
+++ b/compiler/ir1tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1tran.lisp,v 1.176 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/ir1tran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ir1util.lisp b/compiler/ir1util.lisp
index d212a6a4b..c39f17e3a 100644
--- a/compiler/ir1util.lisp
+++ b/compiler/ir1util.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.113 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/ir1util.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ir2tran.lisp b/compiler/ir2tran.lisp
index a8cd77fdd..6c2dc4899 100644
--- a/compiler/ir2tran.lisp
+++ b/compiler/ir2tran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir2tran.lisp,v 1.77 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/ir2tran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/knownfun.lisp b/compiler/knownfun.lisp
index 8e664fbbf..609d3e798 100644
--- a/compiler/knownfun.lisp
+++ b/compiler/knownfun.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/knownfun.lisp,v 1.34 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/knownfun.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/life.lisp b/compiler/life.lisp
index 43cb6c5bb..ee1ff549a 100644
--- a/compiler/life.lisp
+++ b/compiler/life.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/life.lisp,v 1.25 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/life.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/loadbackend.lisp b/compiler/loadbackend.lisp
index d806b1b9e..de8608bf2 100644
--- a/compiler/loadbackend.lisp
+++ b/compiler/loadbackend.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadbackend.lisp,v 1.10 2008/11/12 15:04:23 rtoy Rel $")
+  "$Header: src/compiler/loadbackend.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/loadcom.lisp b/compiler/loadcom.lisp
index 2a64b9a94..e07f97b19 100644
--- a/compiler/loadcom.lisp
+++ b/compiler/loadcom.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadcom.lisp,v 1.51 2004/11/05 22:02:38 rtoy Rel $")
+  "$Header: src/compiler/loadcom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/locall.lisp b/compiler/locall.lisp
index 433c34f49..9d5a54de6 100644
--- a/compiler/locall.lisp
+++ b/compiler/locall.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/locall.lisp,v 1.61 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/locall.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/loop.lisp b/compiler/loop.lisp
index f435dcb2e..9bbaa727b 100644
--- a/compiler/loop.lisp
+++ b/compiler/loop.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loop.lisp,v 1.2 2010/03/19 15:19:00 rtoy Rel $")
+  "$Header: src/compiler/loop.lisp $")
 ;;; **********************************************************************
 ;;;
 ;;; Stuff to annotate the flow graph with information about the loops in it.
diff --git a/compiler/ltn.lisp b/compiler/ltn.lisp
index a69e39866..9232a1e53 100644
--- a/compiler/ltn.lisp
+++ b/compiler/ltn.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ltn.lisp,v 1.46 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/ltn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ltv.lisp b/compiler/ltv.lisp
index 68ad11393..76ef3417d 100644
--- a/compiler/ltv.lisp
+++ b/compiler/ltv.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ltv.lisp,v 1.5 2011/08/21 15:16:01 rtoy Exp $")
+  "$Header: src/compiler/ltv.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/macros.lisp b/compiler/macros.lisp
index fce69fbb1..bc6b23d60 100644
--- a/compiler/macros.lisp
+++ b/compiler/macros.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/macros.lisp,v 1.59 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/main.lisp b/compiler/main.lisp
index 08e808822..2a02cf033 100644
--- a/compiler/main.lisp
+++ b/compiler/main.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/main.lisp,v 1.161 2011/08/21 15:16:01 rtoy Exp $")
+  "$Header: src/compiler/main.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/meta-vmdef.lisp b/compiler/meta-vmdef.lisp
index 7e070f69b..0b202de99 100644
--- a/compiler/meta-vmdef.lisp
+++ b/compiler/meta-vmdef.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/meta-vmdef.lisp,v 1.12 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/meta-vmdef.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/alloc.lisp b/compiler/mips/alloc.lisp
index 55b510f4c..003087043 100644
--- a/compiler/mips/alloc.lisp
+++ b/compiler/mips/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/alloc.lisp,v 1.31 2003/08/25 20:50:59 gerd Rel $")
+  "$Header: src/compiler/mips/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/arith.lisp b/compiler/mips/arith.lisp
index cd1696627..c4970c501 100644
--- a/compiler/mips/arith.lisp
+++ b/compiler/mips/arith.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/arith.lisp,v 1.55 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/mips/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/arith.lisp,v 1.55 2003/08/03 11:27:48 gerd Rel $
+;;; $Header: src/compiler/mips/arith.lisp $
 ;;;
 ;;;    This file contains the VM definition arithmetic VOPs for the MIPS.
 ;;;
diff --git a/compiler/mips/array.lisp b/compiler/mips/array.lisp
index 1d66a2276..a98706a53 100644
--- a/compiler/mips/array.lisp
+++ b/compiler/mips/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/array.lisp,v 1.53 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/mips/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/c-call.lisp b/compiler/mips/c-call.lisp
index abf2888d9..f58ec6f23 100644
--- a/compiler/mips/c-call.lisp
+++ b/compiler/mips/c-call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/c-call.lisp,v 1.14 1997/08/23 16:00:11 pw Rel $")
+  "$Header: src/compiler/mips/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/call.lisp b/compiler/mips/call.lisp
index 4842881f6..4c30153fa 100644
--- a/compiler/mips/call.lisp
+++ b/compiler/mips/call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/call.lisp,v 1.65 2003/08/05 15:51:35 toy Rel $")
+  "$Header: src/compiler/mips/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/cell.lisp b/compiler/mips/cell.lisp
index ca443f72c..fb272a20f 100644
--- a/compiler/mips/cell.lisp
+++ b/compiler/mips/cell.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/cell.lisp,v 1.77 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/char.lisp b/compiler/mips/char.lisp
index 43151ede8..2ac9b6ab2 100644
--- a/compiler/mips/char.lisp
+++ b/compiler/mips/char.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/char.lisp,v 1.14 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/char.lisp,v 1.14 1994/10/31 04:44:16 ram Rel $
+;;; $Header: src/compiler/mips/char.lisp $
 ;;; 
 ;;; This file contains the RT VM definition of character operations.
 ;;;
diff --git a/compiler/mips/debug.lisp b/compiler/mips/debug.lisp
index ca042864f..ededb50cf 100644
--- a/compiler/mips/debug.lisp
+++ b/compiler/mips/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/debug.lisp,v 1.16 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/float.lisp b/compiler/mips/float.lisp
index a9e0d9dc2..d778c4cba 100644
--- a/compiler/mips/float.lisp
+++ b/compiler/mips/float.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/float.lisp,v 1.27 1999/04/30 11:50:55 dtc Rel $")
+  "$Header: src/compiler/mips/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/insts.lisp b/compiler/mips/insts.lisp
index 50a984c0d..e89b5c0c7 100644
--- a/compiler/mips/insts.lisp
+++ b/compiler/mips/insts.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.53 2002/08/27 16:20:06 toy Rel $")
+  "$Header: src/compiler/mips/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/macros.lisp b/compiler/mips/macros.lisp
index f24875a14..9d4f25980 100644
--- a/compiler/mips/macros.lisp
+++ b/compiler/mips/macros.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/macros.lisp,v 1.53 2003/07/11 13:29:13 toy Rel $")
+  "$Header: src/compiler/mips/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/memory.lisp b/compiler/mips/memory.lisp
index 7f41f37cb..bc4e71833 100644
--- a/compiler/mips/memory.lisp
+++ b/compiler/mips/memory.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/memory.lisp,v 1.16 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/move.lisp b/compiler/mips/move.lisp
index a52e316fe..0c37872dd 100644
--- a/compiler/mips/move.lisp
+++ b/compiler/mips/move.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/move.lisp,v 1.36 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/mips/move.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/nlx.lisp b/compiler/mips/nlx.lisp
index 0de38da31..8fe1b8b66 100644
--- a/compiler/mips/nlx.lisp
+++ b/compiler/mips/nlx.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/nlx.lisp,v 1.22 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/mips/nlx.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp
index dbf513bb5..7cf4b8a00 100644
--- a/compiler/mips/parms.lisp
+++ b/compiler/mips/parms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.117 2003/09/26 15:37:11 toy Rel $")
+  "$Header: src/compiler/mips/parms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/pred.lisp b/compiler/mips/pred.lisp
index 4ad257f1f..9e7e69263 100644
--- a/compiler/mips/pred.lisp
+++ b/compiler/mips/pred.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/pred.lisp,v 1.8 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/print.lisp b/compiler/mips/print.lisp
index 6eaaec532..9729c6ce6 100644
--- a/compiler/mips/print.lisp
+++ b/compiler/mips/print.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/print.lisp,v 1.10 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/sap.lisp b/compiler/mips/sap.lisp
index a1dd56b45..235a33ee5 100644
--- a/compiler/mips/sap.lisp
+++ b/compiler/mips/sap.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/sap.lisp,v 1.32 1999/04/30 11:50:55 dtc Rel $")
+  "$Header: src/compiler/mips/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/static-fn.lisp b/compiler/mips/static-fn.lisp
index 6818bd7d7..f07978600 100644
--- a/compiler/mips/static-fn.lisp
+++ b/compiler/mips/static-fn.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/static-fn.lisp,v 1.22 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/mips/static-fn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/subprim.lisp b/compiler/mips/subprim.lisp
index 82ed06e19..37bdfdb04 100644
--- a/compiler/mips/subprim.lisp
+++ b/compiler/mips/subprim.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/subprim.lisp,v 1.23 2003/08/03 11:27:48 gerd Rel $")
+  "$Header: src/compiler/mips/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/system.lisp b/compiler/mips/system.lisp
index 1de1ea0e0..6511da58e 100644
--- a/compiler/mips/system.lisp
+++ b/compiler/mips/system.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/system.lisp,v 1.49 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/type-vops.lisp b/compiler/mips/type-vops.lisp
index 1ad293c79..5e406fc61 100644
--- a/compiler/mips/type-vops.lisp
+++ b/compiler/mips/type-vops.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/type-vops.lisp,v 1.48 2003/03/02 18:55:56 toy Rel $")
+  "$Header: src/compiler/mips/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/utils.lisp b/compiler/mips/utils.lisp
index 005f0d0fa..a60f6a00b 100644
--- a/compiler/mips/utils.lisp
+++ b/compiler/mips/utils.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/utils.lisp,v 1.2 1994/10/31 04:44:16 ram Rel $")
+  "$Header: src/compiler/mips/utils.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/values.lisp b/compiler/mips/values.lisp
index d7dd46dcc..416e273b1 100644
--- a/compiler/mips/values.lisp
+++ b/compiler/mips/values.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/values.lisp,v 1.18 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/mips/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/mips/vm.lisp b/compiler/mips/vm.lisp
index fb3e373ae..4f823d285 100644
--- a/compiler/mips/vm.lisp
+++ b/compiler/mips/vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/vm.lisp,v 1.53 1998/07/24 17:22:36 dtc Rel $")
+  "$Header: src/compiler/mips/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/new-assem.lisp b/compiler/new-assem.lisp
index b0de69b07..5492eb7cd 100644
--- a/compiler/new-assem.lisp
+++ b/compiler/new-assem.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/new-assem.lisp,v 1.37 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/new-assem.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/node.lisp b/compiler/node.lisp
index adaea5256..851d9bfec 100644
--- a/compiler/node.lisp
+++ b/compiler/node.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/node.lisp,v 1.47 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/node.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/old-rt/assem-macs.lisp b/compiler/old-rt/assem-macs.lisp
index f1f728fc5..2fc05b0fa 100644
--- a/compiler/old-rt/assem-macs.lisp
+++ b/compiler/old-rt/assem-macs.lisp
@@ -293,4 +293,4 @@
 	   (emit-label start-lab)
 	   (error-call ,error-code ,@values)
 	   (note-this-location ,n-vop :internal-error)
-	   start-lab)))))
\ No newline at end of file
+	   start-lab)))))
diff --git a/compiler/pack.lisp b/compiler/pack.lisp
index 0f2be287f..91ae1420b 100644
--- a/compiler/pack.lisp
+++ b/compiler/pack.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pack.lisp,v 1.60 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/pack.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/alloc.lisp b/compiler/ppc/alloc.lisp
index 60e5f686e..b5fbdc246 100644
--- a/compiler/ppc/alloc.lisp
+++ b/compiler/ppc/alloc.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/alloc.lisp,v 1.15 2007/03/05 01:55:21 rtoy Rel $")
+  "$Header: src/compiler/ppc/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/arith.lisp b/compiler/ppc/arith.lisp
index cdf4b7394..a3dc37ea4 100644
--- a/compiler/ppc/arith.lisp
+++ b/compiler/ppc/arith.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/arith.lisp,v 1.15 2008/08/13 12:21:28 rtoy Rel $
+;;; $Header: src/compiler/ppc/arith.lisp $
 ;;;
 ;;;    This file contains the VM definition arithmetic VOPs for the MIPS.
 ;;;
diff --git a/compiler/ppc/array.lisp b/compiler/ppc/array.lisp
index 94dc4cd4e..561fed933 100644
--- a/compiler/ppc/array.lisp
+++ b/compiler/ppc/array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/array.lisp,v 1.8 2009/06/11 16:04:00 rtoy Rel $")
+  "$Header: src/compiler/ppc/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/c-call.lisp b/compiler/ppc/c-call.lisp
index bfda1e8a5..e536b9a34 100644
--- a/compiler/ppc/c-call.lisp
+++ b/compiler/ppc/c-call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/c-call.lisp,v 1.20 2006/01/20 04:38:20 rtoy Rel $")
+  "$Header: src/compiler/ppc/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/call.lisp b/compiler/ppc/call.lisp
index bd07939aa..f08b158f1 100644
--- a/compiler/ppc/call.lisp
+++ b/compiler/ppc/call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/call.lisp,v 1.16 2007/03/05 01:55:22 rtoy Rel $")
+  "$Header: src/compiler/ppc/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/cell.lisp b/compiler/ppc/cell.lisp
index ccd9de0dc..b37ccb06c 100644
--- a/compiler/ppc/cell.lisp
+++ b/compiler/ppc/cell.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/cell.lisp,v 1.7 2005/12/11 20:30:46 rtoy Rel $")
+  "$Header: src/compiler/ppc/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/char.lisp b/compiler/ppc/char.lisp
index 7dce4cb31..c7d4371b9 100644
--- a/compiler/ppc/char.lisp
+++ b/compiler/ppc/char.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/char.lisp,v 1.1 2001/02/11 14:22:04 dtc Rel $")
+  "$Header: src/compiler/ppc/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/ppc/debug.lisp b/compiler/ppc/debug.lisp
index 93ed335d0..fe71a3be2 100644
--- a/compiler/ppc/debug.lisp
+++ b/compiler/ppc/debug.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/debug.lisp,v 1.1 2001/02/11 14:22:04 dtc Rel $")
+  "$Header: src/compiler/ppc/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/float.lisp b/compiler/ppc/float.lisp
index 748e943eb..33e5ed056 100644
--- a/compiler/ppc/float.lisp
+++ b/compiler/ppc/float.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/float.lisp,v 1.15 2007/05/29 23:58:00 rtoy Rel $")
+  "$Header: src/compiler/ppc/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/insts.lisp b/compiler/ppc/insts.lisp
index ad5f819f9..25ac39a1a 100644
--- a/compiler/ppc/insts.lisp
+++ b/compiler/ppc/insts.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/insts.lisp,v 1.22 2007/05/09 02:43:56 rtoy Rel $")
+  "$Header: src/compiler/ppc/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/macros.lisp b/compiler/ppc/macros.lisp
index d774bda2f..985df2b9f 100644
--- a/compiler/ppc/macros.lisp
+++ b/compiler/ppc/macros.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/macros.lisp,v 1.13 2007/03/05 01:55:22 rtoy Rel $
+;;; $Header: src/compiler/ppc/macros.lisp $
 ;;;
 ;;; This file contains various useful macros for generating PC code.
 ;;;
diff --git a/compiler/ppc/memory.lisp b/compiler/ppc/memory.lisp
index 1bdab9775..80bc9a119 100644
--- a/compiler/ppc/memory.lisp
+++ b/compiler/ppc/memory.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/memory.lisp,v 1.1 2001/02/11 14:22:05 dtc Rel $")
+  "$Header: src/compiler/ppc/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/move.lisp b/compiler/ppc/move.lisp
index 83a239aa7..fcb2d1fc2 100644
--- a/compiler/ppc/move.lisp
+++ b/compiler/ppc/move.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/move.lisp,v 1.7 2005/06/15 03:13:51 rtoy Rel $
+;;; $Header: src/compiler/ppc/move.lisp $
 ;;;
 ;;;    This file contains the SPARC VM definition of operand loading/saving and
 ;;; the Move VOP.
diff --git a/compiler/ppc/nlx.lisp b/compiler/ppc/nlx.lisp
index 1040fd770..eb09781d6 100644
--- a/compiler/ppc/nlx.lisp
+++ b/compiler/ppc/nlx.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/nlx.lisp,v 1.3 2003/08/03 11:27:47 gerd Rel $
+;;; $Header: src/compiler/ppc/nlx.lisp $
 ;;;
 ;;;    This file contains the definitions of VOPs used for non-local exit
 ;;; (throw, lexical exit, etc.)
diff --git a/compiler/ppc/parms.lisp b/compiler/ppc/parms.lisp
index b2f3ba091..a885626c9 100644
--- a/compiler/ppc/parms.lisp
+++ b/compiler/ppc/parms.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/parms.lisp,v 1.20 2010/12/04 17:32:34 rtoy Exp $")
+  "$Header: src/compiler/ppc/parms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/pred.lisp b/compiler/ppc/pred.lisp
index 840a71738..b5f8a0827 100644
--- a/compiler/ppc/pred.lisp
+++ b/compiler/ppc/pred.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/pred.lisp,v 1.1 2001/02/11 14:22:05 dtc Rel $
+;;; $Header: src/compiler/ppc/pred.lisp $
 ;;;
 ;;;    This file contains the VM definition of predicate VOPs for the SPARC.
 ;;;
diff --git a/compiler/ppc/print.lisp b/compiler/ppc/print.lisp
index b1e83f5dc..0b1a37960 100644
--- a/compiler/ppc/print.lisp
+++ b/compiler/ppc/print.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/print.lisp,v 1.2 2004/07/25 18:15:52 pmai Rel $
+;;; $Header: src/compiler/ppc/print.lisp $
 ;;;
 ;;; This file contains VOPs for things like printing during %initial-function
 ;;; before the world is initialized.
diff --git a/compiler/ppc/sap.lisp b/compiler/ppc/sap.lisp
index c36a54f57..6449a0939 100644
--- a/compiler/ppc/sap.lisp
+++ b/compiler/ppc/sap.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/sap.lisp,v 1.3 2001/02/16 23:39:13 dtc Rel $")
+  "$Header: src/compiler/ppc/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/static-fn.lisp b/compiler/ppc/static-fn.lisp
index bc3cf2d76..874b00195 100644
--- a/compiler/ppc/static-fn.lisp
+++ b/compiler/ppc/static-fn.lisp
@@ -7,7 +7,7 @@
 ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU)
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/static-fn.lisp,v 1.5 2005/12/11 18:30:47 rtoy Rel $
+;;; $Header: src/compiler/ppc/static-fn.lisp $
 ;;;
 ;;; This file contains the VOPs and macro magic necessary to call static
 ;;; functions.
diff --git a/compiler/ppc/subprim.lisp b/compiler/ppc/subprim.lisp
index d11bb2cb6..8531a0678 100644
--- a/compiler/ppc/subprim.lisp
+++ b/compiler/ppc/subprim.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/subprim.lisp,v 1.2 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/ppc/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/system.lisp b/compiler/ppc/system.lisp
index fa85ce165..c3fe76a79 100644
--- a/compiler/ppc/system.lisp
+++ b/compiler/ppc/system.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/system.lisp,v 1.4 2009/06/11 16:04:00 rtoy Rel $")
+  "$Header: src/compiler/ppc/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/type-vops.lisp b/compiler/ppc/type-vops.lisp
index e70570ec0..761a049ca 100644
--- a/compiler/ppc/type-vops.lisp
+++ b/compiler/ppc/type-vops.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/type-vops.lisp,v 1.3 2006/06/30 18:41:24 rtoy Rel $")
+  "$Header: src/compiler/ppc/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/ppc/values.lisp b/compiler/ppc/values.lisp
index d83260bb6..b29cb0b60 100644
--- a/compiler/ppc/values.lisp
+++ b/compiler/ppc/values.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/values.lisp,v 1.2 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/ppc/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/ppc/vm.lisp b/compiler/ppc/vm.lisp
index 51d1eaaa1..a4e2f7cb9 100644
--- a/compiler/ppc/vm.lisp
+++ b/compiler/ppc/vm.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ppc/vm.lisp,v 1.5 2006/06/30 18:41:24 rtoy Rel $")
+  "$Header: src/compiler/ppc/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/proclaim.lisp b/compiler/proclaim.lisp
index 576e8f98a..f9022cedc 100644
--- a/compiler/proclaim.lisp
+++ b/compiler/proclaim.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/proclaim.lisp,v 1.48 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/proclaim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/pseudo-vops.lisp b/compiler/pseudo-vops.lisp
index 2e90e2433..f1580cac9 100644
--- a/compiler/pseudo-vops.lisp
+++ b/compiler/pseudo-vops.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/pseudo-vops.lisp,v 1.10 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/pseudo-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/represent.lisp b/compiler/represent.lisp
index 7b0ba400f..11310c70e 100644
--- a/compiler/represent.lisp
+++ b/compiler/represent.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/represent.lisp,v 1.40 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/represent.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/afpa.lisp b/compiler/rt/afpa.lisp
index 92a78d7ea..0577ca0bb 100644
--- a/compiler/rt/afpa.lisp
+++ b/compiler/rt/afpa.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/afpa.lisp,v 1.5 1994/10/31 04:45:41 ram Rel $")
+  "$Header: src/compiler/rt/afpa.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/alloc.lisp b/compiler/rt/alloc.lisp
index 637f3b00c..03d3cb1ea 100644
--- a/compiler/rt/alloc.lisp
+++ b/compiler/rt/alloc.lisp
@@ -5,11 +5,11 @@
 ;;; 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.6 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/rt/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/alloc.lisp,v 1.6 2003/08/03 11:27:47 gerd Rel $
+;;; $Header: src/compiler/rt/alloc.lisp $
 ;;;
 ;;; Allocation VOPs for the IBM RT port.
 ;;;
diff --git a/compiler/rt/arith.lisp b/compiler/rt/arith.lisp
index 8e16c2c6e..aedbedd09 100644
--- a/compiler/rt/arith.lisp
+++ b/compiler/rt/arith.lisp
@@ -5,11 +5,11 @@
 ;;; 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.12 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/rt/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/arith.lisp,v 1.12 2003/08/03 11:27:47 gerd Rel $
+;;; $Header: src/compiler/rt/arith.lisp $
 ;;;
 ;;; 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 53d75fcf1..52facb5e4 100644
--- a/compiler/rt/array.lisp
+++ b/compiler/rt/array.lisp
@@ -5,11 +5,11 @@
 ;;; 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.12 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/rt/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/array.lisp,v 1.12 2003/08/03 11:27:47 gerd Rel $
+;;; $Header: src/compiler/rt/array.lisp $
 ;;;
 ;;; 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 25e9661c3..4d2929132 100644
--- a/compiler/rt/c-call.lisp
+++ b/compiler/rt/c-call.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $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: src/compiler/rt/c-call.lisp $
 ;;;
 ;;; 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 ce697492f..9e449a429 100644
--- a/compiler/rt/call.lisp
+++ b/compiler/rt/call.lisp
@@ -5,7 +5,7 @@
 ;;; 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.13 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/rt/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/cell.lisp b/compiler/rt/cell.lisp
index 1e2dca182..facdbc956 100644
--- a/compiler/rt/cell.lisp
+++ b/compiler/rt/cell.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/cell.lisp,v 1.8 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/cell.lisp $
 ;;;
 ;;; 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 bb9e1a61e..ab4049756 100644
--- a/compiler/rt/char.lisp
+++ b/compiler/rt/char.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/char.lisp,v 1.4 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/char.lisp $
 ;;; 
 ;;; This file contains the RT VM definition of character operations.
 ;;;
diff --git a/compiler/rt/debug.lisp b/compiler/rt/debug.lisp
index 1d1e62f6c..52c05e93d 100644
--- a/compiler/rt/debug.lisp
+++ b/compiler/rt/debug.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/debug.lisp,v 1.5 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/debug.lisp $
 ;;;
 ;;; Compiler support for the new whizzy debugger.
 ;;;
diff --git a/compiler/rt/insts.lisp b/compiler/rt/insts.lisp
index ac09c269b..7b8adc9b9 100644
--- a/compiler/rt/insts.lisp
+++ b/compiler/rt/insts.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/insts.lisp,v 1.14 1994/10/31 04:45:41 ram Rel $")
+  "$Header: src/compiler/rt/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/macros.lisp b/compiler/rt/macros.lisp
index 1c17ad05a..dfa8b6f3c 100644
--- a/compiler/rt/macros.lisp
+++ b/compiler/rt/macros.lisp
@@ -5,7 +5,7 @@
 ;;; 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 $")
+  "$Header: src/compiler/rt/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/mc68881.lisp b/compiler/rt/mc68881.lisp
index 32ac97b73..64ed070b0 100644
--- a/compiler/rt/mc68881.lisp
+++ b/compiler/rt/mc68881.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/mc68881.lisp,v 1.12 1994/10/31 04:45:41 ram Rel $")
+  "$Header: src/compiler/rt/mc68881.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/rt/memory.lisp b/compiler/rt/memory.lisp
index 3ed953294..67e899581 100644
--- a/compiler/rt/memory.lisp
+++ b/compiler/rt/memory.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/memory.lisp,v 1.2 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/memory.lisp $
 ;;;
 ;;; 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 14b2ea25d..ac93e730e 100644
--- a/compiler/rt/move.lisp
+++ b/compiler/rt/move.lisp
@@ -5,11 +5,11 @@
 ;;; 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.7 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/rt/move.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/move.lisp,v 1.7 2003/08/03 11:27:47 gerd Rel $
+;;; $Header: src/compiler/rt/move.lisp $
 ;;;
 ;;; 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 1555f6f65..bcdb6fe23 100644
--- a/compiler/rt/nlx.lisp
+++ b/compiler/rt/nlx.lisp
@@ -5,11 +5,11 @@
 ;;; 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.6 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/rt/nlx.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/nlx.lisp,v 1.6 2003/08/03 11:27:47 gerd Rel $
+;;; $Header: src/compiler/rt/nlx.lisp $
 ;;;
 ;;; 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 9d31833cf..d15bee6b7 100644
--- a/compiler/rt/params.lisp
+++ b/compiler/rt/params.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/params.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/params.lisp,v 1.14 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/params.lisp $
 ;;;
 ;;; 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 4798495c8..fa520310f 100644
--- a/compiler/rt/pred.lisp
+++ b/compiler/rt/pred.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/pred.lisp,v 1.2 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/pred.lisp $
 ;;;
 ;;; 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 5f5a6717b..987fc1304 100644
--- a/compiler/rt/print.lisp
+++ b/compiler/rt/print.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/print.lisp,v 1.3 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/print.lisp $
 ;;;
 ;;; This file contains temporary printing utilities and similar noise.
 ;;;
diff --git a/compiler/rt/sap.lisp b/compiler/rt/sap.lisp
index 2126cfaf0..37056f9d4 100644
--- a/compiler/rt/sap.lisp
+++ b/compiler/rt/sap.lisp
@@ -5,11 +5,11 @@
 ;;; 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.17 1997/04/26 20:04:59 dtc Rel $")
+  "$Header: src/compiler/rt/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/sap.lisp,v 1.17 1997/04/26 20:04:59 dtc Rel $
+;;; $Header: src/compiler/rt/sap.lisp $
 ;;;
 ;;; 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 802b0815e..157ae1225 100644
--- a/compiler/rt/static-fn.lisp
+++ b/compiler/rt/static-fn.lisp
@@ -5,11 +5,11 @@
 ;;; 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.3 2003/08/03 11:27:47 gerd Rel $")
+  "$Header: src/compiler/rt/static-fn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/static-fn.lisp,v 1.3 2003/08/03 11:27:47 gerd Rel $
+;;; $Header: src/compiler/rt/static-fn.lisp $
 ;;;
 ;;; 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 1e245165d..2f2e8ca84 100644
--- a/compiler/rt/subprim.lisp
+++ b/compiler/rt/subprim.lisp
@@ -5,11 +5,11 @@
 ;;; 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.3 2003/08/03 11:27:46 gerd Rel $")
+  "$Header: src/compiler/rt/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/subprim.lisp,v 1.3 2003/08/03 11:27:46 gerd Rel $
+;;; $Header: src/compiler/rt/subprim.lisp $
 ;;;
 ;;; Linkage information for standard static functions, and random vops.
 ;;;
diff --git a/compiler/rt/system.lisp b/compiler/rt/system.lisp
index a049a826f..9923bb29e 100644
--- a/compiler/rt/system.lisp
+++ b/compiler/rt/system.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/system.lisp,v 1.8 1994/10/31 04:45:41 ram Rel $
+;;; $Header: src/compiler/rt/system.lisp $
 ;;;
 ;;; IBM RT VM definitions of various system hacking operations.
 ;;;
diff --git a/compiler/rt/type-vops.lisp b/compiler/rt/type-vops.lisp
index 5f635c5ad..5fd47af77 100644
--- a/compiler/rt/type-vops.lisp
+++ b/compiler/rt/type-vops.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/rt/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $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: src/compiler/rt/type-vops.lisp $
 ;;; 
 ;;; 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 1b96ec43b..78df13827 100644
--- a/compiler/rt/values.lisp
+++ b/compiler/rt/values.lisp
@@ -5,11 +5,11 @@
 ;;; 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.5 2003/08/03 11:27:46 gerd Rel $")
+  "$Header: src/compiler/rt/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/values.lisp,v 1.5 2003/08/03 11:27:46 gerd Rel $
+;;; $Header: src/compiler/rt/values.lisp $
 ;;;
 ;;; This file contains the implementation of unknown-values VOPs.
 ;;;
diff --git a/compiler/rt/vm.lisp b/compiler/rt/vm.lisp
index e4e8c678d..27eccc718 100644
--- a/compiler/rt/vm.lisp
+++ b/compiler/rt/vm.lisp
@@ -5,7 +5,7 @@
 ;;; 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 $")
+  "$Header: src/compiler/rt/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/saptran.lisp b/compiler/saptran.lisp
index 55768968b..d2001674d 100644
--- a/compiler/saptran.lisp
+++ b/compiler/saptran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/saptran.lisp,v 1.19 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/saptran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/seqtran.lisp b/compiler/seqtran.lisp
index a28bb6cca..1e0bd1743 100644
--- a/compiler/seqtran.lisp
+++ b/compiler/seqtran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/seqtran.lisp,v 1.36 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/seqtran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/alloc.lisp b/compiler/sparc/alloc.lisp
index 613c6805c..0a448da92 100644
--- a/compiler/sparc/alloc.lisp
+++ b/compiler/sparc/alloc.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/alloc.lisp,v 1.25 2010/07/19 23:08:37 rtoy Rel $")
+  "$Header: src/compiler/sparc/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/arith.lisp b/compiler/sparc/arith.lisp
index 0e37ef7e7..796bc4cfa 100644
--- a/compiler/sparc/arith.lisp
+++ b/compiler/sparc/arith.lisp
@@ -5,7 +5,7 @@
 ;;; 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.49 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/sparc/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/array.lisp b/compiler/sparc/array.lisp
index d966c8682..713132855 100644
--- a/compiler/sparc/array.lisp
+++ b/compiler/sparc/array.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/array.lisp,v 1.37 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sparc/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/c-call.lisp b/compiler/sparc/c-call.lisp
index 60f85e2dc..042854eba 100644
--- a/compiler/sparc/c-call.lisp
+++ b/compiler/sparc/c-call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/c-call.lisp,v 1.30 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/sparc/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/call.lisp b/compiler/sparc/call.lisp
index 81102883b..6c8b2f246 100644
--- a/compiler/sparc/call.lisp
+++ b/compiler/sparc/call.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/call.lisp,v 1.39 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sparc/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/cell.lisp b/compiler/sparc/cell.lisp
index 8aedc405a..448775c90 100644
--- a/compiler/sparc/cell.lisp
+++ b/compiler/sparc/cell.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/cell.lisp,v 1.28 2010/07/19 23:08:37 rtoy Rel $")
+  "$Header: src/compiler/sparc/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/char.lisp b/compiler/sparc/char.lisp
index 9ff41ec61..5ab27789f 100644
--- a/compiler/sparc/char.lisp
+++ b/compiler/sparc/char.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/char.lisp,v 1.13 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sparc/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/sparc/debug.lisp b/compiler/sparc/debug.lisp
index 37bce7b7e..fe18d015e 100644
--- a/compiler/sparc/debug.lisp
+++ b/compiler/sparc/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/debug.lisp,v 1.7 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sparc/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/float.lisp b/compiler/sparc/float.lisp
index 562607a14..e5d654d87 100644
--- a/compiler/sparc/float.lisp
+++ b/compiler/sparc/float.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/float.lisp,v 1.64 2010/11/11 12:59:51 rtoy Exp $")
+  "$Header: src/compiler/sparc/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/insts.lisp b/compiler/sparc/insts.lisp
index 6b925817a..ac0cee598 100644
--- a/compiler/sparc/insts.lisp
+++ b/compiler/sparc/insts.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/insts.lisp,v 1.56 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/sparc/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/macros.lisp b/compiler/sparc/macros.lisp
index 8f8e06b80..332508a1e 100644
--- a/compiler/sparc/macros.lisp
+++ b/compiler/sparc/macros.lisp
@@ -5,11 +5,11 @@
 ;;; 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.37 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/sparc/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/macros.lisp,v 1.37 2010/04/20 17:57:47 rtoy Rel $
+;;; $Header: src/compiler/sparc/macros.lisp $
 ;;;
 ;;; This file contains various useful macros for generating SPARC code.
 ;;;
diff --git a/compiler/sparc/memory.lisp b/compiler/sparc/memory.lisp
index 014b0a536..383030961 100644
--- a/compiler/sparc/memory.lisp
+++ b/compiler/sparc/memory.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/memory.lisp,v 1.5 2003/10/20 01:25:01 toy Rel $")
+  "$Header: src/compiler/sparc/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/move.lisp b/compiler/sparc/move.lisp
index 0da7a8186..6ad7391f9 100644
--- a/compiler/sparc/move.lisp
+++ b/compiler/sparc/move.lisp
@@ -5,11 +5,11 @@
 ;;; 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.16 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sparc/move.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/move.lisp,v 1.16 2010/03/19 15:19:01 rtoy Rel $
+;;; $Header: src/compiler/sparc/move.lisp $
 ;;;
 ;;;    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 63e3344af..d8a5b8b94 100644
--- a/compiler/sparc/nlx.lisp
+++ b/compiler/sparc/nlx.lisp
@@ -5,7 +5,7 @@
 ;;; 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.13 2003/10/27 18:30:27 toy Rel $")
+  "$Header: src/compiler/sparc/nlx.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/parms.lisp b/compiler/sparc/parms.lisp
index 29b19bd58..4ff61bc98 100644
--- a/compiler/sparc/parms.lisp
+++ b/compiler/sparc/parms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/parms.lisp,v 1.63 2011/05/31 13:26:40 rtoy Exp $")
+  "$Header: src/compiler/sparc/parms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/pred.lisp b/compiler/sparc/pred.lisp
index 0b01ffe01..b9daba0bb 100644
--- a/compiler/sparc/pred.lisp
+++ b/compiler/sparc/pred.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/sparc/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/pred.lisp,v 1.2 1994/10/31 04:46:41 ram Rel $
+;;; $Header: src/compiler/sparc/pred.lisp $
 ;;;
 ;;;    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 83848367f..c4e106ec6 100644
--- a/compiler/sparc/print.lisp
+++ b/compiler/sparc/print.lisp
@@ -5,11 +5,11 @@
 ;;; 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: src/compiler/sparc/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/print.lisp,v 1.3 1994/10/31 04:46:41 ram Rel $
+;;; $Header: src/compiler/sparc/print.lisp $
 ;;;
 ;;; 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 09998889a..4c403017e 100644
--- a/compiler/sparc/sap.lisp
+++ b/compiler/sparc/sap.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/sap.lisp,v 1.11 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sparc/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/static-fn.lisp b/compiler/sparc/static-fn.lisp
index 5fedad368..82cd106fa 100644
--- a/compiler/sparc/static-fn.lisp
+++ b/compiler/sparc/static-fn.lisp
@@ -5,11 +5,11 @@
 ;;; 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.9 2010/04/20 17:57:47 rtoy Rel $")
+  "$Header: src/compiler/sparc/static-fn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/static-fn.lisp,v 1.9 2010/04/20 17:57:47 rtoy Rel $
+;;; $Header: src/compiler/sparc/static-fn.lisp $
 ;;;
 ;;; 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 875e7c275..89cbc6670 100644
--- a/compiler/sparc/subprim.lisp
+++ b/compiler/sparc/subprim.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/subprim.lisp,v 1.4 2003/08/03 11:27:46 gerd Rel $")
+  "$Header: src/compiler/sparc/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/system.lisp b/compiler/sparc/system.lisp
index a8bda269f..f4f99f94e 100644
--- a/compiler/sparc/system.lisp
+++ b/compiler/sparc/system.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/system.lisp,v 1.18 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sparc/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/type-vops.lisp b/compiler/sparc/type-vops.lisp
index 506313919..1be97e8fd 100644
--- a/compiler/sparc/type-vops.lisp
+++ b/compiler/sparc/type-vops.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/type-vops.lisp,v 1.25 2006/06/30 18:41:32 rtoy Rel $")
+  "$Header: src/compiler/sparc/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/sparc/values.lisp b/compiler/sparc/values.lisp
index cd1bff670..089e4d3c2 100644
--- a/compiler/sparc/values.lisp
+++ b/compiler/sparc/values.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/values.lisp,v 1.7 2003/10/27 18:30:27 toy Rel $")
+  "$Header: src/compiler/sparc/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sparc/vm.lisp b/compiler/sparc/vm.lisp
index 46d9b867c..17c20ee2f 100644
--- a/compiler/sparc/vm.lisp
+++ b/compiler/sparc/vm.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sparc/vm.lisp,v 1.27 2010/07/19 23:08:37 rtoy Rel $")
+  "$Header: src/compiler/sparc/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/srctran.lisp b/compiler/srctran.lisp
index ab2bab3f4..d2f0c3b29 100644
--- a/compiler/srctran.lisp
+++ b/compiler/srctran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/srctran.lisp,v 1.174 2011/01/12 00:41:34 rtoy Exp $")
+  "$Header: srctran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/sset.lisp b/compiler/sset.lisp
index 0071fd733..a36f80d59 100644
--- a/compiler/sset.lisp
+++ b/compiler/sset.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/sset.lisp,v 1.8 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/sset.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/stack.lisp b/compiler/stack.lisp
index b50325c54..d9a0e1441 100644
--- a/compiler/stack.lisp
+++ b/compiler/stack.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/stack.lisp,v 1.8 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/stack.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/statcount.lisp b/compiler/statcount.lisp
index 95d254cf5..dd6fc66fc 100644
--- a/compiler/statcount.lisp
+++ b/compiler/statcount.lisp
@@ -5,11 +5,11 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/statcount.lisp,v 1.7 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/statcount.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/statcount.lisp,v 1.7 2010/03/19 15:19:01 rtoy Rel $
+;;; $Header: src/compiler/statcount.lisp $
 ;;;
 ;;; Functions and utilities for collecting statistics on static vop usages.
 ;;;
diff --git a/compiler/tn.lisp b/compiler/tn.lisp
index 1943835b2..89b798b71 100644
--- a/compiler/tn.lisp
+++ b/compiler/tn.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/tn.lisp,v 1.23 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/tn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/typetran.lisp b/compiler/typetran.lisp
index ed5a96426..4bd92b618 100644
--- a/compiler/typetran.lisp
+++ b/compiler/typetran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/typetran.lisp,v 1.48 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/typetran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/vmdef.lisp b/compiler/vmdef.lisp
index ca126ce71..6329f3e33 100644
--- a/compiler/vmdef.lisp
+++ b/compiler/vmdef.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vmdef.lisp,v 1.52 2010/04/20 17:57:46 rtoy Rel $")
+  "$Header: src/compiler/vmdef.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/vop.lisp b/compiler/vop.lisp
index e048909eb..76a67bc09 100644
--- a/compiler/vop.lisp
+++ b/compiler/vop.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vop.lisp,v 1.44 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/vop.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/alloc.lisp b/compiler/x86/alloc.lisp
index 6d7f19831..85d95d1ec 100644
--- a/compiler/x86/alloc.lisp
+++ b/compiler/x86/alloc.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/alloc.lisp,v 1.15 2010/07/19 23:08:37 rtoy Rel $")
+ "$Header: src/compiler/x86/alloc.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/arith.lisp b/compiler/x86/arith.lisp
index 5b6e0a64b..96b480e1c 100644
--- a/compiler/x86/arith.lisp
+++ b/compiler/x86/arith.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/arith.lisp,v 1.23 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/arith.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/array.lisp b/compiler/x86/array.lisp
index 6991df3f8..ae86e430b 100644
--- a/compiler/x86/array.lisp
+++ b/compiler/x86/array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/array.lisp,v 1.26 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/c-call.lisp b/compiler/x86/c-call.lisp
index b0ac6b876..7efd0b969 100644
--- a/compiler/x86/c-call.lisp
+++ b/compiler/x86/c-call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/c-call.lisp,v 1.23 2010/04/20 17:57:47 rtoy Rel $")
+ "$Header: src/compiler/x86/c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/call.lisp b/compiler/x86/call.lisp
index c9e83486a..63104de37 100644
--- a/compiler/x86/call.lisp
+++ b/compiler/x86/call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/call.lisp,v 1.22 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/cell.lisp b/compiler/x86/cell.lisp
index 3633a70dc..248714900 100644
--- a/compiler/x86/cell.lisp
+++ b/compiler/x86/cell.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/cell.lisp,v 1.17 2010/07/19 23:08:37 rtoy Rel $")
+ "$Header: src/compiler/x86/cell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/char.lisp b/compiler/x86/char.lisp
index 6676db897..34a976bc3 100644
--- a/compiler/x86/char.lisp
+++ b/compiler/x86/char.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/char.lisp,v 1.9 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/char.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/x86/debug.lisp b/compiler/x86/debug.lisp
index cdd387c76..f33b9c663 100644
--- a/compiler/x86/debug.lisp
+++ b/compiler/x86/debug.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/debug.lisp,v 1.5 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/float-sse2.lisp b/compiler/x86/float-sse2.lisp
index bafaeba3a..979268fe9 100644
--- a/compiler/x86/float-sse2.lisp
+++ b/compiler/x86/float-sse2.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float-sse2.lisp,v 1.19 2010/10/28 00:00:48 rtoy Exp $")
+  "$Header: src/compiler/x86/float-sse2.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/float.lisp b/compiler/x86/float.lisp
index 63470ee15..e4d59524b 100644
--- a/compiler/x86/float.lisp
+++ b/compiler/x86/float.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/float.lisp,v 1.61 2010/09/20 20:22:03 rtoy Rel $")
+  "$Header: src/compiler/x86/float.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/insts.lisp b/compiler/x86/insts.lisp
index 14fe90d7f..b7dad1536 100644
--- a/compiler/x86/insts.lisp
+++ b/compiler/x86/insts.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/insts.lisp,v 1.37 2010/08/11 21:29:49 rtoy Rel $")
+  "$Header: src/compiler/x86/insts.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/macros.lisp b/compiler/x86/macros.lisp
index 896866c96..ea9c89742 100644
--- a/compiler/x86/macros.lisp
+++ b/compiler/x86/macros.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/macros.lisp,v 1.28 2010/04/19 17:49:02 rtoy Rel $")
+ "$Header: src/compiler/x86/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/memory.lisp b/compiler/x86/memory.lisp
index 3566eae0a..18d5f3796 100644
--- a/compiler/x86/memory.lisp
+++ b/compiler/x86/memory.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/memory.lisp,v 1.10 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/memory.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/move.lisp b/compiler/x86/move.lisp
index 8f3bfac66..2ff54eecf 100644
--- a/compiler/x86/move.lisp
+++ b/compiler/x86/move.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/move.lisp,v 1.9 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/move.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/nlx.lisp b/compiler/x86/nlx.lisp
index 1acebeabd..80ac129dd 100644
--- a/compiler/x86/nlx.lisp
+++ b/compiler/x86/nlx.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/nlx.lisp,v 1.18 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/nlx.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/parms.lisp b/compiler/x86/parms.lisp
index 0784b70b8..77b04b3a4 100644
--- a/compiler/x86/parms.lisp
+++ b/compiler/x86/parms.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/parms.lisp,v 1.43 2011/05/31 13:26:40 rtoy Exp $")
+  "$Header: src/compiler/x86/parms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/pred.lisp b/compiler/x86/pred.lisp
index 01fd6c168..43cbead42 100644
--- a/compiler/x86/pred.lisp
+++ b/compiler/x86/pred.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/pred.lisp,v 1.6 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/pred.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/print.lisp b/compiler/x86/print.lisp
index 747bcbe1e..a7116034a 100644
--- a/compiler/x86/print.lisp
+++ b/compiler/x86/print.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/print.lisp,v 1.7 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/print.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/sap.lisp b/compiler/x86/sap.lisp
index 607916992..a01112e73 100644
--- a/compiler/x86/sap.lisp
+++ b/compiler/x86/sap.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/sap.lisp,v 1.13 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/sse2-array.lisp b/compiler/x86/sse2-array.lisp
index 58d93d64e..594db8ccd 100644
--- a/compiler/x86/sse2-array.lisp
+++ b/compiler/x86/sse2-array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/sse2-array.lisp,v 1.3 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/sse2-array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/sse2-c-call.lisp b/compiler/x86/sse2-c-call.lisp
index 02e155ca8..811de9883 100644
--- a/compiler/x86/sse2-c-call.lisp
+++ b/compiler/x86/sse2-c-call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/sse2-c-call.lisp,v 1.5 2010/07/01 03:03:27 rtoy Rel $")
+ "$Header: src/compiler/x86/sse2-c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/sse2-sap.lisp b/compiler/x86/sse2-sap.lisp
index 75d81de2c..48f742627 100644
--- a/compiler/x86/sse2-sap.lisp
+++ b/compiler/x86/sse2-sap.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/sse2-sap.lisp,v 1.3 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/sse2-sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/static-fn.lisp b/compiler/x86/static-fn.lisp
index 2d77a2a0d..2bc502b03 100644
--- a/compiler/x86/static-fn.lisp
+++ b/compiler/x86/static-fn.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/static-fn.lisp,v 1.8 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/static-fn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/subprim.lisp b/compiler/x86/subprim.lisp
index 5a07206d9..c130ed775 100644
--- a/compiler/x86/subprim.lisp
+++ b/compiler/x86/subprim.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/subprim.lisp,v 1.7 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/subprim.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/system.lisp b/compiler/x86/system.lisp
index 7a89178a2..edd4aada7 100644
--- a/compiler/x86/system.lisp
+++ b/compiler/x86/system.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/system.lisp,v 1.17 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/system.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/type-vops.lisp b/compiler/x86/type-vops.lisp
index 10b6fc099..2597c6daf 100644
--- a/compiler/x86/type-vops.lisp
+++ b/compiler/x86/type-vops.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/type-vops.lisp,v 1.15 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/type-vops.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/compiler/x86/values.lisp b/compiler/x86/values.lisp
index da749ec93..bc5a79a10 100644
--- a/compiler/x86/values.lisp
+++ b/compiler/x86/values.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/values.lisp,v 1.8 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/values.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/vm.lisp b/compiler/x86/vm.lisp
index 0742ebbd9..56f683b6e 100644
--- a/compiler/x86/vm.lisp
+++ b/compiler/x86/vm.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/vm.lisp,v 1.19 2010/07/14 13:14:53 rtoy Rel $")
+ "$Header: src/compiler/x86/vm.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/x87-array.lisp b/compiler/x86/x87-array.lisp
index a117b124c..657ee2ab4 100644
--- a/compiler/x86/x87-array.lisp
+++ b/compiler/x86/x87-array.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/x87-array.lisp,v 1.3 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/x87-array.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1197,4 +1197,4 @@
 	(inst fstd result-imag))
       (inst fxch value-imag))))
 
-)
\ No newline at end of file
+)
diff --git a/compiler/x86/x87-c-call.lisp b/compiler/x86/x87-c-call.lisp
index 8957de067..076f4a0c6 100644
--- a/compiler/x86/x87-c-call.lisp
+++ b/compiler/x86/x87-c-call.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/x87-c-call.lisp,v 1.3 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/x87-c-call.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/x86/x87-sap.lisp b/compiler/x86/x87-sap.lisp
index f2a8d10cb..0f5db0c2b 100644
--- a/compiler/x86/x87-sap.lisp
+++ b/compiler/x86/x87-sap.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/x87-sap.lisp,v 1.3 2010/03/19 15:19:01 rtoy Rel $")
+ "$Header: src/compiler/x86/x87-sap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/compiler/xref.lisp b/compiler/xref.lisp
index d8b87fd06..582db2a2c 100644
--- a/compiler/xref.lisp
+++ b/compiler/xref.lisp
@@ -3,7 +3,7 @@
 ;;; Author: Eric Marsden <emarsden@laas.fr>
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/xref.lisp,v 1.7 2010/03/19 15:19:01 rtoy Rel $")
+  "$Header: src/compiler/xref.lisp $")
 ;;
 ;; This code was written as part of the CMUCL project and has been
 ;; placed in the public domain.
diff --git a/contrib/contrib.lisp b/contrib/contrib.lisp
index d848a2e68..66bd69ff8 100644
--- a/contrib/contrib.lisp
+++ b/contrib/contrib.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/contrib/contrib.lisp,v 1.4 2009/09/09 15:51:27 rtoy Rel $")
+  "$Header: src/contrib/contrib.lisp $")
 
 ;;; Define the various contrib modules.  We use defmodule for now
 ;;; because it's easy for the contribs.
diff --git a/hemlock/abbrev.lisp b/hemlock/abbrev.lisp
index 39a878ee5..ef61bb445 100644
--- a/hemlock/abbrev.lisp
+++ b/hemlock/abbrev.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/abbrev.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/abbrev.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/auto-save.lisp b/hemlock/auto-save.lisp
index 012e7096c..d916c62b6 100644
--- a/hemlock/auto-save.lisp
+++ b/hemlock/auto-save.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/auto-save.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/auto-save.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;; 
diff --git a/hemlock/bindings.lisp b/hemlock/bindings.lisp
index ce1da9a80..bdd739bd7 100644
--- a/hemlock/bindings.lisp
+++ b/hemlock/bindings.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bindings.lisp,v 1.6 2003/02/25 15:18:33 emarsden Rel $")
+  "$Header: src/hemlock/bindings.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/bit-display.lisp b/hemlock/bit-display.lisp
index 5b9b7b204..dcfea23b5 100644
--- a/hemlock/bit-display.lisp
+++ b/hemlock/bit-display.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bit-display.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/bit-display.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/bit-screen.lisp b/hemlock/bit-screen.lisp
index 15fa28b2d..3674b246f 100644
--- a/hemlock/bit-screen.lisp
+++ b/hemlock/bit-screen.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bit-screen.lisp,v 1.18 2001/12/11 00:56:51 pmai Rel $")
+  "$Header: src/hemlock/bit-screen.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/bit-stream.lisp b/hemlock/bit-stream.lisp
index 218c5eca9..8f96c2d1a 100644
--- a/hemlock/bit-stream.lisp
+++ b/hemlock/bit-stream.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bit-stream.lisp,v 1.4 1998/05/04 01:27:18 dtc Rel $")
+  "$Header: src/hemlock/bit-stream.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/bufed.lisp b/hemlock/bufed.lisp
index 8fc3843ba..44bb0c5a7 100644
--- a/hemlock/bufed.lisp
+++ b/hemlock/bufed.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bufed.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/bufed.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/buffer.lisp b/hemlock/buffer.lisp
index 12db5b40d..619064449 100644
--- a/hemlock/buffer.lisp
+++ b/hemlock/buffer.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/buffer.lisp,v 1.5 2001/03/13 15:49:51 pw Rel $")
+  "$Header: src/hemlock/buffer.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/charmacs.lisp b/hemlock/charmacs.lisp
index 4e4ad22c5..9f333db37 100644
--- a/hemlock/charmacs.lisp
+++ b/hemlock/charmacs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/charmacs.lisp,v 1.5 2009/06/19 13:27:30 rtoy Rel $")
+  "$Header: src/hemlock/charmacs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/command.lisp b/hemlock/command.lisp
index 682eddba0..71a2a85f8 100644
--- a/hemlock/command.lisp
+++ b/hemlock/command.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/command.lisp,v 1.8 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/command.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/comments.lisp b/hemlock/comments.lisp
index 1aea8f8c0..1f761e5e4 100644
--- a/hemlock/comments.lisp
+++ b/hemlock/comments.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/comments.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/comments.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/completion.lisp b/hemlock/completion.lisp
index 1c0d2eead..abe110eac 100644
--- a/hemlock/completion.lisp
+++ b/hemlock/completion.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/completion.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/completion.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/cursor.lisp b/hemlock/cursor.lisp
index 520b2209b..e17871c87 100644
--- a/hemlock/cursor.lisp
+++ b/hemlock/cursor.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/cursor.lisp,v 1.4 2001/03/13 15:49:52 pw Rel $")
+  "$Header: src/hemlock/cursor.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/dabbrev.lisp b/hemlock/dabbrev.lisp
index d1ea7e362..4e22db70e 100644
--- a/hemlock/dabbrev.lisp
+++ b/hemlock/dabbrev.lisp
@@ -1,7 +1,7 @@
 ;; -*- Log: hemlock.log; Package: Hemlock -*-
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/dabbrev.lisp,v 1.1 2003/02/25 15:18:34 emarsden Rel $")
+  "$Header: src/hemlock/dabbrev.lisp $")
 
 ;;; **********************************************************************
 ;;; Dynamic abbreviation (dabbrev) command, knocked off from GNU Emacs.
diff --git a/hemlock/debug.lisp b/hemlock/debug.lisp
index 267de9709..2770a288c 100644
--- a/hemlock/debug.lisp
+++ b/hemlock/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/debug.lisp,v 1.9 2000/11/15 11:59:23 pw Rel $")
+  "$Header: src/hemlock/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/defsyn.lisp b/hemlock/defsyn.lisp
index 30d70946b..3da065f54 100644
--- a/hemlock/defsyn.lisp
+++ b/hemlock/defsyn.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/defsyn.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/defsyn.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/dired.lisp b/hemlock/dired.lisp
index 88a8e63fc..9b17ff233 100644
--- a/hemlock/dired.lisp
+++ b/hemlock/dired.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/dired.lisp,v 1.4 2000/07/06 08:25:15 dtc Rel $")
+  "$Header: src/hemlock/dired.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/diredcoms.lisp b/hemlock/diredcoms.lisp
index 61b622eaa..27ac07470 100644
--- a/hemlock/diredcoms.lisp
+++ b/hemlock/diredcoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/diredcoms.lisp,v 1.6 1997/02/25 22:36:03 pw Rel $")
+  "$Header: src/hemlock/diredcoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/display.lisp b/hemlock/display.lisp
index ff4f06814..a2db430f2 100644
--- a/hemlock/display.lisp
+++ b/hemlock/display.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/display.lisp,v 1.10 2001/03/13 15:49:52 pw Rel $")
+  "$Header: src/hemlock/display.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/doccoms.lisp b/hemlock/doccoms.lisp
index 2e9d916e2..072564b83 100644
--- a/hemlock/doccoms.lisp
+++ b/hemlock/doccoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/doccoms.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/doccoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/dylan.lisp b/hemlock/dylan.lisp
index 5c8467175..bf3f6f369 100644
--- a/hemlock/dylan.lisp
+++ b/hemlock/dylan.lisp
@@ -5,7 +5,7 @@
 ;;; 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.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/dylan.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/echo.lisp b/hemlock/echo.lisp
index bb4228104..be2a1f649 100644
--- a/hemlock/echo.lisp
+++ b/hemlock/echo.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/echo.lisp,v 1.8 1997/01/18 14:31:53 ram Rel $")
+  "$Header: src/hemlock/echo.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/echocoms.lisp b/hemlock/echocoms.lisp
index 662eb0d98..d60405a33 100644
--- a/hemlock/echocoms.lisp
+++ b/hemlock/echocoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/echocoms.lisp,v 1.8 2001/03/13 15:49:52 pw Rel $")
+  "$Header: src/hemlock/echocoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/ed-integrity.lisp b/hemlock/ed-integrity.lisp
index 8ccee5dc0..8a84cf1e1 100644
--- a/hemlock/ed-integrity.lisp
+++ b/hemlock/ed-integrity.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ed-integrity.lisp,v 1.5 2001/03/13 15:49:52 pw Rel $")
+  "$Header: src/hemlock/ed-integrity.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/edit-defs.lisp b/hemlock/edit-defs.lisp
index 74bf41db1..b525f4036 100644
--- a/hemlock/edit-defs.lisp
+++ b/hemlock/edit-defs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/edit-defs.lisp,v 1.7 2001/03/13 15:49:52 pw Rel $")
+  "$Header: src/hemlock/edit-defs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/eval-server.lisp b/hemlock/eval-server.lisp
index c4b1bf4da..b9645daba 100644
--- a/hemlock/eval-server.lisp
+++ b/hemlock/eval-server.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/eval-server.lisp,v 1.8 2003/06/02 16:29:24 emarsden Rel $")
+  "$Header: src/hemlock/eval-server.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/filecoms.lisp b/hemlock/filecoms.lisp
index afa8acae7..acfab2665 100644
--- a/hemlock/filecoms.lisp
+++ b/hemlock/filecoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/filecoms.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/filecoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/files.lisp b/hemlock/files.lisp
index 91e909872..741c1c989 100644
--- a/hemlock/files.lisp
+++ b/hemlock/files.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/files.lisp,v 1.5 2009/06/29 21:10:48 rtoy Rel $")
+  "$Header: src/hemlock/files.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/fill.lisp b/hemlock/fill.lisp
index cb9da8a2e..1dada6dd3 100644
--- a/hemlock/fill.lisp
+++ b/hemlock/fill.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/fill.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/fill.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/font.lisp b/hemlock/font.lisp
index cad82d7c8..88b2e64f5 100644
--- a/hemlock/font.lisp
+++ b/hemlock/font.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/font.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/font.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/gosmacs.lisp b/hemlock/gosmacs.lisp
index e3becbca0..bf7748320 100644
--- a/hemlock/gosmacs.lisp
+++ b/hemlock/gosmacs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/gosmacs.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/gosmacs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/group.lisp b/hemlock/group.lisp
index b582cfe03..fff053aba 100644
--- a/hemlock/group.lisp
+++ b/hemlock/group.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/group.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/group.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/hi-integrity.lisp b/hemlock/hi-integrity.lisp
index c66cb9e31..dfd88c789 100644
--- a/hemlock/hi-integrity.lisp
+++ b/hemlock/hi-integrity.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/hi-integrity.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/hi-integrity.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/highlight.lisp b/hemlock/highlight.lisp
index cf5185259..f16da1ea3 100644
--- a/hemlock/highlight.lisp
+++ b/hemlock/highlight.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/highlight.lisp,v 1.6 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/highlight.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/htext1.lisp b/hemlock/htext1.lisp
index 347177583..f7333004e 100644
--- a/hemlock/htext1.lisp
+++ b/hemlock/htext1.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext1.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/htext1.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/htext2.lisp b/hemlock/htext2.lisp
index 60da61f08..0243c6af1 100644
--- a/hemlock/htext2.lisp
+++ b/hemlock/htext2.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext2.lisp,v 1.4 2004/03/28 15:48:11 emarsden Rel $")
+  "$Header: src/hemlock/htext2.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/htext3.lisp b/hemlock/htext3.lisp
index 170bec093..97e19ff0d 100644
--- a/hemlock/htext3.lisp
+++ b/hemlock/htext3.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext3.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/htext3.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/htext4.lisp b/hemlock/htext4.lisp
index d8f6144df..50942c260 100644
--- a/hemlock/htext4.lisp
+++ b/hemlock/htext4.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext4.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/htext4.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/hunk-draw.lisp b/hemlock/hunk-draw.lisp
index 917501c00..55b8bbdc2 100644
--- a/hemlock/hunk-draw.lisp
+++ b/hemlock/hunk-draw.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/hunk-draw.lisp,v 1.7 2001/03/13 15:49:52 pw Rel $")
+  "$Header: src/hemlock/hunk-draw.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/icom.lisp b/hemlock/icom.lisp
index 9aca5f84e..f4144b5fe 100644
--- a/hemlock/icom.lisp
+++ b/hemlock/icom.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/icom.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/icom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/indent.lisp b/hemlock/indent.lisp
index 6639b38ca..52ed847bd 100644
--- a/hemlock/indent.lisp
+++ b/hemlock/indent.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/indent.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/indent.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/input.lisp b/hemlock/input.lisp
index 501b7fd47..a28a57d25 100644
--- a/hemlock/input.lisp
+++ b/hemlock/input.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/input.lisp,v 1.8 2001/03/13 15:49:53 pw Rel $")
+  "$Header: src/hemlock/input.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/interp.lisp b/hemlock/interp.lisp
index af4889764..6de037266 100644
--- a/hemlock/interp.lisp
+++ b/hemlock/interp.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/interp.lisp,v 1.5 2001/03/13 15:49:53 pw Rel $")
+  "$Header: src/hemlock/interp.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/kbdmac.lisp b/hemlock/kbdmac.lisp
index 11d768e33..ab34a2620 100644
--- a/hemlock/kbdmac.lisp
+++ b/hemlock/kbdmac.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/kbdmac.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/kbdmac.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/key-event.lisp b/hemlock/key-event.lisp
index 91812db5f..6f5987b68 100644
--- a/hemlock/key-event.lisp
+++ b/hemlock/key-event.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/key-event.lisp,v 1.6 2009/06/19 13:27:30 rtoy Rel $")
+  "$Header: src/hemlock/key-event.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/keysym-defs.lisp b/hemlock/keysym-defs.lisp
index d21f61ac4..cdd6e00bc 100644
--- a/hemlock/keysym-defs.lisp
+++ b/hemlock/keysym-defs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/keysym-defs.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/keysym-defs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/keytran.lisp b/hemlock/keytran.lisp
index c3038aa82..2407467e9 100644
--- a/hemlock/keytran.lisp
+++ b/hemlock/keytran.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/keytran.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/keytran.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/keytrandefs.lisp b/hemlock/keytrandefs.lisp
index 1a8b10983..38a322e6b 100644
--- a/hemlock/keytrandefs.lisp
+++ b/hemlock/keytrandefs.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/keytrandefs.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/keytrandefs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/killcoms.lisp b/hemlock/killcoms.lisp
index f30193b6e..cf9e2bea6 100644
--- a/hemlock/killcoms.lisp
+++ b/hemlock/killcoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/killcoms.lisp,v 1.4 2001/03/13 15:49:54 pw Rel $")
+  "$Header: src/hemlock/killcoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/line.lisp b/hemlock/line.lisp
index a0ed06541..161ca99dd 100644
--- a/hemlock/line.lisp
+++ b/hemlock/line.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/line.lisp,v 1.4 2001/03/13 15:49:54 pw Rel $")
+  "$Header: src/hemlock/line.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/linimage.lisp b/hemlock/linimage.lisp
index 6cb3fd93d..c914a1cf7 100644
--- a/hemlock/linimage.lisp
+++ b/hemlock/linimage.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/linimage.lisp,v 1.5 2009/06/19 13:27:30 rtoy Rel $")
+  "$Header: src/hemlock/linimage.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/lisp-lib.lisp b/hemlock/lisp-lib.lisp
index 9b615c157..c771483f4 100644
--- a/hemlock/lisp-lib.lisp
+++ b/hemlock/lisp-lib.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lisp-lib.lisp,v 1.4 1997/01/18 14:31:52 ram Rel $")
+  "$Header: src/hemlock/lisp-lib.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/lispbuf.lisp b/hemlock/lispbuf.lisp
index c5b7092d5..3595c9747 100644
--- a/hemlock/lispbuf.lisp
+++ b/hemlock/lispbuf.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispbuf.lisp,v 1.4 2001/03/13 15:49:54 pw Rel $")
+  "$Header: src/hemlock/lispbuf.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/lispeval.lisp b/hemlock/lispeval.lisp
index 955ace8f8..4140671b4 100644
--- a/hemlock/lispeval.lisp
+++ b/hemlock/lispeval.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispeval.lisp,v 1.5 1997/01/18 14:31:51 ram Rel $")
+  "$Header: src/hemlock/lispeval.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/lispmode.lisp b/hemlock/lispmode.lisp
index 3bf26b1cc..de823a7b4 100644
--- a/hemlock/lispmode.lisp
+++ b/hemlock/lispmode.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispmode.lisp,v 1.11 2003/06/18 09:23:09 gerd Rel $")
+  "$Header: src/hemlock/lispmode.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/macros.lisp b/hemlock/macros.lisp
index 3047b2f37..30921fceb 100644
--- a/hemlock/macros.lisp
+++ b/hemlock/macros.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/macros.lisp,v 1.9 2003/04/19 20:52:42 gerd Rel $")
+  "$Header: src/hemlock/macros.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/main.lisp b/hemlock/main.lisp
index eb1d7c0ea..a3ec3a12e 100644
--- a/hemlock/main.lisp
+++ b/hemlock/main.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/main.lisp,v 1.17 2003/07/24 14:31:25 gerd Rel $")
+  "$Header: src/hemlock/main.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/mh.lisp b/hemlock/mh.lisp
index c7c952974..e4ea230fa 100644
--- a/hemlock/mh.lisp
+++ b/hemlock/mh.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/mh.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/mh.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/morecoms.lisp b/hemlock/morecoms.lisp
index 185db138b..046833024 100644
--- a/hemlock/morecoms.lisp
+++ b/hemlock/morecoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/morecoms.lisp,v 1.5 1999/09/14 16:18:23 dtc Rel $")
+  "$Header: src/hemlock/morecoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/netnews.lisp b/hemlock/netnews.lisp
index 9201df1e1..4030fb387 100644
--- a/hemlock/netnews.lisp
+++ b/hemlock/netnews.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/netnews.lisp,v 1.15 2001/03/13 15:49:56 pw Rel $")
+  "$Header: src/hemlock/netnews.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/overwrite.lisp b/hemlock/overwrite.lisp
index c355c59bc..80e42306c 100644
--- a/hemlock/overwrite.lisp
+++ b/hemlock/overwrite.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/overwrite.lisp,v 1.5 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/overwrite.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/pascal.lisp b/hemlock/pascal.lisp
index a8deae7e9..a4ec8fcc0 100644
--- a/hemlock/pascal.lisp
+++ b/hemlock/pascal.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/pascal.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/pascal.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/pop-up-stream.lisp b/hemlock/pop-up-stream.lisp
index 9d1a2d7a8..09f7ca130 100644
--- a/hemlock/pop-up-stream.lisp
+++ b/hemlock/pop-up-stream.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/pop-up-stream.lisp,v 1.4 2001/03/13 15:49:57 pw Rel $")
+  "$Header: src/hemlock/pop-up-stream.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/rcs.lisp b/hemlock/rcs.lisp
index ab96491bb..5e0bdc1c5 100644
--- a/hemlock/rcs.lisp
+++ b/hemlock/rcs.lisp
@@ -1,6 +1,6 @@
 ;;; -*- Package: HEMLOCK; Mode: Lisp -*-
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rcs.lisp,v 1.29 1995/03/24 13:06:58 ram Rel $
+;;; $Header: src/hemlock/rcs.lisp $
 ;;;
 ;;; Various commands for dealing with RCS under Hemlock.
 ;;;
diff --git a/hemlock/register.lisp b/hemlock/register.lisp
index d20cd5f5a..1f03937a8 100644
--- a/hemlock/register.lisp
+++ b/hemlock/register.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/register.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/register.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/ring.lisp b/hemlock/ring.lisp
index 8ea6793f4..e79db8619 100644
--- a/hemlock/ring.lisp
+++ b/hemlock/ring.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ring.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/ring.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/rompsite.lisp b/hemlock/rompsite.lisp
index 306035add..533aa1d05 100644
--- a/hemlock/rompsite.lisp
+++ b/hemlock/rompsite.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rompsite.lisp,v 1.17 2003/05/05 16:13:59 emarsden Rel $")
+  "$Header: src/hemlock/rompsite.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/screen.lisp b/hemlock/screen.lisp
index 6b5972a0e..dab9c9b5b 100644
--- a/hemlock/screen.lisp
+++ b/hemlock/screen.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/screen.lisp,v 1.5 2001/03/13 15:49:59 pw Rel $")
+  "$Header: src/hemlock/screen.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/scribe.lisp b/hemlock/scribe.lisp
index 4dee4aaeb..6516a9c2d 100644
--- a/hemlock/scribe.lisp
+++ b/hemlock/scribe.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/scribe.lisp,v 1.5 2009/06/19 13:27:30 rtoy Rel $")
+  "$Header: src/hemlock/scribe.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/search1.lisp b/hemlock/search1.lisp
index 7fee636d7..98c2df220 100644
--- a/hemlock/search1.lisp
+++ b/hemlock/search1.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/search1.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/search1.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/search2.lisp b/hemlock/search2.lisp
index 53ed55b60..56f3e25ec 100644
--- a/hemlock/search2.lisp
+++ b/hemlock/search2.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/search2.lisp,v 1.4 2001/03/13 15:49:59 pw Rel $")
+  "$Header: src/hemlock/search2.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/searchcoms.lisp b/hemlock/searchcoms.lisp
index 4d049a3f4..3d6836dd7 100644
--- a/hemlock/searchcoms.lisp
+++ b/hemlock/searchcoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/searchcoms.lisp,v 1.5 2003/02/25 15:18:34 emarsden Rel $")
+  "$Header: src/hemlock/searchcoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/shell.lisp b/hemlock/shell.lisp
index 6d97d3479..df5fc1135 100644
--- a/hemlock/shell.lisp
+++ b/hemlock/shell.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/shell.lisp,v 1.5 1998/05/04 01:27:20 dtc Rel $")
+  "$Header: src/hemlock/shell.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/spell-aug.lisp b/hemlock/spell-aug.lisp
index bfacd6c99..87e240828 100644
--- a/hemlock/spell-aug.lisp
+++ b/hemlock/spell-aug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-aug.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/spell-aug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/spell-build.lisp b/hemlock/spell-build.lisp
index 264ed66b3..12e43ffd6 100644
--- a/hemlock/spell-build.lisp
+++ b/hemlock/spell-build.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-build.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/spell-build.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/spell-corr.lisp b/hemlock/spell-corr.lisp
index fbc6447c5..a5ca9d540 100644
--- a/hemlock/spell-corr.lisp
+++ b/hemlock/spell-corr.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-corr.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/spell-corr.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/spell-rt.lisp b/hemlock/spell-rt.lisp
index 398544f02..56610b54a 100644
--- a/hemlock/spell-rt.lisp
+++ b/hemlock/spell-rt.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-rt.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/spell-rt.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/spellcoms.lisp b/hemlock/spellcoms.lisp
index 04cf21530..82ca4b0dc 100644
--- a/hemlock/spellcoms.lisp
+++ b/hemlock/spellcoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spellcoms.lisp,v 1.5 2009/06/19 13:27:30 rtoy Rel $")
+  "$Header: src/hemlock/spellcoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/srccom.lisp b/hemlock/srccom.lisp
index 97dfe9a41..b3223d04e 100644
--- a/hemlock/srccom.lisp
+++ b/hemlock/srccom.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/srccom.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: srccom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/streams.lisp b/hemlock/streams.lisp
index 9e517e87b..6e36af349 100644
--- a/hemlock/streams.lisp
+++ b/hemlock/streams.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/streams.lisp,v 1.5 1998/05/04 01:27:20 dtc Rel $")
+  "$Header: src/hemlock/streams.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/struct-ed.lisp b/hemlock/struct-ed.lisp
index e36f8f1a0..f2fb38553 100644
--- a/hemlock/struct-ed.lisp
+++ b/hemlock/struct-ed.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/struct-ed.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/struct-ed.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/struct.lisp b/hemlock/struct.lisp
index a1c62d45e..908e0c381 100644
--- a/hemlock/struct.lisp
+++ b/hemlock/struct.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/struct.lisp,v 1.7 1998/10/04 08:27:32 dtc Rel $")
+  "$Header: src/hemlock/struct.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/syntax.lisp b/hemlock/syntax.lisp
index 7cd3994c9..5218635d3 100644
--- a/hemlock/syntax.lisp
+++ b/hemlock/syntax.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/syntax.lisp,v 1.4 2001/03/13 15:49:59 pw Rel $")
+  "$Header: src/hemlock/syntax.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/table.lisp b/hemlock/table.lisp
index 214a15af5..f612eb3ec 100644
--- a/hemlock/table.lisp
+++ b/hemlock/table.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/table.lisp,v 1.5 2003/04/19 20:52:42 gerd Rel $")
+  "$Header: src/hemlock/table.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/termcap.lisp b/hemlock/termcap.lisp
index 48c6497b6..a1310ca7d 100644
--- a/hemlock/termcap.lisp
+++ b/hemlock/termcap.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/termcap.lisp,v 1.10 2001/03/13 15:50:00 pw Rel $")
+  "$Header: src/hemlock/termcap.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/text.lisp b/hemlock/text.lisp
index 5386d021d..dbf5893f2 100644
--- a/hemlock/text.lisp
+++ b/hemlock/text.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/text.lisp,v 1.3 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/text.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/ts-buf.lisp b/hemlock/ts-buf.lisp
index b24af2f37..7e35d873d 100644
--- a/hemlock/ts-buf.lisp
+++ b/hemlock/ts-buf.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ts-buf.lisp,v 1.10 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/ts-buf.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/ts-stream.lisp b/hemlock/ts-stream.lisp
index 520b5ace4..e866ed940 100644
--- a/hemlock/ts-stream.lisp
+++ b/hemlock/ts-stream.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ts-stream.lisp,v 1.4 1998/05/04 01:27:21 dtc Rel $")
+  "$Header: src/hemlock/ts-stream.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/tty-disp-rt.lisp b/hemlock/tty-disp-rt.lisp
index 75a30e4b9..7670f7d49 100644
--- a/hemlock/tty-disp-rt.lisp
+++ b/hemlock/tty-disp-rt.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-disp-rt.lisp,v 1.7 2001/12/06 19:15:43 pmai Rel $")
+  "$Header: src/hemlock/tty-disp-rt.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/tty-display.lisp b/hemlock/tty-display.lisp
index 158b3250d..6b1e079f7 100644
--- a/hemlock/tty-display.lisp
+++ b/hemlock/tty-display.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-display.lisp,v 1.6 2004/03/28 15:48:11 emarsden Rel $")
+  "$Header: src/hemlock/tty-display.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/tty-screen.lisp b/hemlock/tty-screen.lisp
index 58991503d..63ef93ce6 100644
--- a/hemlock/tty-screen.lisp
+++ b/hemlock/tty-screen.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-screen.lisp,v 1.9 2001/03/13 15:50:01 pw Rel $")
+  "$Header: src/hemlock/tty-screen.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/tty-stream.lisp b/hemlock/tty-stream.lisp
index ced3d6312..5e194c621 100644
--- a/hemlock/tty-stream.lisp
+++ b/hemlock/tty-stream.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-stream.lisp,v 1.4 1998/05/04 01:27:21 dtc Rel $")
+  "$Header: src/hemlock/tty-stream.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/undo.lisp b/hemlock/undo.lisp
index 06da02410..af4ef965b 100644
--- a/hemlock/undo.lisp
+++ b/hemlock/undo.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/undo.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/undo.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/unixcoms.lisp b/hemlock/unixcoms.lisp
index da00a3fae..ec92fe7d4 100644
--- a/hemlock/unixcoms.lisp
+++ b/hemlock/unixcoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/unixcoms.lisp,v 1.10 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/unixcoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/vars.lisp b/hemlock/vars.lisp
index 743f12669..b18e362c4 100644
--- a/hemlock/vars.lisp
+++ b/hemlock/vars.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/vars.lisp,v 1.4 2001/03/13 15:50:01 pw Rel $")
+  "$Header: src/hemlock/vars.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/window.lisp b/hemlock/window.lisp
index 390ab26da..971fdf3bb 100644
--- a/hemlock/window.lisp
+++ b/hemlock/window.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/window.lisp,v 1.5 2001/03/13 15:50:01 pw Rel $")
+  "$Header: src/hemlock/window.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/winimage.lisp b/hemlock/winimage.lisp
index 6570a43ca..786d56b1c 100644
--- a/hemlock/winimage.lisp
+++ b/hemlock/winimage.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/winimage.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/winimage.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/hemlock/xcoms.lisp b/hemlock/xcoms.lisp
index 957318029..e3fed23e6 100644
--- a/hemlock/xcoms.lisp
+++ b/hemlock/xcoms.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/xcoms.lisp,v 1.4 1994/10/31 04:50:12 ram Rel $")
+  "$Header: src/hemlock/xcoms.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/interface/debug.lisp b/interface/debug.lisp
index 2f9d6fe97..be8ac9f1d 100644
--- a/interface/debug.lisp
+++ b/interface/debug.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/debug.lisp,v 1.9 2001/12/12 20:18:25 pmai Rel $")
+  "$Header: src/interface/debug.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/interface/initial.lisp b/interface/initial.lisp
index 1140c41a7..44a249211 100644
--- a/interface/initial.lisp
+++ b/interface/initial.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/initial.lisp,v 1.7 2003/06/18 09:23:09 gerd Rel $")
+  "$Header: src/interface/initial.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/interface/inspect.lisp b/interface/inspect.lisp
index c0f7e7cdc..46de6bae6 100644
--- a/interface/inspect.lisp
+++ b/interface/inspect.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/inspect.lisp,v 1.11 2003/12/03 07:56:09 emarsden Rel $")
+  "$Header: src/interface/inspect.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/interface/interface.lisp b/interface/interface.lisp
index 896eae2fb..86d382535 100644
--- a/interface/interface.lisp
+++ b/interface/interface.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/interface.lisp,v 1.13 2003/06/18 11:26:06 emarsden Rel $")
+  "$Header: src/interface/interface.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/interface/precom.lisp b/interface/precom.lisp
index 34c0984ea..0a5784e41 100644
--- a/interface/precom.lisp
+++ b/interface/precom.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/interface/precom.lisp,v 1.1 1994/10/27 18:39:08 ram Rel $")
+  "$Header: src/interface/precom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/callbacks.lisp b/motif/lisp/callbacks.lisp
index 97df4cd5d..fe7c97591 100644
--- a/motif/lisp/callbacks.lisp
+++ b/motif/lisp/callbacks.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/callbacks.lisp,v 1.6 2009/06/11 16:04:01 rtoy Rel $")
+  "$Header: src/motif/lisp/callbacks.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/conversion.lisp b/motif/lisp/conversion.lisp
index d81344e23..144391f05 100644
--- a/motif/lisp/conversion.lisp
+++ b/motif/lisp/conversion.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/conversion.lisp,v 1.6 2009/06/11 16:04:01 rtoy Rel $")
+  "$Header: src/motif/lisp/conversion.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/events.lisp b/motif/lisp/events.lisp
index f089373f2..7a156733e 100644
--- a/motif/lisp/events.lisp
+++ b/motif/lisp/events.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (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 $")
+  "$Header: src/motif/lisp/events.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/initial.lisp b/motif/lisp/initial.lisp
index b0b941305..968198fd2 100644
--- a/motif/lisp/initial.lisp
+++ b/motif/lisp/initial.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/initial.lisp,v 1.8 2003/06/18 09:23:09 gerd Rel $")
+  "$Header: src/motif/lisp/initial.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/interface-build.lisp b/motif/lisp/interface-build.lisp
index 01bf99a11..6497b8b59 100644
--- a/motif/lisp/interface-build.lisp
+++ b/motif/lisp/interface-build.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/interface-build.lisp,v 1.4 1997/08/22 20:49:27 pw Rel $")
+  "$Header: src/motif/lisp/interface-build.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/interface-glue.lisp b/motif/lisp/interface-glue.lisp
index 74dd576b7..9480c568a 100644
--- a/motif/lisp/interface-glue.lisp
+++ b/motif/lisp/interface-glue.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/interface-glue.lisp,v 1.6 2009/06/11 16:04:01 rtoy Rel $")
+  "$Header: src/motif/lisp/interface-glue.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/internals.lisp b/motif/lisp/internals.lisp
index 1f358b69e..f80eecb02 100644
--- a/motif/lisp/internals.lisp
+++ b/motif/lisp/internals.lisp
@@ -7,7 +7,7 @@
 ;;; contact Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/internals.lisp,v 1.9 2004/03/23 12:16:49 emarsden Rel $")
+  "$Header: src/motif/lisp/internals.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/main.lisp b/motif/lisp/main.lisp
index a3ac021fe..75c46bbce 100644
--- a/motif/lisp/main.lisp
+++ b/motif/lisp/main.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (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 $")
+  "$Header: src/motif/lisp/main.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/prototypes.lisp b/motif/lisp/prototypes.lisp
index 2b2bbe998..fb084005b 100644
--- a/motif/lisp/prototypes.lisp
+++ b/motif/lisp/prototypes.lisp
@@ -7,7 +7,7 @@
 ;;; contact Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/prototypes.lisp,v 1.9 1998/12/20 04:22:54 dtc Rel $")
+  "$Header: src/motif/lisp/prototypes.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/string-base.lisp b/motif/lisp/string-base.lisp
index 44f364798..7e3cf2c0f 100644
--- a/motif/lisp/string-base.lisp
+++ b/motif/lisp/string-base.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (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 $")
+  "$Header: src/motif/lisp/string-base.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/timer-support.lisp b/motif/lisp/timer-support.lisp
index 9551879d5..d577480c3 100644
--- a/motif/lisp/timer-support.lisp
+++ b/motif/lisp/timer-support.lisp
@@ -1,6 +1,6 @@
 ;;; -*- Mode: CLtL -*-
 
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/timer-support.lisp,v 1.3 1994/10/28 22:35:00 ram Rel $")
+(ext:file-comment "$Header: src/motif/lisp/timer-support.lisp $")
 
 ;;; timers-support.lisp --
 ;;; Extension to CMUCL Motif Interface. Adding missing call for
diff --git a/motif/lisp/transport.lisp b/motif/lisp/transport.lisp
index 954e621f6..9ba936cf4 100644
--- a/motif/lisp/transport.lisp
+++ b/motif/lisp/transport.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/transport.lisp,v 1.4 2000/02/15 11:59:24 pw Rel $")
+  "$Header: src/motif/lisp/transport.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/widgets.lisp b/motif/lisp/widgets.lisp
index 576c98bcd..f125a2b3e 100644
--- a/motif/lisp/widgets.lisp
+++ b/motif/lisp/widgets.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/widgets.lisp,v 1.4 1998/03/20 11:33:44 pw Rel $")
+  "$Header: src/motif/lisp/widgets.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/motif/lisp/xt-types.lisp b/motif/lisp/xt-types.lisp
index ea5c1818a..3e151e0f3 100644
--- a/motif/lisp/xt-types.lisp
+++ b/motif/lisp/xt-types.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/xt-types.lisp,v 1.4 1997/08/22 20:49:29 pw Rel $")
+  "$Header: src/motif/lisp/xt-types.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/boot.lisp b/pcl/boot.lisp
index 7e5fba098..210a88876 100644
--- a/pcl/boot.lisp
+++ b/pcl/boot.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/boot.lisp,v 1.78 2010/04/19 02:31:13 rtoy Rel $")
+ "$Header: src/pcl/boot.lisp $")
 
 (in-package :pcl)
 (intl:textdomain "cmucl")
diff --git a/pcl/braid.lisp b/pcl/braid.lisp
index 9e78311ba..5a432e1e2 100644
--- a/pcl/braid.lisp
+++ b/pcl/braid.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/braid.lisp,v 1.52 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/braid.lisp $")
 
 ;;;
 ;;; Bootstrapping the meta-braid.
diff --git a/pcl/cache.lisp b/pcl/cache.lisp
index 0d51496fd..52aaba846 100644
--- a/pcl/cache.lisp
+++ b/pcl/cache.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/cache.lisp,v 1.36 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/cache.lisp $")
 
 ;;;
 ;;; The basics of the PCL wrapper cache mechanism.
diff --git a/pcl/clos-bench.lisp b/pcl/clos-bench.lisp
index d654e3ff6..e0392d87e 100644
--- a/pcl/clos-bench.lisp
+++ b/pcl/clos-bench.lisp
@@ -55,7 +55,7 @@
 ;;; jmorrill@bbn.com
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/clos-bench.lisp,v 1.4 2010/03/19 15:19:03 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/clos-bench.lisp $")
  
 #+cmu
 (eval-when (:compile-toplevel :load-toplevel :execute)
diff --git a/pcl/cmucl-documentation.lisp b/pcl/cmucl-documentation.lisp
index 6de512ab9..5319fdc27 100644
--- a/pcl/cmucl-documentation.lisp
+++ b/pcl/cmucl-documentation.lisp
@@ -4,7 +4,7 @@
 ;;; the public domain, and is provided 'as is'.
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/cmucl-documentation.lisp,v 1.19 2011/07/12 17:19:50 rtoy Exp $")
+  "$Header: src/pcl/cmucl-documentation.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/combin.lisp b/pcl/combin.lisp
index cb705ed62..3125aabe6 100644
--- a/pcl/combin.lisp
+++ b/pcl/combin.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/combin.lisp,v 1.26 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/combin.lisp $")
 
 (in-package "PCL")
 (intl:textdomain "cmucl")
diff --git a/pcl/cpl.lisp b/pcl/cpl.lisp
index a1f0a7b93..4a0068f64 100644
--- a/pcl/cpl.lisp
+++ b/pcl/cpl.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/cpl.lisp,v 1.14 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/cpl.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/ctor.lisp b/pcl/ctor.lisp
index 47fe07791..1386cc3d1 100644
--- a/pcl/ctor.lisp
+++ b/pcl/ctor.lisp
@@ -46,7 +46,7 @@
 ;;; is called.
 
 (file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/ctor.lisp,v 1.19 2010/03/19 15:19:03 rtoy Rel $")
+ "$Header: src/pcl/ctor.lisp $")
 
 (in-package "PCL")
 (intl:textdomain "cmucl")
diff --git a/pcl/defclass.lisp b/pcl/defclass.lisp
index 54f8fbc5e..b854b2d30 100644
--- a/pcl/defclass.lisp
+++ b/pcl/defclass.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/defclass.lisp,v 1.32 2010/04/17 15:57:04 rtoy Rel $")
+  "$Header: src/pcl/defclass.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/defcombin.lisp b/pcl/defcombin.lisp
index 74f35c8a5..4c1166446 100644
--- a/pcl/defcombin.lisp
+++ b/pcl/defcombin.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/defcombin.lisp,v 1.29 2010/04/17 20:12:25 rtoy Rel $")
+  "$Header: src/pcl/defcombin.lisp $")
 
 (in-package :pcl)
 (intl:textdomain "cmucl")
diff --git a/pcl/defsys.lisp b/pcl/defsys.lisp
index 6f84725ff..516472660 100644
--- a/pcl/defsys.lisp
+++ b/pcl/defsys.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/defsys.lisp,v 1.38 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/defsys.lisp $")
 ;;;
 ;;; Some support stuff for compiling and loading PCL.  It would be nice if
 ;;; there was some portable make-system we could all agree to share for a
diff --git a/pcl/dfun.lisp b/pcl/dfun.lisp
index 6135d9216..50a751f0f 100644
--- a/pcl/dfun.lisp
+++ b/pcl/dfun.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/dfun.lisp,v 1.41 2010/04/19 02:31:14 rtoy Rel $")
+  "$Header: src/pcl/dfun.lisp $")
 
 (in-package :pcl)
 (intl:textdomain "cmucl")
diff --git a/pcl/dlisp.lisp b/pcl/dlisp.lisp
index a5d534784..d9126799a 100644
--- a/pcl/dlisp.lisp
+++ b/pcl/dlisp.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/dlisp.lisp,v 1.13 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/dlisp.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/dlisp2.lisp b/pcl/dlisp2.lisp
index 4250a5485..a908df2c8 100644
--- a/pcl/dlisp2.lisp
+++ b/pcl/dlisp2.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/dlisp2.lisp,v 1.13 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/dlisp2.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/dlisp3.lisp b/pcl/dlisp3.lisp
index 3729ee358..7c6b1bd61 100644
--- a/pcl/dlisp3.lisp
+++ b/pcl/dlisp3.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/dlisp3.lisp,v 1.9 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/dlisp3.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/env.lisp b/pcl/env.lisp
index 78aaab2ff..abd4d562e 100644
--- a/pcl/env.lisp
+++ b/pcl/env.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/env.lisp,v 1.27 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/env.lisp $")
 ;;;
 ;;; Basic environmental stuff.
 ;;;
diff --git a/pcl/fin.lisp b/pcl/fin.lisp
index 2044afdc7..09871a49c 100644
--- a/pcl/fin.lisp
+++ b/pcl/fin.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/fin.lisp,v 1.23 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/fin.lisp $")
 ;;;
 
   ;;   
diff --git a/pcl/fngen.lisp b/pcl/fngen.lisp
index 62ada23e3..7fc92618d 100644
--- a/pcl/fngen.lisp
+++ b/pcl/fngen.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/fngen.lisp,v 1.15 2010/04/19 02:31:14 rtoy Rel $")
+  "$Header: src/pcl/fngen.lisp $")
 
 (in-package :pcl)
 (intl:textdomain "cmucl")
diff --git a/pcl/fsc.lisp b/pcl/fsc.lisp
index fe88244b1..e74febdec 100644
--- a/pcl/fsc.lisp
+++ b/pcl/fsc.lisp
@@ -25,7 +25,7 @@
 ;;; *************************************************************************
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/fsc.lisp,v 1.14 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/fsc.lisp $")
 ;;;
 ;;; This file contains the definition of the FUNCALLABLE-STANDARD-CLASS
 ;;; metaclass.  Much of the implementation of this metaclass is actually
diff --git a/pcl/generic-functions.lisp b/pcl/generic-functions.lisp
index c753d26e4..d802a3232 100644
--- a/pcl/generic-functions.lisp
+++ b/pcl/generic-functions.lisp
@@ -1,7 +1,7 @@
 ;;;-*-Mode:LISP; Package:PCL; Base:10; Syntax:Common-lisp -*-
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/generic-functions.lisp,v 1.29 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/generic-functions.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/gf-call-optimization.lisp b/pcl/gf-call-optimization.lisp
index b74f57e15..3c15d11d5 100644
--- a/pcl/gf-call-optimization.lisp
+++ b/pcl/gf-call-optimization.lisp
@@ -27,7 +27,7 @@
 ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 ;;; DAMAGE.
 
-(file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/gf-call-optimization.lisp,v 1.7 2010/03/19 15:19:03 rtoy Rel $")
+(file-comment "$Header: src/pcl/gf-call-optimization.lisp $")
 
 (in-package "PCL")
 (intl:textdomain "cmucl")
diff --git a/pcl/gray-compat.lisp b/pcl/gray-compat.lisp
index 9b3fbdd31..89e445ec4 100644
--- a/pcl/gray-compat.lisp
+++ b/pcl/gray-compat.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/gray-compat.lisp,v 1.2 2010/03/19 15:19:03 rtoy Rel $")
+ "$Header: src/pcl/gray-compat.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/gray-streams-class.lisp b/pcl/gray-streams-class.lisp
index 0bba464aa..42074a74e 100644
--- a/pcl/gray-streams-class.lisp
+++ b/pcl/gray-streams-class.lisp
@@ -5,7 +5,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/gray-streams-class.lisp,v 1.6 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/gray-streams-class.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/gray-streams.lisp b/pcl/gray-streams.lisp
index 3c54ac998..32a800a28 100644
--- a/pcl/gray-streams.lisp
+++ b/pcl/gray-streams.lisp
@@ -5,7 +5,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/gray-streams.lisp,v 1.14 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/gray-streams.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/info.lisp b/pcl/info.lisp
index 3ff6e4d24..c563ef5b6 100644
--- a/pcl/info.lisp
+++ b/pcl/info.lisp
@@ -36,7 +36,7 @@
 ;;; GF is actually non-accessor GF.  Clean this up.
 ;;; (setf symbol-value) should be handled like (setf fdefinition)
 
-(file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/info.lisp,v 1.12 2010/03/19 15:19:03 rtoy Rel $")
+(file-comment "$Header: src/pcl/info.lisp $")
 
 (in-package "PCL")
 (intl:textdomain "cmucl")
diff --git a/pcl/init.lisp b/pcl/init.lisp
index c160545dd..fdb9841cd 100644
--- a/pcl/init.lisp
+++ b/pcl/init.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/init.lisp,v 1.25 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/init.lisp $")
 
 ;;;
 ;;; This file defines the initialization and related protocols.
diff --git a/pcl/low.lisp b/pcl/low.lisp
index d761f6c7c..3a161c25a 100644
--- a/pcl/low.lisp
+++ b/pcl/low.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/low.lisp,v 1.37 2010/04/19 02:31:14 rtoy Rel $")
+  "$Header: src/pcl/low.lisp $")
 
 ;;; 
 ;;; This file contains optimized low-level constructs for PCL.
diff --git a/pcl/macros.lisp b/pcl/macros.lisp
index c2dfddf42..84995e0a7 100644
--- a/pcl/macros.lisp
+++ b/pcl/macros.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/macros.lisp,v 1.31 2010/04/19 02:31:14 rtoy Rel $")
+  "$Header: src/pcl/macros.lisp $")
 ;;;
 ;;; Macros global variable definitions, and other random support stuff used
 ;;; by the rest of the system.
diff --git a/pcl/method-slot-access-optimization.lisp b/pcl/method-slot-access-optimization.lisp
index 555289fbe..44374d0a0 100644
--- a/pcl/method-slot-access-optimization.lisp
+++ b/pcl/method-slot-access-optimization.lisp
@@ -52,7 +52,7 @@
 ;;;
 
 (file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/method-slot-access-optimization.lisp,v 1.9 2010/04/19 02:31:14 rtoy Rel $")
+ "$Header: src/pcl/method-slot-access-optimization.lisp $")
  
 (in-package "PCL")
 (intl:textdomain "cmucl")
diff --git a/pcl/methods.lisp b/pcl/methods.lisp
index 914aacb24..25b4d767a 100644
--- a/pcl/methods.lisp
+++ b/pcl/methods.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/methods.lisp,v 1.49 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/methods.lisp $")
 
 (in-package :pcl)
 (intl:textdomain "cmucl")
diff --git a/pcl/pkg.lisp b/pcl/pkg.lisp
index cfe8c9020..b8e6ae427 100644
--- a/pcl/pkg.lisp
+++ b/pcl/pkg.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/pkg.lisp,v 1.30 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/pkg.lisp $")
 
 (intl:textdomain "cmucl")
 
diff --git a/pcl/rt/ctor.lisp b/pcl/rt/ctor.lisp
index a8c7f34a7..fb4167979 100644
--- a/pcl/rt/ctor.lisp
+++ b/pcl/rt/ctor.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/ctor.lisp,v 1.9 2008/12/02 17:57:47 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/rt/ctor.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/defclass.lisp b/pcl/rt/defclass.lisp
index 4c1c30cbc..8f343ca4c 100644
--- a/pcl/rt/defclass.lisp
+++ b/pcl/rt/defclass.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/defclass.lisp,v 1.6 2003/04/18 10:06:23 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/defclass.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/defgeneric.lisp b/pcl/rt/defgeneric.lisp
index 033982cb3..15f4e3dd4 100644
--- a/pcl/rt/defgeneric.lisp
+++ b/pcl/rt/defgeneric.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/defgeneric.lisp,v 1.4 2003/04/14 21:45:22 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/defgeneric.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/defmethod.lisp b/pcl/rt/defmethod.lisp
index fddcc46bc..a9bbe8a0b 100644
--- a/pcl/rt/defmethod.lisp
+++ b/pcl/rt/defmethod.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/defmethod.lisp,v 1.5 2003/05/30 09:33:32 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/defmethod.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/find-method.lisp b/pcl/rt/find-method.lisp
index 5c83e1fad..5a90d583d 100644
--- a/pcl/rt/find-method.lisp
+++ b/pcl/rt/find-method.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/find-method.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/find-method.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/inline-access.lisp b/pcl/rt/inline-access.lisp
index 71411be55..ebf708c13 100644
--- a/pcl/rt/inline-access.lisp
+++ b/pcl/rt/inline-access.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/inline-access.lisp,v 1.3 2003/05/20 20:21:26 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/inline-access.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/make-instance.lisp b/pcl/rt/make-instance.lisp
index 075b29ab0..5443bd80b 100644
--- a/pcl/rt/make-instance.lisp
+++ b/pcl/rt/make-instance.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/make-instance.lisp,v 1.3 2003/04/22 13:16:35 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/make-instance.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/method-combination.lisp b/pcl/rt/method-combination.lisp
index bc5bc4c52..d35c6adab 100644
--- a/pcl/rt/method-combination.lisp
+++ b/pcl/rt/method-combination.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/method-combination.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/method-combination.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/methods.lisp b/pcl/rt/methods.lisp
index 99b58ccb7..06277172e 100644
--- a/pcl/rt/methods.lisp
+++ b/pcl/rt/methods.lisp
@@ -27,7 +27,7 @@
 ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 ;;; DAMAGE.
 
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/methods.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/methods.lisp $")
  
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/pkg.lisp b/pcl/rt/pkg.lisp
index 5433020bb..f9d47f3c2 100644
--- a/pcl/rt/pkg.lisp
+++ b/pcl/rt/pkg.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/pkg.lisp,v 1.3 2003/04/14 21:45:22 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/pkg.lisp $")
 
 (defpackage "PCL-TEST"
   (:use "COMMON-LISP" #+cmu "PCL" #+sbcl "SB-PCL" "RT"))
diff --git a/pcl/rt/pv.lisp b/pcl/rt/pv.lisp
index 84c5830d9..50ab3f9d6 100644
--- a/pcl/rt/pv.lisp
+++ b/pcl/rt/pv.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/pv.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/pv.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/reinitialize-instance.lisp b/pcl/rt/reinitialize-instance.lisp
index d432b8e98..5ac093791 100644
--- a/pcl/rt/reinitialize-instance.lisp
+++ b/pcl/rt/reinitialize-instance.lisp
@@ -27,7 +27,7 @@
 ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 ;;; DAMAGE.
 
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/reinitialize-instance.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/reinitialize-instance.lisp $")
  
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/slot-accessors.lisp b/pcl/rt/slot-accessors.lisp
index 0e78d680a..aa4e85785 100644
--- a/pcl/rt/slot-accessors.lisp
+++ b/pcl/rt/slot-accessors.lisp
@@ -32,7 +32,7 @@
 ;;; gives an error.
  
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/slot-accessors.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/slot-accessors.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/slot-boundp.lisp b/pcl/rt/slot-boundp.lisp
index 9b4b00554..6e0a3860d 100644
--- a/pcl/rt/slot-boundp.lisp
+++ b/pcl/rt/slot-boundp.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/slot-boundp.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/slot-boundp.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/slot-missing.lisp b/pcl/rt/slot-missing.lisp
index 51def6540..466cc88f2 100644
--- a/pcl/rt/slot-missing.lisp
+++ b/pcl/rt/slot-missing.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/slot-missing.lisp,v 1.3 2003/06/17 11:08:00 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/slot-missing.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/slot-type.lisp b/pcl/rt/slot-type.lisp
index a0ca35edd..aa544d8e5 100644
--- a/pcl/rt/slot-type.lisp
+++ b/pcl/rt/slot-type.lisp
@@ -27,7 +27,7 @@
 ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 ;;; DAMAGE.
 
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/slot-type.lisp,v 1.3 2008/12/02 18:18:34 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/rt/slot-type.lisp $")
  
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/slot-value.lisp b/pcl/rt/slot-value.lisp
index 10c540946..44e760e3c 100644
--- a/pcl/rt/slot-value.lisp
+++ b/pcl/rt/slot-value.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/slot-value.lisp,v 1.2 2003/03/22 16:15:14 gerd Rel $")
+(ext:file-comment "$Header: src/pcl/rt/slot-value.lisp $")
 
 (in-package "PCL-TEST")
 
diff --git a/pcl/rt/system.lisp b/pcl/rt/system.lisp
index d6c9cd553..4eb766ccc 100644
--- a/pcl/rt/system.lisp
+++ b/pcl/rt/system.lisp
@@ -28,7 +28,7 @@
 ;;; DAMAGE.
 
 #+cmu
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/rt/system.lisp,v 1.4 2007/05/02 13:33:51 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/rt/system.lisp $")
 
 #+nil
 (setf (logical-pathname-translations "pcl-test")
diff --git a/pcl/seal.lisp b/pcl/seal.lisp
index d851df9e0..0835daf1a 100644
--- a/pcl/seal.lisp
+++ b/pcl/seal.lisp
@@ -27,7 +27,7 @@
 ;;; USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 ;;; DAMAGE.
 
-(file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/seal.lisp,v 1.4 2010/03/19 15:19:03 rtoy Rel $")
+(file-comment "$Header: src/pcl/seal.lisp $")
 
 (in-package "PCL")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/classes.lisp b/pcl/simple-streams/classes.lisp
index fafea43f8..f61187129 100644
--- a/pcl/simple-streams/classes.lisp
+++ b/pcl/simple-streams/classes.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/classes.lisp,v 1.8 2009/08/10 16:47:41 rtoy Rel $")
+ "$Header: src/pcl/simple-streams/classes.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/direct.lisp b/pcl/simple-streams/direct.lisp
index 521637a01..76b526b2e 100644
--- a/pcl/simple-streams/direct.lisp
+++ b/pcl/simple-streams/direct.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/direct.lisp,v 1.3 2007/11/05 15:25:04 rtoy Rel $")
+ "$Header: src/pcl/simple-streams/direct.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/external-formats/ascii.lisp b/pcl/simple-streams/external-formats/ascii.lisp
index 7ec5f41f5..ebcc549c5 100644
--- a/pcl/simple-streams/external-formats/ascii.lisp
+++ b/pcl/simple-streams/external-formats/ascii.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Raymond Toy and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/ascii.lisp,v 1.7 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/ascii.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/beta-gk.lisp b/pcl/simple-streams/external-formats/beta-gk.lisp
index e92345482..99604fcea 100644
--- a/pcl/simple-streams/external-formats/beta-gk.lisp
+++ b/pcl/simple-streams/external-formats/beta-gk.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/beta-gk.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/beta-gk.lisp $")
 
 ;; This is a composing format that translates (lower-case) Beta code
 ;; (an ASCII encoding of ancient Greek) into Unicode Greek.
diff --git a/pcl/simple-streams/external-formats/cp1250.lisp b/pcl/simple-streams/external-formats/cp1250.lisp
index 960fb2f8f..13782212c 100644
--- a/pcl/simple-streams/external-formats/cp1250.lisp
+++ b/pcl/simple-streams/external-formats/cp1250.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1250.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1250.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1251.lisp b/pcl/simple-streams/external-formats/cp1251.lisp
index 8f28e84f3..f2e5c0a56 100644
--- a/pcl/simple-streams/external-formats/cp1251.lisp
+++ b/pcl/simple-streams/external-formats/cp1251.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1251.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1251.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1252.lisp b/pcl/simple-streams/external-formats/cp1252.lisp
index 889c14cba..c2406e43b 100644
--- a/pcl/simple-streams/external-formats/cp1252.lisp
+++ b/pcl/simple-streams/external-formats/cp1252.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1252.lisp,v 1.6 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1252.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1253.lisp b/pcl/simple-streams/external-formats/cp1253.lisp
index 023ad889a..3cde9cf0e 100644
--- a/pcl/simple-streams/external-formats/cp1253.lisp
+++ b/pcl/simple-streams/external-formats/cp1253.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1253.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1253.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1254.lisp b/pcl/simple-streams/external-formats/cp1254.lisp
index cfbdc41e3..4be8a822a 100644
--- a/pcl/simple-streams/external-formats/cp1254.lisp
+++ b/pcl/simple-streams/external-formats/cp1254.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1254.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1254.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1255.lisp b/pcl/simple-streams/external-formats/cp1255.lisp
index 278d017eb..bfba79d32 100644
--- a/pcl/simple-streams/external-formats/cp1255.lisp
+++ b/pcl/simple-streams/external-formats/cp1255.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1255.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1255.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1256.lisp b/pcl/simple-streams/external-formats/cp1256.lisp
index 13e3b3ae8..14845a951 100644
--- a/pcl/simple-streams/external-formats/cp1256.lisp
+++ b/pcl/simple-streams/external-formats/cp1256.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1256.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1256.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1257.lisp b/pcl/simple-streams/external-formats/cp1257.lisp
index d025bf51e..1ca9f2a12 100644
--- a/pcl/simple-streams/external-formats/cp1257.lisp
+++ b/pcl/simple-streams/external-formats/cp1257.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1257.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1257.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cp1258.lisp b/pcl/simple-streams/external-formats/cp1258.lisp
index b6927d015..cf4be7e51 100644
--- a/pcl/simple-streams/external-formats/cp1258.lisp
+++ b/pcl/simple-streams/external-formats/cp1258.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cp1258.lisp,v 1.5 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cp1258.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/cr.lisp b/pcl/simple-streams/external-formats/cr.lisp
index be2b3589b..e395e22a1 100644
--- a/pcl/simple-streams/external-formats/cr.lisp
+++ b/pcl/simple-streams/external-formats/cr.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Raymond Toy and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/cr.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/cr.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/crlf.lisp b/pcl/simple-streams/external-formats/crlf.lisp
index f12499c58..4cf72b793 100644
--- a/pcl/simple-streams/external-formats/crlf.lisp
+++ b/pcl/simple-streams/external-formats/crlf.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/crlf.lisp,v 1.6 2010/09/24 21:45:33 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/crlf.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/final-sigma.lisp b/pcl/simple-streams/external-formats/final-sigma.lisp
index 0c0df3d5a..3dfb86b72 100644
--- a/pcl/simple-streams/external-formats/final-sigma.lisp
+++ b/pcl/simple-streams/external-formats/final-sigma.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/final-sigma.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/final-sigma.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-1.lisp b/pcl/simple-streams/external-formats/iso8859-1.lisp
index 0dea3931c..cdd0ae2a9 100644
--- a/pcl/simple-streams/external-formats/iso8859-1.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-1.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-1.lisp,v 1.7 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-1.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-10.lisp b/pcl/simple-streams/external-formats/iso8859-10.lisp
index 899cc8ba1..ac52fe4f5 100644
--- a/pcl/simple-streams/external-formats/iso8859-10.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-10.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-10.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-10.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-13.lisp b/pcl/simple-streams/external-formats/iso8859-13.lisp
index a36a0ff17..028aaa622 100644
--- a/pcl/simple-streams/external-formats/iso8859-13.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-13.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-13.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-13.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-14.lisp b/pcl/simple-streams/external-formats/iso8859-14.lisp
index 5ca2640e8..b046a4948 100644
--- a/pcl/simple-streams/external-formats/iso8859-14.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-14.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-14.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-14.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-15.lisp b/pcl/simple-streams/external-formats/iso8859-15.lisp
index 1135d9ac5..e25487556 100644
--- a/pcl/simple-streams/external-formats/iso8859-15.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-15.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-15.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-15.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-2.lisp b/pcl/simple-streams/external-formats/iso8859-2.lisp
index 7220b0886..c74d9691e 100644
--- a/pcl/simple-streams/external-formats/iso8859-2.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-2.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-2.lisp,v 1.8 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-2.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-3.lisp b/pcl/simple-streams/external-formats/iso8859-3.lisp
index 26e79a5b0..20faec1f0 100644
--- a/pcl/simple-streams/external-formats/iso8859-3.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-3.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-3.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-3.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-4.lisp b/pcl/simple-streams/external-formats/iso8859-4.lisp
index 7625426c3..da0e29f8a 100644
--- a/pcl/simple-streams/external-formats/iso8859-4.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-4.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-4.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-4.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-5.lisp b/pcl/simple-streams/external-formats/iso8859-5.lisp
index e1787eaa9..d7db9e20e 100644
--- a/pcl/simple-streams/external-formats/iso8859-5.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-5.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-5.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-5.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-6.lisp b/pcl/simple-streams/external-formats/iso8859-6.lisp
index afcc6fdaa..8bf3d2835 100644
--- a/pcl/simple-streams/external-formats/iso8859-6.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-6.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-6.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-6.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-7.lisp b/pcl/simple-streams/external-formats/iso8859-7.lisp
index a5bc07db8..ce661daa6 100644
--- a/pcl/simple-streams/external-formats/iso8859-7.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-7.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-7.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-7.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-8.lisp b/pcl/simple-streams/external-formats/iso8859-8.lisp
index e08087a78..ae80f2e12 100644
--- a/pcl/simple-streams/external-formats/iso8859-8.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-8.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-8.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-8.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/iso8859-9.lisp b/pcl/simple-streams/external-formats/iso8859-9.lisp
index d165503d2..0db37219c 100644
--- a/pcl/simple-streams/external-formats/iso8859-9.lisp
+++ b/pcl/simple-streams/external-formats/iso8859-9.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/iso8859-9.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/iso8859-9.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/koi8-r.lisp b/pcl/simple-streams/external-formats/koi8-r.lisp
index 1360a5e91..1d0e9b417 100644
--- a/pcl/simple-streams/external-formats/koi8-r.lisp
+++ b/pcl/simple-streams/external-formats/koi8-r.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/koi8-r.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/koi8-r.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/mac-cyrillic.lisp b/pcl/simple-streams/external-formats/mac-cyrillic.lisp
index ef52085c8..b10df515f 100644
--- a/pcl/simple-streams/external-formats/mac-cyrillic.lisp
+++ b/pcl/simple-streams/external-formats/mac-cyrillic.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/mac-cyrillic.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/mac-cyrillic.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/mac-greek.lisp b/pcl/simple-streams/external-formats/mac-greek.lisp
index f45ff77eb..6a813a4e5 100644
--- a/pcl/simple-streams/external-formats/mac-greek.lisp
+++ b/pcl/simple-streams/external-formats/mac-greek.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/mac-greek.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/mac-greek.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/mac-icelandic.lisp b/pcl/simple-streams/external-formats/mac-icelandic.lisp
index 7cb397f0d..5745a2ba5 100644
--- a/pcl/simple-streams/external-formats/mac-icelandic.lisp
+++ b/pcl/simple-streams/external-formats/mac-icelandic.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/mac-icelandic.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/mac-icelandic.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/mac-latin2.lisp b/pcl/simple-streams/external-formats/mac-latin2.lisp
index a4640a7cc..db5d71be8 100644
--- a/pcl/simple-streams/external-formats/mac-latin2.lisp
+++ b/pcl/simple-streams/external-formats/mac-latin2.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/mac-latin2.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/mac-latin2.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/mac-roman.lisp b/pcl/simple-streams/external-formats/mac-roman.lisp
index 8080f54ef..62f91f025 100644
--- a/pcl/simple-streams/external-formats/mac-roman.lisp
+++ b/pcl/simple-streams/external-formats/mac-roman.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/mac-roman.lisp,v 1.9 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/mac-roman.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/mac-turkish.lisp b/pcl/simple-streams/external-formats/mac-turkish.lisp
index aa35b051e..ae11b9893 100644
--- a/pcl/simple-streams/external-formats/mac-turkish.lisp
+++ b/pcl/simple-streams/external-formats/mac-turkish.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/mac-turkish.lisp,v 1.4 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/mac-turkish.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/utf-16-be.lisp b/pcl/simple-streams/external-formats/utf-16-be.lisp
index 5b9f30c17..e2780eaf9 100644
--- a/pcl/simple-streams/external-formats/utf-16-be.lisp
+++ b/pcl/simple-streams/external-formats/utf-16-be.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/utf-16-be.lisp,v 1.12 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/utf-16-be.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/utf-16-le.lisp b/pcl/simple-streams/external-formats/utf-16-le.lisp
index db175b5e3..b7faa2838 100644
--- a/pcl/simple-streams/external-formats/utf-16-le.lisp
+++ b/pcl/simple-streams/external-formats/utf-16-le.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/utf-16-le.lisp,v 1.12 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/utf-16-le.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/utf-16.lisp b/pcl/simple-streams/external-formats/utf-16.lisp
index 7567ff0f4..d25fdea11 100644
--- a/pcl/simple-streams/external-formats/utf-16.lisp
+++ b/pcl/simple-streams/external-formats/utf-16.lisp
@@ -1,7 +1,7 @@
 ;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Package: STREAM -*-
 ;;;
 ;;; **********************************************************************
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/utf-16.lisp,v 1.14 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/utf-16.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/utf-32-be.lisp b/pcl/simple-streams/external-formats/utf-32-be.lisp
index 4ae251be5..478de3c6b 100644
--- a/pcl/simple-streams/external-formats/utf-32-be.lisp
+++ b/pcl/simple-streams/external-formats/utf-32-be.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Raymond Toy and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/utf-32-be.lisp,v 1.11 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/utf-32-be.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/utf-32-le.lisp b/pcl/simple-streams/external-formats/utf-32-le.lisp
index 7af4ec708..f4f473b19 100644
--- a/pcl/simple-streams/external-formats/utf-32-le.lisp
+++ b/pcl/simple-streams/external-formats/utf-32-le.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Raymond Toy and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/utf-32-le.lisp,v 1.11 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/utf-32-le.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/utf-32.lisp b/pcl/simple-streams/external-formats/utf-32.lisp
index b3b1e8886..469327e48 100644
--- a/pcl/simple-streams/external-formats/utf-32.lisp
+++ b/pcl/simple-streams/external-formats/utf-32.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Raymond Toy and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/utf-32.lisp,v 1.12 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/utf-32.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/utf-8.lisp b/pcl/simple-streams/external-formats/utf-8.lisp
index 0b2ec6848..fe14f0409 100644
--- a/pcl/simple-streams/external-formats/utf-8.lisp
+++ b/pcl/simple-streams/external-formats/utf-8.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/utf-8.lisp,v 1.15 2010/08/14 23:18:04 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/utf-8.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/external-formats/void.lisp b/pcl/simple-streams/external-formats/void.lisp
index c26601669..ec072b27a 100644
--- a/pcl/simple-streams/external-formats/void.lisp
+++ b/pcl/simple-streams/external-formats/void.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;;
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/external-formats/void.lisp,v 1.6 2010/07/12 14:42:11 rtoy Rel $")
+(ext:file-comment "$Header: src/pcl/simple-streams/external-formats/void.lisp $")
 
 (in-package "STREAM")
 (intl:textdomain "cmucl")
diff --git a/pcl/simple-streams/file.lisp b/pcl/simple-streams/file.lisp
index 6c3cdbe6c..65c66849c 100644
--- a/pcl/simple-streams/file.lisp
+++ b/pcl/simple-streams/file.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/file.lisp,v 1.5 2006/12/21 17:53:28 rtoy Rel $")
+ "$Header: src/pcl/simple-streams/file.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/gray-compat.lisp b/pcl/simple-streams/gray-compat.lisp
index 13b13a622..a5a898b37 100644
--- a/pcl/simple-streams/gray-compat.lisp
+++ b/pcl/simple-streams/gray-compat.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/gray-compat.lisp,v 1.2 2003/06/26 13:27:43 toy Rel $")
+ "$Header: src/pcl/simple-streams/gray-compat.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/herald.lisp b/pcl/simple-streams/herald.lisp
index 2c2350b0a..f24acba44 100644
--- a/pcl/simple-streams/herald.lisp
+++ b/pcl/simple-streams/herald.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/herald.lisp,v 1.1 2003/06/07 17:56:28 toy Rel $")
+ "$Header: src/pcl/simple-streams/herald.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/impl.lisp b/pcl/simple-streams/impl.lisp
index 5c020c033..8e1cc055a 100644
--- a/pcl/simple-streams/impl.lisp
+++ b/pcl/simple-streams/impl.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/impl.lisp,v 1.13 2009/08/11 03:32:25 rtoy Rel $")
+ "$Header: src/pcl/simple-streams/impl.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/internal.lisp b/pcl/simple-streams/internal.lisp
index 695239f34..aa0a48ad9 100644
--- a/pcl/simple-streams/internal.lisp
+++ b/pcl/simple-streams/internal.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/internal.lisp,v 1.10 2009/08/11 03:32:25 rtoy Rel $")
+ "$Header: src/pcl/simple-streams/internal.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/iodefs.lisp b/pcl/simple-streams/iodefs.lisp
index 883547199..3f0a53e60 100644
--- a/pcl/simple-streams/iodefs.lisp
+++ b/pcl/simple-streams/iodefs.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;;
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/iodefs.lisp,v 1.3 2003/06/26 13:27:43 toy Rel $")
+ "$Header: src/pcl/simple-streams/iodefs.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/null.lisp b/pcl/simple-streams/null.lisp
index da063e20a..44fe116d6 100644
--- a/pcl/simple-streams/null.lisp
+++ b/pcl/simple-streams/null.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/null.lisp,v 1.2 2003/06/18 09:23:08 gerd Rel $")
+ "$Header: src/pcl/simple-streams/null.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/socket.lisp b/pcl/simple-streams/socket.lisp
index 4c9ff6424..0576835c5 100644
--- a/pcl/simple-streams/socket.lisp
+++ b/pcl/simple-streams/socket.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/socket.lisp,v 1.2 2003/06/26 13:27:43 toy Rel $")
+ "$Header: src/pcl/simple-streams/socket.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/strategy.lisp b/pcl/simple-streams/strategy.lisp
index d25c6014d..54dd2ff44 100644
--- a/pcl/simple-streams/strategy.lisp
+++ b/pcl/simple-streams/strategy.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/strategy.lisp,v 1.21 2009/08/24 16:04:26 rtoy Rel $")
+ "$Header: src/pcl/simple-streams/strategy.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/string.lisp b/pcl/simple-streams/string.lisp
index 909436057..0266e4416 100644
--- a/pcl/simple-streams/string.lisp
+++ b/pcl/simple-streams/string.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/string.lisp,v 1.4 2007/11/05 15:25:04 rtoy Rel $")
+ "$Header: src/pcl/simple-streams/string.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/simple-streams/terminal.lisp b/pcl/simple-streams/terminal.lisp
index c86f609b5..65673cb4d 100644
--- a/pcl/simple-streams/terminal.lisp
+++ b/pcl/simple-streams/terminal.lisp
@@ -5,7 +5,7 @@
 ;;; domain.
 ;;; 
 (ext:file-comment
- "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/simple-streams/terminal.lisp,v 1.2 2003/06/26 13:27:43 toy Rel $")
+ "$Header: src/pcl/simple-streams/terminal.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/pcl/slots-boot.lisp b/pcl/slots-boot.lisp
index c558b38b4..9289ec119 100644
--- a/pcl/slots-boot.lisp
+++ b/pcl/slots-boot.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/slots-boot.lisp,v 1.27 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/slots-boot.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/slots.lisp b/pcl/slots.lisp
index b5c36c84a..3dc42d90b 100644
--- a/pcl/slots.lisp
+++ b/pcl/slots.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/slots.lisp,v 1.31 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/slots.lisp $")
 ;;;
 
 (in-package :pcl)
diff --git a/pcl/std-class.lisp b/pcl/std-class.lisp
index c9fc6f388..1d4049dcd 100644
--- a/pcl/std-class.lisp
+++ b/pcl/std-class.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/std-class.lisp,v 1.85 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/std-class.lisp $")
 
 (in-package :pcl)
 (intl:textdomain "cmucl")
diff --git a/pcl/vector.lisp b/pcl/vector.lisp
index 9d0cf8fc5..3a30be302 100644
--- a/pcl/vector.lisp
+++ b/pcl/vector.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/vector.lisp,v 1.30 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/vector.lisp $")
 
 (in-package :pcl)
 (intl:textdomain "cmucl")
diff --git a/pcl/walk.lisp b/pcl/walk.lisp
index 94ffdf7f2..263b4f01c 100644
--- a/pcl/walk.lisp
+++ b/pcl/walk.lisp
@@ -26,7 +26,7 @@
 ;;;
 
 (file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/walk.lisp,v 1.27 2010/03/19 15:19:03 rtoy Rel $")
+  "$Header: src/pcl/walk.lisp $")
 ;;;
 ;;; A simple code walker, based IN PART on: (roll the credits)
 ;;;   Larry Masinter's Masterscope
diff --git a/tools/build-unidata.lisp b/tools/build-unidata.lisp
index 8c81a2608..de1f06cb5 100644
--- a/tools/build-unidata.lisp
+++ b/tools/build-unidata.lisp
@@ -4,7 +4,7 @@
 ;;; This code was written by Paul Foley and has been placed in the public
 ;;; domain.
 ;;; 
-(ext:file-comment "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/build-unidata.lisp,v 1.9 2011/06/27 15:11:30 rtoy Exp $")
+(ext:file-comment "$Header: src/tools/build-unidata.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/clmcom.lisp b/tools/clmcom.lisp
index 6e6112302..0241a2648 100644
--- a/tools/clmcom.lisp
+++ b/tools/clmcom.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clmcom.lisp,v 1.21 2005/12/23 14:14:20 pwerkowski Rel $")
+  "$Header: src/tools/clmcom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/clxcom.lisp b/tools/clxcom.lisp
index 8e4d7f278..90afb2bea 100644
--- a/tools/clxcom.lisp
+++ b/tools/clxcom.lisp
@@ -3,7 +3,7 @@
 ;;; **********************************************************************
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clxcom.lisp,v 1.31 2009/06/17 18:29:23 rtoy Rel $")
+  "$Header: src/tools/clxcom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/comcom.lisp b/tools/comcom.lisp
index de5f17c4a..a96850665 100644
--- a/tools/comcom.lisp
+++ b/tools/comcom.lisp
@@ -3,7 +3,7 @@
 ;;; **********************************************************************
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/comcom.lisp,v 1.58 2008/11/12 15:04:25 rtoy Rel $")
+  "$Header: src/tools/comcom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/config.lisp b/tools/config.lisp
index 4a94ba620..ecd619aa0 100644
--- a/tools/config.lisp
+++ b/tools/config.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/config.lisp,v 1.8 2005/03/04 17:07:15 rtoy Rel $")
+  "$Header: src/tools/config.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/hemcom.lisp b/tools/hemcom.lisp
index 955092e2d..ee56f5cd0 100644
--- a/tools/hemcom.lisp
+++ b/tools/hemcom.lisp
@@ -3,7 +3,7 @@
 ;;; **********************************************************************
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hemcom.lisp,v 1.12 2003/07/18 11:15:19 gerd Rel $")
+  "$Header: src/tools/hemcom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/hemload.lisp b/tools/hemload.lisp
index a9011d0e5..b852f8d8d 100644
--- a/tools/hemload.lisp
+++ b/tools/hemload.lisp
@@ -6,7 +6,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hemload.lisp,v 1.3 1991/07/29 08:56:59 chiles Rel $")
+  "$Header: src/tools/hemload.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/pclcom.lisp b/tools/pclcom.lisp
index c3afb4fce..ed30f1e2d 100644
--- a/tools/pclcom.lisp
+++ b/tools/pclcom.lisp
@@ -3,7 +3,7 @@
 ;;; **********************************************************************
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/pclcom.lisp,v 1.34 2009/06/17 21:08:21 rtoy Rel $")
+  "$Header: src/tools/pclcom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/piglatin.lisp b/tools/piglatin.lisp
index e7ce35e2c..6d2103e1f 100644
--- a/tools/piglatin.lisp
+++ b/tools/piglatin.lisp
@@ -173,4 +173,4 @@
 					      :name (pathname-name pot) :type "po")
 			       dir)))
       (format t "~A -> ~A~%" pot po)
-      (latinize-pot pot po))))
\ No newline at end of file
+      (latinize-pot pot po))))
diff --git a/tools/setup.lisp b/tools/setup.lisp
index 826778f23..2e0cf1c4f 100644
--- a/tools/setup.lisp
+++ b/tools/setup.lisp
@@ -3,7 +3,7 @@
 ;;; **********************************************************************
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/setup.lisp,v 1.40 2004/07/25 18:25:16 pmai Rel $")
+  "$Header: src/tools/setup.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/worldbuild.lisp b/tools/worldbuild.lisp
index 60f5e4607..9d0dbb684 100644
--- a/tools/worldbuild.lisp
+++ b/tools/worldbuild.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldbuild.lisp,v 1.56 2010/03/19 15:19:04 rtoy Rel $")
+  "$Header: src/tools/worldbuild.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp
index c7248a3e0..fac94280c 100644
--- a/tools/worldcom.lisp
+++ b/tools/worldcom.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.104 2010/07/20 21:34:30 rtoy Rel $")
+  "$Header: src/tools/worldcom.lisp $")
 ;;;
 ;;; **********************************************************************
 ;;;
diff --git a/tools/worldload.lisp b/tools/worldload.lisp
index fbe3eb365..a6f063a72 100644
--- a/tools/worldload.lisp
+++ b/tools/worldload.lisp
@@ -6,7 +6,7 @@
 ;;; If you want to use this code or any part of CMU Common Lisp, please contact
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.112 2010/07/20 21:34:30 rtoy Rel $
+;;; $Header: src/tools/worldload.lisp $
 ;;;
 ;;; **********************************************************************
 ;;;
-- 
GitLab