source: trunk/doc/src/legal/opensourceedition.qdoc@ 846

Last change on this file since 846 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

  • Property svn:eol-style set to native
File size: 3.4 KB
Line 
1/****************************************************************************
2**
3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
4** All rights reserved.
5** Contact: Nokia Corporation (qt-info@nokia.com)
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 qt-info@nokia.com.
24** $QT_END_LICENSE$
25**
26****************************************************************************/
27
28/*!
29 \page opensourceedition.html
30
31 \title Open Source Versions of Qt
32 \ingroup licensing
33 \brief Information about the license and features of the Open Source Edition.
34
35 Free and Open Source Software (FOSS) is software that comes with a license
36 that gives users certain rights. In particular the right to use the
37 software, to modify it, to obtain its source, and to pass it on (under
38 the same terms). Notice that the term "free" is about rights, not
39 money. The Free Software Foundation, the creator of the GNU GPL, speaks
40 of free in this context as in "free speech", not as in "no cost".
41
42 Nokia supports the free software concept by providing the Qt Open Source
43 Edition, which is licensed under the \l{GNU General Public License (GPL)}
44 (version 3) and the \l{GNU Lesser General Public License (LGPL)} (version 2.1).
45 You can use this edition of Qt to create and distribute software with licenses
46 that are compatible with these free software licenses.
47
48 Additionally, the \l{Qt Examples}{examples} included with Qt are provided under
49 the terms of the \l{New and Modified BSD Licenses}{Modified BSD License}.
50
51 The support of open source with the Open Source Versions of Qt has enabled large
52 successful software projects like KDE to thrive, with thousands of developers
53 around the world using open source versions of Qt at no cost to themselves. With
54 the release of Qt 4, open source versions of Qt became available for Unix/X11,
55 Mac OS X, and Windows platforms.
56
57 The Open Source Edition can be downloaded from the \l{Downloads}{Qt website}.
58
59 Please refer to the online \l{License FAQ} for answers to frequently asked
60 questions on open source licensing and its implications.
61
62 More information on Free and Open Source software is available online:
63
64 \list
65 \o GNU GPL, GNU LGPL: \l http://www.gnu.org/
66 \o Open Source licensing: \l http://www.opensource.org/
67 \endlist
68
69 See \l{Licensing Information} for a collection of documents about licenses
70 used in Qt.
71
72 Information about Qt Commercial License Agreements is available
73 in the \l{Qt Licensing Overview} on the Qt website or by contacting
74 the sales department at http://qt.nokia.com/contact.
75
76 If you are in doubt what edition of Qt is right for your project,
77 please contact \l{mailto:qt-info@nokia.com}{qt-info@nokia.com}.
78*/
Note: See TracBrowser for help on using the repository browser.