[Qt-interest] Question about the license of Qt-Creator
JJDaNiMoTh
jjdanimoth at gmail.com
Sat Jun 26 09:59:14 CEST 2010
On Friday 25 June 2010 18:41:37 Kari Laine wrote:
> Hi,
>
> I am considering writing a development environment for the PIC BV513
> from Byvac. My idea is to take parts of the Qt-Creator and add my
> own stuff.
>
> How can I do this without breaking the license?
>
> For example I need to change the name of the program - this is probably ok.
>
> But then I will have codebase that is heavily loaned from Qt-creator and
> modified that is. And then there are my own code. How on earth I can
> attribute the bit and pieces to whom they belong?
>
> Would be ok to have a standard header on each file saying someting in line
> "Copyright Nokia - heavily modified by me" ?
>
> Any ideas?
Here [1] seems Qt-Creator is released under LGPL v2.1(except 3rd party code),
so you can modify / redistribuite it under the terms of this license. You can
learn more here [2] (absolutely you need to read the license itself, this is
only for learning purpose).
Just make sure, when you release, you don't break the license of 3rd party
code (or doesn't include these at all).
For the Copyright line, my point of view is:
- Try to "copyright" only your code
- If it isn't possible (hard modify) add your copyright below
- If you think you'll submit your patch, read the Contributor Agreement, and
follow guidelines.
[1] http://qt.gitorious.org/qt-creator/qt-creator/blobs/master/LICENSE.LGPL
[2] http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License
hth
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100626/d7662413/attachment.bin
More information about the Qt-interest-old
mailing list