From patchwork Tue Nov 13 11:06:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [29/30] which: add license info Date: Tue, 13 Nov 2012 01:06:03 -0000 From: Arnout Vandecappelle X-Patchwork-Id: 198625 Message-Id: <1352804764-24026-29-git-send-email-arnout@mind.be> To: buildroot@busybox.net From: "Arnout Vandecappelle (Essensium/Mind)" Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/which/which.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/which/which.mk b/package/which/which.mk index e7ebc7f..6e2dce6 100644 --- a/package/which/which.mk +++ b/package/which/which.mk @@ -6,5 +6,7 @@ WHICH_VERSION = 2.20 WHICH_SITE = http://carlo17.home.xs4all.nl/which +WHICH_LICENSE = GPLv3+ +WHICH_LICENSE_FILES = COPYING $(eval $(autotools-package))