diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-05-31 01:25:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-05-31 01:25:27 +0000 |
commit | 2f4b997c3d98f854db6edc607784375f468c7471 (patch) | |
tree | 2dd691523ed41563aaaf86ffc180bac3b2dfb880 | |
parent | c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef (diff) | |
download | emacs-2f4b997c3d98f854db6edc607784375f468c7471.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/mail/mailpost.el | 2 | ||||
-rw-r--r-- | lisp/play/hanoi.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/modula2.el | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/lisp/mail/mailpost.el b/lisp/mail/mailpost.el index e9d96167581..e7825d07d37 100644 --- a/lisp/mail/mailpost.el +++ b/lisp/mail/mailpost.el @@ -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) diff --git a/lisp/play/hanoi.el b/lisp/play/hanoi.el index 814656b0d7a..5410b6ce3c6 100644 --- a/lisp/play/hanoi.el +++ b/lisp/play/hanoi.el @@ -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 diff --git a/lisp/progmodes/modula2.el b/lisp/progmodes/modula2.el index 19c7249b40a..51d55d8eb4a 100644 --- a/lisp/progmodes/modula2.el +++ b/lisp/progmodes/modula2.el @@ -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 |