From: Justin Ruggles Date: Sat, 14 Jul 2007 16:07:56 +0000 (+0000) Subject: make ac3dec.c GPL until violations are fixed X-Git-Tag: v0.5~8322 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=283614b5fcb7a73208bd882f914071f4c0f7c164;p=platform%2Fupstream%2Flibav.git make ac3dec.c GPL until violations are fixed Originally committed as revision 9674 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index c8a8a92..dbc7015 100644 --- a/libavcodec/ac3dec.c +++ b/libavcodec/ac3dec.c @@ -17,16 +17,16 @@ * Something is wrong up on cloud # 9! * * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public + * modify it under the terms of the GNU General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library 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 - * Lesser General Public License for more details. + * General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public + * You should have received a copy of the GNU General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */