Mercurial > hg > xemacs-beta
comparison lwlib/lwlib-Xlw.c @ 5422:ade4c7e2c6cb
Migrate lwlib/ to GPLv3.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Sun, 31 Oct 2010 01:25:03 +0100 |
parents | 5460287a3327 |
children |
comparison
equal
deleted
inserted
replaced
5421:04ff11b0e50a | 5422:ade4c7e2c6cb |
---|---|
1 /* The lwlib interface to "xlwmenu" menus. | 1 /* The lwlib interface to "xlwmenu" menus. |
2 Copyright (C) 1992, 1994 Lucid, Inc. | 2 Copyright (C) 1992, 1994 Lucid, Inc. |
3 | 3 |
4 This file is part of the Lucid Widget Library. | 4 This file is part of the Lucid Widget Library. |
5 | 5 |
6 The Lucid Widget Library is free software; you can redistribute it and/or | 6 The Lucid Widget Library is free software: you can redistribute it |
7 modify it under the terms of the GNU General Public License as published by | 7 and/or modify it under the terms of the GNU General Public License as |
8 the Free Software Foundation; either version 2, or (at your option) | 8 published by the Free Software Foundation, either version 3 of the |
9 any later version. | 9 License, or (at your option) any later version. |
10 | 10 |
11 The Lucid Widget Library is distributed in the hope that it will be useful, | 11 The Lucid Widget Library is distributed in the hope that it will be |
12 but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
14 GNU General Public License for more details. | 14 General Public License for more details. |
15 | 15 |
16 You should have received a copy of the GNU General Public License | 16 You should have received a copy of the GNU General Public License |
17 along with XEmacs; see the file COPYING. If not, write to | 17 along with the Lucid Widget Library. If not, see |
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 <http://www.gnu.org/licenses/>. */ |
19 Boston, MA 02111-1307, USA. */ | |
20 | 19 |
21 #include <config.h> | 20 #include <config.h> |
22 #include <stdlib.h> /* for abort () */ | 21 #include <stdlib.h> /* for abort () */ |
23 #include <stdio.h> /* for abort () */ | 22 #include <stdio.h> /* for abort () */ |
24 #include <limits.h> | 23 #include <limits.h> |