aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/examples
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2022-02-11 18:05:54 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2022-02-11 20:07:54 +0100
commitf23d41fe8af059e1dbe2b4687a4569a6fd6f8187 (patch)
tree0a31db44f7568a16e7312b5a72b963dc17477361 /recipes-qt/examples
parentce5b4c9af3d4a64e2a0206b6457bdf3a90ae4275 (diff)
recipes-qt: update ambiguous "BSD" license with "BSD-3-Clause"
OE-Core recently removed ambiguous "BSD" license in order for recipes to be more specific and use the exact variants of BSD. Update meta-qt5 recipes with "BSD-3-Clause" as that was the previous default. Signed-off-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/examples')
-rw-r--r--recipes-qt/examples/qt5everywheredemo_1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/examples/qt5everywheredemo_1.0.bb b/recipes-qt/examples/qt5everywheredemo_1.0.bb
index dbdd490b..c9c726a3 100644
--- a/recipes-qt/examples/qt5everywheredemo_1.0.bb
+++ b/recipes-qt/examples/qt5everywheredemo_1.0.bb
@@ -1,6 +1,6 @@
SUMMARY = "Qt5 everywhere demo"
DESCRIPTION = "Quick tour of Qt 5.0, primarily focusing on its graphical capabilities."
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
HOMEPAGE = "https://code.qt.io/cgit/qt-labs"
LIC_FILES_CHKSUM = "file://qml/QtDemo/main.qml;endline=39;md5=7d80863906a4bc8ffca77fd869e335a9"