Proprietary service backed by a GPL software? - Stack Overflow most recent 30 from stackoverflow.com2009-12-02T09:40:04Zhttp://stackoverflow.com/feeds/question/829113http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/829113/proprietary-service-backed-by-a-gpl-software2Proprietary service backed by a GPL software?SeasonedCoder2009-05-06T11:16:04Z2009-05-06T11:31:49Z
<p>Imagine this scenario: I develop an open source software (a kind of chatting server). And I don't mind if somebody decides to install this server and offer a paid service based on it. Does GPL license allow this? Or should I publish the software under MIT or smth like this?</p>
http://stackoverflow.com/questions/829113/proprietary-service-backed-by-a-gpl-software/829127#8291271Answer by Cody Brocious for Proprietary service backed by a GPL software?Cody Brocious2009-05-06T11:20:32Z2009-05-06T11:20:32Z<p>The GPL only applies to distribution, so it would be fine there.</p>
http://stackoverflow.com/questions/829113/proprietary-service-backed-by-a-gpl-software/829162#8291622Answer by Ivan Vučica for Proprietary service backed by a GPL software?Ivan Vučica2009-05-06T11:31:49Z2009-05-06T11:31:49Z<p>GPL applies to software distribution. In case someone uses your or even modified binary to provide a service, he/she does not have to provide the sources. However, if that person distributes your or modified binary, he/she must comply with GPL by shipping binary together with the source code, or a several-year-valid-written-offer to provide access to source code.</p>
<p>If you want to prevent that person from providing service without providing source (including modified source) for the service, you can use GNU Affero General Public License.</p>