comparison src/glade.c @ 4709:db7068430402

Add explicit GPL v2 or later notices to Bill Perry's code, where such notices are missing. This is done with Bill Perry's stated permission, in private email to me.
author Jerry James <james@xemacs.org>
date Mon, 05 Oct 2009 11:08:59 -0600
parents 8f1ee2d15784
children 304aebb79cd3
comparison
equal deleted inserted replaced
4708:1cecc3e9f0a0 4709:db7068430402
5 ** Created by: William M. Perry <wmperry@gnu.org> 5 ** Created by: William M. Perry <wmperry@gnu.org>
6 ** 6 **
7 ** Copyright (C) 1999 John Harper <john@dcs.warwick.ac.uk> 7 ** Copyright (C) 1999 John Harper <john@dcs.warwick.ac.uk>
8 ** Copyright (c) 2000 Free Software Foundation 8 ** Copyright (c) 2000 Free Software Foundation
9 ** 9 **
10 ** This file is part of XEmacs.
11 **
12 ** XEmacs is free software; you can redistribute it and/or modify it
13 ** under the terms of the GNU General Public License as published by the
14 ** Free Software Foundation; either version 2, or (at your option) any
15 ** later version.
16 **
17 ** XEmacs is distributed in the hope that it will be useful, but WITHOUT
18 ** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19 ** FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
20 ** for more details.
21 **
22 ** You should have received a copy of the GNU General Public License
23 ** along with XEmacs; see the file COPYING. If not, write to
24 ** the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
25 ** Boston, MA 02111-1301, USA. */
10 */ 26 */
11 27
12 #if defined(HAVE_GLADE_H) || defined(HAVE_GLADE_GLADE_H) 28 #if defined(HAVE_GLADE_H) || defined(HAVE_GLADE_GLADE_H)
13 29
14 /* For COMPILED_FUNCTIONP */ 30 /* For COMPILED_FUNCTIONP */