Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
====What's this about?==== | ====What's this about?==== | ||
Mozilla | Mozilla has now completed a 21-month process to revise the Mozilla Public License (MPL), the licence it has used for most new code since the original release of the source code in 1998. The result is a licence which is about half the length, has many provisions removed which have become onerous to comply with, and has better compatibility with other licences. This work has been overseen by [http://blog.lizardwrangler.com/ Mitchell Baker] (the author of the original MPL) and led by [http://tieguy.org/ Luis Villa], with help from [http://www.gerv.net/ Gervase Markham], [http://lockshot.wordpress.com/ Harvey Anderson], Heather Meeker of [http://gtlaw.com/ Greenberg Traurig], and [http://mpl.mozilla.org/participate/ many helpful commenters]. | ||
[http://groups.google.com/group/mozilla.governance/msg/50954ce2033f7c0c It has been decided] that Mozilla will be changing our codebase to use the new licence. | |||
====How will this happen?==== | |||
(This is the current plan; subject to confirmation with project leaders.) | |||
We will develop a script to replace existing tri-licence blocks with the MPL 2 boilerplate (which is only 3 lines long). We would run it against the following repositories: | |||
* mozilla-central | |||
* comm-central | |||
* tamarin-redux | |||
* camino | |||
* dom-inspector | |||
* venkman | |||
* chatzilla | |||
* l10n-central | |||
* Any active labs projects using the MPL | |||
* NSS trunk (which is still in CVS) | |||
<i>If you feel this list is incorrect by omission or commission, please let us know.</i> | |||
Repos which feed into mozilla-central (e.g. mozilla-inbound, tracemonkey) would need to merge the changes from mozilla-central, and run the script to upgrade any new files they might have created, before making any further merges into to mozilla-central. | |||
Some repositories such as release repositories are effectively forks of some of the above code from earlier points in time. We would not plan to upgrade the licence on those repositories, but just let them fall out of use naturally. | |||
Merges from any other repositories into mozilla-central would need to have the license upgraded before the merge was permitted. | |||
In terms of mechanics, after various dry-runs which made sure the script was working correctly, we will probably declare a "relicensing day" where the trees would be closed to other changes, and we would make all of the upgrades and various back-and-forth merges, before asking people to update their local trees. | |||
====Where can I read about the new licence?==== | ====Where can I read about the new licence?==== | ||
You can read the [http:// | You can read the [http://www.mozilla.org/MPL/2.0/ text], a [http://www.mozilla.org/MPL/2.0/FAQ.html FAQ] about the licence and and another [http://www.mozilla.org/MPL/2.0/Revision-FAQ.html FAQ] specifically about the changes. | ||
====Why is it better?==== | ====Why is it better?==== | ||
| Line 23: | Line 50: | ||
* Boilerplate at the top of each file goes from 35 lines to 3. | * Boilerplate at the top of each file goes from 35 lines to 3. | ||
====What | ====What will be the difference in terms of included licence compatibility?==== | ||
(Included licence compatibility is "what licences can code coming into the Mozilla project be under?") | (Included licence compatibility is "what licences can code coming into the Mozilla project be under?") | ||
As noted above, in addition to the MIT and BSD family of licences, we | As noted above, in addition to the MIT and BSD family of licences, we will now be able to include Apache-licensed code in our codebase and even copy it into MPLed files. This makes re-use of Apache code easy. There are several bits of Apache-licensed code that people have had their eye on over the years. | ||
====What | ====What will be the difference in terms of forward licence compatibility?==== | ||
(Forward licence compatibility is "what projects can our code be used in?") | (Forward licence compatibility is "what projects can our code be used in?") | ||
| Line 40: | Line 67: | ||
* AGPL 3.0, and later versions | * AGPL 3.0, and later versions | ||
When we upgrade to MPL 2, that list will technically be the same, with the obvious exception of MPL 1.1. | |||
However, there is one twist. The Free Software Foundation is of the opinion that the Apache License 2.0 is not compatible with the GPL 2.0, only with the GPL 3.0. One goal of relicensing is to allow us to include Apache-licensed code in our codebase. Once that had happened, it would no longer be possible to build a GPL 2.0 version of the entire Mozilla codebase. Anyone wanting to use the Mozilla codebase as a whole under the terms of the GPL would need to use GPL 3.0. (The parts which did not contain Apache code could still be used under GPL 2.0.) | However, there is one twist. The Free Software Foundation is of the opinion that the Apache License 2.0 is not compatible with the GPL 2.0, only with the GPL 3.0. One goal of relicensing is to allow us to include Apache-licensed code in our codebase. Once that had happened, it would no longer be possible to build a GPL 2.0 version of the entire Mozilla codebase. Anyone wanting to use the Mozilla codebase as a whole under the terms of the GPL would need to use GPL 3.0. (The parts which did not contain Apache code could still be used under GPL 2.0.) | ||
| Line 48: | Line 75: | ||
No. The agreement that created the Mozilla Foundation transferred the ability to create new versions of the MPL from Netscape to the Foundation. This is how we can make an MPL 2. | No. The agreement that created the Mozilla Foundation transferred the ability to create new versions of the MPL from Netscape to the Foundation. This is how we can make an MPL 2. | ||
No permission is needed from any contributor to upgrade the codebase from MPL 1.1 to MPL 2 because the MPL 1.1 contains within itself a provision which allows software under 1.1 to be redistributed under a later version of the licence | No permission is needed from any contributor to upgrade the codebase from MPL 1.1 to MPL 2 because the MPL 1.1 contains within itself a provision which allows software under 1.1 to be redistributed under a later version of the licence. | ||
====What code would have its licence upgraded?==== | ====What code would have its licence upgraded?==== | ||
| Line 54: | Line 81: | ||
All code in active projects which is currently under the MPL (perhaps in combination with other licenses). | All code in active projects which is currently under the MPL (perhaps in combination with other licenses). | ||
There are two projects within Mozilla which have historically had greater independence - Bugzilla and Rhino. Neither uses the usual tri-licensing scheme - Bugzilla is MPL 1.1 only, and Rhino is MPL/GPL. For those projects, whether to shift or not is a discussion to be had with their leadership ([https://bugzilla.mozilla.org/show_bug.cgi?id=680131 Bugzilla | There are two projects within Mozilla which have historically had greater independence - Bugzilla and Rhino. Neither uses the usual tri-licensing scheme - Bugzilla is MPL 1.1 only, and Rhino is MPL/GPL. For those projects, whether to shift or not is a discussion to be had with their leadership ([https://bugzilla.mozilla.org/show_bug.cgi?id=680131 Bugzilla has decided to switch.]). | ||
Any project which is MPL-only (such as Bugzilla) will need to add the Exhibit-B GPL-incompatibility language to their licence header. | |||
====What about the list of Contributors?==== | ====What about the list of Contributors?==== | ||
The list of Contributors in the license header was required by the MPL 1.1 but, in line with other modern free software licences, is not required by MPL 2. In practice, it was neither a complete nor accurate list of people with a copyright interest in the particular file. After discussion, most people in the project think it is not useful, and can be a source of merge problems, so we | The list of Contributors in the license header was required by the MPL 1.1 but, in line with other modern free software licences, is not required by MPL 2. In practice, it was neither a complete nor accurate list of people with a copyright interest in the particular file. After discussion, most people in the project think it is not useful, and can be a source of merge problems, so we will be removing it along with the rest of the MPL 1.1 header. | ||
====How do you spell "licence"?==== | ====How do you spell "licence"?==== | ||
This FAQ was written by Gerv, a Brit, who spells the noun "licence" and the verb "license", except when he is referring to the official titles of licences written by Americans, such as the Mozilla Public License or the Apache License. Any deviations from this policy should be [mailto:gerv@mozilla.org reported]. | This FAQ was written by Gerv, a Brit, who spells the noun "licence" and the verb "license", except when he is referring to the official titles of licences written by Americans, such as the Mozilla Public License or the Apache License. Any deviations from this policy should be [mailto:gerv@mozilla.org reported]. | ||