[Buildroot] [PATCH 33/53] libmms: add license information

Peter Korsgaard jacmet at uclibc.org
Tue Jul 1 21:55:13 UTC 2014


>>>>> "Gustavo" == Gustavo Zacarias <gustavo at zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
 > ---
 >  package/libmms/libmms.mk | 4 ++--
 >  1 file changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/package/libmms/libmms.mk b/package/libmms/libmms.mk
 > index 405729f..445da7f 100644
 > --- a/package/libmms/libmms.mk
 > +++ b/package/libmms/libmms.mk
 > @@ -6,9 +6,9 @@
 
 >  LIBMMS_VERSION = 0.6.2
 >  LIBMMS_SITE = http://downloads.sourceforge.net/project/libmms/libmms/$(LIBMMS_VERSION)
 > -
 >  LIBMMS_INSTALL_STAGING = YES
 > -
 >  LIBMMS_DEPENDENCIES = host-pkgconf libglib2
 > +LIBMMS_LICENSE = LGPLv2.1
 > +LIBMMS_LICENSE_FILES = COPYING.LIB

It's not really clear, but I think this should be LGPLv2.1+.

Some files are copied from xine (which is GPLv2+), and README.LICENSE
just states that it is relicensed as LGPL, but all source files contain
the '(at your option) any later version' text (and GPL or LGPL header).

So I've changed this to '+' and committed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list