From: Paul Menzel Date: Mon, 11 Oct 2010 22:55:26 +0000 (+0200) Subject: gedit: GPLv2+ is the correct the `LICENSE`. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=860f2947b54a29becb4686261026c205bf3b9358;p=openembedded.git gedit: GPLv2+ is the correct the `LICENSE`. `COPYING` [1] and the file headers, for example [2], say GPLv2+. Only `README` [3] just mentions GPLv2. [1] http://git.gnome.org/browse/gedit/tree/COPYING?id=dada4388aa0c33486a6d48ee1c8f2adac67abb01 [2] http://git.gnome.org/browse/gedit/tree/gedit/gedit-view-frame.c?id=dada4388aa0c33486a6d48ee1c8f2adac67abb01 [3] http://git.gnome.org/browse/gedit/tree/README?id=3fdf01ec9e0ac5f48d22e7e5d369c81fa357ea49 Signed-off-by: Paul Menzel Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/gnome/gedit_2.30.0.bb b/recipes/gnome/gedit_2.30.0.bb index eaf9f32ad0..e426d18f2a 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 = "GPL" +LICENSE = "GPLv2" DEPENDS = "gconf gnome-common glib-2.0 gtk+ gtksourceview2 iso-codes" RDEPENDS_${PN} += " gtksourceview2"