diff options
| author | Gerd Moellmann | 2001-07-13 12:59:13 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-13 12:59:13 +0000 |
| commit | 2be7dabcae8e648818cd772eb7a56581e8837866 (patch) | |
| tree | f3ec33c49510543ccafe0bcb7c7c73b1774cda53 /lisp/textmodes | |
| parent | a3a56285dfd3d3bc892eaf19567c7e829b77bfd7 (diff) | |
| download | emacs-2be7dabcae8e648818cd772eb7a56581e8837866.tar.gz emacs-2be7dabcae8e648818cd772eb7a56581e8837866.zip | |
Fix license commentary.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/refill.el | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/lisp/textmodes/refill.el b/lisp/textmodes/refill.el index 43842744673..8bf5a03f221 100644 --- a/lisp/textmodes/refill.el +++ b/lisp/textmodes/refill.el | |||
| @@ -5,19 +5,21 @@ | |||
| 5 | ;; Author: Dave Love <fx@gnu.org> | 5 | ;; Author: Dave Love <fx@gnu.org> |
| 6 | ;; Keywords: wp | 6 | ;; Keywords: wp |
| 7 | 7 | ||
| 8 | ;; This program is free software; you can redistribute it and/or modify | 8 | ;; This file is part of GNU Emacs. |
| 9 | |||
| 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify | ||
| 9 | ;; it under the terms of the GNU General Public License as published by | 11 | ;; it under the terms of the GNU General Public License as published by |
| 10 | ;; the Free Software Foundation; either version 2 of the License, or | 12 | ;; the Free Software Foundation; either version 2, or (at your option) |
| 11 | ;; (at your option) any later version. | 13 | ;; any later version. |
| 12 | ;; | 14 | |
| 13 | ;; This program is distributed in the hope that it will be useful, | 15 | ;; GNU Emacs is distributed in the hope that it will be useful, |
| 14 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 16 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 17 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | ;; GNU General Public License for more details. | 18 | ;; GNU General Public License for more details. |
| 17 | ;; | 19 | |
| 18 | ;; You should have received a copy of the GNU General Public License | 20 | ;; You should have received a copy of the GNU General Public License |
| 19 | ;; along with this program; if not, write to the | 21 | ;; along with GNU Emacs; see the file COPYING. If not, write to the |
| 20 | ;; Free Software Foundation, Inc., 59 Temple Place, Suite 330, | 22 | ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 21 | ;; Boston, MA 02111-1307, USA. | 23 | ;; Boston, MA 02111-1307, USA. |
| 22 | 24 | ||
| 23 | ;;; Commentary: | 25 | ;;; Commentary: |