diff options
author | Kwangsub Kim <kwangsub.kim@qt.io> | 2017-09-21 13:14:07 +0900 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-10-02 12:05:14 +0000 |
commit | 2c3ef00f53683fbdce5b390950b49b67da85d3a1 (patch) | |
tree | b9875111b0a37c3792d380dfa60fda02a8dd68f3 /recipes-qt/qt5/qtcanvas3d_git.bb | |
parent | f00f79b6846e24b22f1071a8c002943b9d58b79b (diff) | |
download | meta-qt5-2c3ef00f53683fbdce5b390950b49b67da85d3a1.tar.gz |
qt5: add missing commercial license
Signed-off-by: Kwangsub Kim <kwangsub.kim@qt.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtcanvas3d_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtcanvas3d_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtcanvas3d_git.bb b/recipes-qt/qt5/qtcanvas3d_git.bb index 25cd72ba..f46cbc2c 100644 --- a/recipes-qt/qt5/qtcanvas3d_git.bb +++ b/recipes-qt/qt5/qtcanvas3d_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require qt5.inc | 1 | require qt5.inc |
2 | require qt5-git.inc | 2 | require qt5-git.inc |
3 | 3 | ||
4 | LICENSE = "LGPL-3.0 | GPL-3.0" | 4 | LICENSE = "LGPL-3.0 | GPL-3.0 | The-Qt-Company-Commercial" |
5 | LIC_FILES_CHKSUM = " \ | 5 | LIC_FILES_CHKSUM = " \ |
6 | file://LICENSE.LGPLv3;md5=e0459b45c5c4840b353141a8bbed91f0 \ | 6 | file://LICENSE.LGPLv3;md5=e0459b45c5c4840b353141a8bbed91f0 \ |
7 | file://LICENSE.GPLv3;md5=88e2b9117e6be406b5ed6ee4ca99a705 \ | 7 | file://LICENSE.GPLv3;md5=88e2b9117e6be406b5ed6ee4ca99a705 \ |