comparison src/ui-byhand.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 b9167d522a9a
comparison
equal deleted inserted replaced
5404:91b3aa59f49b 5405:2aa9cd456ae7
8 8
9 William M. Perry 5/8/00 9 William M. Perry 5/8/00
10 10
11 This file is part of XEmacs. 11 This file is part of XEmacs.
12 12
13 XEmacs is free software; you can redistribute it and/or modify it 13 XEmacs is free software: you can redistribute it and/or modify it
14 under the terms of the GNU General Public License as published by the 14 under the terms of the GNU General Public License as published by the
15 Free Software Foundation; either version 2, or (at your option) any 15 Free Software Foundation, either version 3 of the License, or (at your
16 later version. 16 option) any later version.
17 17
18 XEmacs is distributed in the hope that it will be useful, but WITHOUT 18 XEmacs is distributed in the hope that it will be useful, but WITHOUT
19 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 20 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21 for more details. 21 for more details.
22 22
23 You should have received a copy of the GNU General Public License 23 You should have received a copy of the GNU General Public License
24 along with XEmacs; see the file COPYING. If not, write to 24 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */
25 the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
26 Boston, MA 02110-1301, USA.
27 */
28 25
29 #include "gui.h" 26 #include "gui.h"
30 27
31 DEFUN ("gtk-box-query-child-packing", Fgtk_box_query_child_packing, 2, 2,0, /* 28 DEFUN ("gtk-box-query-child-packing", Fgtk_box_query_child_packing, 2, 2,0, /*
32 Returns information about how CHILD is packed into BOX. 29 Returns information about how CHILD is packed into BOX.