diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2007-07-14 16:07:56 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2007-07-14 16:07:56 +0000 |
commit | 283614b5fcb7a73208bd882f914071f4c0f7c164 (patch) | |
tree | 97ca2b07cb6b4f62b6447c049a3b1abd07208ce3 /libavcodec/ac3dec.c | |
parent | 967d397a6c6e9d5c080e199684127cc5d7216992 (diff) | |
download | ffmpeg-283614b5fcb7a73208bd882f914071f4c0f7c164.tar.gz |
make ac3dec.c GPL until violations are fixed
Originally committed as revision 9674 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec.c')
-rw-r--r-- | libavcodec/ac3dec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index c8a8a92c3f..dbc7015f5c 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 */ |