diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-06-29 01:55:56 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-06-29 01:58:34 +0000 |
commit | 8fbe11e623fef2edd92a23c3894462d142f286bb (patch) | |
tree | b3e1dee5997c507e35c787f3efee9a234dee8fa0 /libavcodec/cdxl.c | |
parent | c103dc0b48e9d2a9c266d48582bd26f0ff850169 (diff) | |
download | ffmpeg-8fbe11e623fef2edd92a23c3894462d142f286bb.tar.gz |
Replace Libav with FFmpeg in license headers for files created by me
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/cdxl.c')
-rw-r--r-- | libavcodec/cdxl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/cdxl.c b/libavcodec/cdxl.c index abf4a38caf..5c3fbc8612 100644 --- a/libavcodec/cdxl.c +++ b/libavcodec/cdxl.c @@ -2,20 +2,20 @@ * CDXL video decoder * Copyright (c) 2011-2012 Paul B Mahol * - * 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 */ |