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

GPL3 relicensing.
author William Pitcock <nenolod@atheme-project.org>
date Fri, 20 Jul 2007 08:59:47 -0500
parents 41d3854f3625
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 #ifndef _WIDGETCORE_H_ 23 #ifndef _WIDGETCORE_H_
22 #error Please do not include me directly! Use widgetcore.h instead! 24 #error Please do not include me directly! Use widgetcore.h instead!
23 #endif 25 #endif