[oe-commits] [openembedded-core] 36/68: shared-mime-info: fix license statement

git at git.openembedded.org git at git.openembedded.org
Mon Jul 2 10:46:58 UTC 2018


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

rpurdie pushed a commit to branch sumo
in repository openembedded-core.

commit a590642af4d0d93b1d380409f45f5ef7e1793466
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Jun 5 13:47:21 2018 +0100

    shared-mime-info: fix license statement
    
    The freedesktop.org.xml data and the update-mime-database tool are both GPLv2 as
    per COPYING, so change LICENSE to GPLv2.
    
    test-mime-magic.c is LGPLv2+ but we don't install that so isn't relevant.
    
    (From OE-Core rev: 4ca838097c43755e19f8ffc66436f9ad773fcd39)
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-support/shared-mime-info/shared-mime-info.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info.inc b/meta/recipes-support/shared-mime-info/shared-mime-info.inc
index 1f51225..344da7e 100644
--- a/meta/recipes-support/shared-mime-info/shared-mime-info.inc
+++ b/meta/recipes-support/shared-mime-info/shared-mime-info.inc
@@ -2,7 +2,7 @@ SUMMARY = "Shared MIME type database and specification"
 HOMEPAGE = "http://freedesktop.org/wiki/Software/shared-mime-info"
 SECTION = "base"
 
-LICENSE = "LGPLv2+"
+LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
 DEPENDS = "libxml2 intltool-native glib-2.0 shared-mime-info-native"

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


More information about the Openembedded-commits mailing list