comparison src/glyphs.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 acc4a6c9f5f9
children 8d29f1c4bb98
comparison
equal deleted inserted replaced
5280:59a6419f7504 5402:308d34e9f07d
6 Copyright (C) 1998, 1999, 2000 Andy Piper 6 Copyright (C) 1998, 1999, 2000 Andy Piper
7 Copyright (C) 2007, 2010 Didier Verna 7 Copyright (C) 2007, 2010 Didier Verna
8 8
9 This file is part of XEmacs. 9 This file is part of XEmacs.
10 10
11 XEmacs is free software; you can redistribute it and/or modify it 11 XEmacs is free software: you can redistribute it and/or modify it
12 under the terms of the GNU General Public License as published by the 12 under the terms of the GNU General Public License as published by the
13 Free Software Foundation; either version 2, or (at your option) any 13 Free Software Foundation, either version 3 of the License, or (at your
14 later version. 14 option) any later version.
15 15
16 XEmacs is distributed in the hope that it will be useful, but WITHOUT 16 XEmacs is distributed in the hope that it will be useful, but WITHOUT
17 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 18 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
19 for more details. 19 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 XEmacs; see the file COPYING. If not, write to 22 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */
23 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 Boston, MA 02111-1307, USA. */
25 23
26 /* Synched up with: Not in FSF. */ 24 /* Synched up with: Not in FSF. */
27 25
28 /* This file mostly written by Ben Wing, with some code by Chuck Thompson. 26 /* This file mostly written by Ben Wing, with some code by Chuck Thompson.
29 Heavily modified / rewritten by Andy Piper. 27 Heavily modified / rewritten by Andy Piper.