From efaeeecd549d5fdd193f118c792937ae1c1cb728 Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Thu, 4 Feb 2016 16:43:25 +0100 Subject: Doc: List the 3rdparty components used by the Qt add-ons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Qt Virtual Keyboard and Qt Quick 2D Renderer use several 3rdparty components. Change-Id: I2f60ac5bed2469b48046ccda10d3e44c357923c4 Reviewed-by: Topi Reiniƶ --- src/doc/src/qtee-licenses.qdoc | 41 +++++++++++++++++++++++++++-- src/doc/src/shared/b2qt-external-pages.qdoc | 4 +++ 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/src/doc/src/qtee-licenses.qdoc b/src/doc/src/qtee-licenses.qdoc index bd23fd5..9119765 100644 --- a/src/doc/src/qtee-licenses.qdoc +++ b/src/doc/src/qtee-licenses.qdoc @@ -31,8 +31,45 @@ \section1 3rd Party Software Licenses - The third-party licenses used in \SDK are listed in the file - \c {/Licenses/ThirdPartySoftware_Listing.txt}. + The following third-party components are used in \SDK: + + \table + \row \li Component \li Description \li License Type + \row \li EGL 1.5 Headers + \li These headers are based on EGL 1.5 specification. + \li MIT License + + \row \li OpenGL ES 2.0 Headers + \li These headers are based on Open GL ES 2.0 specification. + \li MIT and SGI License + + \row \li OpenGL ES 3.1 Headers + \li These headers are based on OpenGL ES 3.1 specification. + \li MIT and SGI License + + \row \li OpenKODE Core 1.0 Header + \li The header is based on OpenKODE Core 1.0 specification. + \li MIT License + + \row \li Lipi Toolkit (LipiTk) + \li An open source toolkit for online Handwriting Recognition (HWR). + \li MIT-Style License + + \row \li OpenWnn + \li A Japanese IME + \li Apache License + + \row \li Pinyin + \li An IME for Standard Chinese input. + \li Apache License + + \row \li Traditional Chinese IME (tcime) + \li A traditional Chinese IME. + \li Apache License + \endtable + + See the \l{Licenses Used by Qt}{licenses} page for the complete list + of third-Party components used by Qt. \section1 Embedded Linux Images diff --git a/src/doc/src/shared/b2qt-external-pages.qdoc b/src/doc/src/shared/b2qt-external-pages.qdoc index 106de1c..08628c6 100644 --- a/src/doc/src/shared/b2qt-external-pages.qdoc +++ b/src/doc/src/shared/b2qt-external-pages.qdoc @@ -21,6 +21,10 @@ \externalpage http://doc.qt.io/ \title Qt reference documentation */ +/*! + \externalpage http://doc.qt.io/qt-5/licensing.html#licenses-used-in-qt + \title Licenses Used by Qt +*/ /*! \externalpage http://doc.qt.io/qt-5/android-support.html -- cgit v1.2.3