Mercurial > hg > xemacs-beta
comparison src/font-mgr.c @ 5402:308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Thu, 14 Oct 2010 17:15:20 +0200 |
parents | b65692aa90d8 |
children | 8d29f1c4bb98 |
comparison
equal
deleted
inserted
replaced
5280:59a6419f7504 | 5402:308d34e9f07d |
---|---|
11 Created: 27 Oct 2003 | 11 Created: 27 Oct 2003 |
12 Updated: 18 November 2009 by Stephen J. Turnbull | 12 Updated: 18 November 2009 by Stephen J. Turnbull |
13 | 13 |
14 This file is part of XEmacs. | 14 This file is part of XEmacs. |
15 | 15 |
16 XEmacs is free software; you can redistribute it and/or modify it | 16 XEmacs is free software: you can redistribute it and/or modify it |
17 under the terms of the GNU General Public License as published by the | 17 under the terms of the GNU General Public License as published by the |
18 Free Software Foundation; either version 2, or (at your option) any | 18 Free Software Foundation, either version 3 of the License, or (at your |
19 later version. | 19 option) any later version. |
20 | 20 |
21 XEmacs is distributed in the hope that it will be useful, but WITHOUT | 21 XEmacs is distributed in the hope that it will be useful, but WITHOUT |
22 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 22 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
23 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | 23 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
24 for more details. | 24 for more details. |
25 | 25 |
26 You should have received a copy of the GNU General Public License | 26 You should have received a copy of the GNU General Public License |
27 along with XEmacs; see the file COPYING. If not, write to | 27 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */ |
28 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
29 Boston, MA 02111-1307, USA. */ | |
30 | 28 |
31 /* Synched up with: Not in GNU Emacs. */ | 29 /* Synched up with: Not in GNU Emacs. */ |
32 | 30 |
33 /* This module provides the Lisp interface to fonts in X11, including Xft, | 31 /* This module provides the Lisp interface to fonts in X11, including Xft, |
34 but (at least at first) not GTK+ or Qt. | 32 but (at least at first) not GTK+ or Qt. |