licenses/mpl.html
changeset 509 175df10e0b56
child 561 e53cf8b1d942
equal deleted inserted replaced
508:459a447d7e79 509:175df10e0b56
       
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml111.dtd">
       
     2 <html>
       
     3 <head>
       
     4 <title>Mozilla Public License</title>
       
     5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
       
     6 <style type="text/css">
       
     7 body {
       
     8   margin: 0;
       
     9   padding: 0;
       
    10   background-color: #FFFFFF;
       
    11   color: #000000;
       
    12 }
       
    13 body div.main {
       
    14   border: 1px solid #cccccc;
       
    15   background-color: #F1F3F5;
       
    16   margin: 10px;
       
    17   padding: 10px;
       
    18 }
       
    19 * {
       
    20  font-family: verdana, tahoma, arial, helvetica, sans-serif;
       
    21  font-size: 8pt;
       
    22 }
       
    23 p {
       
    24   margin-left: 1.5em;
       
    25 }
       
    26 h1, h2, h3 {
       
    27   color: #50A0D0;
       
    28   font-weight: normal;
       
    29   font-family: 'trebuchet ms', verdana, tahoma, arial, helvetica, sans-serif;
       
    30 }
       
    31 h1 {
       
    32   font-size: 16pt;
       
    33 }
       
    34 h2 {
       
    35   font-size: 12pt;
       
    36   margin-left: 0.5em;
       
    37 }
       
    38 h3 {
       
    39   font-size: 10pt;
       
    40   margin-left: 1em;
       
    41 }
       
    42 a:link, a:visited, a:active {
       
    43   color: #3080B0;
       
    44   text-decoration: none;
       
    45   border-bottom: 1px dotted #50A0D0;
       
    46 }
       
    47 a:hover {
       
    48   color: #50A0D0;
       
    49   border-bottom: 1px solid #50A0D0;
       
    50 }
       
    51 pre {
       
    52   font-family: 'courier new', monospace;
       
    53   background-color: #F8F8F8;
       
    54   margin: 10px 10px 10px 30px;
       
    55   max-height: 150px;
       
    56   clip: rect(0px,auto,auto,0px);
       
    57   overflow: auto;
       
    58   padding: 10px;
       
    59   border: 1px solid #3060B0;
       
    60 }
       
    61 li {
       
    62   list-style-type: square;
       
    63 }
       
    64 div.copyright {
       
    65   text-align: right;
       
    66   font-size: smaller;
       
    67 }
       
    68 div.copyright * {
       
    69   font-size: smaller;
       
    70 }
       
    71 </style>
       
    72 </head>
       
    73 <body>
       
    74 
       
    75 <div class="main">
       
    76 
       
    77  <h1>Mozilla Public License Version 1.1</h1>
       
    78 
       
    79  <h2 id="section-1">1. Definitions.</h2>
       
    80  <dl>
       
    81   <dt id="section-1.0.1">1.0.1. "Commercial Use"</dt>
       
    82   <dd>means distribution or otherwise making the Covered Code available to a third party.</dd>
       
    83   <dt id="section-1.1">1.1. "Contributor"</dt>
       
    84   <dd>means each entity that creates or contributes to the creation of Modifications.</dd>
       
    85   <dt id="section-1.2">1.2. "Contributor Version"</dt>
       
    86   <dd>means the combination of the Original Code, prior Modifications used by a Contributor,
       
    87    and the Modifications made by that particular Contributor.</dd>
       
    88   <dt id="section-1.3">1.3. "Covered Code"</dt>
       
    89   <dd>means the Original Code or Modifications or the combination of the Original Code and
       
    90    Modifications, in each case including portions thereof.</dd>
       
    91   <dt id="section-1.4">1.4. "Electronic Distribution Mechanism"</dt>
       
    92   <dd>means a mechanism generally accepted in the software development community for the
       
    93    electronic transfer of data.</dd>
       
    94   <dt id="section-1.5">1.5. "Executable"</dt>
       
    95   <dd>means Covered Code in any form other than Source Code.</dd>
       
    96   <dt id="section-1.6">1.6. "Initial Developer"</dt>
       
    97   <dd>means the individual or entity identified as the Initial Developer in the Source Code
       
    98    notice required by <a href="#exhibit-a">Exhibit A</a>.</dd>
       
    99   <dt id="section-1.7">1.7. "Larger Work"</dt>
       
   100   <dd>means a work which combines Covered Code or portions thereof with code not governed
       
   101    by the terms of this License.</dd>
       
   102   <dt id="section-1.8">1.8. "License"</dt>
       
   103   <dd>means this document.</dd>
       
   104   <dt id="section-1.8.1">1.8.1. "Licensable"</dt>
       
   105   <dd>means having the right to grant, to the maximum extent possible, whether at the
       
   106    time of the initial grant or subsequently acquired, any and all of the rights
       
   107    conveyed herein.</dd>
       
   108   <dt id="section-1.9">1.9. "Modifications"</dt>
       
   109   <dd>
       
   110 
       
   111    <p>means any addition to or deletion from the substance or structure of either the
       
   112     Original Code or any previous Modifications. When Covered Code is released as a
       
   113     series of files, a Modification is:</p>
       
   114    <ol type="a">
       
   115     <li id="section-1.9-a">Any addition to or deletion from the contents of a file
       
   116      containing Original Code or previous Modifications.</li>
       
   117     <li id="section-1.9-b">Any new file that contains any part of the Original Code or
       
   118      previous Modifications.</li>
       
   119    </ol>
       
   120    </dd>
       
   121   <dt id="section-1.10">1.10. "Original Code"</dt>
       
   122   <dd>means Source Code of computer software code which is described in the Source Code
       
   123    notice required by <a href="#exhibit-a">Exhibit A</a> as Original Code, and which,
       
   124    at the time of its release under this License is not already Covered Code governed
       
   125    by this License.</dd>
       
   126   <dt id="section-1.10.1">1.10.1. "Patent Claims"</dt>
       
   127   <dd>means any patent claim(s), now owned or hereafter acquired, including without
       
   128    limitation, method, process, and apparatus claims, in any patent Licensable by
       
   129    grantor.</dd>
       
   130   <dt id="section-1.11">1.11. "Source Code"</dt>
       
   131   <dd>means the preferred form of the Covered Code for making modifications to it,
       
   132    including all modules it contains, plus any associated interface definition files,
       
   133    scripts used to control compilation and installation of an Executable, or source
       
   134    code differential comparisons against either the Original Code or another well known,
       
   135    available Covered Code of the Contributor's choice. The Source Code can be in a
       
   136    compressed or archival form, provided the appropriate decompression or de-archiving
       
   137    software is widely available for no charge.</dd>
       
   138   <dt id="section-1.12">1.12. "You" (or "Your")</dt>
       
   139   <dd>means an individual or a legal entity exercising rights under, and complying with
       
   140    all of the terms of, this License or a future version of this License issued under
       
   141    <a href="#section-6.1">Section 6.1.</a> For legal entities, "You" includes any entity
       
   142    which controls, is controlled by, or is under common control with You. For purposes of
       
   143    this definition, "control" means (a) the power, direct or indirect, to cause the
       
   144    direction or management of such entity, whether by contract or otherwise, or (b)
       
   145    ownership of more than fifty percent (50%) of the outstanding shares or beneficial
       
   146    ownership of such entity.</dd>
       
   147  </dl>
       
   148 
       
   149  <h2 id="section-2">2. Source Code License.</h2>
       
   150  <h3 id="section-2.1">2.1. The Initial Developer Grant.</h3>
       
   151  <p>The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive
       
   152   license, subject to third party intellectual property claims:</p>
       
   153  <ol type="a">
       
   154   <li id="section-2.1-a">under intellectual property rights (other than patent or
       
   155    trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform,
       
   156    sublicense and distribute the Original Code (or portions thereof) with or without
       
   157    Modifications, and/or as part of a Larger Work; and</li>
       
   158   <li id="section-2.1-b">under Patents Claims infringed by the making, using or selling
       
   159    of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or
       
   160    otherwise dispose of the Original Code (or portions thereof).</li>
       
   161   <li id="section-2.1-c">the licenses granted in this Section 2.1
       
   162    (<a href="#section-2.1-a">a</a>) and (<a href="#section-2.1-b">b</a>) are effective on
       
   163    the date Initial Developer first distributes Original Code under the terms of this
       
   164    License.</li>
       
   165   <li id="section-2.1-d">Notwithstanding Section 2.1 (<a href="#section-2.1-b">b</a>)
       
   166    above, no patent license is granted: 1) for code that You delete from the Original Code;
       
   167    2) separate from the Original Code; or 3) for infringements caused by: i) the
       
   168    modification of the Original Code or ii) the combination of the Original Code with other
       
   169    software or devices.</li>
       
   170  </ol>
       
   171 
       
   172  <h3 id="section-2.2">2.2. Contributor Grant.</h3>
       
   173  <p>Subject to third party intellectual property claims, each Contributor hereby grants You
       
   174   a world-wide, royalty-free, non-exclusive license</p>
       
   175  <ol type="a">
       
   176   <li id="section-2.2-a">under intellectual property rights (other than patent or trademark)
       
   177    Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and
       
   178    distribute the Modifications created by such Contributor (or portions thereof) either on
       
   179    an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger
       
   180    Work; and</li>
       
   181   <li id="section-2.2-b">under Patent Claims infringed by the making, using, or selling of
       
   182    Modifications made by that Contributor either alone and/or in combination with its
       
   183    Contributor Version (or portions of such combination), to make, use, sell, offer for
       
   184    sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor
       
   185    (or portions thereof); and 2) the combination of Modifications made by that Contributor
       
   186    with its Contributor Version (or portions of such combination).</li>
       
   187   <li id="section-2.2-c">the licenses granted in Sections 2.2
       
   188    (<a href="#section-2.2-a">a</a>) and 2.2 (<a href="#section-2.2-b">b</a>) are effective
       
   189    on the date Contributor first makes Commercial Use of the Covered Code.
       
   190   <li id="section-2.2-d">Notwithstanding Section 2.2 (<a href="#section-2.2-b">b</a>)
       
   191    above, no patent license is granted: 1) for any code that Contributor has deleted from
       
   192    the Contributor Version; 2) separate from the Contributor Version; 3) for infringements
       
   193    caused by: i) third party modifications of Contributor Version or ii) the combination of
       
   194    Modifications made by that Contributor with other software (except as part of the
       
   195    Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code
       
   196    in the absence of Modifications made by that Contributor.</li>
       
   197  </ol>
       
   198 
       
   199  <h2 id="section-3">3. Distribution Obligations.</h2>
       
   200  <h3 id="section-3.1">3.1. Application of License.</h3>
       
   201  <p>The Modifications which You create or to which You contribute are governed by the terms
       
   202   of this License, including without limitation Section <a href="#section-2.2">2.2</a>. The
       
   203   Source Code version of Covered Code may be distributed only under the terms of this License
       
   204   or a future version of this License released under Section <a href="#section-6.1">6.1</a>,
       
   205   and You must include a copy of this License with every copy of the Source Code You
       
   206   distribute. You may not offer or impose any terms on any Source Code version that alters or
       
   207   restricts the applicable version of this License or the recipients' rights hereunder.
       
   208   However, You may include an additional document offering the additional rights described in
       
   209   Section <a href="#section-3.5">3.5</a>.</p>
       
   210  <h3 id="section-3.2">3.2. Availability of Source Code.</h3>
       
   211  <p>Any Modification which You create or to which You contribute must be made available in
       
   212   Source Code form under the terms of this License either on the same media as an Executable
       
   213   version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an
       
   214   Executable version available; and if made available via Electronic Distribution Mechanism,
       
   215   must remain available for at least twelve (12) months after the date it initially became
       
   216   available, or at least six (6) months after a subsequent version of that particular
       
   217   Modification has been made available to such recipients. You are responsible for ensuring
       
   218   that the Source Code version remains available even if the Electronic Distribution
       
   219   Mechanism is maintained by a third party.</p>
       
   220  <h3 id="section-3.3">3.3. Description of Modifications.</h3>
       
   221 
       
   222  <p>You must cause all Covered Code to which You contribute to contain a file documenting the
       
   223   changes You made to create that Covered Code and the date of any change. You must include a
       
   224   prominent statement that the Modification is derived, directly or indirectly, from Original
       
   225   Code provided by the Initial Developer and including the name of the Initial Developer in
       
   226   (a) the Source Code, and (b) in any notice in an Executable version or related documentation
       
   227   in which You describe the origin or ownership of the Covered Code.</p>
       
   228  <h3 id="section-3.4">3.4. Intellectual Property Matters</h3>
       
   229  <h4 id="section-3.4-a">(a) Third Party Claims</h4>
       
   230  <p>If Contributor has knowledge that a license under a third party's intellectual property
       
   231   rights is required to exercise the rights granted by such Contributor under Sections
       
   232   <a href="#section-2.1">2.1</a> or <a href="#section-2.2">2.2</a>, Contributor must include a
       
   233   text file with the Source Code distribution titled "LEGAL" which describes the claim and the
       
   234   party making the claim in sufficient detail that a recipient will know whom to contact. If
       
   235   Contributor obtains such knowledge after the Modification is made available as described in
       
   236   Section <a href="#section-3.2">3.2</a>, Contributor shall promptly modify the LEGAL file in
       
   237   all copies Contributor makes available thereafter and shall take other steps (such as
       
   238   notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who
       
   239   received the Covered Code that new knowledge has been obtained.</p>
       
   240  <h4 id="section-3.4-b">(b) Contributor APIs</h4>
       
   241 
       
   242  <p>If Contributor's Modifications include an application programming interface and Contributor
       
   243   has knowledge of patent licenses which are reasonably necessary to implement that
       
   244   <abbr>API</abbr>, Contributor must also include this information in the
       
   245   <strong class="very-strong">legal</strong> file.</p>
       
   246  <h4 id="section-3.4-c">(c) Representations.</h4>
       
   247  <p>Contributor represents that, except as disclosed pursuant to Section 3.4
       
   248   (<a href="#section-3.4-a">a</a>) above, Contributor believes that Contributor's Modifications
       
   249   are Contributor's original creation(s) and/or Contributor has sufficient rights to grant the
       
   250   rights conveyed by this License.</p>
       
   251  <h3 id="section-3.5">3.5. Required Notices.</h3>
       
   252  <p>You must duplicate the notice in <a href="#exhibit-a">Exhibit A</a> in each file of the
       
   253   Source Code. If it is not possible to put such notice in a particular Source Code file due to
       
   254   its structure, then You must include such notice in a location (such as a relevant directory)
       
   255   where a user would be likely to look for such a notice. If You created one or more
       
   256   Modification(s) You may add your name as a Contributor to the notice described in
       
   257   <a href="#exhibit-a">Exhibit A</a>. You must also duplicate this License in any documentation
       
   258   for the Source Code where You describe recipients' rights or ownership rights relating to
       
   259   Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity
       
   260   or liability obligations to one or more recipients of Covered Code. However, You may do so
       
   261   only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You
       
   262   must make it absolutely clear than any such warranty, support, indemnity or liability
       
   263   obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer
       
   264   and every Contributor for any liability incurred by the Initial Developer or such Contributor
       
   265   as a result of warranty, support, indemnity or liability terms You offer.</p>
       
   266  <h3 id="section-3.6">3.6. Distribution of Executable Versions.</h3>
       
   267 
       
   268  <p>You may distribute Covered Code in Executable form only if the requirements of Sections
       
   269   <a href="#section-3.1">3.1</a>, <a href="#section-3.2">3.2</a>,
       
   270   <a href="#section-3.3">3.3</a>, <a href="#section-3.4">3.4</a> and
       
   271   <a href="#section-3.5">3.5</a> have been met for that Covered Code, and if You include a
       
   272   notice stating that the Source Code version of the Covered Code is available under the terms
       
   273   of this License, including a description of how and where You have fulfilled the obligations
       
   274   of Section <a href="#section-3.2">3.2</a>. The notice must be conspicuously included in any
       
   275   notice in an Executable version, related documentation or collateral in which You describe
       
   276   recipients' rights relating to the Covered Code. You may distribute the Executable version of
       
   277   Covered Code or ownership rights under a license of Your choice, which may contain terms
       
   278   different from this License, provided that You are in compliance with the terms of this
       
   279   License and that the license for the Executable version does not attempt to limit or alter the
       
   280   recipient's rights in the Source Code version from the rights set forth in this License. If
       
   281   You distribute the Executable version under a different license You must make it absolutely
       
   282   clear that any terms which differ from this License are offered by You alone, not by the
       
   283   Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and
       
   284   every Contributor for any liability incurred by the Initial Developer or such Contributor as
       
   285   a result of any such terms You offer.</p>
       
   286  <h3 id="section-3.7">3.7. Larger Works.</h3>
       
   287 
       
   288  <p>You may create a Larger Work by combining Covered Code with other code not governed by the
       
   289   terms of this License and distribute the Larger Work as a single product. In such a case,
       
   290   You must make sure the requirements of this License are fulfilled for the Covered Code.</p>
       
   291  <h2 id="section-4">4. Inability to Comply Due to Statute or Regulation.</h2>
       
   292  <p>If it is impossible for You to comply with any of the terms of this License with respect to
       
   293   some or all of the Covered Code due to statute, judicial order, or regulation then You must:
       
   294   (a) comply with the terms of this License to the maximum extent possible; and (b) describe
       
   295   the limitations and the code they affect. Such description must be included in the
       
   296   <strong class="very-strong">legal</strong> file described in Section
       
   297   <a href="#section-3.4">3.4</a> and must be included with all distributions of the Source Code.
       
   298   Except to the extent prohibited by statute or regulation, such description must be
       
   299   sufficiently detailed for a recipient of ordinary skill to be able to understand it.</p>
       
   300  <h2 id="section-5">5. Application of this License.</h2>
       
   301  <p>This License applies to code to which the Initial Developer has attached the notice in
       
   302   <a href="#exhibit-a">Exhibit A</a> and to related Covered Code.</p>
       
   303  <h2 id="section-6">6. Versions of the License.</h2>
       
   304 
       
   305  <h3 id="section-6.1">6.1. New Versions</h3>
       
   306  <p>Netscape Communications Corporation ("Netscape") may publish revised and/or new versions
       
   307   of the License from time to time. Each version will be given a distinguishing version number.</p>
       
   308  <h3 id="section-6.2">6.2. Effect of New Versions</h3>
       
   309  <p>Once Covered Code has been published under a particular version of the License, You may
       
   310   always continue to use it under the terms of that version. You may also choose to use such
       
   311   Covered Code under the terms of any subsequent version of the License published by Netscape.
       
   312   No one other than Netscape has the right to modify the terms applicable to Covered Code
       
   313   created under this License.</p>
       
   314  <h3 id="section-6.3">6.3. Derivative Works</h3>
       
   315  <p>If You create or use a modified version of this License (which you may only do in order to
       
   316  apply it to code which is not already Covered Code governed by this License), You must (a)
       
   317  rename Your license so that the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", "MPL",
       
   318  "NPL" or any confusingly similar phrase do not appear in your license (except to note that
       
   319  your license differs from this License) and (b) otherwise make it clear that Your version of
       
   320  the license contains terms which differ from the Mozilla Public License and Netscape Public
       
   321  License. (Filling in the name of the Initial Developer, Original Code or Contributor in the
       
   322  notice described in <a href="#exhibit-a">Exhibit A</a> shall not of themselves be deemed to
       
   323  be modifications of this License.)</p>
       
   324  <h2 id="section-7">7. <strong class="very-strong">Disclaimer of warranty</strong></h2>
       
   325 
       
   326  <p><strong class="very-strong">Covered code is provided under this license on an "as is"
       
   327   basis, without warranty of any kind, either expressed or implied, including, without
       
   328   limitation, warranties that the covered code is free of defects, merchantable, fit for a
       
   329   particular purpose or non-infringing. The entire risk as to the quality and performance of
       
   330   the covered code is with you. Should any covered code prove defective in any respect, you
       
   331   (not the initial developer or any other contributor) assume the cost of any necessary
       
   332   servicing, repair or correction. This disclaimer of warranty constitutes an essential part
       
   333   of this license. No use of any covered code is authorized hereunder except under this
       
   334   disclaimer.</strong></p>
       
   335  <h2 id="section-8">8. Termination</h2>
       
   336  <p id="section-8.1">8.1. This License and the rights granted hereunder will terminate
       
   337   automatically if You fail to comply with terms herein and fail to cure such breach
       
   338   within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which
       
   339   are properly granted shall survive any termination of this License. Provisions which, by
       
   340   their nature, must remain in effect beyond the termination of this License shall survive.
       
   341  <p id="section-8.2">8.2. If You initiate litigation by asserting a patent infringement
       
   342   claim (excluding declatory judgment actions) against Initial Developer or a Contributor
       
   343   (the Initial Developer or Contributor against whom You file such action is referred to
       
   344   as "Participant") alleging that:</p>
       
   345  <ol type="a">
       
   346   <li id="section-8.2-a">such Participant's Contributor Version directly or indirectly
       
   347    infringes any patent, then any and all rights granted by such Participant to You under
       
   348    Sections <a href="#section-2.1">2.1</a> and/or <a href="#section-2.2">2.2</a> of this
       
   349    License shall, upon 60 days notice from Participant terminate prospectively, unless if
       
   350    within 60 days after receipt of notice You either: (i) agree in writing to pay
       
   351    Participant a mutually agreeable reasonable royalty for Your past and future use of
       
   352    Modifications made by such Participant, or (ii) withdraw Your litigation claim with
       
   353    respect to the Contributor Version against such Participant. If within 60 days of
       
   354    notice, a reasonable royalty and payment arrangement are not mutually agreed upon in
       
   355    writing by the parties or the litigation claim is not withdrawn, the rights granted by
       
   356    Participant to You under Sections <a href="#section-2.1">2.1</a> and/or
       
   357    <a href="#section-2.2">2.2</a> automatically terminate at the expiration of the 60 day
       
   358    notice period specified above.</li>
       
   359   <li id="section-8.2-b">any software, hardware, or device, other than such Participant's
       
   360    Contributor Version, directly or indirectly infringes any patent, then any rights
       
   361    granted to You by such Participant under Sections 2.1(<a href="#section-2.1-b">b</a>)
       
   362    and 2.2(<a href="#section-2.2-b">b</a>) are revoked effective as of the date You first
       
   363    made, used, sold, distributed, or had made, Modifications made by that Participant.</li>
       
   364  </ol>
       
   365 
       
   366  <p id="section-8.3">8.3. If You assert a patent infringement claim against Participant
       
   367   alleging that such Participant's Contributor Version directly or indirectly infringes
       
   368   any patent where such claim is resolved (such as by license or settlement) prior to the
       
   369   initiation of patent infringement litigation, then the reasonable value of the licenses
       
   370   granted by such Participant under Sections <a href="#section-2.1">2.1</a> or
       
   371   <a href="#section-2.2">2.2</a> shall be taken into account in determining the amount or
       
   372   value of any payment or license.
       
   373  <p id="section-8.4">8.4. In the event of termination under Sections
       
   374   <a href="#section-8.1">8.1</a> or <a href="#section-8.2">8.2</a> above, all end user
       
   375   license agreements (excluding distributors and resellers) which have been validly
       
   376   granted by You or any distributor hereunder prior to termination shall survive
       
   377   termination.</p>
       
   378  <h2 id="section-9">9. <strong class="very-strong">Limitation of liability</strong></h2>
       
   379 
       
   380  <p><strong class="very-strong">Under no circumstances and under no legal theory, whether
       
   381   tort (including negligence), contract, or otherwise, shall you, the initial developer,
       
   382   any other contributor, or any distributor of covered code, or any supplier of any of
       
   383   such parties, be liable to any person for any indirect, special, incidental, or
       
   384   consequential damages of any character including, without limitation, damages for loss
       
   385   of goodwill, work stoppage, computer failure or malfunction, or any and all other
       
   386   commercial damages or losses, even if such party shall have been informed of the
       
   387   possibility of such damages. This limitation of liability shall not apply to liability
       
   388   for death or personal injury resulting from such party's negligence to the extent
       
   389   applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion
       
   390   or limitation of incidental or consequential damages, so this exclusion and limitation
       
   391   may not apply to you.</strong>
       
   392  <h2 id="section-10">10. <abbr title="United States">U.S.</abbr> government end users</h2>
       
   393  <p>The Covered Code is a "commercial item," as that term is defined in 48
       
   394   <abbr>C.F.R.</abbr> 2.101 (<abbr title="October">Oct.</abbr> 1995), consisting of
       
   395   "commercial computer software" and "commercial computer software documentation," as such
       
   396   terms are used in 48 <abbr>C.F.R.</abbr> 12.212 (<abbr title="September">Sept.</abbr>
       
   397 
       
   398   1995). Consistent with 48 <abbr>C.F.R.</abbr> 12.212 and 48 <abbr>C.F.R.</abbr>
       
   399   227.7202-1 through 227.7202-4 (June 1995), all <abbr>U.S.</abbr> Government End Users
       
   400   acquire Covered Code with only those rights set forth herein.</p>
       
   401  <h2 id="section-11">11. Miscellaneous</h2>
       
   402  <p>This License represents the complete agreement concerning subject matter hereof. If
       
   403   any provision of this License is held to be unenforceable, such provision shall be
       
   404   reformed only to the extent necessary to make it enforceable. This License shall be
       
   405   governed by California law provisions (except to the extent applicable law, if any,
       
   406   provides otherwise), excluding its conflict-of-law provisions. With respect to
       
   407   disputes in which at least one party is a citizen of, or an entity chartered or
       
   408   registered to do business in the United States of America, any litigation relating to
       
   409   this License shall be subject to the jurisdiction of the Federal Courts of the
       
   410   Northern District of California, with venue lying in Santa Clara County, California,
       
   411   with the losing party responsible for costs, including without limitation, court
       
   412   costs and reasonable attorneys' fees and expenses. The application of the United
       
   413   Nations Convention on Contracts for the International Sale of Goods is expressly
       
   414   excluded. Any law or regulation which provides that the language of a contract
       
   415   shall be construed against the drafter shall not apply to this License.</p>
       
   416  <h2 id="section-12">12. Responsibility for claims</h2>
       
   417 
       
   418  <p>As between Initial Developer and the Contributors, each party is responsible for
       
   419   claims and damages arising, directly or indirectly, out of its utilization of rights
       
   420   under this License and You agree to work with Initial Developer and Contributors to
       
   421   distribute such responsibility on an equitable basis. Nothing herein is intended or
       
   422   shall be deemed to constitute any admission of liability.</p>
       
   423  <h2 id="section-13">13. Multiple-licensed code</h2>
       
   424  <p>Initial Developer may designate portions of the Covered Code as
       
   425   "Multiple-Licensed". "Multiple-Licensed" means that the Initial Developer permits
       
   426   you to utilize portions of the Covered Code under Your choice of the <abbr>MPL</abbr>
       
   427   or the alternative licenses, if any, specified by the Initial Developer in the file
       
   428   described in <a href="#exhibit-a">Exhibit A</a>.</p>
       
   429  <h2 id="exhibit-a">Exhibit A - Mozilla Public License.</h2>
       
   430  <pre>"The contents of this file are subject to the Mozilla Public License
       
   431 Version 1.1 (the "License"); you may not use this file except in
       
   432 compliance with the License. You may obtain a copy of the License at
       
   433 http://www.mozilla.org/MPL/
       
   434 
       
   435 Software distributed under the License is distributed on an "AS IS"
       
   436 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
       
   437 License for the specific language governing rights and limitations
       
   438 under the License.
       
   439 
       
   440 The Original Code is ______________________________________.
       
   441 
       
   442 The Initial Developer of the Original Code is ________________________.
       
   443 Portions created by ______________________ are Copyright (C) ______
       
   444 _______________________. All Rights Reserved.
       
   445 
       
   446 Contributor(s): ______________________________________.
       
   447 
       
   448 Alternatively, the contents of this file may be used under the terms
       
   449 of the _____ license (the  "[___] License"), in which case the
       
   450 provisions of [______] License are applicable instead of those
       
   451 above. If you wish to allow use of your version of this file only
       
   452 under the terms of the [____] License and not to allow others to use
       
   453 your version of this file under the MPL, indicate your decision by
       
   454 deleting the provisions above and replace them with the notice and
       
   455 other provisions required by the [___] License. If you do not delete
       
   456 the provisions above, a recipient may use your version of this file
       
   457 under either the MPL or the [___] License."</pre>
       
   458 
       
   459  <p>NOTE: The text of this Exhibit A may differ slightly from the text of
       
   460   the notices in the Source Code files of the Original Code. You should
       
   461   use the text of this Exhibit A rather than the text found in the
       
   462   Original Code Source Code for Your Modifications.</p>
       
   463 
       
   464 <div class="copyright">(no longer) valid <a href="http://validator.w3.org/check/referer">xhtml</a> and <a href="http://jigsaw.w3.org/css-validator/validator?uri=referer">css</a>&nbsp;&nbsp;|&nbsp;&nbsp;design by <a href="http://enano.homelinux.org/User:dandaman32">dan fuhry</a> and <a href="http://www.fusionnerd.com/">manoj maddali</a></div>
       
   465 
       
   466 </div>
       
   467 
       
   468 </body>
       
   469 </html>