From: Gustavo Zacarias Date: Tue, 24 Jun 2014 18:55:56 +0000 (-0300) Subject: gptfdisk: add license information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b27deab5787326de57e39d2817cefe10b28201c5;p=buildroot.git gptfdisk: add license information Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/gptfdisk/gptfdisk.mk b/package/gptfdisk/gptfdisk.mk index 22bf180a3c..6835f4010e 100644 --- a/package/gptfdisk/gptfdisk.mk +++ b/package/gptfdisk/gptfdisk.mk @@ -6,6 +6,8 @@ GPTFDISK_VERSION = 0.8.6 GPTFDISK_SITE = http://downloads.sourceforge.net/sourceforge/gptfdisk +GPTFDISK_LICENSE = GPLv2+ +GPTFDISK_LICENSE_FILES = COPYING GPTFDISK_TARGETS_$(BR2_PACKAGE_GPTFDISK_GDISK) += gdisk GPTFDISK_TARGETS_$(BR2_PACKAGE_GPTFDISK_SGDISK) += sgdisk