[MPlayer-cvslog] r31375 - in trunk/libvo: gl_common.c gl_common.h vo_gl.c
reimar
subversion at mplayerhq.hu
Sun Jun 13 12:42:32 CEST 2010
Author: reimar
Date: Sun Jun 13 12:42:32 2010
New Revision: 31375
Log:
Dual-license gl_common and vo_gl under the LGPL v2.1 or later as
an alternative to the GPL license.
Modified:
trunk/libvo/gl_common.c
trunk/libvo/gl_common.h
trunk/libvo/vo_gl.c
Modified: trunk/libvo/gl_common.c
==============================================================================
--- trunk/libvo/gl_common.c Sun Jun 13 10:19:12 2010 (r31374)
+++ trunk/libvo/gl_common.c Sun Jun 13 12:42:32 2010 (r31375)
@@ -20,6 +20,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.
*/
/**
Modified: trunk/libvo/gl_common.h
==============================================================================
--- trunk/libvo/gl_common.h Sun Jun 13 10:19:12 2010 (r31374)
+++ trunk/libvo/gl_common.h Sun Jun 13 12:42:32 2010 (r31375)
@@ -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_GL_COMMON_H
Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c Sun Jun 13 10:19:12 2010 (r31374)
+++ trunk/libvo/vo_gl.c Sun Jun 13 12:42:32 2010 (r31375)
@@ -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.
*/
#include <stdio.h>
More information about the MPlayer-cvslog
mailing list