]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 8 Nov 2020 14:03:16 +0000 (14:03 +0000)
The license headers are clear that the code is "or later", fix LICENSE
to match.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libdnf/libdnf_0.54.2.bb

index 2a05b9f534273a435156ccdb9719280088b5c767..39d80a08215dbdad708cc36283329d9c00d562aa 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 \