diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-17 15:30:26 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-20 12:25:00 +0200 |
commit | 48ebff679e5dc084d395b861a1fc4cb21790d51b (patch) | |
tree | 14bac9d4468930eff767a96b2a1b3fd69063837b /recipes-qt/qt5/qtwebchannel.inc | |
parent | d17b8cd011c5bca3d73bd37fad242e7206969983 (diff) | |
download | meta-qt5-48ebff679e5dc084d395b861a1fc4cb21790d51b.tar.gz |
licenses: Add LGPL_Exception texts and reference them from LICENSE
* add the license text as they appear in qtbase 5.4 and 5.5
* The-Qt-Company-Qt-LGPL-Exception-1.1 will be used in 5.5 beta recipes
I'll introduce shortly
* based on patch from Herb Kuta
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebchannel.inc')
-rw-r--r-- | recipes-qt/qt5/qtwebchannel.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtwebchannel.inc b/recipes-qt/qt5/qtwebchannel.inc index 46c3c8a7..3cd22cf6 100644 --- a/recipes-qt/qt5/qtwebchannel.inc +++ b/recipes-qt/qt5/qtwebchannel.inc | |||
@@ -2,5 +2,6 @@ require qt5.inc | |||
2 | 2 | ||
3 | DEPENDS += "qtdeclarative qtwebsockets" | 3 | DEPENDS += "qtdeclarative qtwebsockets" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7" | 5 | # There are no LGPLv3-only licensed files in this component. |
6 | LICENSE = "LGPL-2.1" | 6 | # There are no GPLv2 licensed files in this component. |
7 | LIC_FILES_CHKSUM += "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed" | ||