[oe-commits] [meta-openembedded] 26/35: Python: oauthlib: Clarify BSD license variant

git at git.openembedded.org git at git.openembedded.org
Fri Oct 25 17:43:30 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 94a976cff4ac6b9e6fd620cd282e07ad01c7c395
Author: Christophe PRIOUZEAU <christophe.priouzeau at st.com>
AuthorDate: Fri Oct 25 07:40:43 2019 +0000

    Python: oauthlib: Clarify BSD license variant
    
    The License of python oauthlib is BSD-3-Clause.
    
    Signed-off-by: Christophe Priouzeau <christophe.priouzeau at st.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-oauthlib.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-oauthlib.inc b/meta-python/recipes-devtools/python/python-oauthlib.inc
index c5de8a0..fea0714 100644
--- a/meta-python/recipes-devtools/python/python-oauthlib.inc
+++ b/meta-python/recipes-devtools/python/python-oauthlib.inc
@@ -1,7 +1,7 @@
 SUMMARY = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
 HOMEPAGE = "https://github.com/idan/oauthlib"
 
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5ba9ce41463615e082609806255bce1b"
 
 SRC_URI = "https://pypi.python.org/packages/a5/8a/212e9b47fb54be109f3ff0684165bb38c51117f34e175c379fce5c7df754/oauthlib-${PV}.tar.gz"

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


More information about the Openembedded-commits mailing list