comparison libao2/ao_openal.c @ 27509:d97a607821f1

Replace casual GPL notices by proper license headers.
author diego
date Sun, 07 Sep 2008 14:09:51 +0000
parents 74db93fee74f
children 9a5b8c2ed6de
comparison
equal deleted inserted replaced
27508:c413dfbbbc13 27509:d97a607821f1
1 /* 1 /*
2 * ao_openal.c - OpenAL audio output driver for MPlayer 2 * OpenAL audio output driver for MPlayer
3 *
4 * This driver is under the same license as MPlayer.
5 * (http://www.mplayerhq.hu)
6 * 3 *
7 * Copyleft 2006 by Reimar Döffinger (Reimar.Doeffinger@stud.uni-karlsruhe.de) 4 * Copyleft 2006 by Reimar Döffinger (Reimar.Doeffinger@stud.uni-karlsruhe.de)
5 *
6 * This file is part of MPlayer.
7 *
8 * MPlayer is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * MPlayer is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License along
19 * along with MPlayer; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
8 */ 21 */
9 22
10 #include "config.h" 23 #include "config.h"
11 24
12 #include <stdlib.h> 25 #include <stdlib.h>