aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gedit_2.30.0.bb
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2010-10-19 23:07:12 +0200
committerKhem Raj <raj.khem@gmail.com>2010-10-20 18:30:23 -0700
commitb2cbb1dcae492ae2b864f98b2aeeb9754c6ad30e (patch)
tree05e67ed27eacd0d3218f8fb12d23d8575b5d4a55 /recipes/gnome/gedit_2.30.0.bb
parentb78d5938aafc288a8a39afec760c40fb756da7b9 (diff)
downloadopenembedded-b2cbb1dcae492ae2b864f98b2aeeb9754c6ad30e.tar.gz
gedit_2.30.0: Set `LICENSE` to GPLv2+ for real.
Set In commit 860f29 [1] `LICENSE` was just set to `GPLv2` instead of `GPLv2+` in contrary to the commit message and the intention. Thanks for Andreas Oberritter to spotting this [2]. [1] http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?h=master&id=860f2947b54a29becb4686261026c205bf3b9358 [2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-October/025823.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gnome/gedit_2.30.0.bb')
-rw-r--r--recipes/gnome/gedit_2.30.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnome/gedit_2.30.0.bb b/recipes/gnome/gedit_2.30.0.bb
index 1d0ce78568..1a01303f90 100644
--- a/recipes/gnome/gedit_2.30.0.bb
+++ b/recipes/gnome/gedit_2.30.0.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "GNOME editor"
SECTION = "x11/gnome"
-LICENSE = "GPLv2"
+LICENSE = "GPLv2+"
DEPENDS = "enchant gconf gnome-common gnome-doc-utils-native glib-2.0 gtk+ gtksourceview2 iso-codes"
RDEPENDS_${PN} += " gtksourceview2"