From: Bruce Ashfield Date: Thu, 21 Jul 2011 01:19:42 +0000 (-0400) Subject: linux-yocto: update LICENSE to GPLv2 X-Git-Tag: 2011-1~652 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0b163efe5536555867f71561914414648b08ed24;p=openembedded-core.git linux-yocto: update LICENSE to GPLv2 As reported by Koen Kooi, the LICENSE for linux-yocto can be tightened up to specifiy the particular version of the GPL. cc: Koen Kooi Signed-off-by: Bruce Ashfield --- diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index c304d009eb..595795bf9a 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc @@ -1,6 +1,6 @@ DESCRIPTION = "Yocto Kernel" SECTION = "kernel" -LICENSE = "GPL" +LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"