From 48cbcd0dff7954ff847f6a4474da6ea464373750 2010-02-19 21:05:24 From: florianlink Date: 2010-02-19 21:05:24 Subject: [PATCH] updated license info git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@125 ea8d5007-eb21-0410-b261-ccb3ea6e24a9 --- diff --git a/src/PythonQtDoc.h b/src/PythonQtDoc.h index 2de50e4..6b4b748 100644 --- a/src/PythonQtDoc.h +++ b/src/PythonQtDoc.h @@ -78,15 +78,14 @@ \section LicensingWrapper Licensing of Wrapper Generator - The build system of PythonQt makes use of a modified version of the GPL'ed QtScript generator, + The build system of PythonQt makes use of a modified version of the LGPL'ed QtScript generator, located in the "generator" directory. - See http://labs.trolltech.com/page/Projects/QtScript/Generator for details on the original project. + See http://qt.gitorious.org/qt-labs/qtscriptgenerator for details on the original project. Thanks a lot to the QtJambi guys and the QtScript Generator project for the C++ parser and Qt typesystem files! - The PythonQt wrappers generated by the generator located in the "generated_cpp" directory are distributed under the LGPL, - they are not restriced by the GPL. + The PythonQt wrappers generated by the generator located in the "generated_cpp" directory are distributed under the LGPL as well. The generated wrappers are pre-generated and checked-in for Qt 4.4.3, so you only need to build and run the generator when you want to build additional wrappers or you want to upgrade/downgrade to an newer Qt version.