diff mbox

[02/10] coreutils: add license information

Message ID 1358803790-30245-2-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias Jan. 21, 2013, 9:29 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/coreutils/coreutils.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard Jan. 21, 2013, 10:43 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 Gustavo> ---
 Gustavo>  package/coreutils/coreutils.mk | 2 ++
 Gustavo>  1 file changed, 2 insertions(+)

 Gustavo> diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
 Gustavo> index d7d0779..4fc70f7 100644
 Gustavo> --- a/package/coreutils/coreutils.mk
 Gustavo> +++ b/package/coreutils/coreutils.mk
 Gustavo> @@ -7,6 +7,8 @@
 Gustavo>  COREUTILS_VERSION = 8.18
 Gustavo>  COREUTILS_SITE = $(BR2_GNU_MIRROR)/coreutils
 Gustavo>  COREUTILS_SOURCE = coreutils-$(COREUTILS_VERSION).tar.xz
 Gustavo> +COREUTILS_LICENSE = GPLv3
 Gustavo> +COREUTILS_LICENSE_FILES = COPYING

It seems to be GPLv3+:

 grep -rls 'later version' *|wc -l
1656

Committed with that change, thanks.
diff mbox

Patch

diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index d7d0779..4fc70f7 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.