[Buildroot] [PATCH] hwdata: add license information

Peter Korsgaard jacmet at uclibc.org
Sun May 25 20:36:58 UTC 2014


>>>>> "Heiko" == Heiko Abraham <abrahamh at web.de> writes:

 > Add missing license info and file for package 'hwdata'
 > ---
 >  package/hwdata/hwdata.mk | 2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/package/hwdata/hwdata.mk b/package/hwdata/hwdata.mk
 > index 501baec..d1044c4 100644
 > --- a/package/hwdata/hwdata.mk
 > +++ b/package/hwdata/hwdata.mk
 > @@ -8,6 +8,8 @@ HWDATA_VERSION = 0.230
 >  HWDATA_SOURCE = hwdata_$(HWDATA_VERSION).orig.tar.gz
 >  HWDATA_PATCH = hwdata_$(HWDATA_VERSION)-1.diff.gz
 >  HWDATA_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/h/hwdata/
 > +HWDATA_LICENSE = GPLv2 XFree86_1.0_license
 > +HWDATA_LICENSE_FILES = COPYING LICENSE

LICENSE states that it is GPLv2+. We normally use 'or' between the
licenses to clarify that you can choose and that it isn't a mix of both,
so I've added that and committed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list