X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fh.263%2Fvideo.c;h=cc86371503ba14aec6d87f9fa2126fa9711123bd;hb=ec3640b706a7a24749a411b99c052a4bbfd04668;hp=c130b543e821f7ce5b5ae17892fa7ab42f854382;hpb=41569c18e30f72307d3774c0423130cdcafe31f1;p=swftools.git diff --git a/lib/h.263/video.c b/lib/h.263/video.c index c130b54..cc86371 100644 --- a/lib/h.263/video.c +++ b/lib/h.263/video.c @@ -3,7 +3,21 @@ Part of the swftools package. - Copyright (c) 2003 Matthias Kramm */ + Copyright (c) 2003 Matthias Kramm + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "../../config.h" #include @@ -13,7 +27,7 @@ #include #include "../rfxswf.h" #include "../args.h" -#include "h263tables.c" +#include "h263tables.h" static char * filename = 0; static char * indent = " ";