comparison src/streambrowser/streamdir.c @ 2811:7977bdc02664

added GPL headers
author Calin Crisan ccrisan@gmail.com
date Sat, 12 Jul 2008 13:55:57 +0300
parents 6d6a3eb67510
children cc6f02424609
comparison
equal deleted inserted replaced
2810:b1e4929e0990 2811:7977bdc02664
1 /*
2 * Audacious Streambrowser Plugin
3 *
4 * Copyright (c) 2008 Calin Crisan <ccrisan@gmail.com>
5 *
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 3 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses>.
17 */
18
1 19
2 #include <string.h> 20 #include <string.h>
3 #include <glib.h> 21 #include <glib.h>
4 22
5 #include "streambrowser.h" 23 #include "streambrowser.h"