Mercurial > hg > xemacs-beta
comparison lisp/font.el @ 5404:91b3aa59f49b
Convert lisp/ to GPLv3.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Fri, 15 Oct 2010 15:18:27 +0200 |
parents | 97eb4942aec8 |
children | b9167d522a9a |
comparison
equal
deleted
inserted
replaced
5403:cf70940883ca | 5404:91b3aa59f49b |
---|---|
8 ;; Maintainer: XEmacs Development Team | 8 ;; Maintainer: XEmacs Development Team |
9 ;; Created: 1997/09/05 15:44:37 | 9 ;; Created: 1997/09/05 15:44:37 |
10 ;; Keywords: faces | 10 ;; Keywords: faces |
11 ;; Version: 1.52 | 11 ;; Version: 1.52 |
12 | 12 |
13 ;; XEmacs is free software; you can redistribute it and/or modify it | 13 ;; This file is part of XEmacs. |
14 ;; under the terms of the GNU General Public License as published by | 14 |
15 ;; the Free Software Foundation; either version 2, or (at your option) | 15 ;; XEmacs is free software: you can redistribute it and/or modify it |
16 ;; any later version. | 16 ;; under the terms of the GNU General Public License as published by the |
17 | 17 ;; Free Software Foundation, either version 3 of the License, or (at your |
18 ;; XEmacs is distributed in the hope that it will be useful, but | 18 ;; option) any later version. |
19 ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 19 |
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 20 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT |
21 ;; General Public License for more details. | 21 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
22 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
23 ;; for more details. | |
22 | 24 |
23 ;; You should have received a copy of the GNU General Public License | 25 ;; You should have received a copy of the GNU General Public License |
24 ;; along with XEmacs; see the file COPYING. If not, write to the Free | 26 ;; along with XEmacs. If not, see <http://www.gnu.org/licenses/>. |
25 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
26 ;; 02111-1307, USA. | |
27 | 27 |
28 ;;; Synched up with: Not in FSF | 28 ;;; Synched up with: Not in FSF |
29 | 29 |
30 ;;; Commentary: | 30 ;;; Commentary: |
31 | 31 |