comparison src/glade.c @ 5405:2aa9cd456ae7

Move src/ to GPLv3.
author Mike Sperber <sperber@deinprogramm.de>
date Fri, 15 Oct 2010 16:35:24 +0200
parents ba07c880114a
children
comparison
equal deleted inserted replaced
5404:91b3aa59f49b 5405:2aa9cd456ae7
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. 10 ** This file is part of XEmacs.
11 ** 11 **
12 ** XEmacs is free software; you can redistribute it and/or modify it 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 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 14 ** Free Software Foundation, either version 3 of the License, or (at your
15 ** later version. 15 ** option) any later version.
16 ** 16 **
17 ** XEmacs is distributed in the hope that it will be useful, but WITHOUT 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 18 ** ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19 ** FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 19 ** FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
20 ** for more details. 20 ** for more details.
21 ** 21 **
22 ** You should have received a copy of the GNU General Public License 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 23 ** along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */
24 ** the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
25 ** Boston, MA 02110-1301, USA. */
26 */
27 24
28 #if defined(HAVE_GLADE_H) || defined(HAVE_GLADE_GLADE_H) 25 #if defined(HAVE_GLADE_H) || defined(HAVE_GLADE_GLADE_H)
29 26
30 /* For COMPILED_FUNCTIONP */ 27 /* For COMPILED_FUNCTIONP */
31 #include "bytecode.h" 28 #include "bytecode.h"