Linked by Thom Holwerda on Sun 22nd Jul 2007 14:17 UTC, submitted by Oliver
Thread beginning with comment 257222
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.
GPL does _nothing_ about any webapp "loophole"
by b3timmons on Sun 22nd Jul 2007 23:16
in reply to "RE[3]: Commercial use"
Unless the program is on a server, and the guy on the client side demands your modifications. Closing the webapp "loophole" IS about restricting usage!
Nonsense. The GPLv3 does not apply to anything like this. The closest that any license applies to a webapp "loophole" is the Affero GPL. The latest version is here:
http://gplv3.fsf.org/agplv3-dd1.html
Edited 2007-07-22 23:34
Unless the program is on a server, and the guy on the client side demands your modifications. Closing the webapp "loophole" IS about restricting usage!
Excuse me?
If the program you have on the server is your own code, then anyone on the client side has no claim to it at all.
If the program you have on the server is GPL code, then if you have modified it slightly then you are obliged to publish your modifications to downstream users ... this is the exact same deal for GPL software as it has always been. You cannot "hide" a program on a server and thereby expect to "escape" the one and only "cost" of the GPL code you are using.







Member since:
2007-02-17
There is no restriction in either GPL v2 or in GPL v3 about use of a GPL program. In both cases you are free to use the program however you want to. This is one of the four freedoms that the GPL is all about trying to preserve for you (not restrict you in).
Restrictions apply in GPL v2 only when you distribute a GPL v2 program, and restrictions apply in GPL v3 only when you distribute or assist in distribution of a GPL v3 program. Even then, the restrictions really only amount to a requirement that you pass on to downstream recipients the same permissions that you received, and they only apply to the GPL code, not to your own code.
Compiling your own program is neither of those restricted activities. Go right ahead.
Edited 2007-07-22 14:49