##// END OF EJS Templates
updated license info...
florianlink -
r88:9568cb056971
parent child
Show More
@@ -1,30 +1,33
1 PythonQt
1 PythonQt
2 --------
2 --------
3
3
4 PythonQt is a dynamic Python (http://www.python.org) binding for Qt (http://www.trolltech.com).
4 PythonQt is a dynamic Python (http://www.python.org) binding for Qt (http://www.trolltech.com).
5 It offers an easy way to embed the Python scripting language into
5 It offers an easy way to embed the Python scripting language into
6 your Qt applications. It makes heavy use of the QMetaObject system and thus requires Qt4.x.
6 your Qt applications. It makes heavy use of the QMetaObject system and thus requires Qt4.x.
7
7
8 Licensing of PythonQt
8 Licensing of PythonQt
9 ---------------------
9 ---------------------
10 PythonQt is distributed under the LGPL license.
10 PythonQt is distributed under the LGPL 2.1 license.
11
11
12 Licensing of Generator
12 Licensing of Generator
13 ----------------------
13 ----------------------
14 The build system of PythonQt makes use of a patched version of the GPL'ed QtScript generator,
14 The build system of PythonQt makes use of a patched version of the LGPL'ed QtScript generator,
15 located in the "generator" directory.
15 located in the "generator" directory.
16
16
17 See http://labs.trolltech.com/page/Projects/QtScript/Generator for details of the original project.
17 See the LICENSE.LGPL file in the generator subdirectory for details.
18 Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)
19
20 See http://qt.gitorious.org/qt-labs/qtscriptgenerator for the original project.
21 The PythonQt wrappers generated by the generator are distributed under the LGPL as well.
18
22
19 The PythonQt wrappers generated by the generator are distributed under the LGPL, they are not restriced by the GPL.
20
23
21 The generated wrappers are pre-generated and checked-in for Qt 4.4.3, so you only need to build and run the
24 The generated wrappers are pre-generated and checked-in for Qt 4.4.3, so you only need to build and run the
22 generator when you want to build additional wrappers or you want to upgrade/downgrade to an newer Qt version.
25 generator when you want to build additional wrappers or you want to upgrade/downgrade to an newer Qt version.
23
26
24 Documentation
27 Documentation
25 -------------
28 -------------
26
29
27 More documentation is available at:
30 More documentation is available at:
28
31
29 http://pythonqt.sourceforge.net/
32 http://pythonqt.sourceforge.net/
30
33
General Comments 0
You need to be logged in to leave comments. Login now