Mercurial > emacs
changeset 663:3587b3dfac25
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 31 May 1992 01:25:27 +0000 |
parents | 8a533acedb77 |
children | 9b0e666dfdf8 |
files | lisp/mail/mailpost.el lisp/play/hanoi.el lisp/progmodes/modula2.el |
diffstat | 3 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/mailpost.el Sat May 30 23:54:21 1992 +0000 +++ b/lisp/mail/mailpost.el Sun May 31 01:25:27 1992 +0000 @@ -8,6 +8,8 @@ ;; Mon Jan 13 14:45:12 1986 ;; ;; +;; This is in the public domain +;; since Delp distributed it without a copyright notice in 1986. ;; (setq send-mail-function 'post-mail-send-it)
--- a/lisp/play/hanoi.el Sat May 30 23:54:21 1992 +0000 +++ b/lisp/play/hanoi.el Sun May 31 01:25:27 1992 +0000 @@ -1,6 +1,8 @@ ;;; hanoi.el --- towers of hanoi in GNUmacs ; Author (a) 1985, Damon Anton Permezel +; This is in the public domain +; since he distributed it without copyright notice in 1985. ;;; ;;; hanoi-topos - direct cursor addressing
--- a/lisp/progmodes/modula2.el Sat May 30 23:54:21 1992 +0000 +++ b/lisp/progmodes/modula2.el Sun May 31 01:25:27 1992 +0000 @@ -1,4 +1,7 @@ +;;; ;;; modula2.el --- Modula-2 editing support package +;; The authors distributed this in without a copyright notice +;; back in 1988, so it is in the public domain. ; Author Mick Jordan ; amended Peter Robinson