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

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

trunk: Merged in qt 4.6.2 sources.

  • Property svn:eol-style set to native
File size: 4.1 KB
Line 
1/****************************************************************************
2**
3** Copyright (C) 2010 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:LGPL$
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
14** a written agreement between you and Nokia.
15**
16** GNU Lesser General Public License Usage
17** Alternatively, this file may be used under the terms of the GNU Lesser
18** General Public License version 2.1 as published by the Free Software
19** Foundation and appearing in the file LICENSE.LGPL included in the
20** packaging of this file. Please review the following information to
21** ensure the GNU Lesser General Public License version 2.1 requirements
22** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
23**
24** In addition, as a special exception, Nokia gives you certain additional
25** rights. These rights are described in the Nokia Qt LGPL Exception
26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
27**
28** GNU General Public License Usage
29** Alternatively, this file may be used under the terms of the GNU
30** General Public License version 3.0 as published by the Free Software
31** Foundation and appearing in the file LICENSE.GPL included in the
32** packaging of this file. Please review the following information to
33** ensure the GNU General Public License version 3.0 requirements will be
34** met: http://www.gnu.org/copyleft/gpl.html.
35**
36** If you have questions regarding the use of this file, please contact
37** Nokia at qt-info@nokia.com.
38** $QT_END_LICENSE$
39**
40****************************************************************************/
41
42/*!
43 \page opensourceedition.html
44
45 \title Open Source Versions of Qt
46 \ingroup licensing
47 \brief Information about the license and features of the Open Source Edition.
48
49 Free (or open source) software is software that comes with a license
50 that gives users certain rights. In particular the right to use the
51 software, to modify it, to obtain its source, and to pass it on (under
52 the same terms). Notice that the term "free" is about rights, not
53 money. The Free Software Foundation (creators of the GNU GPL) speaks
54 of free in this context as in "free speech", not as in "no cost".
55
56 Nokia supports the free software concept by providing the Qt Open Source
57 Edition, which is licensed under the \l{GNU General Public License (GPL)}
58 (version 3) and the \l{GNU Lesser General Public License (LGPL)} (version 2.1).
59 You can use this edition of Qt to create and distribute software with licenses
60 that are compatible to these free software licenses.
61
62 The support of open source with the Open Source Versions of Qt has enabled large
63 successful software projects like KDE to thrive, with thousands of developers
64 around the world using open source versions of Qt at no cost to themselves. With
65 the release of Qt 4, open source versions of Qt became available for Unix/X11,
66 Mac OS X, and Windows platforms.
67
68 The Open Source Edition can be downloaded from the \l{Downloads}{Qt website}.
69
70 Please refer to the online \l{License FAQ} for answers to frequently asked
71 questions on open source licensing and its implications.
72
73 More information on Free and Open Source software is available online:
74
75 \list
76 \o GNU GPL: \l http://www.gnu.org/.
77 \o Open Source licensing: \l http://www.opensource.org/.
78 \endlist
79
80 See \l{Licensing Information} for a collection of documents about licenses
81 used in Qt.
82
83 Information about Qt Commercial License Agreements is available
84 in the \l{Qt Licensing Overview} on the Qt website or by contacting
85 the sales department at http://qt.nokia.com/contact.
86
87 If you are in doubt what edition of Qt is right for your project,
88 please contact
89 \l{mailto:qt-info@nokia.com}{qt-info@nokia.com}.
90
91*/
Note: See TracBrowser for help on using the repository browser.