Google Reverses "Absurd" Mozilla Code Ban
Barence writes "Google has reversed its decision to ban projects created under the Mozilla Public License from being hosted on its Google Code site. Google banned the license in August, claiming it wanted to 'make a statement against open-source license proliferation' which it blamed for hindering the cross-pollination of code from one project to another. Chris DiBona, of Google's open source team, described its decision to ban the MPL as 'absurd,' citing the community's huge popularity." Jamie mentions that the issue was raised from the floor at OSCON at the Google Open Source Update panel, with DiBona on stage.
Frankly, given Google's record, I refuse to host any of my projects on Google Code, or to participate in the development of any projects hosted there. I use Sourceforge (has svn and ssh access) and Berlios.
The best way to fight against these proliferations is to release code that is multi-licensed. If you are the author of a code and fear OSS fragmentation, claim that you release your code under GPLv2, GPLv3, Mozilla License, Apache License, etc...
Maybe we should come up with a good acronym for a package of the most popular licenses...
The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
Here's a possible solution to the license proliferation / cross pollination problem of F/OSS software projects: Each open source compliant license could include within its terms specific permission to use portions of its project's code in software licensed under another open source compliant license. It could be called an Open Source Cross-Pollination Clause or something like that, and the wording would be identical across licenses. It would be a sort of "UCC of software licenses." As an example of what might happen if this clause were included in, say, the Apache license, the Mozilla license, and the Eclipse license: Suppose there are a group of functions in Apache that produce some result that might be useful in a web browser. The Mozilla project could copy that code verbatim, insert it into Mozilla, and perhaps make modifications to it later on. The copy of that portion of code would essentially become licensed under the Mozilla license. The Eclipse project could then find that code useful and copy it into Eclipse, perhaps modifying it further. Now there are three copies of that code, each licensed under the same license as the broader code that contains it. If, say, all OSI approved licenses decided to insert this Cross-Pollination Clause, it would completely solve the problems of license compatibility.
McCain/Palin '08. Now THAT's hope and change!
I object to ads. If you want access to my eyes to sell your product, pay me.
AAAAAAAAAAAAAAAAAAAAAAGHH! I have no IDEA why people don't understand that just because code is GPL'd that you cannot sell it. People do it to distro's all the time, the only thing you have to do is provide a copy of the code to anyone who asks. Now, this is how tivo and all the other companies who use or used linux to run their devices made money, by tying the software to the hardware. Sure you can have the code, but how much help will it be to "hack" the devices. GPL allows you freedoms, but removes the "freedom" to use the code and distribute it without releasing the source as well. Whether this makes it more free or less free, I dunno, thats why I use different licenses for different projects.
it's like LGPL with a file-based granularity rather than library-based granularity. Also, MPL code can be linked into your binary. LGPL effectively requires dynamic linking/shared library. [Specifically, the user must be able to replace the LGPL part with their own version]
So it's sort of in the middle between BSD and LGPL.
Do you even lift?
These aren't the 'roids you're looking for.