comparison src/audacious/ui_fileinfo.c @ 3113:2520e8b6cf5e trunk

branch merge
author William Pitcock <nenolod@atheme-project.org>
date Thu, 19 Jul 2007 19:59:49 -0500
parents 7dad846ec699 6131bf51ee63
children 3b6d316f8b09
comparison
equal deleted inserted replaced
3112:4c758281fe8f 3113:2520e8b6cf5e
1 /* 1 /*
2 * audacious: Cross-platform multimedia player. 2 * Audacious: A cross-platform multimedia player
3 * ui_fileinfo.c: UI for viewing tuple metadata for files. 3 * Copyright (c) 2006 William Pitcock, Tony Vroon, George Averill,
4 * Giacomo Lozito, Derek Pomery and Yoshiki Yazawa.
4 * 5 *
5 * Copyright (c) 2005-2007 Audacious development team. 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; under version 2 of the License.
6 * 9 *
7 * Redistribution and use in source and binary forms, with or without 10 * This program is distributed in the hope that it will be useful,
8 * modification, are permitted provided that the following conditions are 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * met: 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
10 * 14 *
11 * 1. Redistributions of source code must retain the above copyright notice, 15 * You should have received a copy of the GNU General Public License
12 * this list of conditions and the following disclaimer. 16 * along with this program; if not, write to the Free Software
13 * 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
14 * 2. Redistributions in binary form must reproduce the above copyright 18 * 02110-1301, USA.
15 * notice, this list of conditions and the following disclaimer in the
16 * documentation and/or other materials provided with the distribution.
17 *
18 * 3. The name of the author may not be used to endorse or promote products
19 * derived from this software without specific prior written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
23 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
24 * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
25 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
26 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
27 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
29 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
30 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31 * POSSIBILITY OF SUCH DAMAGE.
32 */ 19 */
33 20
34 #ifdef HAVE_CONFIG_H 21 #ifdef HAVE_CONFIG_H
35 # include "config.h" 22 # include "config.h"
36 #endif 23 #endif
59 #include "general.h" 46 #include "general.h"
60 #include "output.h" 47 #include "output.h"
61 #include "visualization.h" 48 #include "visualization.h"
62 49
63 #include "main.h" 50 #include "main.h"
64 #include "urldecode.h"
65 #include "util.h" 51 #include "util.h"
66 #include "dnd.h" 52 #include "dnd.h"
67 #include "titlestring.h" 53 #include "titlestring.h"
68 54
69 #include "playlist.h" 55 #include "playlist.h"