# HG changeset patch # User Richard M. Stallman # Date 707275527 0 # Node ID 3587b3dfac25fb1db68c337fc6c0ffb41d634232 # Parent 8a533acedb775ffb84673b0b257d8f5a403722b0 *** empty log message *** diff -r 8a533acedb77 -r 3587b3dfac25 lisp/mail/mailpost.el --- 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) diff -r 8a533acedb77 -r 3587b3dfac25 lisp/play/hanoi.el --- 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 diff -r 8a533acedb77 -r 3587b3dfac25 lisp/progmodes/modula2.el --- 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