summaryrefslogtreecommitdiffstats
path: root/package/coreutils
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-01-21 11:29:42 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-21 23:43:16 +0100
commitd12b5b808537fbfa399b8aca4c13313327d1876b (patch)
tree4f5ff589380cbc7a897bd9143e4d935f5f3a0aa6 /package/coreutils
parent9c078e9222c30c59ebd650ef1bcff81edaeca14c (diff)
downloadbuildroot-novena-d12b5b808537fbfa399b8aca4c13313327d1876b.tar.gz
buildroot-novena-d12b5b808537fbfa399b8aca4c13313327d1876b.zip
coreutils: add license information
[Peter: License is GPLv3+] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/coreutils')
-rw-r--r--package/coreutils/coreutils.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index d7d077998..079ec127e 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -7,6 +7,8 @@
COREUTILS_VERSION = 8.18
COREUTILS_SITE = $(BR2_GNU_MIRROR)/coreutils
COREUTILS_SOURCE = coreutils-$(COREUTILS_VERSION).tar.xz
+COREUTILS_LICENSE = GPLv3+
+COREUTILS_LICENSE_FILES = COPYING
# If both coreutils and busybox are selected, make certain coreutils
# wins the fight over who gets to have their utils actually installed.