From: Simon Dawson Date: Tue, 7 May 2013 10:54:28 +0000 (+0000) Subject: gperf: add license information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d189957b5d50b96a7257f97489a175749d0e6b25;p=buildroot.git gperf: add license information Signed-off-by: Simon Dawson Signed-off-by: Peter Korsgaard --- diff --git a/package/gperf/gperf.mk b/package/gperf/gperf.mk index 1254f0c915..59c5a0926f 100644 --- a/package/gperf/gperf.mk +++ b/package/gperf/gperf.mk @@ -6,6 +6,8 @@ GPERF_VERSION = 3.0.4 GPERF_SITE = $(BR2_GNU_MIRROR)/gperf +GPERF_LICENSE = GPLv3+ +GPERF_LICENSE_FILES = COPYING $(eval $(autotools-package)) $(eval $(host-autotools-package))