Quote:
Originally Posted by albn
Well, there comes the paradox; if I use the GPL style for my own use, it is required I make that style available for others to use. If I do not, that violates the GPL.
|
Actually, that is a common misconception of the GPL. If it's for private use you can modify the existing or original code without being obligated to release it. From
www.gnu.org:
Quote:
Does the GPL require that source code of modified versions be posted to the public?
The GPL does not require you to release your modified version. You are free to make modifications and use them privately, without ever releasing them. This applies to organizations (including companies), too; an organization can make a modified version and use it internally without ever releasing it outside the organization. But if you release the modified version to the public in some way, the GPL requires you to make the modified source code available to the program's users, under the GPL.
Thus, the GPL gives permission to release the modified program in certain ways, and not in other ways; but the decision of whether to release it is up to you.
|
I hope that helps too.