diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-08-05 12:11:34 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-08-05 12:11:34 +0000 |
commit | 662816589130367fcf4c1f32b05fbda8eb70bc76 (patch) | |
tree | cd98cec38c419da33fb0dea5a79088f2cacf75a3 /libavcodec/xsubdec.c | |
parent | 369f73062b50a4cd815396fb878124a8304903fe (diff) | |
download | ffmpeg-662816589130367fcf4c1f32b05fbda8eb70bc76.tar.gz |
Add proper license header
Originally committed as revision 9944 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xsubdec.c')
-rw-r--r-- | libavcodec/xsubdec.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libavcodec/xsubdec.c b/libavcodec/xsubdec.c index e877db41bc..609f59b351 100644 --- a/libavcodec/xsubdec.c +++ b/libavcodec/xsubdec.c @@ -1,3 +1,23 @@ +/* + * XSUB subtitle decoder + * Copyright (c) 2007 Reimar Döffinger + * + * 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.1 of the License, or (at your option) any later version. + * + * 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 FFmpeg; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ #include "avcodec.h" #include "bitstream.h" #include "bytestream.h" |