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

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