comparison src/audacious/glade.h @ 2861:7d3beedf1db8 trunk

BSD relicensing (pass 2).
author William Pitcock <nenolod@atheme.org>
date Sat, 23 Jun 2007 22:31:46 -0500
parents 3149d4b1a9a9
children 51dda959be4d
comparison
equal deleted inserted replaced
2860:0c3727219ea1 2861:7d3beedf1db8
1 /* Audacious - Cross-platform multimedia player 1 /*
2 * Copyright (C) 2005-2007 Audacious development team 2 * audacious: Cross-platform multimedia player.
3 * glade.h: libglade loading and function mapping support
4 *
5 * Copyright (c) 2005-2007 Audacious development team.
6 * Copyright (c) 2003-2005 BMP development team.
3 * 7 *
4 * Based on BMP: 8 * Redistribution and use in source and binary forms, with or without
5 * Copyright (C) 2003-2004 BMP development team. 9 * modification, are permitted provided that the following conditions are
10 * met:
11 *
12 * 1. Redistributions of source code must retain the above copyright notice,
13 * this list of conditions and the following disclaimer.
6 * 14 *
7 * This program is free software; you can redistribute it and/or modify 15 * 2. Redistributions in binary form must reproduce the above copyright
8 * it under the terms of the GNU General Public License as published by 16 * notice, this list of conditions and the following disclaimer in the
9 * the Free Software Foundation; under version 2 of the License. 17 * documentation and/or other materials provided with the distribution.
10 * 18 *
11 * This program is distributed in the hope that it will be useful, 19 * 3. The name of the author may not be used to endorse or promote products
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 * derived from this software without specific prior written permission.
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 * 21 *
16 * You should have received a copy of the GNU General Public License 22 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17 * along with this program; if not, write to the Free Software 23 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 24 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
25 * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
26 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
27 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
28 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
30 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
31 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32 * POSSIBILITY OF SUCH DAMAGE.
19 */ 33 */
20 34
21 #ifndef BMP_GLADE_H 35 #ifndef BMP_GLADE_H
22 #define BMP_GLADE_H 36 #define BMP_GLADE_H
23 37