diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-24 09:34:36 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
commit | 3a6d44eeb07f2044eb9d7e20594c46f52e3ad120 (patch) | |
tree | 814946a320fd7cb293ac8df7f7dcbe9f4ee563db /meta-python/recipes-devtools/python/python-alembic.inc | |
parent | 9dd6bfac3f706171ae9ed583d2c19f34a4e01b1c (diff) | |
download | meta-openembedded-3a6d44eeb07f2044eb9d7e20594c46f52e3ad120.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-alembic.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-alembic.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-alembic.inc b/meta-python/recipes-devtools/python/python-alembic.inc index fa178ce08e..e3842345f7 100644 --- a/meta-python/recipes-devtools/python/python-alembic.inc +++ b/meta-python/recipes-devtools/python/python-alembic.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "A database migration tool for SQLAlchemy" | 1 | DESCRIPTION = "A database migration tool for SQLAlchemy" |
2 | LICENSE = "BSD" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=28aaf14a6592d14dbfb2f4abd597aa27" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=28aaf14a6592d14dbfb2f4abd597aa27" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "6fe272274fce2641b93998ef9b702b76" | 5 | SRC_URI[md5sum] = "6fe272274fce2641b93998ef9b702b76" |