]> code.ossystems Code Review - openembedded-core.git/commitdiff
libdnf: Fix license as it contains 'or later' clause
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Oct 2020 21:45:47 +0000 (21:45 +0000)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 17 Nov 2020 03:45:12 +0000 (11:45 +0800)
The license headers are clear that the code is "or later", fix LICENSE
to match.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e565e0b908c71ad5106d1c6c73d269b819787e55)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-devtools/libdnf/libdnf_0.48.0.bb

index 37991e6d8096677b61a8d0a8c12357a3813d52d3..25c1bc68ba5787272acd8657cb9b63926ee068cc 100644 (file)
@@ -1,5 +1,5 @@
 SUMMARY = "Library providing simplified C and Python API to libsolv"
-LICENSE = "LGPLv2.1"
+LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
 SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master \