Mercurial > emacs
changeset 29087:d6e90113152f
Fix boilerplate comments.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 22 May 2000 19:00:13 +0000 |
parents | a4b321043588 |
children | 6dce569d0615 |
files | lisp/autoarg.el lisp/hl-line.el |
diffstat | 2 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/autoarg.el Mon May 22 18:19:55 2000 +0000 +++ b/lisp/autoarg.el Mon May 22 19:00:13 2000 +0000 @@ -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.
--- a/lisp/hl-line.el Mon May 22 18:19:55 2000 +0000 +++ b/lisp/hl-line.el Mon May 22 19:00:13 2000 +0000 @@ -6,12 +6,14 @@ ;; Created: 1998-09-13 ;; Keywords: faces, frames -;; Hl-Line 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. -;; Hl-Line 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.