]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
vte: Fix the license information
authorAdrian Bunk <bunk@stusta.de>
Wed, 5 Jun 2019 06:11:49 +0000 (09:11 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Jun 2019 23:38:38 +0000 (00:38 +0100)
Several files that are part of libvte (e.g. src/widget.cc)
are licensed LGPLv3+.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/vte/vte_0.56.1.bb

index 3585e9ce57162d55b46777f58597d9c932a17ee6..702436b368855f9ad1121fb12d3bc24a0e6e2933 100644 (file)
@@ -1,7 +1,7 @@
 SUMMARY = "Virtual terminal emulator GTK+ widget library"
 BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
-LICENSE = "GPLv3 & LGPLv2.1+"
-LICENSE_libvte = "LGPLv2.1+"
+LICENSE = "GPLv3 & LGPLv3+ & LGPLv2.1+"
+LICENSE_libvte = "LGPLv3+"
 
 LIC_FILES_CHKSUM = " \
     file://COPYING.GPL3;md5=2f31b266d3440dd7ee50f92cf67d8e6c \