comparison lisp/gtk-font-menu.el @ 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 b4f4e0cc90f1
children 0af042a0c116
comparison
equal deleted inserted replaced
5280:59a6419f7504 5402:308d34e9f07d
10 ;; More restructuring for MS-Windows by Andy Piper <andy@xemacs.org> 10 ;; More restructuring for MS-Windows by Andy Piper <andy@xemacs.org>
11 ;; GTK-ized by: William Perry <wmperry@xemacs.org> 11 ;; GTK-ized by: William Perry <wmperry@xemacs.org>
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 16 ;; under the terms of the GNU General Public License as published by the
17 ;; the Free Software Foundation; either version 2, or (at your option) 17 ;; Free Software Foundation, either version 3 of the License, or (at your
18 ;; any later version. 18 ;; option) any later version.
19 19
20 ;; XEmacs is distributed in the hope that it will be useful, but 20 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT
21 ;; WITHOUT ANY WARRANTY; without even the implied warranty of 21 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
22 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
23 ;; General Public License 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 the 26 ;; along with XEmacs. If not, see <http://www.gnu.org/licenses/>.
27 ;; Free Software Foundation, 59 Temple Place - Suite 330,
28 ;; Boston, MA 02111-1307, USA.
29 ;;; Code: 27 ;;; Code:
30 28
31 ;; #### - The comment that this file was GTK-ized by Wm Perry is a lie; 29 ;; #### - The comment that this file was GTK-ized by Wm Perry is a lie;
32 ;; nothing was done except to rename everything that was x- to gtk-. 30 ;; nothing was done except to rename everything that was x- to gtk-.
33 ;; This is harmless, but we should reintegrate so that GTK can take 31 ;; This is harmless, but we should reintegrate so that GTK can take