Is this legal? (GPL Software / Licensing Issues) - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T05:49:09Z http://stackoverflow.com/feeds/question/379510 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/379510/is-this-legal-gpl-software-licensing-issues 7 Is this legal? (GPL Software / Licensing Issues) JohnClaymore 2008-12-18T22:16:28Z 2008-12-22T19:36:49Z <p>I work for a software / design firm and I recently found out that our "in house" CMS is actually <a href="http://modxcms.com/" rel="nofollow">MODx</a> that has been re-skinned by one of our designers. MODx is licensed under the <a href="http://www.gnu.org/licenses/gpl-2.0.html" rel="nofollow">GPL Ver 2.</a>. I would like to know if it is ethical / legal to be selling this to clients. </p> <p>We also offer another package that is actually <a href="http://sourceforge.net/projects/zencart/" rel="nofollow">ZenCart</a>, is this legal as well?</p> <p>I thought that software for commercial applications needed to be LGPL, are these applications being used "commercially"? We are certainly selling them to clients, while acting like they were developed in house...</p> <p>I'd love to hear your thought / clarifications on this topic, I for one find it at least unethical. What do you think?</p> http://stackoverflow.com/questions/379510/is-this-legal-gpl-software-licensing-issues/379531#379531 3 Answer by Superdumbell for Is this legal? (GPL Software / Licensing Issues) Superdumbell 2008-12-18T22:23:27Z 2008-12-18T22:23:27Z <p>Its perfectly legal to use and sell any GPL program. Thats part of what makes the GPL so great. The only thing about the GPL is if they make changes to the source they have to release the source as GPL also.</p> http://stackoverflow.com/questions/379510/is-this-legal-gpl-software-licensing-issues/379532#379532 15 Answer by Jonathan Leffler for Is this legal? (GPL Software / Licensing Issues) Jonathan Leffler 2008-12-18T22:23:50Z 2008-12-22T19:36:49Z <p>For in-house use, you'd be fine.</p> <p>For selling to clients, you'd have to give the source code to them if they ask for it, and make sure that they know that they are entitled to the source code. </p> <p>As Harper Shelby suggests, you should talk to your management chain first, then your company's lawyers. If they don't sort things out on their own, then you should consider contacting the Free Software Foundation (<a href="http://www.fsf.org/" rel="nofollow">FSF</a>) or the Software Freedom Law Center (<a href="http://www.softwarefreedom.org/" rel="nofollow">SFLC</a>), and maybe the authors of the packages too.</p> <p>There was a recent post on <a href="http://www.groklaw.net/" rel="nofollow">Groklaw</a> entitled "<a href="http://www.groklaw.net/article.php?story=20081209091525428" rel="nofollow">FSFE and GPL-Violations.org Release Guide to Handling License Violations</a>". <a href="http://fsfeurope.org/" rel="nofollow">FSFE</a> is the Free Software Foundation Europe, and <a href="http://gpl-violations.org/" rel="nofollow">GPL-Violations.org</a> has the goal:</p> <blockquote> <p>The gpl-violations.org project tries to raise public awareness about past and present infringing use(r)s of GPL licensed software.</p> <p>The ultimate goal is to make vendors of GPL licensed software understand that GPL is not public domain, and that there are license conditions that are to be fulfilled.</p> </blockquote> <p>For another illustration of GPL issues, see "<a href="http://dobbscodetalk.com/index.php?option=com_myblog&amp;show=Stallman-Calls-Out-Cisco---GPL-Violations-Alleged.html&amp;Itemid=29" rel="nofollow">Stallman Calls Out Cisco - GPL Violations Alleged</a>" at Dr Dobbs CodeTalk. More on <a href="http://www.sdtimes.com/link/33128" rel="nofollow">Cisco's problems with GPL</a>.</p> http://stackoverflow.com/questions/379510/is-this-legal-gpl-software-licensing-issues/379538#379538 5 Answer by Harper Shelby for Is this legal? (GPL Software / Licensing Issues) Harper Shelby 2008-12-18T22:26:17Z 2008-12-18T22:26:17Z <p>It's perfectly legal to sell a modified version of GPL (at least v2, I'm not as familiar with v3) software. However, you must still comply with the terms of the license - you <strong>must</strong> offer the source code, including your modifications, if the modifications fall under the definition of a 'derivative work', which it seems likely they do from your brief description.</p> <p>Jonathan Leffler's links and recommendations are good, though I'd recommend mentioning the issues to your internal people first - at least give them the chance to do the right thing before you release the hounds. </p> http://stackoverflow.com/questions/379510/is-this-legal-gpl-software-licensing-issues/379545#379545 21 Answer by Bill Karwin for Is this legal? (GPL Software / Licensing Issues) Bill Karwin 2008-12-18T22:28:08Z 2008-12-18T22:39:34Z <p>Don't act on any legal advice you read on a forum like StackOverflow -- including mine. :-)</p> <p>Here's a <a href="http://en.wikipedia.org/wiki/GPL#Terms_and_conditions" rel="nofollow">passage</a> about GPL from Wikipedia (emphasis mine):</p> <blockquote> <p>The terms and conditions of the GPL are available to anybody receiving a copy of the work that has a GPL applied to it ("the licensee"). Any licensee who adheres to the terms and conditions is given permission to modify the work, as well as to copy and redistribute the work or any derivative version. The licensee is <strong>allowed to charge a fee for this service,</strong> or do this free of charge. This latter point distinguishes the GPL from software licenses that prohibit commercial redistribution. The FSF argues that free software should not place restrictions on commercial use, and the GPL explicitly states that GPL works <strong>may be sold at any price.</strong></p> </blockquote> <p>However, if your company is distributing the software under another license not compatible with GPL, then they're violating their license.</p> <p><a href="http://sourceforge.net/projects/zencart/" rel="nofollow">ZenCart</a> is also licensed under GPL, so the same restrictions apply.</p> http://stackoverflow.com/questions/379510/is-this-legal-gpl-software-licensing-issues/379550#379550 3 Answer by seanb for Is this legal? (GPL Software / Licensing Issues) seanb 2008-12-18T22:29:00Z 2008-12-18T22:29:00Z <p>If they are passing off someone else's work as their own, then regardless of the legal status, I would personally consider that pretty unethical. </p> <p>From the point of view of your own self interest, this would be one that I would post as anonymous.</p> http://stackoverflow.com/questions/379510/is-this-legal-gpl-software-licensing-issues/379612#379612 0 Answer by BubbaT for Is this legal? (GPL Software / Licensing Issues) BubbaT 2008-12-18T22:55:34Z 2008-12-19T17:13:08Z <p>How do people who have been around the company for a while behave? For example, are they careful to make sure that the terms of the GPL are satisfied? Or are they acting like they are pulling a fast one over on their clients or the softwares (pre)developers? Do they act like they are experts on law and don't need to check with a lawyer?</p> <p>This test is not conclusive but it can be very revealing.</p> http://stackoverflow.com/questions/379510/is-this-legal-gpl-software-licensing-issues/379698#379698 1 Answer by Eineki for Is this legal? (GPL Software / Licensing Issues) Eineki 2008-12-18T23:27:41Z 2008-12-18T23:27:41Z <p>As long you give the source code to your clients, and let them the freedom to read, modify and distribute the code they received, you are completely fulfilling the license agreement. You need alse to be sure that your clients know what they can do with the software. Handle your clients the text of the license and a link to the code (or the code itself) will be fine.</p> <p>The practice of modify and selling code under GPL is explicitly approved by FSF, you can refer to the GPL official faq: </p> <p><a href="http://www.gnu.org/licenses/gpl-faq.html#DoesTheGPLAllowMoney" rel="nofollow">http://www.gnu.org/licenses/gpl-faq.html#DoesTheGPLAllowMoney</a></p> <p>LGPL differs from GPl because you can mix LGPL code and code released under closed licenses (as far as I know LGPL was created for libraries, in order to spread the use of the free software as much as possible). GPL don't permits linking with code licensed under non GPL compatible licenses.</p> http://stackoverflow.com/questions/379510/is-this-legal-gpl-software-licensing-issues/379759#379759 2 Answer by MadCoder for Is this legal? (GPL Software / Licensing Issues) MadCoder 2008-12-19T00:01:22Z 2008-12-19T00:01:22Z <p>Another big thing to look out for is if the company is replacing MODx's copyright notices with their own. As for bringing this to the attention of management, that depends on your work environment. Will they be thankful for you pointing out a potential legal problem, or blame you for creating a big legal mess? </p> <p>If <em>JohnClaymore</em> is your real name or an alias easily linkable to your real life identity, you will most likely be fired if you bring this to management's attention, as posting your question here has created potential evidence to support the charge of willful infringement, which triples any damages awarded in a copyright lawsuit.</p> <p>IANAL, this is not legal advice, blah, blah, blah....</p> http://stackoverflow.com/questions/379510/is-this-legal-gpl-software-licensing-issues/381639#381639 0 Answer by hasen j for Is this legal? (GPL Software / Licensing Issues) hasen j 2008-12-19T17:36:00Z 2008-12-19T17:36:00Z <p>I don't know about the legal side, but I think it's <em>very</em> unethical to sell open source software as if it is something that your company developed in-house, when it's only a mod of an open source project.</p> <p>Now, if you're selling the service and the support, as in, "we'll take care of powering up your site &amp; keeping it up and running", then it's different.<br /> I mean, if the customers probably don't have many (or any) people that have technical knowledge about running websites, then it wouldn't really make much difference whether they know that your using an open source system, since they still wouldn't have a clue how to use it to run a website.</p> http://stackoverflow.com/questions/379510/is-this-legal-gpl-software-licensing-issues/381653#381653 0 Answer by T.E.D. for Is this legal? (GPL Software / Licensing Issues) T.E.D. 2008-12-19T17:39:21Z 2008-12-19T17:39:21Z <p>There is nothing in what you said that is illegal. However, when your company distributes (sells) the software, it must</p> <ul> <li>Distribute the modified program under the same license the unmodified program used.</li> <li>Fufil all your obligations as a distributer under the GPL. Generally this means your customers must have access to the sources in such a way that it would be possible for them to build the executables themselves if they want to.</li> </ul> <p>Of course your company's legal department should be aware of this situation. If not, they should be made aware of it.</p>