# HG changeset patch # User Richard M. Stallman # Date 1082574541 0 # Node ID 4728f7603f2abda71ed6dd5453fdbdd0341e3413 # Parent 413a22a92995967cff150528fc1f4133c2fc38b1 (auto-insert-alist): Insert the user's name in copyright notice, rather than Free Software Foundation. diff -r 413a22a92995 -r 4728f7603f2a lisp/autoinsert.el --- a/lisp/autoinsert.el Wed Apr 21 16:09:23 2004 +0000 +++ b/lisp/autoinsert.el Wed Apr 21 19:09:01 2004 +0000 @@ -136,7 +136,7 @@ (("\\.[1-9]\\'" . "Man page skeleton") "Short description: " ".\\\" Copyright (C), " (substring (current-time-string) -4) " " - (getenv "ORGANIZATION") | "Free Software Foundation, Inc." + (getenv "ORGANIZATION") | (progn user-full-name) " .\\\" You may distribute this file under the terms of the GNU Free .\\\" Documentation Licence.