From 662816589130367fcf4c1f32b05fbda8eb70bc76 Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sun, 5 Aug 2007 12:11:34 +0000 Subject: Add proper license header Originally committed as revision 9944 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xsubdec.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'libavcodec/xsubdec.c') 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" -- cgit v1.2.3