intl/hyphenation/src/COPYING.MPL

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/hyphenation/src/COPYING.MPL	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,470 @@
     1.4 +                          MOZILLA PUBLIC LICENSE
     1.5 +                                Version 1.1
     1.6 +
     1.7 +                              ---------------
     1.8 +
     1.9 +1. Definitions.
    1.10 +
    1.11 +     1.0.1. "Commercial Use" means distribution or otherwise making the
    1.12 +     Covered Code available to a third party.
    1.13 +
    1.14 +     1.1. "Contributor" means each entity that creates or contributes to
    1.15 +     the creation of Modifications.
    1.16 +
    1.17 +     1.2. "Contributor Version" means the combination of the Original
    1.18 +     Code, prior Modifications used by a Contributor, and the Modifications
    1.19 +     made by that particular Contributor.
    1.20 +
    1.21 +     1.3. "Covered Code" means the Original Code or Modifications or the
    1.22 +     combination of the Original Code and Modifications, in each case
    1.23 +     including portions thereof.
    1.24 +
    1.25 +     1.4. "Electronic Distribution Mechanism" means a mechanism generally
    1.26 +     accepted in the software development community for the electronic
    1.27 +     transfer of data.
    1.28 +
    1.29 +     1.5. "Executable" means Covered Code in any form other than Source
    1.30 +     Code.
    1.31 +
    1.32 +     1.6. "Initial Developer" means the individual or entity identified
    1.33 +     as the Initial Developer in the Source Code notice required by Exhibit
    1.34 +     A.
    1.35 +
    1.36 +     1.7. "Larger Work" means a work which combines Covered Code or
    1.37 +     portions thereof with code not governed by the terms of this License.
    1.38 +
    1.39 +     1.8. "License" means this document.
    1.40 +
    1.41 +     1.8.1. "Licensable" means having the right to grant, to the maximum
    1.42 +     extent possible, whether at the time of the initial grant or
    1.43 +     subsequently acquired, any and all of the rights conveyed herein.
    1.44 +
    1.45 +     1.9. "Modifications" means any addition to or deletion from the
    1.46 +     substance or structure of either the Original Code or any previous
    1.47 +     Modifications. When Covered Code is released as a series of files, a
    1.48 +     Modification is:
    1.49 +          A. Any addition to or deletion from the contents of a file
    1.50 +          containing Original Code or previous Modifications.
    1.51 +
    1.52 +          B. Any new file that contains any part of the Original Code or
    1.53 +          previous Modifications.
    1.54 +
    1.55 +     1.10. "Original Code" means Source Code of computer software code
    1.56 +     which is described in the Source Code notice required by Exhibit A as
    1.57 +     Original Code, and which, at the time of its release under this
    1.58 +     License is not already Covered Code governed by this License.
    1.59 +
    1.60 +     1.10.1. "Patent Claims" means any patent claim(s), now owned or
    1.61 +     hereafter acquired, including without limitation,  method, process,
    1.62 +     and apparatus claims, in any patent Licensable by grantor.
    1.63 +
    1.64 +     1.11. "Source Code" means the preferred form of the Covered Code for
    1.65 +     making modifications to it, including all modules it contains, plus
    1.66 +     any associated interface definition files, scripts used to control
    1.67 +     compilation and installation of an Executable, or source code
    1.68 +     differential comparisons against either the Original Code or another
    1.69 +     well known, available Covered Code of the Contributor's choice. The
    1.70 +     Source Code can be in a compressed or archival form, provided the
    1.71 +     appropriate decompression or de-archiving software is widely available
    1.72 +     for no charge.
    1.73 +
    1.74 +     1.12. "You" (or "Your")  means an individual or a legal entity
    1.75 +     exercising rights under, and complying with all of the terms of, this
    1.76 +     License or a future version of this License issued under Section 6.1.
    1.77 +     For legal entities, "You" includes any entity which controls, is
    1.78 +     controlled by, or is under common control with You. For purposes of
    1.79 +     this definition, "control" means (a) the power, direct or indirect,
    1.80 +     to cause the direction or management of such entity, whether by
    1.81 +     contract or otherwise, or (b) ownership of more than fifty percent
    1.82 +     (50%) of the outstanding shares or beneficial ownership of such
    1.83 +     entity.
    1.84 +
    1.85 +2. Source Code License.
    1.86 +
    1.87 +     2.1. The Initial Developer Grant.
    1.88 +     The Initial Developer hereby grants You a world-wide, royalty-free,
    1.89 +     non-exclusive license, subject to third party intellectual property
    1.90 +     claims:
    1.91 +          (a)  under intellectual property rights (other than patent or
    1.92 +          trademark) Licensable by Initial Developer to use, reproduce,
    1.93 +          modify, display, perform, sublicense and distribute the Original
    1.94 +          Code (or portions thereof) with or without Modifications, and/or
    1.95 +          as part of a Larger Work; and
    1.96 +
    1.97 +          (b) under Patents Claims infringed by the making, using or
    1.98 +          selling of Original Code, to make, have made, use, practice,
    1.99 +          sell, and offer for sale, and/or otherwise dispose of the
   1.100 +          Original Code (or portions thereof).
   1.101 +
   1.102 +          (c) the licenses granted in this Section 2.1(a) and (b) are
   1.103 +          effective on the date Initial Developer first distributes
   1.104 +          Original Code under the terms of this License.
   1.105 +
   1.106 +          (d) Notwithstanding Section 2.1(b) above, no patent license is
   1.107 +          granted: 1) for code that You delete from the Original Code; 2)
   1.108 +          separate from the Original Code;  or 3) for infringements caused
   1.109 +          by: i) the modification of the Original Code or ii) the
   1.110 +          combination of the Original Code with other software or devices.
   1.111 +
   1.112 +     2.2. Contributor Grant.
   1.113 +     Subject to third party intellectual property claims, each Contributor
   1.114 +     hereby grants You a world-wide, royalty-free, non-exclusive license
   1.115 +
   1.116 +          (a)  under intellectual property rights (other than patent or
   1.117 +          trademark) Licensable by Contributor, to use, reproduce, modify,
   1.118 +          display, perform, sublicense and distribute the Modifications
   1.119 +          created by such Contributor (or portions thereof) either on an
   1.120 +          unmodified basis, with other Modifications, as Covered Code
   1.121 +          and/or as part of a Larger Work; and
   1.122 +
   1.123 +          (b) under Patent Claims infringed by the making, using, or
   1.124 +          selling of  Modifications made by that Contributor either alone
   1.125 +          and/or in combination with its Contributor Version (or portions
   1.126 +          of such combination), to make, use, sell, offer for sale, have
   1.127 +          made, and/or otherwise dispose of: 1) Modifications made by that
   1.128 +          Contributor (or portions thereof); and 2) the combination of
   1.129 +          Modifications made by that Contributor with its Contributor
   1.130 +          Version (or portions of such combination).
   1.131 +
   1.132 +          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
   1.133 +          effective on the date Contributor first makes Commercial Use of
   1.134 +          the Covered Code.
   1.135 +
   1.136 +          (d)    Notwithstanding Section 2.2(b) above, no patent license is
   1.137 +          granted: 1) for any code that Contributor has deleted from the
   1.138 +          Contributor Version; 2)  separate from the Contributor Version;
   1.139 +          3)  for infringements caused by: i) third party modifications of
   1.140 +          Contributor Version or ii)  the combination of Modifications made
   1.141 +          by that Contributor with other software  (except as part of the
   1.142 +          Contributor Version) or other devices; or 4) under Patent Claims
   1.143 +          infringed by Covered Code in the absence of Modifications made by
   1.144 +          that Contributor.
   1.145 +
   1.146 +3. Distribution Obligations.
   1.147 +
   1.148 +     3.1. Application of License.
   1.149 +     The Modifications which You create or to which You contribute are
   1.150 +     governed by the terms of this License, including without limitation
   1.151 +     Section 2.2. The Source Code version of Covered Code may be
   1.152 +     distributed only under the terms of this License or a future version
   1.153 +     of this License released under Section 6.1, and You must include a
   1.154 +     copy of this License with every copy of the Source Code You
   1.155 +     distribute. You may not offer or impose any terms on any Source Code
   1.156 +     version that alters or restricts the applicable version of this
   1.157 +     License or the recipients' rights hereunder. However, You may include
   1.158 +     an additional document offering the additional rights described in
   1.159 +     Section 3.5.
   1.160 +
   1.161 +     3.2. Availability of Source Code.
   1.162 +     Any Modification which You create or to which You contribute must be
   1.163 +     made available in Source Code form under the terms of this License
   1.164 +     either on the same media as an Executable version or via an accepted
   1.165 +     Electronic Distribution Mechanism to anyone to whom you made an
   1.166 +     Executable version available; and if made available via Electronic
   1.167 +     Distribution Mechanism, must remain available for at least twelve (12)
   1.168 +     months after the date it initially became available, or at least six
   1.169 +     (6) months after a subsequent version of that particular Modification
   1.170 +     has been made available to such recipients. You are responsible for
   1.171 +     ensuring that the Source Code version remains available even if the
   1.172 +     Electronic Distribution Mechanism is maintained by a third party.
   1.173 +
   1.174 +     3.3. Description of Modifications.
   1.175 +     You must cause all Covered Code to which You contribute to contain a
   1.176 +     file documenting the changes You made to create that Covered Code and
   1.177 +     the date of any change. You must include a prominent statement that
   1.178 +     the Modification is derived, directly or indirectly, from Original
   1.179 +     Code provided by the Initial Developer and including the name of the
   1.180 +     Initial Developer in (a) the Source Code, and (b) in any notice in an
   1.181 +     Executable version or related documentation in which You describe the
   1.182 +     origin or ownership of the Covered Code.
   1.183 +
   1.184 +     3.4. Intellectual Property Matters
   1.185 +          (a) Third Party Claims.
   1.186 +          If Contributor has knowledge that a license under a third party's
   1.187 +          intellectual property rights is required to exercise the rights
   1.188 +          granted by such Contributor under Sections 2.1 or 2.2,
   1.189 +          Contributor must include a text file with the Source Code
   1.190 +          distribution titled "LEGAL" which describes the claim and the
   1.191 +          party making the claim in sufficient detail that a recipient will
   1.192 +          know whom to contact. If Contributor obtains such knowledge after
   1.193 +          the Modification is made available as described in Section 3.2,
   1.194 +          Contributor shall promptly modify the LEGAL file in all copies
   1.195 +          Contributor makes available thereafter and shall take other steps
   1.196 +          (such as notifying appropriate mailing lists or newsgroups)
   1.197 +          reasonably calculated to inform those who received the Covered
   1.198 +          Code that new knowledge has been obtained.
   1.199 +
   1.200 +          (b) Contributor APIs.
   1.201 +          If Contributor's Modifications include an application programming
   1.202 +          interface and Contributor has knowledge of patent licenses which
   1.203 +          are reasonably necessary to implement that API, Contributor must
   1.204 +          also include this information in the LEGAL file.
   1.205 +
   1.206 +               (c)    Representations.
   1.207 +          Contributor represents that, except as disclosed pursuant to
   1.208 +          Section 3.4(a) above, Contributor believes that Contributor's
   1.209 +          Modifications are Contributor's original creation(s) and/or
   1.210 +          Contributor has sufficient rights to grant the rights conveyed by
   1.211 +          this License.
   1.212 +
   1.213 +     3.5. Required Notices.
   1.214 +     You must duplicate the notice in Exhibit A in each file of the Source
   1.215 +     Code.  If it is not possible to put such notice in a particular Source
   1.216 +     Code file due to its structure, then You must include such notice in a
   1.217 +     location (such as a relevant directory) where a user would be likely
   1.218 +     to look for such a notice.  If You created one or more Modification(s)
   1.219 +     You may add your name as a Contributor to the notice described in
   1.220 +     Exhibit A.  You must also duplicate this License in any documentation
   1.221 +     for the Source Code where You describe recipients' rights or ownership
   1.222 +     rights relating to Covered Code.  You may choose to offer, and to
   1.223 +     charge a fee for, warranty, support, indemnity or liability
   1.224 +     obligations to one or more recipients of Covered Code. However, You
   1.225 +     may do so only on Your own behalf, and not on behalf of the Initial
   1.226 +     Developer or any Contributor. You must make it absolutely clear than
   1.227 +     any such warranty, support, indemnity or liability obligation is
   1.228 +     offered by You alone, and You hereby agree to indemnify the Initial
   1.229 +     Developer and every Contributor for any liability incurred by the
   1.230 +     Initial Developer or such Contributor as a result of warranty,
   1.231 +     support, indemnity or liability terms You offer.
   1.232 +
   1.233 +     3.6. Distribution of Executable Versions.
   1.234 +     You may distribute Covered Code in Executable form only if the
   1.235 +     requirements of Section 3.1-3.5 have been met for that Covered Code,
   1.236 +     and if You include a notice stating that the Source Code version of
   1.237 +     the Covered Code is available under the terms of this License,
   1.238 +     including a description of how and where You have fulfilled the
   1.239 +     obligations of Section 3.2. The notice must be conspicuously included
   1.240 +     in any notice in an Executable version, related documentation or
   1.241 +     collateral in which You describe recipients' rights relating to the
   1.242 +     Covered Code. You may distribute the Executable version of Covered
   1.243 +     Code or ownership rights under a license of Your choice, which may
   1.244 +     contain terms different from this License, provided that You are in
   1.245 +     compliance with the terms of this License and that the license for the
   1.246 +     Executable version does not attempt to limit or alter the recipient's
   1.247 +     rights in the Source Code version from the rights set forth in this
   1.248 +     License. If You distribute the Executable version under a different
   1.249 +     license You must make it absolutely clear that any terms which differ
   1.250 +     from this License are offered by You alone, not by the Initial
   1.251 +     Developer or any Contributor. You hereby agree to indemnify the
   1.252 +     Initial Developer and every Contributor for any liability incurred by
   1.253 +     the Initial Developer or such Contributor as a result of any such
   1.254 +     terms You offer.
   1.255 +
   1.256 +     3.7. Larger Works.
   1.257 +     You may create a Larger Work by combining Covered Code with other code
   1.258 +     not governed by the terms of this License and distribute the Larger
   1.259 +     Work as a single product. In such a case, You must make sure the
   1.260 +     requirements of this License are fulfilled for the Covered Code.
   1.261 +
   1.262 +4. Inability to Comply Due to Statute or Regulation.
   1.263 +
   1.264 +     If it is impossible for You to comply with any of the terms of this
   1.265 +     License with respect to some or all of the Covered Code due to
   1.266 +     statute, judicial order, or regulation then You must: (a) comply with
   1.267 +     the terms of this License to the maximum extent possible; and (b)
   1.268 +     describe the limitations and the code they affect. Such description
   1.269 +     must be included in the LEGAL file described in Section 3.4 and must
   1.270 +     be included with all distributions of the Source Code. Except to the
   1.271 +     extent prohibited by statute or regulation, such description must be
   1.272 +     sufficiently detailed for a recipient of ordinary skill to be able to
   1.273 +     understand it.
   1.274 +
   1.275 +5. Application of this License.
   1.276 +
   1.277 +     This License applies to code to which the Initial Developer has
   1.278 +     attached the notice in Exhibit A and to related Covered Code.
   1.279 +
   1.280 +6. Versions of the License.
   1.281 +
   1.282 +     6.1. New Versions.
   1.283 +     Netscape Communications Corporation ("Netscape") may publish revised
   1.284 +     and/or new versions of the License from time to time. Each version
   1.285 +     will be given a distinguishing version number.
   1.286 +
   1.287 +     6.2. Effect of New Versions.
   1.288 +     Once Covered Code has been published under a particular version of the
   1.289 +     License, You may always continue to use it under the terms of that
   1.290 +     version. You may also choose to use such Covered Code under the terms
   1.291 +     of any subsequent version of the License published by Netscape. No one
   1.292 +     other than Netscape has the right to modify the terms applicable to
   1.293 +     Covered Code created under this License.
   1.294 +
   1.295 +     6.3. Derivative Works.
   1.296 +     If You create or use a modified version of this License (which you may
   1.297 +     only do in order to apply it to code which is not already Covered Code
   1.298 +     governed by this License), You must (a) rename Your license so that
   1.299 +     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
   1.300 +     "MPL", "NPL" or any confusingly similar phrase do not appear in your
   1.301 +     license (except to note that your license differs from this License)
   1.302 +     and (b) otherwise make it clear that Your version of the license
   1.303 +     contains terms which differ from the Mozilla Public License and
   1.304 +     Netscape Public License. (Filling in the name of the Initial
   1.305 +     Developer, Original Code or Contributor in the notice described in
   1.306 +     Exhibit A shall not of themselves be deemed to be modifications of
   1.307 +     this License.)
   1.308 +
   1.309 +7. DISCLAIMER OF WARRANTY.
   1.310 +
   1.311 +     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
   1.312 +     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
   1.313 +     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
   1.314 +     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
   1.315 +     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
   1.316 +     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
   1.317 +     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
   1.318 +     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
   1.319 +     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
   1.320 +     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
   1.321 +
   1.322 +8. TERMINATION.
   1.323 +
   1.324 +     8.1.  This License and the rights granted hereunder will terminate
   1.325 +     automatically if You fail to comply with terms herein and fail to cure
   1.326 +     such breach within 30 days of becoming aware of the breach. All
   1.327 +     sublicenses to the Covered Code which are properly granted shall
   1.328 +     survive any termination of this License. Provisions which, by their
   1.329 +     nature, must remain in effect beyond the termination of this License
   1.330 +     shall survive.
   1.331 +
   1.332 +     8.2.  If You initiate litigation by asserting a patent infringement
   1.333 +     claim (excluding declatory judgment actions) against Initial Developer
   1.334 +     or a Contributor (the Initial Developer or Contributor against whom
   1.335 +     You file such action is referred to as "Participant")  alleging that:
   1.336 +
   1.337 +     (a)  such Participant's Contributor Version directly or indirectly
   1.338 +     infringes any patent, then any and all rights granted by such
   1.339 +     Participant to You under Sections 2.1 and/or 2.2 of this License
   1.340 +     shall, upon 60 days notice from Participant terminate prospectively,
   1.341 +     unless if within 60 days after receipt of notice You either: (i)
   1.342 +     agree in writing to pay Participant a mutually agreeable reasonable
   1.343 +     royalty for Your past and future use of Modifications made by such
   1.344 +     Participant, or (ii) withdraw Your litigation claim with respect to
   1.345 +     the Contributor Version against such Participant.  If within 60 days
   1.346 +     of notice, a reasonable royalty and payment arrangement are not
   1.347 +     mutually agreed upon in writing by the parties or the litigation claim
   1.348 +     is not withdrawn, the rights granted by Participant to You under
   1.349 +     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
   1.350 +     the 60 day notice period specified above.
   1.351 +
   1.352 +     (b)  any software, hardware, or device, other than such Participant's
   1.353 +     Contributor Version, directly or indirectly infringes any patent, then
   1.354 +     any rights granted to You by such Participant under Sections 2.1(b)
   1.355 +     and 2.2(b) are revoked effective as of the date You first made, used,
   1.356 +     sold, distributed, or had made, Modifications made by that
   1.357 +     Participant.
   1.358 +
   1.359 +     8.3.  If You assert a patent infringement claim against Participant
   1.360 +     alleging that such Participant's Contributor Version directly or
   1.361 +     indirectly infringes any patent where such claim is resolved (such as
   1.362 +     by license or settlement) prior to the initiation of patent
   1.363 +     infringement litigation, then the reasonable value of the licenses
   1.364 +     granted by such Participant under Sections 2.1 or 2.2 shall be taken
   1.365 +     into account in determining the amount or value of any payment or
   1.366 +     license.
   1.367 +
   1.368 +     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
   1.369 +     all end user license agreements (excluding distributors and resellers)
   1.370 +     which have been validly granted by You or any distributor hereunder
   1.371 +     prior to termination shall survive termination.
   1.372 +
   1.373 +9. LIMITATION OF LIABILITY.
   1.374 +
   1.375 +     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
   1.376 +     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
   1.377 +     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
   1.378 +     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
   1.379 +     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
   1.380 +     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
   1.381 +     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
   1.382 +     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
   1.383 +     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
   1.384 +     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
   1.385 +     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
   1.386 +     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
   1.387 +     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
   1.388 +     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
   1.389 +
   1.390 +10. U.S. GOVERNMENT END USERS.
   1.391 +
   1.392 +     The Covered Code is a "commercial item," as that term is defined in
   1.393 +     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
   1.394 +     software" and "commercial computer software documentation," as such
   1.395 +     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
   1.396 +     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
   1.397 +     all U.S. Government End Users acquire Covered Code with only those
   1.398 +     rights set forth herein.
   1.399 +
   1.400 +11. MISCELLANEOUS.
   1.401 +
   1.402 +     This License represents the complete agreement concerning subject
   1.403 +     matter hereof. If any provision of this License is held to be
   1.404 +     unenforceable, such provision shall be reformed only to the extent
   1.405 +     necessary to make it enforceable. This License shall be governed by
   1.406 +     California law provisions (except to the extent applicable law, if
   1.407 +     any, provides otherwise), excluding its conflict-of-law provisions.
   1.408 +     With respect to disputes in which at least one party is a citizen of,
   1.409 +     or an entity chartered or registered to do business in the United
   1.410 +     States of America, any litigation relating to this License shall be
   1.411 +     subject to the jurisdiction of the Federal Courts of the Northern
   1.412 +     District of California, with venue lying in Santa Clara County,
   1.413 +     California, with the losing party responsible for costs, including
   1.414 +     without limitation, court costs and reasonable attorneys' fees and
   1.415 +     expenses. The application of the United Nations Convention on
   1.416 +     Contracts for the International Sale of Goods is expressly excluded.
   1.417 +     Any law or regulation which provides that the language of a contract
   1.418 +     shall be construed against the drafter shall not apply to this
   1.419 +     License.
   1.420 +
   1.421 +12. RESPONSIBILITY FOR CLAIMS.
   1.422 +
   1.423 +     As between Initial Developer and the Contributors, each party is
   1.424 +     responsible for claims and damages arising, directly or indirectly,
   1.425 +     out of its utilization of rights under this License and You agree to
   1.426 +     work with Initial Developer and Contributors to distribute such
   1.427 +     responsibility on an equitable basis. Nothing herein is intended or
   1.428 +     shall be deemed to constitute any admission of liability.
   1.429 +
   1.430 +13. MULTIPLE-LICENSED CODE.
   1.431 +
   1.432 +     Initial Developer may designate portions of the Covered Code as
   1.433 +     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
   1.434 +     Developer permits you to utilize portions of the Covered Code under
   1.435 +     Your choice of the NPL or the alternative licenses, if any, specified
   1.436 +     by the Initial Developer in the file described in Exhibit A.
   1.437 +
   1.438 +EXHIBIT A -Mozilla Public License.
   1.439 +
   1.440 +     ``The contents of this file are subject to the Mozilla Public License
   1.441 +     Version 1.1 (the "License"); you may not use this file except in
   1.442 +     compliance with the License. You may obtain a copy of the License at
   1.443 +     http://www.mozilla.org/MPL/
   1.444 +
   1.445 +     Software distributed under the License is distributed on an "AS IS"
   1.446 +     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
   1.447 +     License for the specific language governing rights and limitations
   1.448 +     under the License.
   1.449 +
   1.450 +     The Original Code is ______________________________________.
   1.451 +
   1.452 +     The Initial Developer of the Original Code is ________________________.
   1.453 +     Portions created by ______________________ are Copyright (C) ______
   1.454 +     _______________________. All Rights Reserved.
   1.455 +
   1.456 +     Contributor(s): ______________________________________.
   1.457 +
   1.458 +     Alternatively, the contents of this file may be used under the terms
   1.459 +     of the _____ license (the  "[___] License"), in which case the
   1.460 +     provisions of [______] License are applicable instead of those
   1.461 +     above.  If you wish to allow use of your version of this file only
   1.462 +     under the terms of the [____] License and not to allow others to use
   1.463 +     your version of this file under the MPL, indicate your decision by
   1.464 +     deleting  the provisions above and replace  them with the notice and
   1.465 +     other provisions required by the [___] License.  If you do not delete
   1.466 +     the provisions above, a recipient may use your version of this file
   1.467 +     under either the MPL or the [___] License."
   1.468 +
   1.469 +     [NOTE: The text of this Exhibit A may differ slightly from the text of
   1.470 +     the notices in the Source Code files of the Original Code. You should
   1.471 +     use the text of this Exhibit A rather than the text found in the
   1.472 +     Original Code Source Code for Your Modifications.]
   1.473 +

mercurial