Mercurial > emacs
comparison lisp/font-core.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 | eea76bfceb7c |
children | c3309dba6542 |
comparison
equal
deleted
inserted
replaced
94677:91e5880a36c1 | 94678:ee5932bf781d |
---|---|
6 ;; Maintainer: FSF | 6 ;; Maintainer: FSF |
7 ;; Keywords: languages, faces | 7 ;; Keywords: languages, faces |
8 | 8 |
9 ;; This file is part of GNU Emacs. | 9 ;; This file is part of GNU Emacs. |
10 | 10 |
11 ;; GNU Emacs is free software; you can redistribute it and/or modify | 11 ;; GNU Emacs is free software: you can redistribute it and/or modify |
12 ;; it under the terms of the GNU General Public License as published by | 12 ;; it under the terms of the GNU General Public License as published by |
13 ;; the Free Software Foundation; either version 3, or (at your option) | 13 ;; the Free Software Foundation, either version 3 of the License, or |
14 ;; any later version. | 14 ;; (at your option) any later version. |
15 | 15 |
16 ;; GNU Emacs is distributed in the hope that it will be useful, | 16 ;; GNU Emacs is distributed in the hope that it will be useful, |
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | 17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
19 ;; GNU General Public License for more details. | 19 ;; GNU General Public License for more details. |
20 | 20 |
21 ;; You should have received a copy of the GNU General Public License | 21 ;; You should have received a copy of the GNU General Public License |
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the | 22 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | |
24 ;; Boston, MA 02110-1301, USA. | |
25 | 23 |
26 ;;; Code: | 24 ;;; Code: |
27 | 25 |
28 ;; This variable is used by mode packages that support Font Lock mode by | 26 ;; This variable is used by mode packages that support Font Lock mode by |
29 ;; defining their own keywords to use for `font-lock-keywords'. (The mode | 27 ;; defining their own keywords to use for `font-lock-keywords'. (The mode |