diff options
author | Julien Brianceau \(jbriance\) <jbriance@cisco.com> | 2015-08-26 17:01:08 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-31 20:49:35 +0200 |
commit | c16b932be3cae2533cf6ddade5104732babe3b79 (patch) | |
tree | b192518cd13891fe07ad53b6d953ef948f37f125 /recipes-qt/qt5/qtquick1_git.bb | |
parent | c404c03cfd57f600bcd6ab3c91e676719673bdae (diff) | |
download | meta-qt5-c16b932be3cae2533cf6ddade5104732babe3b79.tar.gz |
qt5: Update LGPL-Exception in LICENSE list
* Since 5.5, Qt modules (except qtimageformats) have moved from "Digia"
to "The Qt Company" in their LGPL_Exception file
* qtwebkit-examples doesn't include a LGPL Exception file, so remove
it from LICENSE list
Signed-off-by: Julien Brianceau <jbriance@cisco.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtquick1_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtquick1_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtquick1_git.bb b/recipes-qt/qt5/qtquick1_git.bb index 1dcba1ee..905fcd9e 100644 --- a/recipes-qt/qt5/qtquick1_git.bb +++ b/recipes-qt/qt5/qtquick1_git.bb | |||
@@ -3,8 +3,8 @@ require qt5-git.inc | |||
3 | 3 | ||
4 | # There are no LGPLv3-only licensed files in this component. | 4 | # There are no LGPLv3-only licensed files in this component. |
5 | # There are no GPLv2 licensed files in this component. | 5 | # There are no GPLv2 licensed files in this component. |
6 | # Note that some files are LGPL-2.1 only without Digia-Qt-LGPL-Exception-1.1. | 6 | # Note that some files are LGPL-2.1 only without The-Qt-Company-Qt-LGPL-Exception-1.1. |
7 | LICENSE = "GFDL-1.3 & BSD & (LGPL-2.1 & Digia-Qt-LGPL-Exception-1.1 | LGPL-3.0)" | 7 | LICENSE = "GFDL-1.3 & BSD & (LGPL-2.1 & The-Qt-Company-Qt-LGPL-Exception-1.1 | LGPL-3.0)" |
8 | LIC_FILES_CHKSUM = " \ | 8 | LIC_FILES_CHKSUM = " \ |
9 | file://LICENSE.LGPLv21;md5=58a180e1cf84c756c29f782b3a485c29 \ | 9 | file://LICENSE.LGPLv21;md5=58a180e1cf84c756c29f782b3a485c29 \ |
10 | file://LICENSE.LGPLv3;md5=c4fe8c6de4eef597feec6e90ed62e962 \ | 10 | file://LICENSE.LGPLv3;md5=c4fe8c6de4eef597feec6e90ed62e962 \ |