From 2b790ee40bddb5dcd3e464b4daf702f382c6d168 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 28 Apr 1989 22:55:01 +0000 Subject: [PATCH] Add GNU License warning to copyright headers. --- v7/src/edwin/argred.scm | 7 ++++++- v7/src/edwin/autold.scm | 7 ++++++- v7/src/edwin/autosv.scm | 7 ++++++- v7/src/edwin/basic.scm | 7 ++++++- v7/src/edwin/bufcom.scm | 7 ++++++- v7/src/edwin/buffer.scm | 7 ++++++- v7/src/edwin/buffrm.scm | 7 ++++++- v7/src/edwin/bufinp.scm | 7 ++++++- v7/src/edwin/bufmnu.scm | 7 ++++++- v7/src/edwin/bufout.scm | 7 ++++++- v7/src/edwin/bufset.scm | 7 ++++++- v7/src/edwin/bufwfs.scm | 7 ++++++- v7/src/edwin/bufwin.scm | 7 ++++++- v7/src/edwin/bufwiu.scm | 7 ++++++- v7/src/edwin/bufwmc.scm | 5 +++++ v7/src/edwin/c-mode.scm | 7 ++++++- v7/src/edwin/calias.scm | 7 ++++++- v7/src/edwin/cinden.scm | 7 ++++++- v7/src/edwin/class.scm | 7 ++++++- v7/src/edwin/clscon.scm | 7 ++++++- v7/src/edwin/clsmac.scm | 7 ++++++- v7/src/edwin/comman.scm | 7 ++++++- v7/src/edwin/comred.scm | 7 ++++++- v7/src/edwin/comtab.scm | 7 ++++++- v7/src/edwin/comwin.scm | 7 ++++++- v7/src/edwin/curren.scm | 7 ++++++- v7/src/edwin/debuge.scm | 7 ++++++- v7/src/edwin/dired.scm | 7 ++++++- v7/src/edwin/editor.scm | 7 ++++++- v7/src/edwin/edtfrm.scm | 7 ++++++- v7/src/edwin/edtstr.scm | 5 +++++ v7/src/edwin/evlcom.scm | 7 ++++++- v7/src/edwin/filcom.scm | 7 ++++++- v7/src/edwin/fileio.scm | 7 ++++++- v7/src/edwin/fill.scm | 7 ++++++- v7/src/edwin/grpops.scm | 7 ++++++- v7/src/edwin/hlpcom.scm | 7 ++++++- v7/src/edwin/image.scm | 7 ++++++- v7/src/edwin/info.scm | 7 ++++++- v7/src/edwin/input.scm | 7 ++++++- v7/src/edwin/intmod.scm | 7 ++++++- v7/src/edwin/iserch.scm | 7 ++++++- v7/src/edwin/keymap.scm | 7 ++++++- v7/src/edwin/kilcom.scm | 7 ++++++- v7/src/edwin/kmacro.scm | 7 ++++++- v7/src/edwin/lincom.scm | 7 ++++++- v7/src/edwin/linden.scm | 7 ++++++- v7/src/edwin/loadef.scm | 7 ++++++- v7/src/edwin/lspcom.scm | 7 ++++++- v7/src/edwin/macros.scm | 7 ++++++- v7/src/edwin/midas.scm | 7 ++++++- v7/src/edwin/modefs.scm | 7 ++++++- v7/src/edwin/modes.scm | 7 ++++++- v7/src/edwin/modwin.scm | 7 ++++++- v7/src/edwin/motcom.scm | 7 ++++++- v7/src/edwin/motion.scm | 7 ++++++- v7/src/edwin/nvector.scm | 7 ++++++- v7/src/edwin/pasmod.scm | 7 ++++++- v7/src/edwin/prompt.scm | 7 ++++++- v7/src/edwin/reccom.scm | 7 ++++++- v7/src/edwin/regcom.scm | 7 ++++++- v7/src/edwin/regexp.scm | 7 ++++++- v7/src/edwin/regops.scm | 7 ++++++- v7/src/edwin/rename.scm | 5 +++++ v7/src/edwin/replaz.scm | 7 ++++++- v7/src/edwin/ring.scm | 7 ++++++- v7/src/edwin/schmod.scm | 7 ++++++- v7/src/edwin/screen.scm | 7 ++++++- v7/src/edwin/search.scm | 7 ++++++- v7/src/edwin/sercom.scm | 7 ++++++- v7/src/edwin/simple.scm | 7 ++++++- v7/src/edwin/strpad.scm | 7 ++++++- v7/src/edwin/strtab.scm | 7 ++++++- v7/src/edwin/struct.scm | 7 ++++++- v7/src/edwin/syntax.scm | 7 ++++++- v7/src/edwin/tagutl.scm | 7 ++++++- v7/src/edwin/texcom.scm | 7 ++++++- v7/src/edwin/things.scm | 7 ++++++- v7/src/edwin/tparse.scm | 7 ++++++- v7/src/edwin/tximod.scm | 7 ++++++- v7/src/edwin/undo.scm | 7 ++++++- v7/src/edwin/unix.scm | 7 ++++++- v7/src/edwin/utils.scm | 7 ++++++- v7/src/edwin/utlwin.scm | 7 ++++++- v7/src/edwin/wincom.scm | 7 ++++++- v7/src/edwin/window.scm | 7 ++++++- v7/src/edwin/winout.scm | 7 ++++++- v7/src/edwin/winren.scm | 5 +++++ v7/src/edwin/xform.scm | 7 ++++++- v7/src/edwin/xterm.scm | 7 ++++++- v7/src/runtime/rgxcmp.scm | 7 ++++++- 91 files changed, 542 insertions(+), 87 deletions(-) diff --git a/v7/src/edwin/argred.scm b/v7/src/edwin/argred.scm index 33e73bf8e..33bb40bb2 100644 --- a/v7/src/edwin/argred.scm +++ b/v7/src/edwin/argred.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/argred.scm,v 1.28 1989/04/15 00:46:21 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/argred.scm,v 1.29 1989/04/28 22:46:49 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Command Argument Reader diff --git a/v7/src/edwin/autold.scm b/v7/src/edwin/autold.scm index 8fc7c6789..52111b32b 100644 --- a/v7/src/edwin/autold.scm +++ b/v7/src/edwin/autold.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/autold.scm,v 1.42 1989/04/15 00:46:29 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/autold.scm,v 1.43 1989/04/28 22:46:55 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Autoloads for Edwin diff --git a/v7/src/edwin/autosv.scm b/v7/src/edwin/autosv.scm index facb60aeb..e21f9f76b 100644 --- a/v7/src/edwin/autosv.scm +++ b/v7/src/edwin/autosv.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/autosv.scm,v 1.20 1989/04/23 23:15:27 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/autosv.scm,v 1.21 1989/04/28 22:47:00 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Auto Save diff --git a/v7/src/edwin/basic.scm b/v7/src/edwin/basic.scm index 7fa4a6f45..6024e9053 100644 --- a/v7/src/edwin/basic.scm +++ b/v7/src/edwin/basic.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/basic.scm,v 1.97 1989/04/23 23:16:54 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/basic.scm,v 1.98 1989/04/28 22:47:05 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Basic Commands diff --git a/v7/src/edwin/bufcom.scm b/v7/src/edwin/bufcom.scm index 7d46111e2..6efb01a25 100644 --- a/v7/src/edwin/bufcom.scm +++ b/v7/src/edwin/bufcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufcom.scm,v 1.81 1989/04/15 00:46:55 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufcom.scm,v 1.82 1989/04/28 22:47:10 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Buffer Commands diff --git a/v7/src/edwin/buffer.scm b/v7/src/edwin/buffer.scm index cace54c04..f6e38f1b2 100644 --- a/v7/src/edwin/buffer.scm +++ b/v7/src/edwin/buffer.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/buffer.scm,v 1.129 1989/04/15 00:47:01 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/buffer.scm,v 1.130 1989/04/28 22:47:15 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Buffer Abstraction diff --git a/v7/src/edwin/buffrm.scm b/v7/src/edwin/buffrm.scm index 72966b11d..9e06c038a 100644 --- a/v7/src/edwin/buffrm.scm +++ b/v7/src/edwin/buffrm.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/buffrm.scm,v 1.31 1989/04/15 00:47:06 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/buffrm.scm,v 1.32 1989/04/28 22:47:21 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Buffer Frames diff --git a/v7/src/edwin/bufinp.scm b/v7/src/edwin/bufinp.scm index 473a111ee..afbcdc909 100644 --- a/v7/src/edwin/bufinp.scm +++ b/v7/src/edwin/bufinp.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufinp.scm,v 1.1 1989/03/14 08:08:51 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufinp.scm,v 1.2 1989/04/28 22:47:26 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Buffer Input Ports diff --git a/v7/src/edwin/bufmnu.scm b/v7/src/edwin/bufmnu.scm index f2d25ade0..457eba39a 100644 --- a/v7/src/edwin/bufmnu.scm +++ b/v7/src/edwin/bufmnu.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufmnu.scm,v 1.109 1989/04/15 00:47:13 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufmnu.scm,v 1.110 1989/04/28 22:47:30 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Buffer Menu diff --git a/v7/src/edwin/bufout.scm b/v7/src/edwin/bufout.scm index e353bc690..21b05bf94 100644 --- a/v7/src/edwin/bufout.scm +++ b/v7/src/edwin/bufout.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufout.scm,v 1.1 1989/03/14 08:08:52 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufout.scm,v 1.2 1989/04/28 22:47:40 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Buffer Output Ports diff --git a/v7/src/edwin/bufset.scm b/v7/src/edwin/bufset.scm index f161cc0ab..93855cf8e 100644 --- a/v7/src/edwin/bufset.scm +++ b/v7/src/edwin/bufset.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufset.scm,v 1.6 1989/03/14 07:59:00 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufset.scm,v 1.7 1989/04/28 22:47:45 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Buffer Set Abstraction diff --git a/v7/src/edwin/bufwfs.scm b/v7/src/edwin/bufwfs.scm index 3acd174fb..10b66d37e 100644 --- a/v7/src/edwin/bufwfs.scm +++ b/v7/src/edwin/bufwfs.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufwfs.scm,v 1.4 1989/03/14 07:59:02 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufwfs.scm,v 1.5 1989/04/28 22:47:49 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Buffer Windows: Fill and Scroll diff --git a/v7/src/edwin/bufwin.scm b/v7/src/edwin/bufwin.scm index 8a22a9906..d3c5defb7 100644 --- a/v7/src/edwin/bufwin.scm +++ b/v7/src/edwin/bufwin.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufwin.scm,v 1.278 1989/04/23 23:17:38 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufwin.scm,v 1.279 1989/04/28 22:47:54 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Buffer Windows: Base diff --git a/v7/src/edwin/bufwiu.scm b/v7/src/edwin/bufwiu.scm index 26314c280..9c35f7581 100644 --- a/v7/src/edwin/bufwiu.scm +++ b/v7/src/edwin/bufwiu.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufwiu.scm,v 1.8 1989/04/23 23:18:36 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/bufwiu.scm,v 1.9 1989/04/28 22:48:00 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Buffer Windows: Image Update diff --git a/v7/src/edwin/bufwmc.scm b/v7/src/edwin/bufwmc.scm index 1f476d3fc..7dec42d6f 100644 --- a/v7/src/edwin/bufwmc.scm +++ b/v7/src/edwin/bufwmc.scm @@ -34,6 +34,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Buffer Windows: Mark <-> Coordinate Maps diff --git a/v7/src/edwin/c-mode.scm b/v7/src/edwin/c-mode.scm index bcad768bb..c25d54597 100644 --- a/v7/src/edwin/c-mode.scm +++ b/v7/src/edwin/c-mode.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/c-mode.scm,v 1.42 1989/04/15 00:47:31 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/c-mode.scm,v 1.43 1989/04/28 22:48:10 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; C Mode (from GNU Emacs) diff --git a/v7/src/edwin/calias.scm b/v7/src/edwin/calias.scm index 96c7b5fbc..1447615cb 100644 --- a/v7/src/edwin/calias.scm +++ b/v7/src/edwin/calias.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/calias.scm,v 1.4 1989/04/05 18:15:52 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/calias.scm,v 1.5 1989/04/28 22:48:15 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Alias Characters diff --git a/v7/src/edwin/cinden.scm b/v7/src/edwin/cinden.scm index efe77b0cb..24d68e27e 100644 --- a/v7/src/edwin/cinden.scm +++ b/v7/src/edwin/cinden.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/cinden.scm,v 1.2 1989/04/15 00:47:37 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/cinden.scm,v 1.3 1989/04/28 22:48:19 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; C Indentation (from GNU Emacs) diff --git a/v7/src/edwin/class.scm b/v7/src/edwin/class.scm index cce1ecadb..ccf6da40b 100644 --- a/v7/src/edwin/class.scm +++ b/v7/src/edwin/class.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/class.scm,v 1.68 1989/04/15 00:47:44 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/class.scm,v 1.69 1989/04/28 22:48:24 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Class/Object System diff --git a/v7/src/edwin/clscon.scm b/v7/src/edwin/clscon.scm index 239d0afb9..b2ad98410 100644 --- a/v7/src/edwin/clscon.scm +++ b/v7/src/edwin/clscon.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/clscon.scm,v 1.1 1989/03/14 07:59:41 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/clscon.scm,v 1.2 1989/04/28 22:48:29 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Class/Object System: Class Constructor diff --git a/v7/src/edwin/clsmac.scm b/v7/src/edwin/clsmac.scm index 67fbe7986..5be9e2919 100644 --- a/v7/src/edwin/clsmac.scm +++ b/v7/src/edwin/clsmac.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/clsmac.scm,v 1.1 1989/03/14 07:59:42 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/clsmac.scm,v 1.2 1989/04/28 22:48:33 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Class/Object System diff --git a/v7/src/edwin/comman.scm b/v7/src/edwin/comman.scm index faae4fcd6..f4b7badce 100644 --- a/v7/src/edwin/comman.scm +++ b/v7/src/edwin/comman.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/comman.scm,v 1.57 1989/04/15 00:47:49 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/comman.scm,v 1.58 1989/04/28 22:48:38 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Commands and Variables diff --git a/v7/src/edwin/comred.scm b/v7/src/edwin/comred.scm index 7addf24a7..b5156470a 100644 --- a/v7/src/edwin/comred.scm +++ b/v7/src/edwin/comred.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/comred.scm,v 1.73 1989/04/23 23:19:11 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/comred.scm,v 1.74 1989/04/28 22:48:42 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Command Reader diff --git a/v7/src/edwin/comtab.scm b/v7/src/edwin/comtab.scm index 919834a36..c868a420b 100644 --- a/v7/src/edwin/comtab.scm +++ b/v7/src/edwin/comtab.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/comtab.scm,v 1.51 1989/04/15 00:48:01 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/comtab.scm,v 1.52 1989/04/28 22:48:47 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Command Tables diff --git a/v7/src/edwin/comwin.scm b/v7/src/edwin/comwin.scm index a0d6cdb93..72cc83ffa 100644 --- a/v7/src/edwin/comwin.scm +++ b/v7/src/edwin/comwin.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/comwin.scm,v 1.134 1989/03/14 07:59:55 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/comwin.scm,v 1.135 1989/04/28 22:48:52 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Combination Windows diff --git a/v7/src/edwin/curren.scm b/v7/src/edwin/curren.scm index b0bf91bef..ccb898647 100644 --- a/v7/src/edwin/curren.scm +++ b/v7/src/edwin/curren.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/curren.scm,v 1.82 1989/04/23 23:19:56 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/curren.scm,v 1.83 1989/04/28 22:49:03 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Current State diff --git a/v7/src/edwin/debuge.scm b/v7/src/edwin/debuge.scm index 5d5e334d4..496d538b7 100644 --- a/v7/src/edwin/debuge.scm +++ b/v7/src/edwin/debuge.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/debuge.scm,v 1.36 1989/04/15 00:48:15 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/debuge.scm,v 1.37 1989/04/28 22:49:09 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Debugging Stuff diff --git a/v7/src/edwin/dired.scm b/v7/src/edwin/dired.scm index ad775f2f2..0df3b00c8 100644 --- a/v7/src/edwin/dired.scm +++ b/v7/src/edwin/dired.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/dired.scm,v 1.101 1989/04/25 22:06:59 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/dired.scm,v 1.102 1989/04/28 22:49:16 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Directory Editor diff --git a/v7/src/edwin/editor.scm b/v7/src/edwin/editor.scm index 45b898d0e..19dc593b9 100644 --- a/v7/src/edwin/editor.scm +++ b/v7/src/edwin/editor.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/editor.scm,v 1.186 1989/04/26 18:53:20 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/editor.scm,v 1.187 1989/04/28 22:49:21 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Editor Top Level diff --git a/v7/src/edwin/edtfrm.scm b/v7/src/edwin/edtfrm.scm index 1939fa5ae..a8e899890 100644 --- a/v7/src/edwin/edtfrm.scm +++ b/v7/src/edwin/edtfrm.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edtfrm.scm,v 1.74 1989/04/15 00:48:37 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/edtfrm.scm,v 1.75 1989/04/28 22:49:26 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Editor Frame diff --git a/v7/src/edwin/edtstr.scm b/v7/src/edwin/edtstr.scm index b9fbcf358..dfc0b0247 100644 --- a/v7/src/edwin/edtstr.scm +++ b/v7/src/edwin/edtstr.scm @@ -34,6 +34,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Editor Data Abstraction diff --git a/v7/src/edwin/evlcom.scm b/v7/src/edwin/evlcom.scm index e79c3d0c9..1ab019a12 100644 --- a/v7/src/edwin/evlcom.scm +++ b/v7/src/edwin/evlcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/evlcom.scm,v 1.13 1989/04/15 00:49:00 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/evlcom.scm,v 1.14 1989/04/28 22:49:39 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Evaluation Commands diff --git a/v7/src/edwin/filcom.scm b/v7/src/edwin/filcom.scm index ad68aa19c..dfe43511b 100644 --- a/v7/src/edwin/filcom.scm +++ b/v7/src/edwin/filcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/filcom.scm,v 1.135 1989/04/26 18:49:35 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/filcom.scm,v 1.136 1989/04/28 22:49:44 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; File Commands diff --git a/v7/src/edwin/fileio.scm b/v7/src/edwin/fileio.scm index 23147a8b2..9f76d0b89 100644 --- a/v7/src/edwin/fileio.scm +++ b/v7/src/edwin/fileio.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/fileio.scm,v 1.90 1989/04/26 18:49:53 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/fileio.scm,v 1.91 1989/04/28 22:49:50 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; File <-> Buffer I/O diff --git a/v7/src/edwin/fill.scm b/v7/src/edwin/fill.scm index ab00a62bb..8677cbc51 100644 --- a/v7/src/edwin/fill.scm +++ b/v7/src/edwin/fill.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/fill.scm,v 1.43 1989/04/23 23:21:39 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/fill.scm,v 1.44 1989/04/28 22:49:55 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Text Fill Commands diff --git a/v7/src/edwin/grpops.scm b/v7/src/edwin/grpops.scm index 15ec9d596..e7f9b2ef3 100644 --- a/v7/src/edwin/grpops.scm +++ b/v7/src/edwin/grpops.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/grpops.scm,v 1.5 1989/04/28 03:56:02 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/grpops.scm,v 1.6 1989/04/28 22:50:01 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Group Operations diff --git a/v7/src/edwin/hlpcom.scm b/v7/src/edwin/hlpcom.scm index b1c11aebe..41882c466 100644 --- a/v7/src/edwin/hlpcom.scm +++ b/v7/src/edwin/hlpcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/hlpcom.scm,v 1.87 1989/04/15 00:49:45 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/hlpcom.scm,v 1.88 1989/04/28 22:50:06 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Help Commands diff --git a/v7/src/edwin/image.scm b/v7/src/edwin/image.scm index 04e0bd9ba..52742e25d 100644 --- a/v7/src/edwin/image.scm +++ b/v7/src/edwin/image.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/image.scm,v 1.122 1989/03/14 08:00:53 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/image.scm,v 1.123 1989/04/28 22:50:11 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Display Imaging diff --git a/v7/src/edwin/info.scm b/v7/src/edwin/info.scm index 48ec3339d..3d354b3ab 100644 --- a/v7/src/edwin/info.scm +++ b/v7/src/edwin/info.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/info.scm,v 1.89 1989/04/15 01:14:49 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/info.scm,v 1.90 1989/04/28 22:50:16 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Info Mode ;;; Shamelessly copied from GNU Emacs. diff --git a/v7/src/edwin/input.scm b/v7/src/edwin/input.scm index 105af444f..8349541a1 100644 --- a/v7/src/edwin/input.scm +++ b/v7/src/edwin/input.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/input.scm,v 1.78 1989/04/15 00:50:08 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/input.scm,v 1.79 1989/04/28 22:50:22 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Keyboard Input diff --git a/v7/src/edwin/intmod.scm b/v7/src/edwin/intmod.scm index 6c7e92c49..60adc90ca 100644 --- a/v7/src/edwin/intmod.scm +++ b/v7/src/edwin/intmod.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/intmod.scm,v 1.34 1989/04/25 02:07:56 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/intmod.scm,v 1.35 1989/04/28 22:50:26 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Interaction Mode diff --git a/v7/src/edwin/iserch.scm b/v7/src/edwin/iserch.scm index 170a8db4c..7bdf45175 100644 --- a/v7/src/edwin/iserch.scm +++ b/v7/src/edwin/iserch.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/iserch.scm,v 1.5 1989/04/28 03:52:53 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/iserch.scm,v 1.6 1989/04/28 22:50:31 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Incremental Search diff --git a/v7/src/edwin/keymap.scm b/v7/src/edwin/keymap.scm index eed92f37c..a5432c218 100644 --- a/v7/src/edwin/keymap.scm +++ b/v7/src/edwin/keymap.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/keymap.scm,v 1.6 1989/04/15 00:50:29 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/keymap.scm,v 1.7 1989/04/28 22:50:37 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Command Summary diff --git a/v7/src/edwin/kilcom.scm b/v7/src/edwin/kilcom.scm index 952c866b3..1249ef258 100644 --- a/v7/src/edwin/kilcom.scm +++ b/v7/src/edwin/kilcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/kilcom.scm,v 1.57 1989/04/15 00:50:34 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/kilcom.scm,v 1.58 1989/04/28 22:50:41 cph Rel $ ;;; ;;; Copyright (c) 1985, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Kill Commands diff --git a/v7/src/edwin/kmacro.scm b/v7/src/edwin/kmacro.scm index 0580ce46e..a733d9c3e 100644 --- a/v7/src/edwin/kmacro.scm +++ b/v7/src/edwin/kmacro.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/kmacro.scm,v 1.29 1989/04/15 00:50:42 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/kmacro.scm,v 1.30 1989/04/28 22:50:46 cph Rel $ ;;; ;;; Copyright (c) 1985, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Keyboard Macros diff --git a/v7/src/edwin/lincom.scm b/v7/src/edwin/lincom.scm index d901afd6d..47c20bd75 100644 --- a/v7/src/edwin/lincom.scm +++ b/v7/src/edwin/lincom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/lincom.scm,v 1.102 1989/04/15 00:50:49 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/lincom.scm,v 1.103 1989/04/28 22:50:51 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Line/Indentation Commands diff --git a/v7/src/edwin/linden.scm b/v7/src/edwin/linden.scm index 7a7a3c044..0f3c03b14 100644 --- a/v7/src/edwin/linden.scm +++ b/v7/src/edwin/linden.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/linden.scm,v 1.117 1989/04/28 03:53:45 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/linden.scm,v 1.118 1989/04/28 22:50:57 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Lisp Indentation diff --git a/v7/src/edwin/loadef.scm b/v7/src/edwin/loadef.scm index 50ba76fda..ffab48b2b 100644 --- a/v7/src/edwin/loadef.scm +++ b/v7/src/edwin/loadef.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/loadef.scm,v 1.2 1989/04/15 00:51:06 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/loadef.scm,v 1.3 1989/04/28 22:51:06 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Autoload Definitions diff --git a/v7/src/edwin/lspcom.scm b/v7/src/edwin/lspcom.scm index 7386d0b7a..a9beb8fca 100644 --- a/v7/src/edwin/lspcom.scm +++ b/v7/src/edwin/lspcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/lspcom.scm,v 1.149 1989/04/15 00:51:12 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/lspcom.scm,v 1.150 1989/04/28 22:51:11 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Lisp Commands diff --git a/v7/src/edwin/macros.scm b/v7/src/edwin/macros.scm index 300731b29..06946a195 100644 --- a/v7/src/edwin/macros.scm +++ b/v7/src/edwin/macros.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/macros.scm,v 1.45 1989/04/17 22:29:56 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/macros.scm,v 1.46 1989/04/28 22:51:16 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Editor Macros diff --git a/v7/src/edwin/midas.scm b/v7/src/edwin/midas.scm index 34afed547..f8a1ac94e 100644 --- a/v7/src/edwin/midas.scm +++ b/v7/src/edwin/midas.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/midas.scm,v 1.13 1989/04/15 00:51:24 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/midas.scm,v 1.14 1989/04/28 22:51:23 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Midas Mode diff --git a/v7/src/edwin/modefs.scm b/v7/src/edwin/modefs.scm index 5c0533d8e..be1a04d90 100644 --- a/v7/src/edwin/modefs.scm +++ b/v7/src/edwin/modefs.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/modefs.scm,v 1.116 1989/04/25 02:06:17 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/modefs.scm,v 1.117 1989/04/28 22:51:27 cph Rel $ ;;; ;;; Copyright (c) 1985, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Fundamental Mode diff --git a/v7/src/edwin/modes.scm b/v7/src/edwin/modes.scm index b000c1428..1a746c9d7 100644 --- a/v7/src/edwin/modes.scm +++ b/v7/src/edwin/modes.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/modes.scm,v 1.22 1989/04/15 00:51:38 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/modes.scm,v 1.23 1989/04/28 22:51:33 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Modes diff --git a/v7/src/edwin/modwin.scm b/v7/src/edwin/modwin.scm index c56fba44c..ce78e401a 100644 --- a/v7/src/edwin/modwin.scm +++ b/v7/src/edwin/modwin.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/modwin.scm,v 1.28 1989/04/15 00:51:42 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/modwin.scm,v 1.29 1989/04/28 22:51:38 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Modeline Window diff --git a/v7/src/edwin/motcom.scm b/v7/src/edwin/motcom.scm index 7ef3cb67c..8255219bc 100644 --- a/v7/src/edwin/motcom.scm +++ b/v7/src/edwin/motcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/motcom.scm,v 1.38 1989/04/15 00:51:47 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/motcom.scm,v 1.39 1989/04/28 22:51:42 cph Rel $ ;;; ;;; Copyright (c) 1985, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Motion Commands diff --git a/v7/src/edwin/motion.scm b/v7/src/edwin/motion.scm index 81dca906f..234244d78 100644 --- a/v7/src/edwin/motion.scm +++ b/v7/src/edwin/motion.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/motion.scm,v 1.79 1989/03/14 08:01:41 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/motion.scm,v 1.80 1989/04/28 22:51:47 cph Rel $ ;;; ;;; Copyright (c) 1985, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Motion within Groups diff --git a/v7/src/edwin/nvector.scm b/v7/src/edwin/nvector.scm index 588c7296d..7ed116ca9 100644 --- a/v7/src/edwin/nvector.scm +++ b/v7/src/edwin/nvector.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/nvector.scm,v 1.6 1989/03/14 08:01:43 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/nvector.scm,v 1.7 1989/04/28 22:51:52 cph Rel $ ;;; ;;; Copyright (c) 1985, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; New Vector Operations diff --git a/v7/src/edwin/pasmod.scm b/v7/src/edwin/pasmod.scm index aa59474ae..ade8f3498 100644 --- a/v7/src/edwin/pasmod.scm +++ b/v7/src/edwin/pasmod.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/pasmod.scm,v 1.41 1989/04/15 00:51:52 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/pasmod.scm,v 1.42 1989/04/28 22:51:56 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Pascal Mode diff --git a/v7/src/edwin/prompt.scm b/v7/src/edwin/prompt.scm index a98d65a0b..74c2eba89 100644 --- a/v7/src/edwin/prompt.scm +++ b/v7/src/edwin/prompt.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/prompt.scm,v 1.133 1989/04/23 23:24:49 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/prompt.scm,v 1.134 1989/04/28 22:52:09 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; User Prompting diff --git a/v7/src/edwin/reccom.scm b/v7/src/edwin/reccom.scm index f534b7749..06bb17a21 100644 --- a/v7/src/edwin/reccom.scm +++ b/v7/src/edwin/reccom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/reccom.scm,v 1.12 1989/04/23 23:25:44 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/reccom.scm,v 1.13 1989/04/28 22:52:17 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Rectangle Commands diff --git a/v7/src/edwin/regcom.scm b/v7/src/edwin/regcom.scm index 2585f2cbc..05df83910 100644 --- a/v7/src/edwin/regcom.scm +++ b/v7/src/edwin/regcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/regcom.scm,v 1.17 1989/04/28 03:52:19 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/regcom.scm,v 1.18 1989/04/28 22:52:21 cph Rel $ ;;; ;;; Copyright (c) 1987, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Register Commands diff --git a/v7/src/edwin/regexp.scm b/v7/src/edwin/regexp.scm index 8476e55d4..1ee1b274d 100644 --- a/v7/src/edwin/regexp.scm +++ b/v7/src/edwin/regexp.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/regexp.scm,v 1.47 1989/04/15 00:52:21 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/regexp.scm,v 1.48 1989/04/28 22:52:26 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Regular Expressions diff --git a/v7/src/edwin/regops.scm b/v7/src/edwin/regops.scm index b8b6e3c66..3df17fae6 100644 --- a/v7/src/edwin/regops.scm +++ b/v7/src/edwin/regops.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/regops.scm,v 1.79 1989/03/14 08:02:08 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/regops.scm,v 1.80 1989/04/28 22:52:31 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Region/Mark Operations diff --git a/v7/src/edwin/rename.scm b/v7/src/edwin/rename.scm index 752192050..dda64a30c 100644 --- a/v7/src/edwin/rename.scm +++ b/v7/src/edwin/rename.scm @@ -34,6 +34,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Edwin Interpackage Renames diff --git a/v7/src/edwin/replaz.scm b/v7/src/edwin/replaz.scm index fabfb0433..aff52f782 100644 --- a/v7/src/edwin/replaz.scm +++ b/v7/src/edwin/replaz.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/replaz.scm,v 1.64 1989/04/15 00:52:27 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/replaz.scm,v 1.65 1989/04/28 22:52:40 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Replacement Commands diff --git a/v7/src/edwin/ring.scm b/v7/src/edwin/ring.scm index f4f02a315..5031ecb66 100644 --- a/v7/src/edwin/ring.scm +++ b/v7/src/edwin/ring.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/ring.scm,v 1.8 1989/03/14 08:02:39 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/ring.scm,v 1.9 1989/04/28 22:52:56 cph Rel $ ;;; ;;; Copyright (c) 1984, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Rings diff --git a/v7/src/edwin/schmod.scm b/v7/src/edwin/schmod.scm index 1be01f91e..4f990848c 100644 --- a/v7/src/edwin/schmod.scm +++ b/v7/src/edwin/schmod.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/schmod.scm,v 1.9 1989/04/20 08:16:53 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/schmod.scm,v 1.10 1989/04/28 22:53:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Scheme Mode diff --git a/v7/src/edwin/screen.scm b/v7/src/edwin/screen.scm index 7f311a891..4e1b1c507 100644 --- a/v7/src/edwin/screen.scm +++ b/v7/src/edwin/screen.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/screen.scm,v 1.80 1989/04/15 00:52:51 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/screen.scm,v 1.81 1989/04/28 22:53:06 cph Rel $ ;;; ;;; Copyright (c) 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Screen Abstraction diff --git a/v7/src/edwin/search.scm b/v7/src/edwin/search.scm index 511c0b364..1fb5ec9f9 100644 --- a/v7/src/edwin/search.scm +++ b/v7/src/edwin/search.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/search.scm,v 1.145 1989/03/14 08:02:45 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/search.scm,v 1.146 1989/04/28 22:53:11 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Search/Match Primitives diff --git a/v7/src/edwin/sercom.scm b/v7/src/edwin/sercom.scm index cbf5d73c0..8b912d7c6 100644 --- a/v7/src/edwin/sercom.scm +++ b/v7/src/edwin/sercom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/sercom.scm,v 1.53 1989/04/15 00:52:56 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/sercom.scm,v 1.54 1989/04/28 22:53:17 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Search Commands diff --git a/v7/src/edwin/simple.scm b/v7/src/edwin/simple.scm index 31f9306ab..bf6d9a01d 100644 --- a/v7/src/edwin/simple.scm +++ b/v7/src/edwin/simple.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/simple.scm,v 1.28 1989/04/25 02:04:27 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/simple.scm,v 1.29 1989/04/28 22:53:22 cph Rel $ ;;; ;;; Copyright (c) 1985, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Simple Editing Procedures diff --git a/v7/src/edwin/strpad.scm b/v7/src/edwin/strpad.scm index 0eda33903..92edc4c2f 100644 --- a/v7/src/edwin/strpad.scm +++ b/v7/src/edwin/strpad.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/strpad.scm,v 1.3 1989/03/14 08:02:56 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/strpad.scm,v 1.4 1989/04/28 22:53:27 cph Rel $ ;;; ;;; Copyright (c) 1985, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; String Padding Stuff diff --git a/v7/src/edwin/strtab.scm b/v7/src/edwin/strtab.scm index eb1bb256d..1a110e2c5 100644 --- a/v7/src/edwin/strtab.scm +++ b/v7/src/edwin/strtab.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/strtab.scm,v 1.40 1989/04/15 00:53:07 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/strtab.scm,v 1.41 1989/04/28 22:53:31 cph Rel $ ;;; ;;; Copyright (c) 1985, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; String Tables diff --git a/v7/src/edwin/struct.scm b/v7/src/edwin/struct.scm index 43b4eb3a3..b660d3b18 100644 --- a/v7/src/edwin/struct.scm +++ b/v7/src/edwin/struct.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/struct.scm,v 1.67 1989/04/28 03:51:55 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/struct.scm,v 1.68 1989/04/28 22:53:36 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Text Data Structures diff --git a/v7/src/edwin/syntax.scm b/v7/src/edwin/syntax.scm index b864bc1db..a6eb494ae 100644 --- a/v7/src/edwin/syntax.scm +++ b/v7/src/edwin/syntax.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/syntax.scm,v 1.68 1989/04/17 22:27:11 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/syntax.scm,v 1.69 1989/04/28 22:53:42 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Syntax tables for Edwin diff --git a/v7/src/edwin/tagutl.scm b/v7/src/edwin/tagutl.scm index 2d8697bb3..6a91fe79c 100644 --- a/v7/src/edwin/tagutl.scm +++ b/v7/src/edwin/tagutl.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/tagutl.scm,v 1.33 1989/04/26 18:50:06 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/tagutl.scm,v 1.34 1989/04/28 22:53:47 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Tags Facility ;;; From GNU Emacs (thank you RMS) diff --git a/v7/src/edwin/texcom.scm b/v7/src/edwin/texcom.scm index 531386128..29d5c7908 100644 --- a/v7/src/edwin/texcom.scm +++ b/v7/src/edwin/texcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/texcom.scm,v 1.31 1989/04/15 00:53:26 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/texcom.scm,v 1.32 1989/04/28 22:53:52 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Text Commands diff --git a/v7/src/edwin/things.scm b/v7/src/edwin/things.scm index a76ec196a..e6abb3cb1 100644 --- a/v7/src/edwin/things.scm +++ b/v7/src/edwin/things.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/things.scm,v 1.77 1989/04/23 23:26:47 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/things.scm,v 1.78 1989/04/28 22:53:57 cph Rel $ ;;; ;;; Copyright (c) 1985, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Textual Entities diff --git a/v7/src/edwin/tparse.scm b/v7/src/edwin/tparse.scm index 1bbaa47a9..18032c8af 100644 --- a/v7/src/edwin/tparse.scm +++ b/v7/src/edwin/tparse.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/tparse.scm,v 1.64 1989/04/15 00:53:37 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/tparse.scm,v 1.65 1989/04/28 22:54:02 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Text Parsing diff --git a/v7/src/edwin/tximod.scm b/v7/src/edwin/tximod.scm index 1367babdc..157a9be02 100644 --- a/v7/src/edwin/tximod.scm +++ b/v7/src/edwin/tximod.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/tximod.scm,v 1.11 1989/04/15 00:53:42 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/tximod.scm,v 1.12 1989/04/28 22:54:08 cph Rel $ ;;; ;;; Copyright (c) 1987, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Texinfo Mode diff --git a/v7/src/edwin/undo.scm b/v7/src/edwin/undo.scm index f25b30c38..2401aa281 100644 --- a/v7/src/edwin/undo.scm +++ b/v7/src/edwin/undo.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/undo.scm,v 1.44 1989/04/15 00:53:47 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/undo.scm,v 1.45 1989/04/28 22:54:12 cph Rel $ ;;; ;;; Copyright (c) 1985, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Undo, translated from the GNU Emacs implementation in C. diff --git a/v7/src/edwin/unix.scm b/v7/src/edwin/unix.scm index e66358c3c..d7d23d8f8 100644 --- a/v7/src/edwin/unix.scm +++ b/v7/src/edwin/unix.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/unix.scm,v 1.5 1989/04/25 02:03:23 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/unix.scm,v 1.6 1989/04/28 22:54:18 cph Rel $ ;;; ;;; Copyright (c) 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Unix Customizations for Edwin diff --git a/v7/src/edwin/utils.scm b/v7/src/edwin/utils.scm index 07600bdf0..3d3277ceb 100644 --- a/v7/src/edwin/utils.scm +++ b/v7/src/edwin/utils.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/utils.scm,v 1.14 1989/04/28 03:56:20 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/utils.scm,v 1.15 1989/04/28 22:54:22 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Editor Utilities diff --git a/v7/src/edwin/utlwin.scm b/v7/src/edwin/utlwin.scm index ced90c3f9..1b1c7d271 100644 --- a/v7/src/edwin/utlwin.scm +++ b/v7/src/edwin/utlwin.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/utlwin.scm,v 1.50 1989/03/14 08:03:43 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/utlwin.scm,v 1.51 1989/04/28 22:54:27 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Utility Windows diff --git a/v7/src/edwin/wincom.scm b/v7/src/edwin/wincom.scm index 7c394a8a0..479f4033d 100644 --- a/v7/src/edwin/wincom.scm +++ b/v7/src/edwin/wincom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/wincom.scm,v 1.92 1989/04/23 23:28:10 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/wincom.scm,v 1.93 1989/04/28 22:54:32 cph Rel $ ;;; ;;; Copyright (c) 1987, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Window Commands diff --git a/v7/src/edwin/window.scm b/v7/src/edwin/window.scm index f42de98a2..f5b196eae 100644 --- a/v7/src/edwin/window.scm +++ b/v7/src/edwin/window.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/window.scm,v 1.145 1989/03/14 08:03:51 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/window.scm,v 1.146 1989/04/28 22:54:38 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Window System diff --git a/v7/src/edwin/winout.scm b/v7/src/edwin/winout.scm index 5edad602c..4bf53e431 100644 --- a/v7/src/edwin/winout.scm +++ b/v7/src/edwin/winout.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/winout.scm,v 1.2 1989/04/25 01:58:05 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/winout.scm,v 1.3 1989/04/28 22:54:48 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Buffer I/O Ports diff --git a/v7/src/edwin/winren.scm b/v7/src/edwin/winren.scm index 36855825b..3040ebdea 100644 --- a/v7/src/edwin/winren.scm +++ b/v7/src/edwin/winren.scm @@ -34,6 +34,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Window System Rename Exports diff --git a/v7/src/edwin/xform.scm b/v7/src/edwin/xform.scm index 5a1919312..36a436a06 100644 --- a/v7/src/edwin/xform.scm +++ b/v7/src/edwin/xform.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/xform.scm,v 1.4 1989/03/14 08:04:03 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/xform.scm,v 1.5 1989/04/28 22:54:57 cph Rel $ ;;; ;;; Copyright (c) 1985, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Instance Variable Transformation diff --git a/v7/src/edwin/xterm.scm b/v7/src/edwin/xterm.scm index 0ded5db8b..405a6c828 100644 --- a/v7/src/edwin/xterm.scm +++ b/v7/src/edwin/xterm.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/xterm.scm,v 1.4 1989/04/25 03:54:38 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/xterm.scm,v 1.5 1989/04/28 22:55:01 cph Exp $ ;;; ;;; Copyright (c) 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; X Terminal diff --git a/v7/src/runtime/rgxcmp.scm b/v7/src/runtime/rgxcmp.scm index 50b85ffcf..1496201f4 100644 --- a/v7/src/runtime/rgxcmp.scm +++ b/v7/src/runtime/rgxcmp.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/rgxcmp.scm,v 1.100 1989/04/15 00:52:39 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/rgxcmp.scm,v 1.101 1989/04/28 22:52:50 cph Rel $ ;;; ;;; Copyright (c) 1986, 1989 Massachusetts Institute of Technology ;;; @@ -36,6 +36,11 @@ ;;; thereof in any advertising, promotional, or sales literature ;;; without prior written consent from MIT in each case. ;;; +;;; NOTE: Parts of this program (Edwin) were created by translation +;;; from corresponding parts of GNU Emacs. Users should be aware that +;;; the GNU GENERAL PUBLIC LICENSE may apply to these parts. A copy +;;; of that license should have been included along with this file. +;;; ;;;; Regular Expression Pattern Compiler ;;; Translated from GNU (thank you RMS!) -- 2.25.1