Quote:
Originally Posted by shh
Hi muaddib!
Nice work!
Can you tell me, where to download the sources, according to the GPL, please? Thanks.
Best regards,
shh
|
Hi shh,
The source will be posted right here as soon as muaddib sends it to me. Probably soon, because we talked about that yesterday.
I agree 100% with you that the "modified" sources should be posted.. But be aware that the GPL license left a big
loophole, and that is that they didn't specify
WHEN the sources should be posted. So it's to the discression of the developer making the changes when HE decides to post them,
within a reasonable time of course. If you look carefully at Lindows (
www.lindows.com ), you'll find that some of the sources are released
months after GPL sources have been modified. They use that as a "propietary advantage". So if muaddib wants to retain the modifications for a while, he can
Also, I'm not sure if muaddib followed some suggestions that were talked some time ago, and that is regarding "hooks" from the sources to separate his sources to FitCD's sources. You see, I develop some commercial software for clients, and I do use some (minimal) GNU sources, as I prefer to use "BSD" license for commercial use. So what I do with GNU software is that I code my routines ( functions, procedures ) as "External" functions
around the main GNU sources. This way, the only thing in the GNU source is a "call" to an external routine, which is my property, and I don't have to give that to anyone. So this way, I don't violate the GNU license, because I AM giving out the modified GNU sources, but not MY sources. And of course, this makes the modified GNU source "uncompilable" because it's missing my propietary source. Again, another unspecified "loop hole" in GNU license, which RS didn't think about. That's also how some commercial "modules" for Linux are being developed and sold. They "attach" to the kernel, but the kernel sources are not touched, again permitting a propietary advantage to a developer for commercial ( or whatever ) use.
Regards,
-kwag