summaryrefslogtreecommitdiff
path: root/package/makedevs
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-07-02 09:40:07 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-15 22:51:07 +0200
commit21510bdb0bfee931d2ac4929663e8398278b8e2f (patch)
treeac5739ec7cc0f8020da96f79a4ef1c709a0276ea /package/makedevs
parent67f25d1b212e71412fc4b239a33b79269a0c342c (diff)
makedevs: add license information
[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>
Diffstat (limited to 'package/makedevs')
-rw-r--r--package/makedevs/makedevs.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/makedevs/makedevs.mk b/package/makedevs/makedevs.mk
index 7210dc6c2..fa8e753cb 100644
--- a/package/makedevs/makedevs.mk
+++ b/package/makedevs/makedevs.mk
@@ -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) \