Hi,
I'm currently developing an appliction which I plan to realease under Linux, Windows and maybe eventually on Mac. I'm using the free Qt4.5 version and I also have a directory with some LGPL licensed png images. And I want to release my appliction under GPL.
As I understand it, the LGPL'd images are no problem, because I just have to put a license file in the same directory that says they were released under LGPL, right?
Do I include a GPL license file when I'm releasing the source or the linux binaries?
Windows seems like the most complicated. Am I permitted to simply include the necessary dll files (QtNetwork.dll for example) in my release? Do I have to include a copy of the LGPL or GPL license?
As you can see, I'm pretty confused by all this![]()
Bookmarks