diff options
author | Marc Olzheim <marc@iphion.nl> | 2010-07-21 23:26:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-22 13:12:58 +0200 |
commit | d1521243e878d244d5c92117ce7e3edabaff22a1 (patch) | |
tree | 41c2620f9544742a6fa00c15cb9f17ab06705105 | |
parent | c6b6a0fe07fbd70354065a279b3bed0ad343b8ea (diff) |
coreutils: LICENSE for versions after 6.9 is GPLv3.
Signed-off-by: Koen Kooi <koen@openembedded.org>
-rw-r--r-- | recipes/coreutils/coreutils-6.0.inc | 2 | ||||
-rw-r--r-- | recipes/coreutils/coreutils.inc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes/coreutils/coreutils-6.0.inc b/recipes/coreutils/coreutils-6.0.inc index 41f26cff72..fb5abbcaf5 100644 --- a/recipes/coreutils/coreutils-6.0.inc +++ b/recipes/coreutils/coreutils-6.0.inc @@ -1,5 +1,7 @@ require coreutils.inc +LICENSE = GPLv2 + SRC_URI = "\ ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \ file://futimens.patch \ diff --git a/recipes/coreutils/coreutils.inc b/recipes/coreutils/coreutils.inc index 9242c5196a..e10896c5a9 100644 --- a/recipes/coreutils/coreutils.inc +++ b/recipes/coreutils/coreutils.inc @@ -1,6 +1,6 @@ DESCRIPTION = "A collection of core GNU utilities." HOMEPAGE = "http://www.gnu.org/software/coreutils" -LICENSE = "GPL" +LICENSE = "GPLv3" SECTION = "base" RREPLACES_${PN} = "textutils shellutils fileutils" RPROVIDES_${PN} = "textutils shellutils fileutils" |