aboutsummaryrefslogtreecommitdiffstats
path: root/licenses
Commit message (Collapse)AuthorAgeFilesLines
* qt5: update submodulesMikko Gronoff2020-01-071-959/+1005
| | | | | | | | | - update to latest content in Qt 5.14(.1) branch - update Qt Enterprise License Agreement to v4.2.1 Task-number: QTBUG-80778 Change-Id: Ibe7ecf93fdae8fc07a8ec95eb339b9d14b22ce22 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qt5: update submodulesv5.14.0-rcMikko Gronoff2019-12-031-665/+1037
| | | | | | | | | | - Update to latest content in Qt 5.14.0 branch - Update Qt Enterprise License Agreement file to version 4.2 Task-number: QTBUG-77876 Change-Id: I12d56637997f3c117c01f8889f1ebd9f9880dd49 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qt5: update to Qt 5.11.2Samuli Piippo2018-07-053-669/+913
| | | | | | | | | The commercial Qt license agreement was added in qtbase, use that as the The-Qt-Company-Commercial license. Remove old licenses that are no longer used. Change-Id: I25172c46b36c3b342ef0cf89ba9741c7c9fc7b7e Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* qt5: upgrade to latest revisions in 5.7 branchMartin Jansa2016-08-051-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * LIC_FILES_CHKSUM were changed because of this small change: commit 4343c4e731c3268614fc79c9c42b4e5e4d59d7e6 Author: Sze Howe Koh <szehowe.koh@gmail.com> Date: Tue Jun 14 19:12:35 2016 +0800 Expand license scope from "Qt GUI Toolkit" to "Qt Toolkit" * -no-nis option was removed from qtbase in: commit 644d0e75240811212ed9fd0c21e3bd05db3ba5db Author: Ralf Nolden <nolden@kde.org> Date: Fri May 20 22:03:39 2016 +0200 Cleanup NIS support leftover from Qt 3/4 * allow to disable eglfs independently from gles2, because eglfs-egldevice may be autodetected when libdrm was built before qtbase since this upstream commit: commit 5c6d27b8dfa695ab04766a1711b00421dba9c7d0 Author: Ralf Nolden <nolden@kde.org> Date: Tue May 17 12:38:44 2016 +0200 Make eglfs-egldevice check work with pkgconfig as well and then it fails to build, because libdrm could be removed from sysroot and drm.h is missing. * recipes-qt/qt5/qtquick1/0001-qdeclarativetextinput-update-to-match-QWidgetLineCon.patch was resolved in upstream commit: commit 26229cfa0b729313893af5674d604e8692dbb946 Author: Richard Moe Gustavsen <richard.gustavsen@theqtcompany.com> Date: Tue Apr 26 15:08:34 2016 +0200 QDeclarativeTextInput: update API to use setBlinkingCursorEnabled Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>