[FFmpeg-soc] [soc]: r3404 - in vc-1: try0/vc1acdata.h try0/vc1data.h vc1acdata.h

diego subversion at mplayerhq.hu
Sun Aug 17 20:23:53 CEST 2008


Author: diego
Date: Sun Aug 17 20:23:53 2008
New Revision: 3404

Log:
Add standard license headers to files lacking them.
This is in case somebody looks at them and uses them as templates.


Modified:
   vc-1/try0/vc1acdata.h
   vc-1/try0/vc1data.h
   vc-1/vc1acdata.h

Modified: vc-1/try0/vc1acdata.h
==============================================================================
--- vc-1/try0/vc1acdata.h	(original)
+++ vc-1/try0/vc1acdata.h	Sun Aug 17 20:23:53 2008
@@ -1,3 +1,24 @@
+/*
+ * VC-1 and WMV3 decoder
+ * copyright (c) 2006 Konstantin Shishkov
+ *
+ * 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
+ */
+
 #define AC_MODES 8
 
 static const int vc1_ac_sizes[AC_MODES] = {

Modified: vc-1/try0/vc1data.h
==============================================================================
--- vc-1/try0/vc1data.h	(original)
+++ vc-1/try0/vc1data.h	Sun Aug 17 20:23:53 2008
@@ -1,3 +1,25 @@
+/*
+ * VC-1 and WMV3 decoder
+ * copyright (c) 2006 Konstantin Shishkov
+ * (c) 2005 anonymous, Alex Beregszaszi, Michael Niedermayer
+ *
+ * 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-1 301 USA
+ */
+
 /**
  * @file vc1data.h
  * VC-1 tables.

Modified: vc-1/vc1acdata.h
==============================================================================
--- vc-1/vc1acdata.h	(original)
+++ vc-1/vc1acdata.h	Sun Aug 17 20:23:53 2008
@@ -1,3 +1,24 @@
+/*
+ * VC-1 and WMV3 decoder
+ * copyright (c) 2006 Konstantin Shishkov
+ *
+ * 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
+ */
+
 #define AC_MODES 8
 
 static const int vc1_ac_sizes[AC_MODES] = {



More information about the FFmpeg-soc mailing list