Comments on: GPL declines as open source moves to the Web
The 5 percent drop in General Public License adoption likely reflects a shift in perception as to the value of open-source licensing.
The 5 percent drop in General Public License adoption likely reflects a shift in perception as to the value of open-source licensing.
Web sites launch all the time, but they also shut their doors. We highlight 15 that bit the dust this year.
Let the debate begin: Was the iPhone more important than iTunes? Was anything bigger than Google finding a great business model? CNET offers its list of the 10 most important stories of the '00s.
Matt Asay brings a decade of in-the-trenches open-source business and legal experience to the Open Road, with an emphasis on emerging open-source business strategies and opportunities. Matt is general manager of the Americas division and vice president of business development at Alfresco, a company that develops open-source software for content management. He is a member of the CNET Blog Network and is not an employee of CNET. Disclosure.
Add this feed to your online news reader
Unfortunately, to my knowledge, there hasn't been any solid research on open source that distinguishes between serious apps and hobbyist projects, partly because its really hard to do such a study. So, at least for now, we just have to take these numbers with a grain of salt.
If I used the BSD license, nobody would have any reason to buy a commercial license at all. Then I'd be more likely to be on welfare.
MySQL sold their business for a Billion using this licensing scheme. Too bad that Sun ran it into the ground immediately after the purchase. The founders took home over 200 Million each.
As for being on welfare, the whole idea in FOSS is that you distribute the software under a FOSS license, and then make your money on customization and integration (instead of charging for licenses).
Check out http://www.squidoo.com/software_ip_management for more information on this topic.
I personally want to see more cloud applications move to a structure similar to Drupal. I desperately want to be able to download Google Docs and put it on my home server. I would use it a great deal more that way, because I would know that if Google did something with the software that someone else could fork it, or that I could go in a hack around with the code.
So many of the freedoms associated with free software are lost in this situation. "Access to your data" which are the crown jewels you speak of means nothing if the only program to utilize the data is the one you are paying for. This is a mirror of the same vendor lock in we had with Microsoft.
What do you think about it ?
Will (real) free software die without licenses like the GNU Affero GPLv3 ?
http://www.blackducksoftware.com/oss
Peter Vescuso
It appears that not only do you not understand linux and software development, you don't have the first clue about licensing either.
Just because your company abuses the spirit of OSS, doesn't mean everyone does.
- by jgodse July 6, 2009 9:27 PM PDT
- This was a great article! One consequence of web applications effectively turning GPL into Apache (for web applications only) is that it gives public web applications a huge advantage over other types of FOSS applications because since web application hosts do not have to distribute any changes they make to FOSS software of any of the common FOSS licenses (except AGPL), they can pick from a much wider variety of software as their starting point. For example, if you are a company that is building a proprietary CRM system using a database, a web-hosted CRM solution can use MySQL (GPL license) or PostgreSQL (BSD license, I believe). A company that builds the same kind of proprietary application can only use PostgreSQL (BSD) and not use MySQL because using MySQL (under the GPL) will force them to distribute their application source code as well. In fact, using PostgreSQL in a web application frees you to distribute it to, say, and enterprise customer that demands that the database be resident on its premises, without distributing your proprietary code.
- Like this Reply to this comment
-
(16 Comments)Using AGPL is a great way to adhere to the software freedom philosophies of Richard Stallman. However, remember that Linux didn't take off in popularity until companies found ways to connect their proprietary software to Linux without triggering the distribution clause.
http://www.squidoo.com/software_ip_management has more information on this topic.