diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-12-15 15:20:24 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-21 17:11:28 +0000 |
commit | 29ba6386f26991ae0f8ee02242ea5db8257f5971 (patch) | |
tree | 84393d2b3b3ec65ad024272775ed2a43ac65f976 /meta/recipes-graphics/matchbox-wm | |
parent | 67c91c83774d485b54357b81eb105ab291d4e383 (diff) | |
download | openembedded-core-29ba6386f26991ae0f8ee02242ea5db8257f5971.tar.gz openembedded-core-29ba6386f26991ae0f8ee02242ea5db8257f5971.tar.bz2 openembedded-core-29ba6386f26991ae0f8ee02242ea5db8257f5971.zip |
matchbox-wm: clarify LICENSE as GPLv2.0
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/matchbox-wm')
-rw-r--r-- | meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb index 63829ecba8..84b966a743 100644 --- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb +++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb @@ -1,6 +1,6 @@ SECTION = "x11/wm" DESCRIPTION = "Matchbox window manager" -LICENSE = "GPL" +LICENSE = "GPLv2.0+" DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat" PR = "r4" |