diff options
author | Kai Koehne <kai.koehne@qt.io> | 2017-02-28 16:43:35 +0100 |
---|---|---|
committer | Kai Koehne <kai.koehne@qt.io> | 2017-03-03 07:26:11 +0000 |
commit | 4460b9c84373710d54a37052713e96b1a7962525 (patch) | |
tree | 3b112a7b5de4ff402ded0e231342712980dd21bf /src/network/doc/snippets | |
parent | 66e1d20537b728c449e01dd992917e58f0b5e923 (diff) |
Diffstat (limited to 'src/network/doc/snippets')
-rw-r--r-- | src/network/doc/snippets/code/src_network_socket_qsctpsocket.cpp | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/network/doc/snippets/code/src_network_socket_qsctpsocket.cpp b/src/network/doc/snippets/code/src_network_socket_qsctpsocket.cpp index 378022d655..ac181f950c 100644 --- a/src/network/doc/snippets/code/src_network_socket_qsctpsocket.cpp +++ b/src/network/doc/snippets/code/src_network_socket_qsctpsocket.cpp @@ -6,7 +6,17 @@ ** This file is part of the documentation of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ -** You may use this file under the terms of the BSD license as follows: +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** BSD License Usage +** Alternatively, you may use this file under the terms of the BSD license +** as follows: ** ** "Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions are |