mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 11:18:35 +00:00
Python: whoosh: Clarify BSD license variant
The License of python whoosh is BSD-2-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
1954ed6f1a
commit
05812160bf
@@ -4,7 +4,7 @@ Whoosh is a fast, featureful full-text indexing and searching library \
|
||||
implemented in pure Python. Programmers can use it to easily add search \
|
||||
functionality to their applications and websites. Every part of how \
|
||||
Whoosh works can be extended or replaced to meet your needs exactly."
|
||||
LICENSE = "BSD"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05303186defc6141143629961c7c8a60"
|
||||
|
||||
SRC_URI[md5sum] = "893433e9c0525ac043df33e6e04caab2"
|
||||
|
||||
Reference in New Issue
Block a user