1 | /****************************************************************************
|
---|
2 | **
|
---|
3 | ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
---|
4 | ** All rights reserved.
|
---|
5 | ** Contact: Nokia Corporation ([email protected])
|
---|
6 | **
|
---|
7 | ** This file is part of the documentation of the Qt Toolkit.
|
---|
8 | **
|
---|
9 | ** $QT_BEGIN_LICENSE:FDL$
|
---|
10 | ** Commercial Usage
|
---|
11 | ** Licensees holding valid Qt Commercial licenses may use this file in
|
---|
12 | ** accordance with the Qt Commercial License Agreement provided with the
|
---|
13 | ** Software or, alternatively, in accordance with the terms contained in a
|
---|
14 | ** written agreement between you and Nokia.
|
---|
15 | **
|
---|
16 | ** GNU Free Documentation License
|
---|
17 | ** Alternatively, this file may be used under the terms of the GNU Free
|
---|
18 | ** Documentation License version 1.3 as published by the Free Software
|
---|
19 | ** Foundation and appearing in the file included in the packaging of this
|
---|
20 | ** file.
|
---|
21 | **
|
---|
22 | ** If you have questions regarding the use of this file, please contact
|
---|
23 | ** Nokia at [email protected].
|
---|
24 | ** $QT_END_LICENSE$
|
---|
25 | **
|
---|
26 | ****************************************************************************/
|
---|
27 |
|
---|
28 | /*! \page gpl.html
|
---|
29 | \title GNU General Public License (GPL)
|
---|
30 | \ingroup licensing
|
---|
31 | \brief About the GPL license used for Qt.
|
---|
32 |
|
---|
33 | The Qt GUI Toolkit is Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).\br
|
---|
34 | Contact: Nokia Corporation ([email protected])
|
---|
35 |
|
---|
36 | Qt is available under the GPL.
|
---|
37 |
|
---|
38 | \section1 The GNU General Public License (Version 3)
|
---|
39 |
|
---|
40 | Reference: \l{GNU General Public License}
|
---|
41 |
|
---|
42 | \snippet doc/src/snippets/code/doc_src_gpl.qdoc GPL v3
|
---|
43 | */
|
---|
44 |
|
---|
45 | /*! \page lgpl.html
|
---|
46 | \title GNU Lesser General Public License (LGPL)
|
---|
47 | \ingroup licensing
|
---|
48 | \brief About the LGPL license used for Qt.
|
---|
49 |
|
---|
50 | The Qt GUI Toolkit is Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).\br
|
---|
51 | Contact: Nokia Corporation ([email protected])
|
---|
52 |
|
---|
53 | Qt is available under the LGPL.
|
---|
54 |
|
---|
55 | \section1 The GNU Lesser General Public License (Version 2.1)
|
---|
56 |
|
---|
57 | Reference: \l{GNU Lesser General Public License, version 2.1}
|
---|
58 |
|
---|
59 | \snippet doc/src/snippets/code/doc_src_lgpl.qdoc LGPL v2.1
|
---|
60 |
|
---|
61 | \section1 Nokia Qt LGPL Exception version 1.0
|
---|
62 |
|
---|
63 | As a special exception to the GNU Lesser General Public License version 2.1,
|
---|
64 | the object code form of a "work that uses the Library" may incorporate material
|
---|
65 | from a header file that is part of the Library. You may distribute such object
|
---|
66 | code under terms of your choice, provided that the incorporated material
|
---|
67 | (i) does not exceed more than 5% of the total size of the Library; and
|
---|
68 | (ii) is limited to numerical parameters, data structure layouts, accessors,
|
---|
69 | macros, inline functions and templates.
|
---|
70 | */
|
---|