[oe-commits] [openembedded-core] 93/122: sbc: fix license

git at git.openembedded.org git at git.openembedded.org
Mon Dec 4 17:26:11 UTC 2017


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

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

commit 39193c6b30d34fd4c07e1a36581a1bd94fd76b29
Author: Radek Dostál <radek.dostal at streamunlimited.com>
AuthorDate: Fri Nov 10 13:11:05 2017 +0100

    sbc: fix license
    
    sbc library itself is licensed under LGPLv2.1 or higher as mentioned in
    sbc/sbc.h or any other file in sbc directory.
    
    sbc test applications are licensed under GPLv2 or higher as mentioned in
    src/sbcenc.c or any other file in src directory
    
    Reported-by: Vladimir Koutny <vladimir.koutny at streamunlimited.com>
    Signed-off-by: Radek Dostál <radek.dostal at streamunlimited.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Armin Kuster <akuster at mvista.com>
---
 meta/recipes-multimedia/sbc/sbc_1.3.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/sbc/sbc_1.3.bb b/meta/recipes-multimedia/sbc/sbc_1.3.bb
index f6a7f8b..2bb895d 100644
--- a/meta/recipes-multimedia/sbc/sbc_1.3.bb
+++ b/meta/recipes-multimedia/sbc/sbc_1.3.bb
@@ -2,8 +2,12 @@ SUMMARY = "SBC Audio Codec"
 DESCRIPTION = "Bluetooth low-complexity, subband codec (SBC) library."
 HOMEPAGE = "https://www.bluez.org"
 SECTION = "libs"
-LICENSE = "GPLv2"
+LICENSE = "GPLv2+ & LGPLv2.1+"
+LICENSE_${PN} = "LGPLv2.1+"
+LICENSE_${PN}-examples = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
+                    file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
+                    file://src/sbcenc.c;beginline=1;endline=24;md5=08e7a70b127f4100ff2cd7d629147d8d \
                     file://sbc/sbc.h;beginline=1;endline=26;md5=0f57d0df22b0d40746bdd29805a4361b"
 
 DEPENDS = "libsndfile1"

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


More information about the Openembedded-commits mailing list