--
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to nzp...@googlegroups.com
To unsubscribe, send email to
nzphpug+u...@googlegroups.com
Also at a higher level. It is GPL licensed which kinda rules out serious commercial use - see copyleft.
GPL doesn't preclude commercial use.
Define "serious".
Regards
Jonathan
On 13/04/12 11:07, Simon Holywell wrote:
> Also at a higher level. It is GPL licensed which kinda rules out serious
> commercial use - see copyleft.
It seems to have become rather trendy to take that position. It is,
however, wrong, and quite counter productive.
What you are implicitly stating is that businesses only gain value from
open source software where they have the ability to convert the work of
open source developers into closed proprietary software. And that, of
course, is utter bollocks.
I suggest you talk to companies like Redhat, Instagram, Github, Acquia,
Google, HP, Yahoo!, Facebook, etc. about the commercial non-viability of
the GPL, I'm sure they'll be interested to hear your perspective.
Regards,
Dave
--
Dave Lane, Egressive Ltd da...@egressive.com m +64212298147 p +6439633733
http://egressive.com Free/OpenSourceSoftware: because to share is human
Drupal powers communities: http://drupal.org Use Open Standards: w3.org
Software Patents kill innovation
On 13 April 2012 11:07, Simon Holywell <si...@holywell.com.au> wrote:
> Also at a higher level. It is GPL licensed which kinda rules out serious
> commercial use - see copyleft.
not at all, see here:
http://automatem.posterous.com/why-purchasing-open-source-licenced-is-the-ri
In short: The software is either a business asset, then don't
distribute it, so GPL doesn't take effect. Or it is not, then what
does it matter.
HTH, Jochen
Jochen and Jonathon,
This is my primary bug bear with GPL: http://www.gnu.org/licenses/gpl-faq.html#LinkingWithGPL
Thanks,
Simon
Calm down dude or you might end up here: http://xkcd.com/386/
Seriously though I hear your call of bollocks. Sounds like GPL works for you and thats great, but until I see clear legal fact stating it works generally then I will refrain from agreeing. My primary concern is with linked libs.
Thanks,
Simon
Jochen and Jonathon,
This is my primary bug bear with GPL: http://www.gnu.org/licenses/gpl-faq.html#LinkingWithGPL
Yep that is where the LGPL and GPL exception clause step in. I am not arguing that GPL isn't useful or that it doesn't serve a purpose or even that it should not be used. It is however restrictive, which hampers adoption.
heh,
If there was such thing as clear legal fact we wouldn't needing lawyers.
Reality is that there are a range of licenses and their suitability
varies depending on your business model - to outright dismiss the GPL as
being against serious commercial use is a silly statement at best.
A company may choose to GPL license a product and make a commercial
business around the support, rather than the code (eg, MySQL, RedHat) or
they may decide to keep the code propietary and sell boxed software (eg,
Microsoft).
Both are valid business models, to state that either are unsuitable for
serious commercial use is wrong.
A more valid statement could be "I am in the business of selling
software and the GPL does not suit my business model as I wish to retain
control of the right to redistribute my code and profit from that".
regards,
jethro
--
Jethro Carr
www.jethrocarr.com
www.amberdms.com
Agreed. I over simplified in a bid to type less on this puny phone. What I am saying is that if you licence under GPL then you reduce adoption. Here are a couple of examples:
Want to resell a CMS that includes ExtJs (this is where GPL can hurt free software and be weaponized by asking for a commercial licence) on its GPL licence. See Pimcore.
Want to include a lib in a PHP extension (in this case it hampers even opensource, but lets not go down the free software vs open source route).
I agree and don't use most GPL code where it will be harmful to me. There is an additional problem with it though; I don't know what my code/product might evolve into in the future and then whether GPL will come back to bite. So I avoid it and that is where adoption rates get affected.
I am a fan of permissive licences for this reason and would encourage anyone to adopt such a licence. If you don't want to then thats fine, but it is also fine if I don't use your code. :-)
In the interests of disclosure: I have GPLed code myself before. I don't any more though.
--
On 13/04/12 19:36, Simon Holywell wrote:
> Agreed. I over simplified in a bid to type less on this puny phone. What
> I am saying is that if you licence under GPL then you reduce adoption.
> Here are a couple of examples:
>
> Want to resell a CMS that includes ExtJs (this is where GPL can hurt
> free software and be weaponized by asking for a commercial licence) on
> its GPL licence. See Pimcore.
>
> Want to include a lib in a PHP extension (in this case it hampers even
> opensource, but lets not go down the free software vs open source route).
I'm struggling to understand your point. If you want adoption of a CMS,
let's consider the two most widely adopted CMSs out there by a
staggering margin: Wordpress and Drupal. Guess what: they're both GPL
licensed. I know a lot of people making a very nice living (and building
successful businesses on) providing services on for those two platforms.
Another example of successful GPL licensed product is Linux. Doesn't
seem to have inhibited its uptake particularly.
Cheers,
--
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to nzp...@googlegroups.com
To unsubscribe, send email to
nzphpug+u...@googlegroups.com
The point I was trying to make was: even if the gpl based software is critical for your business, doesn't mean it needs to be distributed.
Microsoft office is only one of many business models.
Hth, Jochen