diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-06-29 12:19:37 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-29 20:43:30 +0200 |
commit | 12863db8404f34ba00a70f2d84100b3c80a6cf8d (patch) | |
tree | de109be705f044b4c81756783502fe4376b6d2f4 | |
parent | 439e32f9b86adbefafceec2034cc649c0b329805 (diff) | |
download | ffmpeg-12863db8404f34ba00a70f2d84100b3c80a6cf8d.tar.gz |
wma_common: Fix license header
common wma code existed long before Libav
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/wma_common.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/wma_common.h b/libavcodec/wma_common.h index 3a786c3ae6..84d2cda118 100644 --- a/libavcodec/wma_common.h +++ b/libavcodec/wma_common.h @@ -1,20 +1,20 @@ /* * common code shared by all WMA variants * - * This file is part of Libav. + * This file is part of FFmpeg. * - * Libav is free software; you can redistribute it and/or + * 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.1 of the License, or (at your option) any later version. * - * Libav 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 Libav; 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 */ |