diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-09-18 11:27:01 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-20 08:43:37 -0700 |
commit | aee2f10638f1407e874970f540c2427a6dc8e6dc (patch) | |
tree | 7f3d8fe5188787a0afd99fe8439c11369a0245f5 | |
parent | 0f65032120b8ed5a866618310e3d4ec197e87293 (diff) | |
download | meta-openembedded-aee2f10638f1407e874970f540c2427a6dc8e6dc.tar.gz |
python3-flask-bootstrap: Update LICENSES
"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'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-flask-bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-bootstrap.inc b/meta-python/recipes-devtools/python/python-flask-bootstrap.inc index 688622afa..1a729c975 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 @@ | |||
1 | DESCRIPTION = "An extension that includes Bootstrap in your project, without any boilerplate code." | 1 | DESCRIPTION = "An extension that includes Bootstrap in your project, without any boilerplate code." |
2 | LICENSE = "BSD" | 2 | LICENSE = "Apache-2.0 & MIT & BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a03749709f06118a17349deb5a210619" | 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a03749709f06118a17349deb5a210619" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "e40d50f5c5b6438c1c6200a6f2871f81" | 5 | SRC_URI[md5sum] = "e40d50f5c5b6438c1c6200a6f2871f81" |