diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-07-20 21:19:42 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-22 11:47:44 +0100 |
commit | 0b163efe5536555867f71561914414648b08ed24 (patch) | |
tree | 5348cba5db110a228b7d41243d2ac71d11906881 | |
parent | f175e4f28aa835abef8c3d5e2065054416692418 (diff) | |
download | openembedded-core-0b163efe5536555867f71561914414648b08ed24.tar.gz openembedded-core-0b163efe5536555867f71561914414648b08ed24.tar.bz2 openembedded-core-0b163efe5536555867f71561914414648b08ed24.zip |
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 <koen@dominion.thruhere.net>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |