comparison src/ui-byhand.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 ecf1ebac70d8
children 304aebb79cd3
comparison
equal deleted inserted replaced
4708:1cecc3e9f0a0 4709:db7068430402
5 1) Deal with return values in the parameter list (ie: int *foo) 5 1) Deal with return values in the parameter list (ie: int *foo)
6 6
7 So we have to code a few functions by hand. Ick. 7 So we have to code a few functions by hand. Ick.
8 8
9 William M. Perry 5/8/00 9 William M. Perry 5/8/00
10
11 This file is part of XEmacs.
12
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
15 Free Software Foundation; either version 2, or (at your option) any
16 later version.
17
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
20 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21 for more details.
22
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
25 the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
26 Boston, MA 02111-1301, USA.
10 */ 27 */
11 28
12 #include "gui.h" 29 #include "gui.h"
13 30
14 DEFUN ("gtk-box-query-child-packing", Fgtk_box_query_child_packing, 2, 2,0, /* 31 DEFUN ("gtk-box-query-child-packing", Fgtk_box_query_child_packing, 2, 2,0, /*