diff --git a/hemlock/abbrev.lisp b/hemlock/abbrev.lisp index af95ba787e1974a0700c0490da9ad6830cd81fc0..a4981d5e6b6c7c1d7b2b201bd220e488a14a7edf 100644 --- a/hemlock/abbrev.lisp +++ b/hemlock/abbrev.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/abbrev.lisp,v 1.1.1.3 1991/02/08 16:32:29 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Hemlock Word Abbreviation Mode diff --git a/hemlock/bit-stream.lisp b/hemlock/bit-stream.lisp index fc4be3408c68bc2f6ebfe93055065dace50628d1..95d14af71fbc5b77733ee0f2b7dafc747836ad7c 100644 --- a/hemlock/bit-stream.lisp +++ b/hemlock/bit-stream.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/bit-stream.lisp,v 1.1.1.2 1991/02/08 16:33:05 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Some stuff to make streams that write out on bitmap hunks. diff --git a/hemlock/charmacs.lisp b/hemlock/charmacs.lisp index e37c94f8f3c3249cb961d8b7ed1906e5577bd43b..337b993d33fdc3d6cb68703656ff7cdf6d9525f0 100644 --- a/hemlock/charmacs.lisp +++ b/hemlock/charmacs.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/charmacs.lisp,v 1.1.1.4 1991/02/08 16:33:15 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Implementation specific character-hacking macros and constants. diff --git a/hemlock/cursor.lisp b/hemlock/cursor.lisp index e8144f18fb79e3379e4c6ce1240f6a395e97016e..958fe3d5477f709a5ffb652e18eeffd12d8ae77d 100644 --- a/hemlock/cursor.lisp +++ b/hemlock/cursor.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/cursor.lisp,v 1.1.1.3 1991/02/08 16:33:41 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Written by Rob MacLachlan diff --git a/hemlock/dired.lisp b/hemlock/dired.lisp index 535b5f8db463cca60e7b26db1c42da6c07a5bde7..b0cccd5569cb4de2c606d7e65b865c3b38a7111f 100644 --- a/hemlock/dired.lisp +++ b/hemlock/dired.lisp @@ -1,10 +1,14 @@ ;;; -*- Log: hemlock.log; Package: dired -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/dired.lisp,v 1.1.1.3 1991/02/08 16:33:47 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; This file contains site dependent code for dired. diff --git a/hemlock/diredcoms.lisp b/hemlock/diredcoms.lisp index 34f4c25afd07e4084bc63be88308a1b56353dc8e..c05e8b34f07c39e80ef2fe5689bd298ae1d7a95c 100644 --- a/hemlock/diredcoms.lisp +++ b/hemlock/diredcoms.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/diredcoms.lisp,v 1.1.1.5 1991/02/08 16:33:52 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Simple directory editing support. diff --git a/hemlock/echocoms.lisp b/hemlock/echocoms.lisp index 066de83ee12d4cb27ac4db661c7fc894c4b223e9..1bf1155bc803a9a811078f2bf2b9156a18109e20 100644 --- a/hemlock/echocoms.lisp +++ b/hemlock/echocoms.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/echocoms.lisp,v 1.1.1.5 1991/02/08 16:34:09 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Echo area commands. diff --git a/hemlock/eval-server.lisp b/hemlock/eval-server.lisp index 36a96d25beb72c710068fedef67b4fdf8cd955e7..5dbde19c9639d294ffd63ca9c0d0b2563aa36e8e 100644 --- a/hemlock/eval-server.lisp +++ b/hemlock/eval-server.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/eval-server.lisp,v 1.1.1.5 1991/02/08 16:34:19 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; This file contains code for connecting to eval servers and some command diff --git a/hemlock/filecoms.lisp b/hemlock/filecoms.lisp index 4e57e75be16a72e7a06a50a981f7a0891f4bef4a..8c85603b4130c1e2eefc5e7db56971207ee54899 100644 --- a/hemlock/filecoms.lisp +++ b/hemlock/filecoms.lisp @@ -1,11 +1,14 @@ ;;; -*- Package: Hemlock; Log: hemlock.log -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/filecoms.lisp,v 1.1.1.4 1991/02/08 16:34:26 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; This file contains file/buffer manipulating commands. diff --git a/hemlock/fill.lisp b/hemlock/fill.lisp index a120c6adf3e684488d59d7855ffb72970217264a..8c1e9c5bbe28cdeb3e4ff6c937561e17486ca614 100644 --- a/hemlock/fill.lisp +++ b/hemlock/fill.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/fill.lisp,v 1.1.1.3 1991/02/08 16:34:37 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Written by Bill Chiles diff --git a/hemlock/group.lisp b/hemlock/group.lisp index 8c5eedbb12315dbac46a8eb86cb8ef437b3410cd..d03c6714a1e4b6726575e17434b11d6db2c33023 100644 --- a/hemlock/group.lisp +++ b/hemlock/group.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. If -;;; you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/group.lisp,v 1.1.1.2 1991/02/08 16:34:45 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; File group stuff for Hemlock. diff --git a/hemlock/htext2.lisp b/hemlock/htext2.lisp index 9ace9f8694130d13cc6b98e7b05c3f5ab5ac763d..0294632f06cfec6c7c4011481bd7627aad707daf 100644 --- a/hemlock/htext2.lisp +++ b/hemlock/htext2.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext2.lisp,v 1.1.1.2 1991/02/08 16:35:07 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; More Hemlock Text-Manipulation functions. diff --git a/hemlock/htext3.lisp b/hemlock/htext3.lisp index 27899017c939ce42f3984d3833db135d28bcfd1b..fb9397b87b940a3bacea3fcf4a55be8e03234f46 100644 --- a/hemlock/htext3.lisp +++ b/hemlock/htext3.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/htext3.lisp,v 1.1.1.2 1991/02/08 16:35:11 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; More Hemlock Text-Manipulation functions. diff --git a/hemlock/input.lisp b/hemlock/input.lisp index a76b08f72d234c0807c69490569aa9ec07fb6f84..2c2147ee20daa0859ca5aea4ff233ce334ed4899 100644 --- a/hemlock/input.lisp +++ b/hemlock/input.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/input.lisp,v 1.1.1.4 1991/02/08 16:35:25 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; This file contains the code that handles input to Hemlock. diff --git a/hemlock/key-event.lisp b/hemlock/key-event.lisp index d12ff8632107235dde2d5c70d63d837b9310ea59..3f78e875ec21b53cfcecf1c66023d512971d485d 100644 --- a/hemlock/key-event.lisp +++ b/hemlock/key-event.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: extensions -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/key-event.lisp,v 1.1.1.5 1991/02/08 16:35:37 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; This file implements key-events for representing editor input. It also diff --git a/hemlock/killcoms.lisp b/hemlock/killcoms.lisp index ef8ac693ecb792880139af5162f710c751d2b52a..5500d049d06ab62fd6a54df6ee6bcdaa8cd44a31 100644 --- a/hemlock/killcoms.lisp +++ b/hemlock/killcoms.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/killcoms.lisp,v 1.1.1.2 1991/02/08 16:35:51 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Killing and unkilling things. diff --git a/hemlock/line.lisp b/hemlock/line.lisp index f577bb5ed49ad18fc887ec84bd31010243f9c8fd..520faf88884aa3daa8269ddae2f1ff8c2e55555d 100644 --- a/hemlock/line.lisp +++ b/hemlock/line.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/line.lisp,v 1.1.1.2 1991/02/08 16:35:54 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; This file contains definitions for the Line structure, and some diff --git a/hemlock/linimage.lisp b/hemlock/linimage.lisp index bf04b94315fb9e073c894b2ece82b335b6442ce5..cbb9e0b3817cb92a8864c4c56d0eee51ad17e5e6 100644 --- a/hemlock/linimage.lisp +++ b/hemlock/linimage.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/linimage.lisp,v 1.1.1.4 1991/02/08 16:35:57 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Written by Rob MacLachlan diff --git a/hemlock/lispbuf.lisp b/hemlock/lispbuf.lisp index 843a30bd6ef26ce80c5b76343aaeee79231cc61d..c79d9734fb589b71453693d2e2487ed0fb4e9b6e 100644 --- a/hemlock/lispbuf.lisp +++ b/hemlock/lispbuf.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispbuf.lisp,v 1.1.1.4 1991/02/08 16:36:05 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Stuff to do a little lisp hacking in the editor's Lisp environment. diff --git a/hemlock/lispeval.lisp b/hemlock/lispeval.lisp index b79d8ae1661cce5bed2cca8ebb00e4eba5c86c12..421031374c56397ca2cc587d12b8ccc5670c984f 100644 --- a/hemlock/lispeval.lisp +++ b/hemlock/lispeval.lisp @@ -1,11 +1,14 @@ ;;; -*- Package: Hemlock; Log: hemlock.log -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispeval.lisp,v 1.1.1.3 1991/02/08 16:36:11 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; This file contains code for sending requests to eval servers and the diff --git a/hemlock/lispmode.lisp b/hemlock/lispmode.lisp index 864ccc9938e21b546ba42319a79de6d32a17507b..bfca358d66237fcbf64c46aaeb14d14b805af608 100644 --- a/hemlock/lispmode.lisp +++ b/hemlock/lispmode.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/lispmode.lisp,v 1.1.1.4 1991/02/08 16:36:18 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Hemlock LISP Mode commands diff --git a/hemlock/morecoms.lisp b/hemlock/morecoms.lisp index 0962679f2040c76ca00da745cf4bdb5a70d845ec..4f5b4b9132784df2d6f917be5c93a9a9afd06dd8 100644 --- a/hemlock/morecoms.lisp +++ b/hemlock/morecoms.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/morecoms.lisp,v 1.1.1.4 1991/02/08 16:36:47 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Written by Bill Chiles and Rob MacLachlan. diff --git a/hemlock/pop-up-stream.lisp b/hemlock/pop-up-stream.lisp index 3549e27878df909627f1566acb568b0cb9a6a26e..3e84674709f206bcb8fd7578078926557677fd6d 100644 --- a/hemlock/pop-up-stream.lisp +++ b/hemlock/pop-up-stream.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/pop-up-stream.lisp,v 1.1.1.2 1991/02/08 16:36:58 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; This file contatins the stream operations for pop-up-displays. diff --git a/hemlock/register.lisp b/hemlock/register.lisp index bd11402617bea50192ba0ba4188769739c7a41cb..879ca8fc9ca3b25e448c771b8846a8a90fe58168 100644 --- a/hemlock/register.lisp +++ b/hemlock/register.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/register.lisp,v 1.1.1.3 1991/02/08 16:37:02 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Registers for holding text and positions. diff --git a/hemlock/ring.lisp b/hemlock/ring.lisp index 8840b62efa93458c56b905514996e5049e6b41d9..82925b9f0eab8c4e56d07c802b5e3843569e4609 100644 --- a/hemlock/ring.lisp +++ b/hemlock/ring.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: Hemlock.Log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ring.lisp,v 1.1.1.2 1991/02/08 16:37:05 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Written by Rob MacLachlan diff --git a/hemlock/rompsite.lisp b/hemlock/rompsite.lisp index a4d5e6baf8e800ddc5196937bbb64d96a74a621d..5feedc7efef1c4d1831649381e21fa661cbba0c4 100644 --- a/hemlock/rompsite.lisp +++ b/hemlock/rompsite.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/rompsite.lisp,v 1.1.1.10 1991/02/08 16:37:08 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; "Site dependent" stuff for the editor while on the IBM RT PC machine. diff --git a/hemlock/screen.lisp b/hemlock/screen.lisp index 3c5d20e45b8b175919f0201f4ee56e73fca21ec9..42fa817eadc914022dd054ea46f393fc63c5fcf3 100644 --- a/hemlock/screen.lisp +++ b/hemlock/screen.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/screen.lisp,v 1.1.1.3 1991/02/08 16:37:20 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Written by Bill Chiles. diff --git a/hemlock/search1.lisp b/hemlock/search1.lisp index fd479cae3d90038a7d2580a98c865a75a2a71236..7d88691475d61ed49154d3ed9606686751f4b2d2 100644 --- a/hemlock/search1.lisp +++ b/hemlock/search1.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: Hemlock.Log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/search1.lisp,v 1.1.1.3 1991/02/08 16:37:27 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Searching and replacing functions for Hemlock. diff --git a/hemlock/shell.lisp b/hemlock/shell.lisp index c08cb063023000a09fb4e7880f4cf35f1ce0ea4c..acf71f3f8649b60a6a2a7c01bdfb24adb5b67956 100644 --- a/hemlock/shell.lisp +++ b/hemlock/shell.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/shell.lisp,v 1.1.1.4 1991/02/08 16:37:40 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Hemlock command level support for processes. diff --git a/hemlock/spell-aug.lisp b/hemlock/spell-aug.lisp index 315b40255baf9ed34fc9003fe20b3d2cf8ebf673..ed6c47d2046a879c0a1200bb8eab111b81ad81d6 100644 --- a/hemlock/spell-aug.lisp +++ b/hemlock/spell-aug.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Spell -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-aug.lisp,v 1.1.1.2 1991/02/08 16:37:44 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Written by Bill Chiles diff --git a/hemlock/spell-build.lisp b/hemlock/spell-build.lisp index 0357b6ad3fbbf011c2761934d01a1154afbe5333..660bc904b25d19c66429db1e2f6199760fa959f9 100644 --- a/hemlock/spell-build.lisp +++ b/hemlock/spell-build.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Spell -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-build.lisp,v 1.1.1.5 1991/02/08 16:37:47 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Written by Bill Chiles diff --git a/hemlock/spell-corr.lisp b/hemlock/spell-corr.lisp index e559595618741c89eb40e963e6395fd948978883..a50e18f2608156f3be94ab86a1f2c33c44a87ba9 100644 --- a/hemlock/spell-corr.lisp +++ b/hemlock/spell-corr.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Spell -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-corr.lisp,v 1.1.1.5 1991/02/08 16:37:51 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Written by Bill Chiles diff --git a/hemlock/spell-rt.lisp b/hemlock/spell-rt.lisp index 9f908f14bc1b8e1afc8ae291d996d46f256caa41..17f6fc500063a42e367b29ddf9409055c7273595 100644 --- a/hemlock/spell-rt.lisp +++ b/hemlock/spell-rt.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Spell -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/spell-rt.lisp,v 1.1.1.3 1991/02/08 16:37:56 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Written by Bill Chiles diff --git a/hemlock/streams.lisp b/hemlock/streams.lisp index edf1c84d2a3871cc54292c9b95e4be99d00a03f7..303da19d51d9d20170f3dafe31ad09a954a8164f 100644 --- a/hemlock/streams.lisp +++ b/hemlock/streams.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/streams.lisp,v 1.1.1.4 1991/02/08 16:38:09 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; This file contains definitions of various types of streams used diff --git a/hemlock/struct.lisp b/hemlock/struct.lisp index 186e6da496fdc64f6dedeb91535b3320eb8e55f3..2657cc82e1ba044a344ac4ac1e6a45e4021017bb 100644 --- a/hemlock/struct.lisp +++ b/hemlock/struct.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/struct.lisp,v 1.1.1.4 1991/02/08 16:38:14 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Structures and assorted macros for Hemlock. diff --git a/hemlock/syntax.lisp b/hemlock/syntax.lisp index 55764c09c9af74f3a436358eac05338d5600ec70..fe69e9aad9d13d14b7e98e17f052b9a6972bc9b9 100644 --- a/hemlock/syntax.lisp +++ b/hemlock/syntax.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/syntax.lisp,v 1.1.1.4 1991/02/08 16:38:20 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Hemlock syntax table routines. diff --git a/hemlock/table.lisp b/hemlock/table.lisp index 1e4b7dc9be935130a3260609ced0a8391fb40875..41ff70d8551aec41f30c412e993dd146260819d5 100644 --- a/hemlock/table.lisp +++ b/hemlock/table.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: HEMLOCK-INTERNALS -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (Scott.Fahlman@CS.CMU.EDU). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/table.lisp,v 1.1.1.2 1991/02/08 16:38:24 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Reluctantly written by Christopher Hoover diff --git a/hemlock/text.lisp b/hemlock/text.lisp index 94381dd944fdcbafa8d06342f03a2388e458772e..c1fdeace1ecf8e8db74bc31c7edfba5a52c90462 100644 --- a/hemlock/text.lisp +++ b/hemlock/text.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/text.lisp,v 1.1.1.2 1991/02/08 16:38:33 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Written by Bill Chiles diff --git a/hemlock/ts-stream.lisp b/hemlock/ts-stream.lisp index 3b750d5aa23422c7cba0e2e07a832a421d790960..9691b3a0703caf587353fe7bdaca22f7454da82b 100644 --- a/hemlock/ts-stream.lisp +++ b/hemlock/ts-stream.lisp @@ -1,11 +1,14 @@ ;;; -*- Package: Hemlock; Log: hemlock.log -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/ts-stream.lisp,v 1.1.1.4 1991/02/08 16:38:39 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; This file implements typescript streams. diff --git a/hemlock/tty-disp-rt.lisp b/hemlock/tty-disp-rt.lisp index 3f8e5c74e724312af2e17de82508ba56260b0829..8d1a5a445b986023f2ab964fcbb027d5a10bc53c 100644 --- a/hemlock/tty-disp-rt.lisp +++ b/hemlock/tty-disp-rt.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-disp-rt.lisp,v 1.1.1.2 1991/02/08 16:38:44 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Written by Bill Chiles. diff --git a/hemlock/tty-display.lisp b/hemlock/tty-display.lisp index f6c326b072f0ee9527dcf761dd9ea4247335c467..4850fb1537f7386ba964474af2f54056ebdc1f45 100644 --- a/hemlock/tty-display.lisp +++ b/hemlock/tty-display.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-display.lisp,v 1.1.1.5 1991/02/08 16:38:47 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Written by Bill Chiles. diff --git a/hemlock/tty-stream.lisp b/hemlock/tty-stream.lisp index 448ea3be20516c7edf405ead7f718133ed21814d..190eca26fa70ef453144f689c8f62fcccf58f970 100644 --- a/hemlock/tty-stream.lisp +++ b/hemlock/tty-stream.lisp @@ -1,11 +1,14 @@ ;;; -*- Log: hemlock.log; Package: Hemlock-Internals -*- ;;; ;;; ********************************************************************** -;;; This code was written as part of the Spice Lisp project at -;;; Carnegie-Mellon University, and has been placed in the public domain. -;;; Spice Lisp is currently incomplete and under active development. -;;; If you want to use this code or any part of Spice Lisp, please contact -;;; Scott Fahlman (FAHLMAN@CMUC). +;;; This code was written as part of the CMU Common Lisp project at +;;; Carnegie Mellon University, and has been placed in the public domain. +;;; If you want to use this code or any part of CMU Common Lisp, please contact +;;; Scott Fahlman or slisp-group@cs.cmu.edu. +;;; +(ext:file-comment + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/tty-stream.lisp,v 1.1.1.2 1991/02/08 16:38:58 ram Exp $") +;;; ;;; ********************************************************************** ;;; ;;; Some stuff to make streams that write out to terminal hunks.