License Policy: Difference between revisions
(New page: <!-- Remaining to do: - Sort out the license list for the webtools - Check that we've covered everything in the original document - Show it to Frank --> <h1>Mozilla Foundation License...) |
No edit summary |
||
Line 3: | Line 3: | ||
Remaining to do: | Remaining to do: | ||
- | - Update diagram; new names, definitions | ||
- Show it to Frank | - Show it to Frank | ||
- Community checking | |||
--> | --> | ||
<p style="color: red">N.B.: This is a draft, and also not the master copy.</p> | |||
<h1>Mozilla Foundation License Policy</h1> | <h1>Mozilla Foundation License Policy</h1> | ||
<div class=version> | <div class=version> | ||
Version 2.0 | Version 2.0 draft 2 | ||
</div> | </div> | ||
Line 40: | Line 42: | ||
<h2>Definitions</h2> | <h2>Definitions</h2> | ||
< | <ul> | ||
<li><b>Mozilla Code</b> is code in our repositories which originated with the Mozilla Project.</li> | |||
<li><b>Third Party Code</b> is code in our repositories which did not originate with the Mozilla Project. It is usually, but not always, under its own specific license.</li> | |||
<li><b>Product Code</b> means all files any part of which end up in nightly binaries of the | |||
Mozilla family of Internet clients - Firefox, Thunderbird, SeaMonkey | Mozilla family of Internet clients - Firefox, Thunderbird, SeaMonkey | ||
and Camino. Note that this definition excludes the code of tools used merely to | and Camino. Note that this definition excludes the code of tools used merely to | ||
build these products.</ | build these products. Code may be both Product Code and Third Party Code.</li> | ||
< | <li><b>Support Code</b> is code in our repositories which originated with the Mozilla Project but is not Product Code.</li> | ||
</ul> | |||
<p>Please see the diagram for the relationship between the four definitions. XXX DIAGRAM NOT AVAILABLE YET</p> | |||
<p>Please see the diagram for the relationship between the | |||
Line 75: | Line 81: | ||
please use the | please use the | ||
[http://www.mozilla.org/MPL/boilerplate-1.1/index.html boilerplate license notice] | [http://www.mozilla.org/MPL/boilerplate-1.1/index.html boilerplate license notice] | ||
appropriate for the type of file you are creating.</p> | appropriate for the type of file you are creating. Please don't copy boilerplate from existing files.</p> | ||
<li><p>The following license is acceptable for trivial pieces of | <li><p>The following license is acceptable for trivial pieces of Support Code, such as testcases:</p> | ||
<ul> | <ul> | ||
Line 87: | Line 93: | ||
</ul> | </ul> | ||
<li><p>The following licenses are acceptable only for | <li><p>The following licenses are acceptable only for Support Code in | ||
directories whose files are already under the license in question, | directories whose files are already under the license in question, | ||
as outlined later in this policy:</p> | as outlined later in this policy:</p> | ||
Line 109: | Line 115: | ||
adding Mozilla-specific files such as build system files. See below for | adding Mozilla-specific files such as build system files. See below for | ||
a list of directories this applies to.</p> | a list of directories this applies to.</p> | ||
<li><p><span style="color: red">All Product Code must be under either the tri-license or, for Third Party Product Code, a license compatible with all three sets of terms in the tri-license (e.g. BSD-like licenses).</span> The purpose of this rule is to make sure that users of our code can take and use the same code under any one of the three licenses; no group is disadvantaged.</p></li> | |||
</ol> | </ol> | ||
< | <h2>Repositories</h2> | ||
<p>The Mozilla project runs a number of source code repositories, plus repositories for documentation and websites which are out of scope for this policy. Here is a list of repositories plus a summary of the licensing situation.</p> | |||
<h2> | <table border="1"> | ||
<tr> | |||
<th>Repository</th> | |||
<th>Domain Name</th> | |||
<th>Summary</th> | |||
</tr> | |||
<tr> | |||
<td>CVS</td> | |||
<td>cvs.mozilla.org</td> | |||
<td>Mozilla Code is mostly MPL/GPL/LGPL, with some exceptions - see below.</td> | |||
</tr> | |||
<tr> | |||
<td>Subversion</td> | |||
<td>[http://svn.mozilla.org/ svn.mozilla.org]</td> | |||
<td>All non-website Mozilla Code is MPL/GPL/LGPL.</td> | |||
</tr> | |||
<tr> | |||
<td>Mercurial</td> | |||
<td>[http://hg.mozilla.org/ hg.mozilla.org]</td> | |||
<td>All Mozilla Code except <span class="pathname">other-licenses/branding</span> is MPL/GPL/LGPL.</td> | |||
</tr> | |||
</table> | |||
<h2>Support Code (Not Tri-Licensed)</h2> | |||
<p>The following | <p>The following directories contain Support Code which is not tri-licensed. (See Acceptable Licenses item 3, above.)</p> | ||
<h3>Webtools</h3> | <h3>Webtools</h3> | ||
Line 125: | Line 158: | ||
<tr> | <tr> | ||
<th>Software</th> | <th>Software</th> | ||
<th>Repository</th> | |||
<th>Directory</th> | <th>Directory</th> | ||
<th>License</th> | <th>License</th> | ||
</tr> | </tr> | ||
<tr><td>APIDoc</td><td>CVS</td><td class="pathname">webtools/apidoc</td><td>NPL/GPL</td></tr> | |||
< | <tr><td>Bonsai</td><td>CVS</td><td class="pathname">webtools/bonsai</td><td>NPL</td></tr> | ||
<tr><td> | <tr><td>Browser Buster</td><td>CVS</td><td class="pathname">webtools/browser-buster</td><td>MPL</td></tr> | ||
<tr><td>Build</td><td>CVS</td><td class="pathname">webtools/build</td><td>NPL</td></tr> | |||
<tr><td>Bugzilla</td><td>CVS</td><td class="pathname">webtools/bugzilla</td><td>MPL</td></tr> | |||
<tr><td> | <tr><td>"Bugzilla 3" (defunct)</td><td>CVS</td><td class="pathname">webtools/bugzilla3</td><td>MPL/GPL</td></tr> | ||
<tr><td>Despot</td><td>CVS</td><td class="pathname">webtools/despot</td><td>MPL</td></tr> | |||
<tr><td>Doctor</td><td>CVS</td><td class="pathname">webtools/doctor</td><td>MPL</td></tr> | |||
<tr><td> | <tr><td>Graph</td><td>CVS</td><td class="pathname">webtools/graph</td><td>MPL</td></tr> | ||
<tr><td>Hendrix</td><td>CVS</td><td class="pathname">webtools/hendrix</td><td>MPL</td></tr> | |||
<tr><td>Leak-O-Matic</td><td>CVS</td><td class="pathname">webtools/leak-o-matic</td><td>MPL</td></tr> | |||
<tr><td>Litmus</td><td>CVS</td><td class="pathname">webtools/litmus</td><td>MPL</td></tr> | |||
<tr><td> | <tr><td>LXR</td><td>CVS</td><td class="pathname">webtools/lxr</td><td>Our fork is unlabelled, but [http://sourceforge.net/projects/lxr the original version] is GPL</td></tr> | ||
<tr><td>MiscStats</td><td>CVS</td><td class="pathname">webtools/miscstats</td><td>MPL</td></tr> | |||
<tr><td>Doctor</td><td>webtools/doctor</td><td>MPL</td></tr> | <tr><td>MozBot</td><td>CVS</td><td class="pathname">webtools/mozbot</td><td>MPL</td></tr> | ||
<tr><td>Graph</td><td>webtools/graph</td><td>MPL</td></tr> | <tr><td>NewsBot</td><td>CVS</td><td class="pathname">webtools/newsbot</td><td>MPL</td></tr> | ||
<tr><td>Hendrix</td><td>webtools/hendrix</td><td>MPL</td></tr> | <tr><td>Party Tool</td><td>CVS</td><td class="pathname">webtools/partytool</td><td>MPL/GPL/LGPL, MIT and The Open Group Test Suite ** non-free ** (for [http://cakephp.org/ CakePHP])</td></tr> | ||
<tr><td>Leak-O-Matic</td><td>webtools/leak-o-matic</td><td>MPL</td></tr> | <tr><td>PLIF</td><td>CVS</td><td class="pathname">webtools/plif</td><td>MPL/GPL</td></tr> | ||
<tr><td>Litmus</td><td>webtools/litmus</td><td>MPL</td></tr> | <tr><td>Registry</td><td>CVS</td><td class="pathname">webtools/registry</td><td>NPL</td></tr> | ||
<tr><td> | <tr><td>Remora (addons.mozilla.org 2)</td><td>CVS</td><td class="pathname">webtools/remora</td><td>** to be CVS removed **</td></tr> | ||
<tr><td> | <tr><td>Survey</td><td>CVS</td><td class="pathname">webtools/survey</td><td>** to be CVS removed **</td></tr> | ||
<tr><td> | <tr><td>Testopia</td><td>CVS</td><td class="pathname">webtools/testopia</td><td>MPL</td></tr> | ||
<tr><td> | <tr><td>Tinderbox 1</td><td>CVS</td><td class="pathname">webtools/tinderbox</td><td>NPL</td></tr> | ||
<tr><td> | <tr><td>Tinderbox 2</td><td>CVS</td><td class="pathname">webtools/tinderbox2</td><td>MPL</td></tr> | ||
<tr><td>Tinderbox 3</td><td>CVS</td><td class="pathname">webtools/tinderbox3</td><td>MPL</td></tr> | |||
<tr><td> | <tr><td>Uninstall Survey</td><td>CVS</td><td class="pathname">webtools/uninstall_survey</td><td>** to be CVS removed **</td></tr> | ||
<tr><td> | <tr><td>Web Sniffer</td><td>CVS</td><td class="pathname">webtools/web-sniffer</td><td>MPL</td></tr> | ||
<tr><td></td><td> | <tr><td>webstats</td><td>CVS</td><td class="pathname">webtools/webstats</td><td>MPL</td></tr> | ||
<tr><td>whack-license</td><td>CVS</td><td class="pathname">webtools/whack-license</td><td>MPL/GPL</td></tr> | |||
<tr><td> | |||
<tr><td></td><td> | |||
<tr><td> | |||
<tr><td> | |||
<tr><td> | |||
<tr><td> | |||
<tr><td> | |||
<tr><td> | |||
</table> | </table> | ||
Line 176: | Line 199: | ||
<tr> | <tr> | ||
<th>Software</th> | <th>Software</th> | ||
<th>Repository</th> | |||
<th>Directory</th> | <th>Directory</th> | ||
<th>License</th> | <th>License</th> | ||
</tr> | </tr> | ||
<tr> | |||
<td>[http://www.mozilla.org/projects/cck/ Branding]</td> | |||
<td>CVS, Mercurial</td> | |||
<td class="pathname">other-licenses/branding</td> | |||
<td>See the [http://www.mozilla.org/foundation/trademarks/ trademark licensing pages]</td> | |||
</tr> | |||
<tr> | <tr> | ||
<td>[http://www.mozilla.org/projects/cck/ Client Customization Kit]</td> | <td>[http://www.mozilla.org/projects/cck/ Client Customization Kit]</td> | ||
<td>cck</td> | <td>CVS</td> | ||
<td>Some MPL 1.1 or later, some | <td class="pathname">cck</td> | ||
<td>Some MPL 1.1 or later, some MPL/GPL/LGPL</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[http://www.mozilla.org/rhino/ Rhino] (JavaScript in Java)</td> | <td>[http://www.mozilla.org/rhino/ Rhino] (JavaScript in Java)</td> | ||
<td>js/rhino</td> | <td>CVS</td> | ||
<td class="pathname">js/rhino</td> | |||
<td>[http://www.mozilla.org/MPL/MPL-1.1.html MPL 1.1] or later/[http://www.gnu.org/licenses/gpl-2.0.html GPL 2.0] or later</td> | <td>[http://www.mozilla.org/MPL/MPL-1.1.html MPL 1.1] or later/[http://www.gnu.org/licenses/gpl-2.0.html GPL 2.0] or later</td> | ||
</tr> | </tr> | ||
Line 194: | Line 226: | ||
<h2>Third Party Code</h2> | <h2>Third Party Code</h2> | ||
<p>The following list | <p>The following is a complete list of directories containing Third Party Code. (See Acceptable Licenses item 4, above.) Some of this code is also Product Code; if so, it will be under a license compatible with the tri-license.</p> | ||
<table border="1"> | <table border="1"> | ||
<tr> | <tr> | ||
<th>Software</th> | <th>Software</th> | ||
<th>Repository</th> | |||
<th>Directory</th> | <th>Directory</th> | ||
<th>License</th> | <th>License</th> | ||
Line 204: | Line 237: | ||
<tr> | <tr> | ||
<td>[http://www.7-zip.org/ 7-zip]</td> | <td>[http://www.7-zip.org/ 7-zip]</td> | ||
<td>other-licenses/7zstub</td> | <td>CVS, Mercurial</td> | ||
<td class="pathname">other-licenses/7zstub</td> | |||
<td>LGPL</td> | <td>LGPL</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[http://library.gnome.org/devel/atk/ ATK]</td> | <td>[http://library.gnome.org/devel/atk/ ATK]</td> | ||
<td>other-licenses/atk-1.0</td> | <td>CVS, Mercurial</td> | ||
<td class="pathname">other-licenses/atk-1.0</td> | |||
<td>LGPL</td> | <td>LGPL</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[http://wiki.mozilla.org/Performance:Leak_Tools#Boehm_GC Boehm Garbage Collector]</td> | <td>[http://wiki.mozilla.org/Performance:Leak_Tools#Boehm_GC Boehm Garbage Collector]</td> | ||
<td>gc/boehm</td> | <td>CVS</td> | ||
<td>Some MIT-like, some | <td class="pathname">gc/boehm</td> | ||
<td>Some MIT-like, some MPL/GPL/LGPL</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[http://www.daemonology.net/bsdiff/ bsdiff]</td> | <td>[http://www.daemonology.net/bsdiff/ bsdiff]</td> | ||
<td>other-licenses/bsdiff</td> | <td>CVS, Mercurial</td> | ||
<td class="pathname">other-licenses/bsdiff</td> | |||
<td>BSD Protection License</td> | <td>BSD Protection License</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[http://www.linux-foundation.org/en/Accessibility/IAccessible2 IAccessible2]</td> | <td>[http://www.linux-foundation.org/en/Accessibility/IAccessible2 IAccessible2]</td> | ||
<td>other-licenses/ia2</td> | <td>CVS, Mercurial</td> | ||
<td class="pathname">other-licenses/ia2</td> | |||
<td>LGPL</td> | <td>LGPL</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[http://www.artofcode.com/libart.html libart]</td> | <td>[http://www.artofcode.com/libart.html libart]</td> | ||
<td>other-licenses/libart_lgpl</td> | <td>CVS</td> | ||
<td class="pathname">other-licenses/libart_lgpl</td> | |||
<td>LGPL</td> | <td>LGPL</td> | ||
</tr> <tr> | </tr> <tr> | ||
<td>[http://sourceforge.net/projects/freeassociation/ libical]</td> | <td>[http://sourceforge.net/projects/freeassociation/ libical]</td> | ||
<td>calendar/libical</td> | <td>CVS</td> | ||
<td>[http://www.gnu.org/licenses/lgpl-2.1.html LGPL 2.1]/[ | <td class="pathname">calendar/libical</td> | ||
<td>[http://www.gnu.org/licenses/lgpl-2.1.html LGPL 2.1]/[MPL-1.0.html MPL 1.0] or later</td> | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[http://www.ijg.org/ libjpeg]</td> | <td>[http://www.ijg.org/ libjpeg]</td> | ||
<td>jpeg</td> | <td>CVS</td> | ||
<td class="pathname">jpeg</td> | |||
<td>JPEG License</td> | <td>JPEG License</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[http://www.libpng.org/pub/png/libpng.html libpng]</td> | <td>[http://www.libpng.org/pub/png/libpng.html libpng]</td> | ||
<td>modules/libimg/png</td> | <td>CVS</td> | ||
<td class="pathname">modules/libimg/png</td> | |||
<td>PNG License</td> | <td>PNG License</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[http://developer.mozilla.org/en/docs/XPIDL:xpidl XPIDL]</td> | <td>[http://developer.mozilla.org/en/docs/XPIDL:xpidl XPIDL]</td> | ||
<td>xpcom/typelib/xpidl</td> | <td>CVS</td> | ||
<td class="pathname">xpcom/typelib/xpidl</td> | |||
<td>GPL</td> | <td>GPL</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>[http://www.zlib.net/ zlib]</td> | <td>[http://www.zlib.net/ zlib]</td> | ||
<td>modules/zlib</td> | <td>CVS</td> | ||
<td class="pathname">modules/zlib</td> | |||
<td>ZLib License</td> | <td>ZLib License</td> | ||
</tr> | </tr> | ||
Line 270: | Line 314: | ||
please report it to | please report it to | ||
[mailto:licensing@mozilla.org licensing@mozilla.org].</p> | [mailto:licensing@mozilla.org licensing@mozilla.org].</p> | ||
</body> | |||
</html> | |||
<html><body></body></html> |
Revision as of 18:46, 3 March 2008
N.B.: This is a draft, and also not the master copy.
Mozilla Foundation License Policy
Version 2.0 draft 2
Introduction
The Mozilla Foundation has created this formal policy governing licenses to be used for source files stored in our code repositories. Developers with check-in privileges to the mozilla.org code repositories must comply with this policy unless specifically advised otherwise in writing by The Mozilla Foundation.
The following is a brief summary of the Mozilla Foundation license policy:
- Newly-added code must be licensed under the terms pertaining to that part of the repository to which it is added.
- You must consult the licensing team before adding code not under one of the mozilla.org-approved licenses.
For the complete license policy see the following sections.
Definitions
- Mozilla Code is code in our repositories which originated with the Mozilla Project.
- Third Party Code is code in our repositories which did not originate with the Mozilla Project. It is usually, but not always, under its own specific license.
- Product Code means all files any part of which end up in nightly binaries of the Mozilla family of Internet clients - Firefox, Thunderbird, SeaMonkey and Camino. Note that this definition excludes the code of tools used merely to build these products. Code may be both Product Code and Third Party Code.
- Support Code is code in our repositories which originated with the Mozilla Project but is not Product Code.
Please see the diagram for the relationship between the four definitions. XXX DIAGRAM NOT AVAILABLE YET
Acceptable Licenses
The following license (the "Mozilla tri-license") is acceptable in all circumstances:
-
MPL/GPL/LGPL triple license,
allowing use of the file under the terms of any one of:
- The Mozilla Public License, version 1.1 or later (MPL)
- The GNU General Public License, version 2 or later (GPL)
- The GNU Lesser General Public License, version 2.1 or later (LGPL)
For new source files please use the boilerplate license notice appropriate for the type of file you are creating. Please don't copy boilerplate from existing files.
-
MPL/GPL/LGPL triple license,
allowing use of the file under the terms of any one of:
The following license is acceptable for trivial pieces of Support Code, such as testcases:
- Creative Commons Public Domain Dedication, using the following boilerplate:
Any copyright is dedicated to the Public Domain. http://creativecommons.org/licenses/publicdomain/
- Creative Commons Public Domain Dedication, using the following boilerplate:
The following licenses are acceptable only for Support Code in directories whose files are already under the license in question, as outlined later in this policy:
- The Mozilla Public License, version 1.1 or later (MPL) alone
- The Netscape Public License, version 1.1 or later (NPL) alone
- MPL/GPL dual license, allowing use of the file under the terms of either of:
- The Mozilla Public License, version 1.1 or later (MPL)
- The GNU General Public License, version 2 or later (GPL)
For Third Party Code, you should use the license pertaining to that code when modifying it or adding new files to it, and the tri-license when adding Mozilla-specific files such as build system files. See below for a list of directories this applies to.
All Product Code must be under either the tri-license or, for Third Party Product Code, a license compatible with all three sets of terms in the tri-license (e.g. BSD-like licenses). The purpose of this rule is to make sure that users of our code can take and use the same code under any one of the three licenses; no group is disadvantaged.
Repositories
The Mozilla project runs a number of source code repositories, plus repositories for documentation and websites which are out of scope for this policy. Here is a list of repositories plus a summary of the licensing situation.
Repository | Domain Name | Summary |
---|---|---|
CVS | cvs.mozilla.org | Mozilla Code is mostly MPL/GPL/LGPL, with some exceptions - see below. |
Subversion | svn.mozilla.org | All non-website Mozilla Code is MPL/GPL/LGPL. |
Mercurial | hg.mozilla.org | All Mozilla Code except other-licenses/branding is MPL/GPL/LGPL. |
Support Code (Not Tri-Licensed)
The following directories contain Support Code which is not tri-licensed. (See Acceptable Licenses item 3, above.)
Webtools
Software | Repository | Directory | License |
---|---|---|---|
APIDoc | CVS | webtools/apidoc | NPL/GPL |
Bonsai | CVS | webtools/bonsai | NPL |
Browser Buster | CVS | webtools/browser-buster | MPL |
Build | CVS | webtools/build | NPL |
Bugzilla | CVS | webtools/bugzilla | MPL |
"Bugzilla 3" (defunct) | CVS | webtools/bugzilla3 | MPL/GPL |
Despot | CVS | webtools/despot | MPL |
Doctor | CVS | webtools/doctor | MPL |
Graph | CVS | webtools/graph | MPL |
Hendrix | CVS | webtools/hendrix | MPL |
Leak-O-Matic | CVS | webtools/leak-o-matic | MPL |
Litmus | CVS | webtools/litmus | MPL |
LXR | CVS | webtools/lxr | Our fork is unlabelled, but the original version is GPL |
MiscStats | CVS | webtools/miscstats | MPL |
MozBot | CVS | webtools/mozbot | MPL |
NewsBot | CVS | webtools/newsbot | MPL |
Party Tool | CVS | webtools/partytool | MPL/GPL/LGPL, MIT and The Open Group Test Suite ** non-free ** (for CakePHP) |
PLIF | CVS | webtools/plif | MPL/GPL |
Registry | CVS | webtools/registry | NPL |
Remora (addons.mozilla.org 2) | CVS | webtools/remora | ** to be CVS removed ** |
Survey | CVS | webtools/survey | ** to be CVS removed ** |
Testopia | CVS | webtools/testopia | MPL |
Tinderbox 1 | CVS | webtools/tinderbox | NPL |
Tinderbox 2 | CVS | webtools/tinderbox2 | MPL |
Tinderbox 3 | CVS | webtools/tinderbox3 | MPL |
Uninstall Survey | CVS | webtools/uninstall_survey | ** to be CVS removed ** |
Web Sniffer | CVS | webtools/web-sniffer | MPL |
webstats | CVS | webtools/webstats | MPL |
whack-license | CVS | webtools/whack-license | MPL/GPL |
Not Webtools
Software | Repository | Directory | License |
---|---|---|---|
Branding | CVS, Mercurial | other-licenses/branding | See the trademark licensing pages |
Client Customization Kit | CVS | cck | Some MPL 1.1 or later, some MPL/GPL/LGPL |
Rhino (JavaScript in Java) | CVS | js/rhino | MPL 1.1 or later/GPL 2.0 or later |
Third Party Code
The following is a complete list of directories containing Third Party Code. (See Acceptable Licenses item 4, above.) Some of this code is also Product Code; if so, it will be under a license compatible with the tri-license.
Software | Repository | Directory | License |
---|---|---|---|
7-zip | CVS, Mercurial | other-licenses/7zstub | LGPL |
ATK | CVS, Mercurial | other-licenses/atk-1.0 | LGPL |
Boehm Garbage Collector | CVS | gc/boehm | Some MIT-like, some MPL/GPL/LGPL |
bsdiff | CVS, Mercurial | other-licenses/bsdiff | BSD Protection License |
IAccessible2 | CVS, Mercurial | other-licenses/ia2 | LGPL |
libart | CVS | other-licenses/libart_lgpl | LGPL |
libical | CVS | calendar/libical | LGPL 2.1/[MPL-1.0.html MPL 1.0] or later |
libjpeg | CVS | jpeg | JPEG License |
libpng | CVS | modules/libimg/png | PNG License |
XPIDL | CVS | xpcom/typelib/xpidl | GPL |
zlib | CVS | modules/zlib | ZLib License |
Copying Code
You may copy code between files with identical licensing terms, or between files where the target file has a subset of the licenses of the source file (e.g. MPL/LGPL/GPL -> MPL). For any other transfer, consult the licensing team first.
This concludes the list of licenses acceptable to mozilla.org for use with Mozilla code. If you happen to find a file in the Mozilla source tree under a license which does not conform to the pattern above, please report it to licensing@mozilla.org.
</body> </html> <html><body></body></html>