Linked by Thom Holwerda on Wed 14th Jan 2009 09:54 UTC, submitted by Almar
Qt After Nokia purchsed Trolltech last year, doubts arose about how Nokia would handle the dual licensing model of Qt, the advanced cross-platform toolkit which lies at the base of the KDE Free software desktop. As it turns out, these doubts were unfounded, as Nokia today announced it's going to add the LGPL to Qt's licensing model, starting with Qt 4.5.
Thread beginning with comment 343444
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: Fantastic!
by RawMustard on Wed 14th Jan 2009 11:16 UTC in reply to "RE[3]: Fantastic!"
RawMustard
Member since:
2005-10-10

You're misunderstanding the difference between free as in "No Money" and free as in free to do what you like "Freedom".

Stallman has only advocated free as in "Freedom" not free as in "No money"!

Reply Parent Bookmark Score: 12

RE[5]: Fantastic!
by Soulbender on Wed 14th Jan 2009 11:30 in reply to "RE[4]: Fantastic!"
Soulbender Member since:
2005-08-18

Stallman has only advocated free as in "Freedom" not free as in "No money"!


Really? I can do what I like with code under the GPL? i don't have to make derived source code available? This is surely news to me!

Also note that I said it's the impression he make. The impression you make can be quite different from what you're actually trying to say.

Reply Parent Bookmark Score: 0

RE[6]: Fantastic!
by lemur2 on Wed 14th Jan 2009 11:57 in reply to "RE[5]: Fantastic!"
lemur2 Member since:
2007-02-17

"Stallman has only advocated free as in "Freedom" not free as in "No money"!


Really? I can do what I like with code under the GPL? i don't have to make derived source code available? This is surely news to me!
"

"Derived", in a copyright law sense, means "a later work which includes parts of an earlier copyrighted work".

http://en.wikipedia.org/wiki/Derivative_work

In copyright law, a derivative work is an expressive creation that includes major, copyright-protected elements of an original, previously created first work.


Any GPL code which you include in your work must remain GPL, as that is a condition of the license under which you may use the GPL code.

Since the GPL code you used is already public, where is the harm in your obligation to republish it as it appears in your derived work?

Please note, in the context of this thread, even this obligation is now removed for Qt. The LGPL license allows another program (i.e. another work) to include Qt functionality by linking to Qt libraries, without invoking the copy-left requirement to keep the source code open.

Edited 2009-01-14 12:04 UTC

Reply Parent Bookmark Score: 2

RE[6]: Fantastic!
by RawMustard on Wed 14th Jan 2009 12:25 in reply to "RE[5]: Fantastic!"
RawMustard Member since:
2005-10-10

You don't have to do anything with your code if you don't want to, but if you want to distribute your code then it's only fair you keep the same license that allowed you to accomplish your task.

If you don't like those rules, you're FREE to not use GPL code and FREE to do the hell you like, so what's the problem?

Reply Parent Bookmark Score: 5

RE[6]: Fantastic!
by pixel8r on Thu 15th Jan 2009 02:40 in reply to "RE[5]: Fantastic!"
pixel8r Member since:
2007-08-11

"Stallman has only advocated free as in "Freedom" not free as in "No money"!


Really? I can do what I like with code under the GPL? i don't have to make derived source code available? This is surely news to me!
"

Actually you CAN. you can do what you like to any GPL licensed code and even keep the changes to yourself - so long as you do not DISTRIBUTE it. The GPL only applies to distribution, not to how you yourself use the licensed work.

Reply Parent Bookmark Score: 2