Do we need to include license notice for all 3rd party libraries used by Qt
-
Hi
I use Qt as dynamically linked library and I plan to use it with LGPL license in a propriety software. Qt toolkit uses other libraries such as OpenGL, ANGLE, Libjpeg, Webkit, to name a few. Even the function QDate::weekNumber() has license notice by the University of California, Berkeley (see "here":http://qt-project.org/doc/qt-5.0/qtcore/qdate.html#weekNumber). Many of the 3rd party libraries are part of the core Qt modules.
Normally we need to include the license notice of the 3rd party programs/libraries we use in our software. However, I'm not sure whether in my notice about licenses used, I need to include the license notice about using Qt toolkit library only, or I have to include a separate notice about each and every 3rd party library or piece of code used by Qt?
Another confusion is that some contributions to Qt like those by KDE are licensed with GPL only (not LGPL). How do people use Qt library with LGPL license in this kind of context?
Thank you!
-
I have some progress on this, for those interested have a look at "http://qt-project.org/doc/qt-5.0/qtdoc/licenses.html":http://qt-project.org/doc/qt-5.0/qtdoc/licenses.html and "http://qt-project.org/doc/qt-5.0/qtdoc/3rdparty.html":http://qt-project.org/doc/qt-5.0/qtdoc/3rdparty.html