Mercurial > mplayer.hg
changeset 31309:1a35ec7c45e0
Dual-license gl_common and vo_gl under the LGPL v2.1 or later as
an alternative to the GPL license.
author | reimar |
---|---|
date | Sun, 13 Jun 2010 10:42:32 +0000 |
parents | 793f985a762c |
children | 4b888c2d2a1d |
files | libvo/gl_common.c libvo/gl_common.h libvo/vo_gl.c |
diffstat | 3 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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. */ /**
--- 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
--- 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 <stdio.h>