Mercurial > emacs
comparison lisp/dabbrev.el @ 94678:ee5932bf781d
Switch to recommended form of GPLv3 permissions notice.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 06 May 2008 07:58:00 +0000 |
parents | 1e3a407766b9 |
children | d42aff5ca541 |
comparison
equal
deleted
inserted
replaced
94677:91e5880a36c1 | 94678:ee5932bf781d |
---|---|
9 ;; Lindberg's last update version: 5.7 | 9 ;; Lindberg's last update version: 5.7 |
10 ;; Keywords: abbrev expand completion convenience | 10 ;; Keywords: abbrev expand completion convenience |
11 | 11 |
12 ;; This file is part of GNU Emacs. | 12 ;; This file is part of GNU Emacs. |
13 | 13 |
14 ;; GNU Emacs is free software; you can redistribute it and/or modify | 14 ;; GNU Emacs is free software: you can redistribute it and/or modify |
15 ;; it under the terms of the GNU General Public License as published by | 15 ;; it under the terms of the GNU General Public License as published by |
16 ;; the Free Software Foundation; either version 3, or (at your option) | 16 ;; the Free Software Foundation, either version 3 of the License, or |
17 ;; any later version. | 17 ;; (at your option) any later version. |
18 | 18 |
19 ;; GNU Emacs is distributed in the hope that it will be useful, | 19 ;; GNU Emacs is distributed in the hope that it will be useful, |
20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 20 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 21 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
22 ;; GNU General Public License for more details. | 22 ;; GNU General Public License for more details. |
23 | 23 |
24 ;; You should have received a copy of the GNU General Public License | 24 ;; You should have received a copy of the GNU General Public License |
25 ;; along with GNU Emacs; see the file COPYING. If not, write to the | 25 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
26 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
27 ;; Boston, MA 02110-1301, USA. | |
28 | 26 |
29 ;;; Commentary: | 27 ;;; Commentary: |
30 | 28 |
31 ;; The purpose with this package is to let you write just a few | 29 ;; The purpose with this package is to let you write just a few |
32 ;; characters of words you've written earlier to be able to expand | 30 ;; characters of words you've written earlier to be able to expand |