diff mbox

[12/54] libhid: add license information

Message ID 1403636160-11807-12-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit cbcb8febe2b5cae692d53ab8ec8e14a9baa61a39
Headers show

Commit Message

Gustavo Zacarias June 24, 2014, 6:55 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libhid/libhid.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Yann E. MORIN June 24, 2014, 10:13 p.m. UTC | #1
Gustavo, All,

On 2014-06-24 15:55 -0300, Gustavo Zacarias spake thusly:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

COPYING OK, yadda yadda... ;-)

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/libhid/libhid.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/libhid/libhid.mk b/package/libhid/libhid.mk
> index 30501d5..469a607 100644
> --- a/package/libhid/libhid.mk
> +++ b/package/libhid/libhid.mk
> @@ -9,6 +9,8 @@ LIBHID_SITE = http://sources.buildroot.net/
>  LIBHID_DEPENDENCIES = libusb-compat libusb
>  LIBHID_INSTALL_STAGING = YES
>  LIBHID_AUTORECONF = YES
> +LIBHID_LICENSE = GPLv2
> +LIBHID_LICENSE_FILES = COPYING
>  # configure runs libusb-config for cflags/ldflags. Ensure it picks up
>  # the target version
>  LIBHID_CONF_ENV = PATH=$(STAGING_DIR)/usr/bin:$(BR_PATH)
> -- 
> 1.8.5.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard June 25, 2014, 8:47 p.m. UTC | #2
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

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

 > diff --git a/package/libhid/libhid.mk b/package/libhid/libhid.mk
 > index 30501d5..469a607 100644
 > --- a/package/libhid/libhid.mk
 > +++ b/package/libhid/libhid.mk
 > @@ -9,6 +9,8 @@ LIBHID_SITE = http://sources.buildroot.net/
 >  LIBHID_DEPENDENCIES = libusb-compat libusb
 >  LIBHID_INSTALL_STAGING = YES
 >  LIBHID_AUTORECONF = YES
 > +LIBHID_LICENSE = GPLv2
 > +LIBHID_LICENSE_FILES = COPYING

There's actually also a hidparsers/COPYING with some trivial
differences, and those files are explicitly marked as GPLv2+, but I
guess libhid as a whole is just GPLv2 - So I guess it is ok.

Committed, thanks.
diff mbox

Patch

diff --git a/package/libhid/libhid.mk b/package/libhid/libhid.mk
index 30501d5..469a607 100644
--- a/package/libhid/libhid.mk
+++ b/package/libhid/libhid.mk
@@ -9,6 +9,8 @@  LIBHID_SITE = http://sources.buildroot.net/
 LIBHID_DEPENDENCIES = libusb-compat libusb
 LIBHID_INSTALL_STAGING = YES
 LIBHID_AUTORECONF = YES
+LIBHID_LICENSE = GPLv2
+LIBHID_LICENSE_FILES = COPYING
 # configure runs libusb-config for cflags/ldflags. Ensure it picks up
 # the target version
 LIBHID_CONF_ENV = PATH=$(STAGING_DIR)/usr/bin:$(BR_PATH)