changeset 19594:4678e9f81334

make the C code of the swscaler which i wrote LGPL
author michael
date Wed, 30 Aug 2006 10:50:20 +0000
parents d7a977286628
children c19e6c7487b1
files libswscale/swscale.c libswscale/swscale.h libswscale/swscale_internal.h libswscale/swscale_template.c
diffstat 4 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/swscale.c	Tue Aug 29 22:28:34 2006 +0000
+++ b/libswscale/swscale.c	Wed Aug 30 10:50:20 2006 +0000
@@ -14,6 +14,9 @@
     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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+    the C code (not assembly, mmx, ...) of the swscaler which has been written
+    by Michael Niedermayer can be used under the LGPL license too
 */
 
 /*
--- a/libswscale/swscale.h	Tue Aug 29 22:28:34 2006 +0000
+++ b/libswscale/swscale.h	Wed Aug 30 10:50:20 2006 +0000
@@ -14,6 +14,9 @@
     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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+    the C code (not assembly, mmx, ...) of the swscaler which has been written
+    by Michael Niedermayer can be used under the LGPL license too
 */
 
 #ifndef SWSCALE_H
--- a/libswscale/swscale_internal.h	Tue Aug 29 22:28:34 2006 +0000
+++ b/libswscale/swscale_internal.h	Wed Aug 30 10:50:20 2006 +0000
@@ -14,6 +14,9 @@
     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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+    the C code (not assembly, mmx, ...) of the swscaler which has been written
+    by Michael Niedermayer can be used under the LGPL license too
 */
 
 #ifndef SWSCALE_INTERNAL_H
--- a/libswscale/swscale_template.c	Tue Aug 29 22:28:34 2006 +0000
+++ b/libswscale/swscale_template.c	Wed Aug 30 10:50:20 2006 +0000
@@ -14,6 +14,9 @@
     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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+    the C code (not assembly, mmx, ...) of the swscaler which has been written
+    by Michael Niedermayer can be used under the LGPL license too
 */
 
 #undef REAL_MOVNTQ