32 ms·
What is tricky about using GPL for commercial development?
by latj 10y ago
What is tricky about using GPL for commercial development?
- cyraxjoe 10y agoIf you modify some free software, repackage and resell it without contributing the changes, then you are breaking the intentional viral effects of the license. Most of the web stuff that people work on these days is rather outside of this problem, unless is an AGPL license. It is tricky if you want to base your commercial product on a derivation of a GPL licensed software.
- bkor 10y agoYou don't have to contribute GPL changes back. Whomever you give a binary to you'll have to give the source to if they ask. It's pretty much that simple.
- xenadu02 10y agoThat's a distinction without a difference as anyone who receives the binary must also have access to the source and be free to redistribute that source, so effectively all derivative works of GPL'd code are GPL'd unless you refuse to distribute.
- rini17 10y agoNot really, GPL only says whoever receives binaries, must also receive their source code. Receiver then can, but is not obliged to, publish it or contribute back. Still, yes it does cause problem with various licensing schemes. But per-copy licensing without source code availability is an atrocity enabled only by misapplication of copyright/IP laws, where copyright holder can write practically anything into the EULA and have the law system enforce the terms "for free". I hope our civilization eventually comes up with better and more GPL-aligned software distribution model.
- _ph_ 10y agoPer-copy licensing, which is the base of most commercial software distribution, is pretty much impossible with the GPL. Also, a software company might have licensed some parts of the code from another party - this might not be compatible with GPL. Finally, some companies like to keep trade secrets. This is also incompatible with the GPL. I can understand that many here disagree with this, and I am an open source advocate myself. Nevertheless, it is important to understand how some companies work. The best way to change this, is to create enough open source software, which can be used as a replacement for closed packages.
- bkor 10y agoRed Hat charges per server, which is pretty much the same thing as per copy licensing.
- eeZah7Ux 10y agoNot really. Customers are more than free to switch to CentOS, or even other distributions or pay someone to fork parts of Red Hat. Red Hat is providing support.
- budman1 10y agoRedHat is smarter than everyone. The have obtained security accreditation that is required by the USG and many commercial auditors. Ultimate lock in and profit from a protected position. How many RHEL license are bought by the USG and the Fortune 500 for only this reason? RH, the compamy, is a good citizen. These rules only become onerous if you have money, so it is accepted.
- fl0wenol 10y agoThey figured it out. You're not paying for the software on that server. You're paying for a license to use a few non-free packages containing trademarked material (basically the visual skins / logos nicely factored out) but more importantly, support.
- _ph_ 10y agoAnd the success of Red Hat comes to no small amount from other software companies, which certify their software products often on Red Hat only. That means, if you are trying to get technical support for that software, it might depend on running on red hat. Of course, the software would in principle run on most other Linux distributions, especially Fedora, but I have seen smaller incompatibilities when running not on Red Hat. So this creates a certain market pressure to use Red Hat.
- dragonwriter 10y ago> Per-copy licensing, which is the base of most commercial software distribution, is pretty much impossible with the GPL. Equivalent basis for support contracts, which have actually been the key part for many years in most non-consumer software contracts even when they nominally include copyright licenses, are quite possible (and common) with GPL software.