Python: markdown: Clarify BSD license variant

The License of python markdown is BSD-3-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Christophe PRIOUZEAU 2019-10-25 07:39:34 +00:00 committed by Khem Raj
parent 9376fd7c00
commit 864eba7e8b

View File

@ -1,5 +1,5 @@
SUMMARY = "A Python implementation of John Gruber's Markdown."
LICENSE = "BSD"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=745aaad0c69c60039e638bff9ffc59ed"
inherit pypi setuptools3