summaryrefslogtreecommitdiffstats
path: root/src/network/doc/src/qtnetwork.qdoc
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-11-01 10:27:41 +0100
committerLiang Qi <liang.qi@qt.io>2016-11-02 09:24:11 +0100
commitd7e4980132057aa10e54137114bf65e06c455030 (patch)
tree9d6ae36efa0cf84a612bfec6cf3dd2ea7f7e3446 /src/network/doc/src/qtnetwork.qdoc
parent44c402b4bfba44480382244b8409fb3cf34d7ac1 (diff)
parenta732576a66ff2bbd9c0b41cd5f3505a4d2fbf043 (diff)
Merge remote-tracking branch 'origin/5.8' into dev
Blacklist tst_QMenuBar::taskQTBUG46812_doNotLeaveMenubarHighlighted() on macOS. Conflicts: mkspecs/features/mac/default_post.prf mkspecs/features/mac/sdk.prf mkspecs/features/uikit/default_post.prf mkspecs/features/uikit/sdk.prf src/angle/src/libEGL/libEGL.pro src/platformsupport/fontdatabases/fontdatabases.pro src/platformsupport/platformsupport.pro src/plugins/platforms/cocoa/qnswindowdelegate.mm src/plugins/platforms/direct2d/qwindowsdirect2dintegration.cpp src/plugins/platforms/ios/ios.pro src/plugins/platforms/ios/kernel.pro tests/auto/widgets/widgets/qmenubar/BLACKLIST tests/auto/widgets/widgets/qmenubar/tst_qmenubar.cpp Task-number: QTBUG-56853 Change-Id: If58785210feee3550892fc7768cce90e75a2416c
Diffstat (limited to 'src/network/doc/src/qtnetwork.qdoc')
-rw-r--r--src/network/doc/src/qtnetwork.qdoc30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/network/doc/src/qtnetwork.qdoc b/src/network/doc/src/qtnetwork.qdoc
index f15b180625..7a95195da2 100644
--- a/src/network/doc/src/qtnetwork.qdoc
+++ b/src/network/doc/src/qtnetwork.qdoc
@@ -60,7 +60,37 @@
\list
\li \l{Qt Network C++ Classes}{C++ Classes}
\endlist
+
+ \section1 Licenses and Attributions
+
+ Qt Network is available under commercial licenses from \l{The Qt Company}.
+ In addition, it is available under the
+ \l{GNU Lesser General Public License, version 3}, or
+ the \l{GNU General Public License, version 2}.
+ See \l{Qt Licensing} for further details.
+
+ Qt Network can use the \l{OpenSSL Toolkit} as a backend. The library is then
+ linked against OpenSSL in a way that requires compliance with the \l{OpenSSL
+ License}. To allow linking OpenSSL with Qt Network under the GPL, following
+ exceptions to the GPL do apply:
+
+ \badcode
+ In addition, as a special exception, the copyright holders listed above give
+ permission to link the code of its release of Qt with the OpenSSL project's
+ "OpenSSL" library (or modified versions of the "OpenSSL" library that use the
+ same license as the original version), and distribute the linked executables.
+
+ You must comply with the GNU General Public License version 2 in all
+ respects for all of the code used other than the "OpenSSL" code. If you
+ modify this file, you may extend this exception to your version of the file,
+ but you are not obligated to do so. If you do not wish to do so, delete
+ this exception statement from your version of this file.
+ \endcode
+
+ Also note shipping OpenSSL might cause \l{Import and Export Restrictions}
+ to apply.
*/
+
/*!
\module QtNetwork
\title Qt Network C++ Classes