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>
This commit is contained in:
Richard Purdie 2012-03-12 22:26:23 +00:00
parent 374f060836
commit d51e812437
1 changed files with 1 additions and 1 deletions

View 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"