diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2019-03-27 13:21:45 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2019-03-27 11:46:09 +0000 |
commit | 9a616791b9dc6bdeb1939c8bdb1accad5b99fa2f (patch) | |
tree | 30833dc98d9b04a7298aa37d39ef5f9b81d8996c | |
parent | 7742142bd650dd91f9b203e23b7c1d3f9bf78013 (diff) | |
download | meta-qt5-9a616791b9dc6bdeb1939c8bdb1accad5b99fa2f.tar.gz |
opcua: add license used in open62541 3rdparty sources
The 3rdparty sources in open62541 use Mozilla Public License 2.0
and Creative Commons CCZero 1.0.
Change-Id: I3bc0ec54058a06c3d268fd9f992d190739c6ed50
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r-- | recipes-qt/qt5/qtopcua_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtopcua_git.bb b/recipes-qt/qt5/qtopcua_git.bb index 35ac08fd..50f9ac88 100644 --- a/recipes-qt/qt5/qtopcua_git.bb +++ b/recipes-qt/qt5/qtopcua_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 = "GFDL-1.3 & ( GPL-2.0+ | LGPL-3.0 ) | The-Qt-Company-Commercial" | 4 | LICENSE = "( GFDL-1.3 & ( GPL-2.0+ | LGPL-3.0 ) | The-Qt-Company-Commercial ) & MPL-2.0 & CC0-1.0" |
5 | LIC_FILES_CHKSUM = " \ | 5 | LIC_FILES_CHKSUM = " \ |
6 | file://LICENSE.FDL;md5=f70ee9a6c44ae8917586fea34dff0ab5 \ | 6 | file://LICENSE.FDL;md5=f70ee9a6c44ae8917586fea34dff0ab5 \ |
7 | file://LICENSE.GPLv2;md5=05832301944453ec79e40ba3c3cfceec \ | 7 | file://LICENSE.GPLv2;md5=05832301944453ec79e40ba3c3cfceec \ |