[oe-commits] [meta-openembedded] 34/73: lvm2.inc: Correct the license (LGPL-2.0 -> LGPL-2.1)

git at git.openembedded.org git at git.openembedded.org
Sun Nov 25 20:55:45 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch thud-next
in repository meta-openembedded.

commit 36977b35b17d7c50e84854e9bdd72c91b208fd9d
Author: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
AuthorDate: Sat Nov 3 10:39:05 2018 +0100

    lvm2.inc: Correct the license (LGPL-2.0 -> LGPL-2.1)
    
    The library parts are actually LGPL-2.1, not LGPL-2.0.
    
    License-Update: The correct license is LGPL-2.1, not LGPL-2.0.
    Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-support/lvm2/lvm2.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc
index 5728d83..26a887e 100644
--- a/meta-oe/recipes-support/lvm2/lvm2.inc
+++ b/meta-oe/recipes-support/lvm2/lvm2.inc
@@ -1,7 +1,7 @@
 HOMEPAGE = "https://www.sourceware.org/lvm2/"
 SECTION = "utils"
 DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux."
-LICENSE = "GPLv2 & LGPLv2"
+LICENSE = "GPLv2 & LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=12713b4d9386533feeb07d6e4831765a \
                     file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list