From ac9e2ca2071f19d57ca0c08f9f268f2a7217042e Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 14 Feb 1991 00:25:14 +0000 Subject: [PATCH] Fixed file header comment.. --- tools/hemcom.lisp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools/hemcom.lisp b/tools/hemcom.lisp index e2336037d..4f3311166 100644 --- a/tools/hemcom.lisp +++ b/tools/hemcom.lisp @@ -1,3 +1,15 @@ +;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- +;;; +;;; ********************************************************************** +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/hemcom.lisp,v 1.1.1.9 1991/02/14 00:25:14 ram Exp $") +;;; +;;; ********************************************************************** ;;; ;;; This file compiles all of Hemlock. ;;; -- GitLab