forked from JPNaude/Qtilities
-
Notifications
You must be signed in to change notification settings - Fork 1
/
License.txt
48 lines (46 loc) · 2.62 KB
/
License.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Qtilities is available under the dual license shown below:
/****************************************************************************
**
** Copyright (c) 2009-2011, Jaco Naude
**
** This file is part of Qtilities which is released under the following
** licensing options.
**
** Option 1: Open Source
** Under this license Qtilities is free software: you can
** redistribute it and/or modify it under the terms of the GNU General
** Public License as published by the Free Software Foundation, either
** version 3 of the License, or (at your option) any later version.
**
** Qtilities is distributed in the hope that it will be useful,
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
** GNU General Public License for more details.
**
** You should have received a copy of the GNU General Public License
** along with Qtilities. If not, see http://www.gnu.org/licenses/.
**
** Option 2: Commercial
** Alternatively, this library is also released under a commercial license
** that allows the development of closed source proprietary applications
** without restrictions on licensing. For more information on this option,
** please see the project website's licensing page:
** http://www.qtilities.org/licensing.html
**
** If you are unsure which license is appropriate for your use, please
** contact support@qtilities.org.
**
****************************************************************************/
Software Licenses:
1) Qtilities uses Qt 4.7.0, linked against dynamicly under the LGPL 2.1. No modifications to the source were made.
The Qt binaries are available here:
http://get.qt.nokia.com/qt/source/qt-win-opensource-4.7.0-mingw.exe.
2) Qtilities uses the Qt Property Browser Solution, linked against dynamicly under the LGPL 2.1. No modifications to the source were made.
Linking against this solution can be turned of using the QTILITIES_NO_PROPERTY_BROWSER define when building Qtilities.
The source code of this solution is available here:
http://get.qt.nokia.com/qt/solutions/lgpl/qtpropertybrowser-2.5_1-opensource.zip
And more information about the solution is available here:
http://qt.nokia.com/products/appdev/add-on-products/catalog/4/Widgets/qtpropertybrowser/
3) Qtilities uses Conan, linked against dynamicly under GPL. No modifications to the source were made.
The source code is avilable here:
http://sourceforge.net/projects/conanforqt/