comparison libmpdemux/demux_realaud.c @ 29238:d643e4643313

Add standard license header to all files in libmpdemux.
author diego
date Fri, 08 May 2009 21:51:13 +0000
parents 9e739bdb049c
children 0f1b5b68af32
comparison
equal deleted inserted replaced
29237:c4dc4cf9347b 29238:d643e4643313
1 /* 1 /*
2 Realaudio demuxer for MPlayer 2 * Realaudio demuxer
3 (c) 2003, 2005 Roberto Togni 3 * copyright (c) 2003, 2005 Roberto Togni
4 */ 4 *
5 * This file is part of MPlayer.
6 *
7 * MPlayer is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * MPlayer is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License along
18 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 */
5 21
6 #include <stdio.h> 22 #include <stdio.h>
7 #include <stdlib.h> 23 #include <stdlib.h>
8 #include <unistd.h> 24 #include <unistd.h>
9 25