summaryrefslogtreecommitdiff
path: root/recipes/u-boot/u-boot.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2010-03-22 11:53:03 -0400
committerDenys Dmytriyenko <denis@denix.org>2010-03-22 11:53:03 -0400
commitce7314b9776757c1fffc9c60098f2c1ffd3e0b37 (patch)
tree234f61a1f650713cb089e65f1c3aac4cb142b47f /recipes/u-boot/u-boot.inc
parent3510d2ed15a4b477aa7af802a839e11a87b981ed (diff)
u-boot: update LICENSE to more specific GPLv2
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>
Diffstat (limited to 'recipes/u-boot/u-boot.inc')
-rw-r--r--recipes/u-boot/u-boot.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot.inc b/recipes/u-boot/u-boot.inc
index 6fdbaac87f..24dcb2b966 100644
--- a/recipes/u-boot/u-boot.inc
+++ b/recipes/u-boot/u-boot.inc
@@ -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"