summaryrefslogtreecommitdiffstats
path: root/package/parted
diff options
context:
space:
mode:
Diffstat (limited to 'package/parted')
-rw-r--r--package/parted/parted.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/parted/parted.mk b/package/parted/parted.mk
index 78c755a32..773e332ed 100644
--- a/package/parted/parted.mk
+++ b/package/parted/parted.mk
@@ -9,5 +9,7 @@ PARTED_SOURCE = parted-$(PARTED_VERSION).tar.xz
PARTED_SITE = $(BR2_GNU_MIRROR)/parted
PARTED_DEPENDENCIES = readline util-linux lvm2
PARTED_INSTALL_STAGING = YES
+PARTED_LICENSE = GPLv3+
+PARTED_LICENSE_FILES = COPYING
$(eval $(autotools-package))