# HG changeset patch # User reimar # Date 1276425752 0 # Node ID 1a35ec7c45e04f7907965e74c88a1125b1357430 # Parent 793f985a762ca3d74eb6d016ebe0b7cd5fb08380 Dual-license gl_common and vo_gl under the LGPL v2.1 or later as an alternative to the GPL license. diff -r 793f985a762c -r 1a35ec7c45e0 libvo/gl_common.c --- a/libvo/gl_common.c Sun Jun 13 08:19:12 2010 +0000 +++ b/libvo/gl_common.c Sun Jun 13 10:42:32 2010 +0000 @@ -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. */ /** diff -r 793f985a762c -r 1a35ec7c45e0 libvo/gl_common.h --- a/libvo/gl_common.h Sun Jun 13 08:19:12 2010 +0000 +++ b/libvo/gl_common.h Sun Jun 13 10:42:32 2010 +0000 @@ -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 diff -r 793f985a762c -r 1a35ec7c45e0 libvo/vo_gl.c --- a/libvo/vo_gl.c Sun Jun 13 08:19:12 2010 +0000 +++ b/libvo/vo_gl.c Sun Jun 13 10:42:32 2010 +0000 @@ -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