comparison ac3dec.c @ 9673:3e1a08ba8481 libavcodec

The AC-3 decoder is now LGPL. Exchange the license header and change references in the build system and documentation that mark it as GPL.
author diego
date Tue, 19 May 2009 22:58:09 +0000
parents 15276eb66180
children debe2623a70a
comparison
equal deleted inserted replaced
9672:15276eb66180 9673:3e1a08ba8481
5 * 5 *
6 * Copyright (c) 2006 Kartikey Mahendra BHATT (bhattkm at gmail dot com) 6 * Copyright (c) 2006 Kartikey Mahendra BHATT (bhattkm at gmail dot com)
7 * Copyright (c) 2007-2008 Bartlomiej Wolowiec <bartek.wolowiec@gmail.com> 7 * Copyright (c) 2007-2008 Bartlomiej Wolowiec <bartek.wolowiec@gmail.com>
8 * Copyright (c) 2007 Justin Ruggles <justin.ruggles@gmail.com> 8 * Copyright (c) 2007 Justin Ruggles <justin.ruggles@gmail.com>
9 * 9 *
10 * Portions of this code are derived from liba52
11 * http://liba52.sourceforge.net
12 * Copyright (C) 2000-2003 Michel Lespinasse <walken@zoy.org>
13 * Copyright (C) 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
14 *
15 * This file is part of FFmpeg. 10 * This file is part of FFmpeg.
16 * 11 *
17 * FFmpeg is free software; you can redistribute it and/or 12 * FFmpeg is free software; you can redistribute it and/or
18 * modify it under the terms of the GNU General Public 13 * modify it under the terms of the GNU Lesser General Public
19 * License as published by the Free Software Foundation; either 14 * License as published by the Free Software Foundation; either
20 * version 2 of the License, or (at your option) any later version. 15 * version 2.1 of the License, or (at your option) any later version.
21 * 16 *
22 * FFmpeg is distributed in the hope that it will be useful, 17 * FFmpeg is distributed in the hope that it will be useful,
23 * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
25 * General Public License for more details. 20 * Lesser General Public License for more details.
26 * 21 *
27 * You should have received a copy of the GNU General Public 22 * You should have received a copy of the GNU Lesser General Public
28 * License along with FFmpeg; if not, write to the Free Software 23 * License along with FFmpeg; if not, write to the Free Software
29 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
30 */ 25 */
31 26
32 #include <stdio.h> 27 #include <stdio.h>