]> code.ossystems Code Review - openembedded-core.git/commitdiff
gtk-doc: Clarify license as GPLv2
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Mar 2012 22:26:23 +0000 (22:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Mar 2012 00:19:46 +0000 (00:19 +0000)
The .m4 file has no details but the upstream project is clearly GPLv2
so update the LICENSE file to match.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gtk-doc/gtk-doc.bb

index 765304eec68c61a39864bb2ca7ea0166206c7b68..3147d4a6ff2be494e49e0518a12d6158417c84dd 100644 (file)
@@ -4,7 +4,7 @@ It is used for generating the documentation for GTK+, GLib \
 and GNOME."
 SECTION = "x11/base"
 SRC_URI = "file://gtk-doc.m4"
-LICENSE = "LGPL"
+LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://../gtk-doc.m4;endline=10;md5=868a952d8bb2d825d724854cfaf8f14e"
 
 PR = "r4"