Proprietary service backed by a GPL software? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T09:40:04Z http://stackoverflow.com/feeds/question/829113 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/829113/proprietary-service-backed-by-a-gpl-software 2 Proprietary service backed by a GPL software? SeasonedCoder 2009-05-06T11:16:04Z 2009-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#829127 1 Answer by Cody Brocious for Proprietary service backed by a GPL software? Cody Brocious 2009-05-06T11:20:32Z 2009-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#829162 2 Answer by Ivan Vučica for Proprietary service backed by a GPL software? Ivan Vučica 2009-05-06T11:31:49Z 2009-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>