coreutils: LICENSE for versions after 6.9 is GPLv3.
authorMarc Olzheim <marc@iphion.nl>
Wed, 21 Jul 2010 23:26:18 +0000 (23:26 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 22 Jul 2010 11:12:58 +0000 (13:12 +0200)
Signed-off-by: Koen Kooi <koen@openembedded.org>
recipes/coreutils/coreutils-6.0.inc
recipes/coreutils/coreutils.inc

index 41f26cf..fb5abbc 100644 (file)
@@ -1,5 +1,7 @@
 require coreutils.inc
 
+LICENSE = GPLv2
+
 SRC_URI = "\
   ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \
   file://futimens.patch \
index 9242c51..e10896c 100644 (file)
@@ -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"