Mozilla Public License 2.0 Released
revealingheart writes "Mozilla has announced the release of the Mozilla Public License 2.0. The new version provides for compatibility with the Apache and GPL licenses, improved patent protections and recent changes in copyright law. The full license text is available online. Mozilla has updated their wiki with plans to upgrade their codebase; Bugzilla has also said that they will update (with an exemption to keep the project MPL only). The MPL was previously incompatible with other copyleft licenses like the GPL. The new version is compatible (unless exempted) and doesn't require multiple licenses (as currently stands with Firefox and Thunderbird). This will allow Mozilla to incorporate Apache-licensed code; but will mean that their software becomes incompatible with GPL2 code."
Mozilla Public License 3.0 will be released in April.
TFS says that the license is now GPL compatible, but that the codebase will no longer be GPL compatible.
Or is it GPLv3 compatible only?
General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
So a license update to make the MPL simpler and *more* compatible with other open source licenses is somehow discouraging re-use? Do explain.
I do hear that they are speeding up their license versioning to become incompatible much faster in future iterations. Next week is MPL 3, and by next month they hope to be up to MPL 13, guaranteed to be future proof compatible with all copyleft licenses forever... yet incompatible with all GPL once incorporated with any of them.
I8-D
Its really simple. The MPL will be more compatible with other open source licenses (particularly, GPLv3 and ASL), but the software (particularly Firefox and Thunderbird) will only be licensed under the MPL, rather than triple licensed under the MPL, GPLv2, and LGPLv2.
Consequently, while the new license is compatible with more other licenses than the old MPL was, the software will no longer be licensed in a manner that is compatible with some of the licenses under which it was previously available. This has at least the potential for discouraging re-use of the software.
Even as an ardent supporter of FLOSS, I'm pleased to see influential companies exploring options other than the GPL, especially in a way that tries to maintain community relationships by keeping an eye on compatibility. Mozilla is one of the only organizations whose genuine dedication to creating and sustaining an open web I don't question.
I prefer LGPL for all my software as a middle step between GPL and almost-public-domain licenses because it gives freedom to use in closed software, but the LGPL part of the software is copyleft, but what I am missing is feature of Affero GPL which adds obligation to give back changes which aren't even distributed (made for web services). Is there any license fulfilling this?
I want to release software (libraries, mostly) that anybody can use in any project they want, either open or closed source. However unlike the BSD or public domain, I want *my* source code to be "GPL'd": if you use it and modify it, you must make available, under the same license, the modified version of my source code. You can of course still link this with your own source code which remains closed (there may also be some rules to prevent cheats like modifying the source to call something in a closed-source portion but I am not too concerned about that). I would also want to make sure my code can be used by GPL or LGPL software by requiring the license to be compatible.
This is not the GPL (which requires your source code to be GPL'd as well). It is not the LGPL because it removes the weird "you must distribute the software in a way that lets it be relinked with a new version" provision (this provision actually *hurts* development of OSS libraries, as it technically means that end users expect me to not alter the abi, which is pretty much impossible and a waste of time for a little-used library. It also prevents static linking of my library which greatly reduces it's appeal).
I have been desparate for a well-known three-letter name for the license I want. What we have been doing is distributing under the GPL plus a "linking exception" that describes the above (actually we use the LGPL to make it more clear, but the linking exception hides any differences between that and the GPL).
Can anybody confirm if the MPL 2.0 is what I want?
No need for screenshots, just send the links in your about:crashes
Under Windows, there is no problem with Flash in Firefox. I would have thought that Mozilla with all their dedication to FOSS would not follow the likes of ATI by delivering crappy Linux versions...
i use IE in virtualbox in linux to watch videos on youtube...
Sorry but, that is retarded.
FlashPlayer "Square" hasn't crashed on me in 3 years! Even when it was a Labs project in alpha, it was stable on x64. Granted, I use NoScript to block 3rd party scripts (I temp whitelist the current domain) so that blocks most Flash ads and other junk from loading.
Download the tarball: http://get.adobe.com/flashplayer/otherversions/
Remove whatever flash came with your distro, throw libflashplayer.so in: /usr/lib/mozilla/plugins/ and restart FF. `ps aux | grep plugin-container` might use a lot of ram after a long browsing session, but it's super-stable and has been for a long time.
I know a license that is compatible with the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0. It's called the BSD license.
And even better, it ensures future compatibility with all future licenses as well.
In all seriousness, copyleft these days is a pain in the ass, mainly because every second major entity that uses it is compelled to create their own license. Copyleft hurts free software.
Yeah I gotta agree... at a certain point you'd think he'd stop and consider what he is doing and if everybody else on linux has to do the same thing (use IE in Virtual Box). I hate flash as much as the next nerd, but it has been "working" on linux for years now in pretty much the same state as it does on windows.
Even more so because YouTube has almost replaced Flash with HTML5/WebM anyway.
You can enable it here:
http://youtube.com/html5
Even works if YouTube is embedded on other websites.
New things are always on the horizon
No, that's wrong. Because the new license is compatible, when the relicensing (from MPL11/GPL/LGPL->MPL2) is complete, the software will still be licensed in a way that is compatible with GPL and LGPL code.
The only usage that will now be discouraged that was previously possible is the simple case where someone took the old code, and republished under only one license without combining it with GPL/LGPL code- in other words, they did it because they wanted it to be incompatible. (This was something that Stallman publicly stated was poor form, but some people did it anyway.) This is prohibited by the new language- you have to have a real reason now to switch the licensing, and you still have to do your first publication under both licenses instead of just one.
IAAL,BIANLY