Python: pyhamcrest: Clarify BSD license variant

The License of python pyhamcrest 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:40:44 +00:00
committed by Khem Raj
parent a6493abce3
commit 07ae17981b

View File

@@ -1,5 +1,5 @@
SUMMARY = "Hamcrest framework for matcher objects"
LICENSE = "BSD"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6df1318c6071dd1707f5e3b6c11f24f"
PYPI_PACKAGE = "PyHamcrest"