From 0acc75a8fc2dca8cc6a7d4cbe547d3b2c5115c68 Mon Sep 17 00:00:00 2001 From: dtc <dtc> Date: Sun, 20 Dec 1998 04:22:54 +0000 Subject: [PATCH] Add CMUCL style file-comments; from Peter Van Eynde. --- motif/lisp/internals.lisp | 6 +++++- motif/lisp/prototypes.lisp | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/motif/lisp/internals.lisp b/motif/lisp/internals.lisp index 2b5696442..2015ef1d2 100644 --- a/motif/lisp/internals.lisp +++ b/motif/lisp/internals.lisp @@ -3,7 +3,11 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; If you want to use this code or any part of CMU Common Lisp, please +;;; contact Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/internals.lisp,v 1.7 1998/12/20 04:22:54 dtc Exp $") ;;; ;;; ********************************************************************** ;;; diff --git a/motif/lisp/prototypes.lisp b/motif/lisp/prototypes.lisp index bf6f642a4..2b2bbe998 100644 --- a/motif/lisp/prototypes.lisp +++ b/motif/lisp/prototypes.lisp @@ -3,7 +3,11 @@ ;;; ********************************************************************** ;;; This code was written as part of the CMU Common Lisp project at ;;; Carnegie Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of CMU Common Lisp, please contact;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; If you want to use this code or any part of CMU Common Lisp, please +;;; contact Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/motif/lisp/prototypes.lisp,v 1.9 1998/12/20 04:22:54 dtc Rel $") ;;; ;;; ********************************************************************** ;;; -- GitLab