Mercurial > mplayer.hg
changeset 31310:4b888c2d2a1d
Allow LGPL for csputils as well, they were previously part of gl_common
and are still an important part of it.
author | reimar |
---|---|
date | Sun, 13 Jun 2010 10:45:20 +0000 |
parents | 1a35ec7c45e0 |
children | 9ce59b78dbfd |
files | libvo/csputils.c libvo/csputils.h |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/csputils.c Sun Jun 13 10:42:32 2010 +0000 +++ b/libvo/csputils.c Sun Jun 13 10:45:20 2010 +0000 @@ -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>
--- a/libvo/csputils.h Sun Jun 13 10:42:32 2010 +0000 +++ b/libvo/csputils.h Sun Jun 13 10:45:20 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_CSPUTILS_H