comparison src/audacious/hook.c @ 2865:d226b83fa329 trunk

BSD relicensing (pass 6).
author William Pitcock <nenolod@atheme.org>
date Sat, 23 Jun 2007 22:51:13 -0500
parents b7f77224ea03
children 4c758281fe8f
comparison
equal deleted inserted replaced
2864:fcf6f1b82f7c 2865:d226b83fa329
1 /* Audacious 1 /*
2 * Copyright (c) 2006-2007 William Pitcock 2 * audacious: Cross-platform multimedia player.
3 * hook.c: Hooking.
3 * 4 *
4 * This program is free software; you can redistribute it and/or modify 5 * Copyright (c) 2006-2007 William Pitcock
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; under version 2 of the License.
7 * 6 *
8 * This program is distributed in the hope that it will be useful, 7 * Redistribution and use in source and binary forms, with or without
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 * modification, are permitted provided that the following conditions are
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 * met:
11 * GNU General Public License for more details.
12 * 10 *
13 * You should have received a copy of the GNU General Public License 11 * 1. Redistributions of source code must retain the above copyright notice,
14 * along with this program; if not, write to the Free Software 12 * this list of conditions and the following disclaimer.
15 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 13 *
14 * 2. Redistributions in binary form must reproduce the above copyright
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.
16 */ 32 */
17 33
18 #include <glib.h> 34 #include <glib.h>
19 #include "hook.h" 35 #include "hook.h"
20 36