Python: alembic: Clarify BSD license variant

The License of python alembic is MIT.

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-24 09:34:36 +00:00 committed by Khem Raj
parent 9dd6bfac3f
commit 3a6d44eeb0

View File

@ -1,5 +1,5 @@
DESCRIPTION = "A database migration tool for SQLAlchemy"
LICENSE = "BSD"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=28aaf14a6592d14dbfb2f4abd597aa27"
SRC_URI[md5sum] = "6fe272274fce2641b93998ef9b702b76"