u-boot: update LICENSE to more specific GPLv2
authorDenys Dmytriyenko <denis@denix.org>
Mon, 22 Mar 2010 15:53:03 +0000 (11:53 -0400)
committerDenys Dmytriyenko <denis@denix.org>
Mon, 22 Mar 2010 15:53:03 +0000 (11:53 -0400)
There are parts of U-Boot that are GPLv2 and GPLv2+ (version 2 or later)
Also, U-Boot's author Wolfgang Denk is planning to switch to GPLv3+

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
recipes/u-boot/u-boot-mkimage-native_1.3.2.bb
recipes/u-boot/u-boot.inc

index 3c210a0..946f485 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "U-boot bootloader mkimage tool"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
 SECTION = "bootloader"
 
 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
index 6fdbaac..24dcb2b 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "U-Boot - the Universal Boot Loader"
 HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome"
 SECTION = "bootloaders"
 PRIORITY = "optional"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
 PROVIDES = "virtual/bootloader"
 
 DEPENDS = "mtd-utils"