aboutsummaryrefslogtreecommitdiffstats
path: root/licenses
Commit message (Collapse)AuthorAgeFilesLines
* licenses: update technology preview license to match upstreamJonathan Liu2016-05-181-3/+0
| | | | | | | | The license has extra blank lines at the end so these are removed to match LICENSE.PREVIEW.COMMERCIAL from upstream. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5: upgrade to latest revisions in 5.7 branchesMartin Jansa2016-05-021-0/+704
| | | | | | | | | | | | | | | | | * these revisions are after v5.7.0-beta1 tags where available * it's highly recommended to read: http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/ to find out how you're affected check which files/tools are included in your builds, e.g. for qtwebengine: OE @ ~/projects/qt-project/qtwebengine $ git grep QT_BEGIN_LICENSE | sed 's/^[^:]*://g' | sort | uniq -c 11 ## $QT_BEGIN_LICENSE:GPL-EXCEPT$ 67 ** $QT_BEGIN_LICENSE:BSD$ 17 ** $QT_BEGIN_LICENSE:FDL$ 61 ** $QT_BEGIN_LICENSE:GPL-EXCEPT$ 261 ** $QT_BEGIN_LICENSE:LGPL$ * change in chromium's LICENSE is only copyright year update Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt3d: Remove GFDL-1.3 & DIGIA-TPLA-2.4 from LICENSE listJulien Brianceau \(jbriance\)2015-09-071-112/+114
| | | | | | | | | * qt3d is not a technical preview anymore since 5.5 * Take the opportunity to update TPLA license, using LICENSE.PREVIEW.COMMERCIAL file from qtbase Signed-off-by: Julien Brianceau <jbriance@cisco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* licenses: Add LGPL_Exception texts and reference them from LICENSEMartin Jansa2015-04-202-0/+44
| | | | | | | | | * 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>
* licenses: rename NOKIA-TPLA-2.4 to DIGIA-TPLA-2.4Jonathan Liu2014-03-151-0/+0
| | | | | | | | The license agreement doesn't mention Nokia anymore after Qt was acquired by Digia. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* licenses: Fix WARNING: qt3d: No generic license file exists for: ↵Khem Raj2014-03-151-0/+628
PREVIEW.COMMERCIAL in any provider * Provide the license text Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>