diff options
author | Dave Love <fx@gnu.org> | 2000-05-22 19:00:13 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-05-22 19:00:13 +0000 |
commit | 643c911e6fadc7ebb110387a720bfb8a097e3f35 (patch) | |
tree | c62bb38bdcfb7de4b5d92d19f88b0bbba0787879 /lisp/autoarg.el | |
parent | 286c138d805e116ab67f73e1569a143a29c8db35 (diff) | |
download | emacs-643c911e6fadc7ebb110387a720bfb8a097e3f35.tar.gz |
Fix boilerplate comments.
Diffstat (limited to 'lisp/autoarg.el')
-rw-r--r-- | lisp/autoarg.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/autoarg.el b/lisp/autoarg.el index 3acf94af210..47f1ba5b2a0 100644 --- a/lisp/autoarg.el +++ b/lisp/autoarg.el @@ -6,12 +6,14 @@ ;; Created: 1998-09-04 ;; Keywords: abbrev, emulations -;; Autoarg Mode is free software; you can redistribute it and/or modify +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. -;; Autoarg Mode is distributed in the hope that it will be useful, +;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. |