makedevs: add license information
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 2 Jul 2014 12:40:07 +0000 (09:40 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 15 Jul 2014 20:51:07 +0000 (22:51 +0200)
[Thomas: change license to be GPLv2. The header of makedevs.c is a bit
unclear, as it mentions both the GPL and LGPL. But since the code
seems to originally be coming from Busybox, assuming GPLv2 is the
safest option.]

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/makedevs/makedevs.mk

index 7210dc6c2545c1401cbdc9bb1b4ee992d55a929d..fa8e753cbdaccbdf6e5713013b5f98caf2a3f406 100644 (file)
@@ -9,6 +9,7 @@ MAKEDEVS_SOURCE =
 HOST_MAKEDEVS_SOURCE =
 
 MAKEDEVS_VERSION = buildroot-$(BR2_VERSION)
+MAKEDEVS_LICENSE = GPLv2
 
 define MAKEDEVS_BUILD_CMDS
        $(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) \