summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-05-31 01:25:27 +0000
committerRichard M. Stallman <rms@gnu.org>1992-05-31 01:25:27 +0000
commit2f4b997c3d98f854db6edc607784375f468c7471 (patch)
tree2dd691523ed41563aaaf86ffc180bac3b2dfb880 /lisp
parentc0274f385fe5f39459cac5ea9ff9f92bacd3a8ef (diff)
downloademacs-2f4b997c3d98f854db6edc607784375f468c7471.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/mailpost.el2
-rw-r--r--lisp/play/hanoi.el2
-rw-r--r--lisp/progmodes/modula2.el3
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