All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][v2][PATCH] python3-flask-bootstrap: Update LICENSES
@ 2021-09-18 18:27 Armin Kuster
  0 siblings, 0 replies; only message in thread
From: Armin Kuster @ 2021-09-18 18:27 UTC (permalink / raw)
  To: openembedded-devel

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Missing MIT and Apache 2-0...

Signed-off-by: Armin Kuster <akuster808@gmail.com>

--
v2]
Too many 'ands'
---
 meta-python/recipes-devtools/python/python-flask-bootstrap.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-flask-bootstrap.inc b/meta-python/recipes-devtools/python/python-flask-bootstrap.inc
index 688622afa6..1a729c975b 100644
--- a/meta-python/recipes-devtools/python/python-flask-bootstrap.inc
+++ b/meta-python/recipes-devtools/python/python-flask-bootstrap.inc
@@ -1,5 +1,5 @@
 DESCRIPTION = "An extension that includes Bootstrap in your project, without any boilerplate code."
-LICENSE = "BSD"
+LICENSE = "Apache-2.0 & MIT & BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a03749709f06118a17349deb5a210619"
 
 SRC_URI[md5sum] = "e40d50f5c5b6438c1c6200a6f2871f81"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-18 18:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-18 18:27 [meta-python][v2][PATCH] python3-flask-bootstrap: Update LICENSES Armin Kuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.