mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
vte: Fix the license information
Several files that are part of libvte (e.g. src/widget.cc) are licensed LGPLv3+. (From OE-Core rev: 4e3b013daaa07934f1fa81f1b26fe40fea1e3435) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
66a0ca52ef
commit
ebc8a8834a
@@ -1,7 +1,7 @@
|
|||||||
SUMMARY = "Virtual terminal emulator GTK+ widget library"
|
SUMMARY = "Virtual terminal emulator GTK+ widget library"
|
||||||
BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
|
BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
|
||||||
LICENSE = "GPLv3 & LGPLv2.1+"
|
LICENSE = "GPLv3 & LGPLv3+ & LGPLv2.1+"
|
||||||
LICENSE_libvte = "LGPLv2.1+"
|
LICENSE_libvte = "LGPLv3+"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = " \
|
LIC_FILES_CHKSUM = " \
|
||||||
file://COPYING.GPL3;md5=2f31b266d3440dd7ee50f92cf67d8e6c \
|
file://COPYING.GPL3;md5=2f31b266d3440dd7ee50f92cf67d8e6c \
|
||||||
|
|||||||
Reference in New Issue
Block a user