summaryrefslogtreecommitdiffstats
path: root/package/which
diff options
context:
space:
mode:
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2012-11-13 01:06:03 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-14 22:38:52 +0100
commit36581a48557a62b209e68a5eec30b25c3eb9ce25 (patch)
treef8d1990a7687822420b24cc63784736f271aa04a /package/which
parent8768bef793c1ad0e9ffd9f82e0ca0a9cfda27fc6 (diff)
downloadbuildroot-novena-36581a48557a62b209e68a5eec30b25c3eb9ce25.tar.gz
buildroot-novena-36581a48557a62b209e68a5eec30b25c3eb9ce25.zip
which: add license info
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/which')
-rw-r--r--package/which/which.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/which/which.mk b/package/which/which.mk
index e7ebc7fbb..6e2dce6e8 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))