comparison src/audacious/widgets/skin.c @ 3121:3b6d316f8b09 trunk

GPL3 relicensing.
author William Pitcock <nenolod@atheme-project.org>
date Fri, 20 Jul 2007 08:59:47 -0500
parents 7f1f6688c32c
children f1c756f39e6c
comparison
equal deleted inserted replaced
3119:4ba71e08fed0 3121:3b6d316f8b09
1 /* BMP - Cross-platform multimedia player 1 /* Audacious
2 * Copyright (C) 2005-2007 Audacious development team.
3 *
4 * BMP - Cross-platform multimedia player
2 * Copyright (C) 2003-2004 BMP development team. 5 * Copyright (C) 2003-2004 BMP development team.
3 * 6 *
4 * Based on XMMS: 7 * Based on XMMS:
5 * Copyright (C) 1998-2003 XMMS development team. 8 * Copyright (C) 1998-2003 XMMS development team.
6 * 9 *
7 * This program is free software; you can redistribute it and/or modify 10 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 11 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; under version 2 of the License. 12 * the Free Software Foundation; under version 3 of the License.
10 * 13 *
11 * This program is distributed in the hope that it will be useful, 14 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details. 17 * GNU General Public License for more details.
15 * 18 *
16 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 20 * along with this program. If not, see <http://www.gnu.org/licenses>.
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19 */ 21 */
20 22
21 #ifdef HAVE_CONFIG_H 23 #ifdef HAVE_CONFIG_H
22 # include "config.h" 24 # include "config.h"
23 #endif 25 #endif