From 711ca85602b89a898f8df0113810904b286d12d6 Mon Sep 17 00:00:00 2001 From: Christophe PRIOUZEAU Date: Thu, 24 Oct 2019 14:56:06 +0000 Subject: Python: pretend: Clarify BSD license variant The License of python pretend is BSD-3-Clause. Signed-off-by: Christophe Priouzeau Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pretend.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pretend.inc b/meta-python/recipes-devtools/python/python-pretend.inc index b342aef526..58f1961999 100644 --- a/meta-python/recipes-devtools/python/python-pretend.inc +++ b/meta-python/recipes-devtools/python/python-pretend.inc @@ -1,6 +1,6 @@ SUMMARY = "A library for stubbing in Python" HOMEPAGE = "https://github.com/alex/pretend" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=411780c0b7fa756753e94affeee5bc99" SRC_URI[md5sum] = "ad53883ede48aeac7ae584f0de0240e8" -- cgit 1.2.3-korg