X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fa52dec.c;h=dec25138e604c80ccadab2ef767a3942fbbe5296;hb=2c409cc7af4a593a9a96162b6faeb9e814ee3eeb;hp=5226325ab607ae6f6016416ff582dc6d9385a6b0;hpb=62327e2852ffe1c3088feafa0dfbd4ddb6632064;p=ffmpeg diff --git a/libavcodec/a52dec.c b/libavcodec/a52dec.c index 5226325ab60..dec25138e60 100644 --- a/libavcodec/a52dec.c +++ b/libavcodec/a52dec.c @@ -2,18 +2,20 @@ * A52 decoder * Copyright (c) 2001 Fabrice Bellard. * - * This library is free software; you can redistribute it and/or + * This file is part of FFmpeg. + * + * FFmpeg is free software; you can redistribute it and/or * 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. * - * This library is distributed in the hope that it will be useful, + * 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software + * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */