diff lisp/emacs-lisp/copyright.el @ 773:9c89fd7ddd41

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Tue, 14 Jul 1992 19:42:01 +0000
parents 2011f5e67975
children 45d748a65f24
line wrap: on
line diff
--- a/lisp/emacs-lisp/copyright.el	Tue Jul 14 18:50:09 1992 +0000
+++ b/lisp/emacs-lisp/copyright.el	Tue Jul 14 19:42:01 1992 +0000
@@ -1,7 +1,9 @@
 ;;; upd-copyr.el --- update the copyright notice in a GNU Emacs elisp file
 
+;; Author: Roland McGrath <roland@gnu.ai.mit.edu>
+;; Last-Modified: 03 Jun 1991
+
 ;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
-;;; Written by Roland McGrath.
 ;;;
 ;;; This program is free software; you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
@@ -18,6 +20,8 @@
 ;;; the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA
 ;;; 02139, USA.
 
+;;; Code:
+
 (defconst current-year (substring (current-time-string) -4)
   "String representing the current year.")