Mercurial > emacs
changeset 924:93730fc2e7c3
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 04 Aug 1992 05:05:40 +0000 |
parents | 9f3cc03dae67 |
children | 6295ac3be480 |
files | lisp/cmuscheme.el |
diffstat | 1 files changed, 16 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cmuscheme.el Tue Aug 04 04:15:43 1992 +0000 +++ b/lisp/cmuscheme.el Tue Aug 04 05:05:40 1992 +0000 @@ -1,13 +1,24 @@ ;;; cmuscheme.el -- Scheme process in a buffer. Adapted from tea.el. +;;; Copyright (C) 1988 Free Software Foundation, Inc. ;; Author: Olin Shivers <olin.shivers@cs.cmu.edu> ;; Keyword: processes, lisp -;;; Copyright Olin Shivers (1988) -;;; Please imagine a long, tedious, legalistic 5-page gnu-style copyright -;;; notice appearing here to the effect that you may use this code any -;;; way you like, as long as you don't charge money for it, remove this -;;; notice, or hold me liable for its results. +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation; either version 2, or (at your option) +;; any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs; see the file COPYING. If not, write to +;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ;;; Commentary: