comparison src/font-mgr.h @ 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 a9c41067dd88
children 15b0715c204d
comparison
equal deleted inserted replaced
5280:59a6419f7504 5402:308d34e9f07d
10 Created: 27 Oct 2003 10 Created: 27 Oct 2003
11 Updated: 05 Mar 2005 by Stephen J. Turnbull 11 Updated: 05 Mar 2005 by Stephen J. Turnbull
12 12
13 This file is part of XEmacs. 13 This file is part of XEmacs.
14 14
15 XEmacs is free software; you can redistribute it and/or modify it 15 XEmacs is free software: you can redistribute it and/or modify it
16 under the terms of the GNU General Public License as published by the 16 under the terms of the GNU General Public License as published by the
17 Free Software Foundation; either version 2, or (at your option) any 17 Free Software Foundation, either version 3 of the License, or (at your
18 later version. 18 option) any later version.
19 19
20 XEmacs is distributed in the hope that it will be useful, but WITHOUT 20 XEmacs is distributed in the hope that it will be useful, but WITHOUT
21 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 21 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 22 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
23 for more details. 23 for more details.
24 24
25 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
26 along with XEmacs; see the file COPYING. If not, write to 26 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */
27 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
28 Boston, MA 02111-1307, USA. */
29 27
30 /* Synched up with: Not in GNU Emacs. */ 28 /* Synched up with: Not in GNU Emacs. */
31 29
32 /* This module provides the Lisp interface to fonts in X11, including Xft, 30 /* This module provides the Lisp interface to fonts in X11, including Xft,
33 but (at least at first) not GTK+ or Qt. 31 but (at least at first) not GTK+ or Qt.