I would like to distribute under LGPL a free program created using Qt.
To be sure about my (and my users') obligations I've read carefully the following:
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
My program (let's call it "program") is constituted by:
"program.exe", "Qtsvgd4.dll", "QtGuid4.dll", "QtCored4.dll"
So I plan to distribute all these four files.
According to point 0, second paragraph of LGPL the dll's are "libraries"
So, according to point 4 of LGPL, I understand that in case they are distributed also their source code must be distributed, even though no modification on them has been done.
Did I understand well? It looks a bit strange to me.
In case I understood correct, I get into troubles:
1) where can I find the source code of the libraries?
2) how can be sure that I'm able to understand all the pieces of code (i.e. all files) that are required as the "source code" of the dlls??
I thank in advance anyone that wants to comment on this.
Bookmarks