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/qtscript.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/qtscript.inc')
-rw-r--r-- | recipes-qt/qt5/qtscript.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtscript.inc b/recipes-qt/qt5/qtscript.inc index bbb05a65..e7b5d745 100644 --- a/recipes-qt/qt5/qtscript.inc +++ b/recipes-qt/qt5/qtscript.inc | |||
@@ -1,3 +1,5 @@ | |||
1 | require qt5.inc | 1 | require qt5.inc |
2 | 2 | ||
3 | # There are no LGPLv3-only licensed files in this component. | ||
4 | # Note that some files are LGPL-2.1 only without Digia-Qt-LGPL-Exception-1.1. | ||
3 | DEPENDS += "qtbase" | 5 | DEPENDS += "qtbase" |