comparison lisp/textmodes/refill.el @ 38401:64d8d90d180d

Fix license commentary.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 13 Jul 2001 12:59:13 +0000
parents a65a0f325369
children b27f7112ce6f
comparison
equal deleted inserted replaced
38400:206866fa292a 38401:64d8d90d180d
3 ;; Copyright (C) 2000 Free Software Foundation, Inc. 3 ;; Copyright (C) 2000 Free Software Foundation, Inc.
4 4
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:
24 26
25 ;; Provides a mode where paragraphs are refilled after changes in them 27 ;; Provides a mode where paragraphs are refilled after changes in them