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 11:45:04 +0000 |
commit | d51e812437d41ec984c820fb7984f46d160036cd (patch) | |
tree | eee3f4a27dba0f7ee46c2337206b92f4c0ebd4c3 /meta | |
parent | 374f060836e3b92d8bf466ec27741332f5a318ce (diff) | |
download | poky-d51e812437d41ec984c820fb7984f46d160036cd.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.
(From OE-Core rev: 25109aa2a4c2814ad89b4b416b4de31d14b65e93)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 765304eec6..3147d4a6ff 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 \ | |||
4 | and GNOME." | 4 | and GNOME." |
5 | SECTION = "x11/base" | 5 | SECTION = "x11/base" |
6 | SRC_URI = "file://gtk-doc.m4" | 6 | SRC_URI = "file://gtk-doc.m4" |
7 | LICENSE = "LGPL" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://../gtk-doc.m4;endline=10;md5=868a952d8bb2d825d724854cfaf8f14e" | 8 | LIC_FILES_CHKSUM = "file://../gtk-doc.m4;endline=10;md5=868a952d8bb2d825d724854cfaf8f14e" |
9 | 9 | ||
10 | PR = "r4" | 10 | PR = "r4" |