diff options
Diffstat (limited to 'lisp/emacs-lisp/copyright.el')
-rw-r--r-- | lisp/emacs-lisp/copyright.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index d7d20af1d7a..70f1a43fe54 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -1,3 +1,5 @@ +;;; upd-copyr.el --- update the copyright notice in a GNU Emacs elisp file + ;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. ;;; Written by Roland McGrath. ;;; @@ -128,3 +130,5 @@ Put this on write-file-hooks." nil) (provide 'upd-copyr) + +;;; upd-copyr.el ends here |