Linked by Thom Holwerda on Wed 14th Jan 2009 09:54 UTC, submitted by Almar
Thread beginning with comment 343444
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
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.
"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
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?
"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.







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"!