# HG changeset patch # User diego # Date 1242773889 0 # Node ID 3e1a08ba84811b223627df8fb22e3a2da02f38cb # Parent 15276eb661808e8dc0ad6fc00860ea6852c76cb2 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. diff -r 15276eb66180 -r 3e1a08ba8481 ac3dec.c --- a/ac3dec.c Tue May 19 21:29:21 2009 +0000 +++ b/ac3dec.c Tue May 19 22:58:09 2009 +0000 @@ -7,24 +7,19 @@ * Copyright (c) 2007-2008 Bartlomiej Wolowiec * Copyright (c) 2007 Justin Ruggles * - * Portions of this code are derived from liba52 - * http://liba52.sourceforge.net - * Copyright (C) 2000-2003 Michel Lespinasse - * Copyright (C) 1999-2000 Aaron Holtzman - * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public + * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public + * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */