[MPlayer-cvslog] r31376 - in trunk/libvo: csputils.c csputils.h

reimar subversion at mplayerhq.hu
Sun Jun 13 12:45:20 CEST 2010


Author: reimar
Date: Sun Jun 13 12:45:20 2010
New Revision: 31376

Log:
Allow LGPL for csputils as well, they were previously part of gl_common
and are still an important part of it.

Modified:
   trunk/libvo/csputils.c
   trunk/libvo/csputils.h

Modified: trunk/libvo/csputils.c
==============================================================================
--- trunk/libvo/csputils.c	Sun Jun 13 12:42:32 2010	(r31375)
+++ trunk/libvo/csputils.c	Sun Jun 13 12:45:20 2010	(r31376)
@@ -18,6 +18,11 @@
  * You should have received a copy of the GNU General Public License along
  * with MPlayer; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You can alternatively redistribute this file 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.
  */
 
 #include <stdint.h>

Modified: trunk/libvo/csputils.h
==============================================================================
--- trunk/libvo/csputils.h	Sun Jun 13 12:42:32 2010	(r31375)
+++ trunk/libvo/csputils.h	Sun Jun 13 12:45:20 2010	(r31376)
@@ -14,6 +14,11 @@
  * You should have received a copy of the GNU General Public License along
  * with MPlayer; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * You can alternatively redistribute this file 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.
  */
 
 #ifndef MPLAYER_CSPUTILS_H


More information about the MPlayer-cvslog mailing list