comparison lisp/emacs-lisp/copyright.el @ 657:fec3f9a1e3e5

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Sat, 30 May 1992 20:24:49 +0000
parents 10b56d2a2c2b
children 2011f5e67975
comparison
equal deleted inserted replaced
656:d74e65773062 657:fec3f9a1e3e5
1 ;;; upd-copyr.el --- update the copyright notice in a GNU Emacs elisp file
2
1 ;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. 3 ;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc.
2 ;;; Written by Roland McGrath. 4 ;;; Written by Roland McGrath.
3 ;;; 5 ;;;
4 ;;; This program is free software; you can redistribute it and/or modify 6 ;;; This program is free software; you can redistribute it and/or modify
5 ;;; it under the terms of the GNU General Public License as published by 7 ;;; it under the terms of the GNU General Public License as published by
126 ;; Be sure return nil; if a write-file-hook return non-nil, 128 ;; Be sure return nil; if a write-file-hook return non-nil,
127 ;; the file is presumed to be already written. 129 ;; the file is presumed to be already written.
128 nil) 130 nil)
129 131
130 (provide 'upd-copyr) 132 (provide 'upd-copyr)
133
134 ;;; upd-copyr.el ends here