diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-12 22:26:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-13 00:19:46 +0000 |
commit | 25109aa2a4c2814ad89b4b416b4de31d14b65e93 (patch) | |
tree | 1ba89a2886d2cd8c02181a8b557809077b89d939 /meta/recipes-gnome/gtk-doc | |
parent | 04c2e69ffb77b43b853170c2b804eab367260063 (diff) | |
download | openembedded-core-contrib-25109aa2a4c2814ad89b4b416b4de31d14b65e93.tar.gz |
gtk-doc: Clarify license as GPLv2
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>
Diffstat (limited to 'meta/recipes-gnome/gtk-doc')
-rw-r--r-- | meta/recipes-gnome/gtk-doc/gtk-doc.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk-doc/gtk-doc.bb b/meta/recipes-gnome/gtk-doc/gtk-doc.bb index 765304eec68..3147d4a6ff2 100644 --- a/meta/recipes-gnome/gtk-doc/gtk-doc.bb +++ b/meta/recipes-gnome/gtk-doc/gtk-doc.bb @@ -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" |