You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

NPL-1.1 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. Netscape Public LIcense version 1.1
  2. AMENDMENTS
  3. The Netscape Public License Version 1.1 ("NPL") consists of the Mozilla Public
  4. License Version 1.1 with the following Amendments, including Exhibit A-Netscape
  5. Public License. Files identified with "Exhibit A-Netscape Public License"
  6. are governed by the Netscape Public License Version 1.1.
  7. Additional Terms applicable to the Netscape Public License.
  8. I. Effect.
  9. These additional terms described in this Netscape Public License -- Amendments
  10. shall apply to the Mozilla Communicator client code and to all Covered Code
  11. under this License.
  12. II. "Netscape's Branded Code" means Covered Code that Netscape distributes
  13. and/or permits others to distribute under one or more trademark(s) which are
  14. controlled by Netscape but which are not licensed for use under this License.
  15. III. Netscape and logo.
  16. This License does not grant any rights to use the trademarks "Netscape", the
  17. "Netscape N and horizon" logo or the "Netscape lighthouse" logo, "Netcenter",
  18. "Gecko", "Java" or "JavaScript", "Smart Browsing" even if such marks are included
  19. in the Original Code or Modifications.
  20. IV. Inability to Comply Due to Contractual Obligation.
  21. Prior to licensing the Original Code under this License, Netscape has licensed
  22. third party code for use in Netscape's Branded Code. To the extent that Netscape
  23. is limited contractually from making such third party code available under
  24. this License, Netscape may choose to reintegrate such code into Covered Code
  25. without being required to distribute such code in Source Code form, even if
  26. such code would otherwise be considered "Modifications" under this License.
  27. V. Use of Modifications and Covered Code by Initial Developer.
  28. V.1. In General.
  29. The obligations of Section 3 apply to Netscape, except to the extent specified
  30. in this Amendment, Section V.2 and V.3.
  31. V.2. Other Products.
  32. Netscape may include Covered Code in products other than the Netscape's Branded
  33. Code which are released by Netscape during the two (2) years following the
  34. release date of the Original Code, without such additional products becoming
  35. subject to the terms of this License, and may license such additional products
  36. on different terms from those contained in this License.
  37. V.3. Alternative Licensing.
  38. Netscape may license the Source Code of Netscape's Branded Code, including
  39. Modifications incorporated therein, without such Netscape Branded Code becoming
  40. subject to the terms of this License, and may license such Netscape Branded
  41. Code on different terms from those contained in this License.
  42. VI. Litigation.
  43. Notwithstanding the limitations of Section 11 above, the provisions regarding
  44. litigation in Section 11(a), (b) and (c) of the License shall apply to all
  45. disputes relating to this License.
  46. EXHIBIT A-Netscape Public License.
  47. "The contents of this file are subject to the Netscape Public License Version
  48. 1.1 (the "License"); you may not use this file except in compliance with the
  49. License. You may obtain a copy of the License at http://www.mozilla.org/NPL/
  50. Software distributed under the License is distributed on an "AS IS" basis,
  51. WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
  52. the specific language governing rights and limitations under the License.
  53. The Original Code is Mozilla Communicator client code, released March 31, 1998.
  54. The Initial Developer of the Original Code is Netscape Communications Corporation.
  55. Portions created by Netscape are Copyright (C) 1998-1999 Netscape Communications
  56. Corporation. All Rights Reserved.
  57. Contributor(s): ______________________________________.
  58. Alternatively, the contents of this file may be used under the terms of the
  59. _____ license (the "[___] License"), in which case the provisions of [______]
  60. License are applicable instead of those above. If you wish to allow use of
  61. your version of this file only under the terms of the [____] License and not
  62. to allow others to use your version of this file under the NPL, indicate your
  63. decision by deleting the provisions above and replace them with the notice
  64. and other provisions required by the [___] License. If you do not delete the
  65. provisions above, a recipient may use your version of this file under either
  66. the NPL or the [___] License."
  67. Mozilla Public License Version 1.1
  68. 1. Definitions.
  69. 1.0.1. "Commercial Use" means distribution or otherwise making the Covered
  70. Code available to a third party.
  71. 1.1. "Contributor" means each entity that creates or contributes to the creation
  72. of Modifications.
  73. 1.2. "Contributor Version" means the combination of the Original Code, prior
  74. Modifications used by a Contributor, and the Modifications made by that particular
  75. Contributor.
  76. 1.3. "Covered Code" means the Original Code or Modifications or the combination
  77. of the Original Code and Modifications, in each case including portions thereof.
  78. 1.4. "Electronic Distribution Mechanism" means a mechanism generally accepted
  79. in the software development community for the electronic transfer of data.
  80. 1.5. "Executable" means Covered Code in any form other than Source Code.
  81. 1.6. "Initial Developer" means the individual or entity identified as the
  82. Initial Developer in the Source Code notice required by Exhibit A.
  83. 1.7. "Larger Work" means a work which combines Covered Code or portions thereof
  84. with code not governed by the terms of this License.
  85. 1.8. "License" means this document.
  86. 1.8.1. "Licensable" means having the right to grant, to the maximum extent
  87. possible, whether at the time of the initial grant or subsequently acquired,
  88. any and all of the rights conveyed herein.
  89. 1.9. "Modifications" means any addition to or deletion from the substance
  90. or structure of either the Original Code or any previous Modifications. When
  91. Covered Code is released as a series of files, a Modification is:
  92. Any addition to or deletion from the contents of a file containing Original
  93. Code or previous Modifications.
  94. Any new file that contains any part of the Original Code or previous Modifications.
  95. 1.10. "Original Code" means Source Code of computer software code which is
  96. described in the Source Code notice required by Exhibit A as Original Code,
  97. and which, at the time of its release under this License is not already Covered
  98. Code governed by this License.
  99. 1.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter
  100. acquired, including without limitation, method, process, and apparatus claims,
  101. in any patent Licensable by grantor.
  102. 1.11. "Source Code" means the preferred form of the Covered Code for making
  103. modifications to it, including all modules it contains, plus any associated
  104. interface definition files, scripts used to control compilation and installation
  105. of an Executable, or source code differential comparisons against either the
  106. Original Code or another well known, available Covered Code of the Contributor's
  107. choice. The Source Code can be in a compressed or archival form, provided
  108. the appropriate decompression or de-archiving software is widely available
  109. for no charge.
  110. 1.12. "You" (or "Your") means an individual or a legal entity exercising rights
  111. under, and complying with all of the terms of, this License or a future version
  112. of this License issued under Section 6.1. For legal entities, "You" includes
  113. any entity which controls, is controlled by, or is under common control with
  114. You. For purposes of this definition, "control" means (a) the power, direct
  115. or indirect, to cause the direction or management of such entity, whether
  116. by contract or otherwise, or (b) ownership of more than fifty percent (50%)
  117. of the outstanding shares or beneficial ownership of such entity.
  118. 2. Source Code License.
  119. 2.1. The Initial Developer Grant. The Initial Developer hereby grants You
  120. a world-wide, royalty-free, non-exclusive license, subject to third party
  121. intellectual property claims:
  122. a. under intellectual property rights (other than patent or trademark) Licensable
  123. by Initial Developer to use, reproduce, modify, display, perform, sublicense
  124. and distribute the Original Code (or portions thereof) with or without Modifications,
  125. and/or as part of a Larger Work; and
  126. b. under Patents Claims infringed by the making, using or selling of Original
  127. Code, to make, have made, use, practice, sell, and offer for sale, and/or
  128. otherwise dispose of the Original Code (or portions thereof).
  129. c. the licenses granted in this Section 2.1 (a) and (b) are effective on the
  130. date Initial Developer first distributes Original Code under the terms of
  131. this License.
  132. d. Notwithstanding Section 2.1 (b) above, no patent license is granted: 1)
  133. for code that You delete from the Original Code; 2) separate from the Original
  134. Code; or 3) for infringements caused by: i) the modification of the Original
  135. Code or ii) the combination of the Original Code with other software or devices.
  136. 2.2. Contributor Grant. Subject to third party intellectual property claims,
  137. each Contributor hereby grants You a world-wide, royalty-free, non-exclusive
  138. license
  139. a. under intellectual property rights (other than patent or trademark) Licensable
  140. by Contributor, to use, reproduce, modify, display, perform, sublicense and
  141. distribute the Modifications created by such Contributor (or portions thereof)
  142. either on an unmodified basis, with other Modifications, as Covered Code and/or
  143. as part of a Larger Work; and
  144. b. under Patent Claims infringed by the making, using, or selling of Modifications
  145. made by that Contributor either alone and/or in combination with its Contributor
  146. Version (or portions of such combination), to make, use, sell, offer for sale,
  147. have made, and/or otherwise dispose of: 1) Modifications made by that Contributor
  148. (or portions thereof); and 2) the combination of Modifications made by that
  149. Contributor with its Contributor Version (or portions of such combination).
  150. c. the licenses granted in Sections 2.2 (a) and 2.2 (b) are effective on the
  151. date Contributor first makes Commercial Use of the Covered Code.
  152. d. Notwithstanding Section 2.2 (b) above, no patent license is granted: 1)
  153. for any code that Contributor has deleted from the Contributor Version; 2)
  154. separate from the Contributor Version; 3) for infringements caused by: i)
  155. third party modifications of Contributor Version or ii) the combination of
  156. Modifications made by that Contributor with other software (except as part
  157. of the Contributor Version) or other devices; or 4) under Patent Claims infringed
  158. by Covered Code in the absence of Modifications made by that Contributor.
  159. 3. Distribution Obligations.
  160. 3.1. Application of License. The Modifications which You create or to which
  161. You contribute are governed by the terms of this License, including without
  162. limitation Section 2.2. The Source Code version of Covered Code may be distributed
  163. only under the terms of this License or a future version of this License released
  164. under Section 6.1, and You must include a copy of this License with every
  165. copy of the Source Code You distribute. You may not offer or impose any terms
  166. on any Source Code version that alters or restricts the applicable version
  167. of this License or the recipients' rights hereunder. However, You may include
  168. an additional document offering the additional rights described in Section
  169. 3.5.
  170. 3.2. Availability of Source Code. Any Modification which You create or to
  171. which You contribute must be made available in Source Code form under the
  172. terms of this License either on the same media as an Executable version or
  173. via an accepted Electronic Distribution Mechanism to anyone to whom you made
  174. an Executable version available; and if made available via Electronic Distribution
  175. Mechanism, must remain available for at least twelve (12) months after the
  176. date it initially became available, or at least six (6) months after a subsequent
  177. version of that particular Modification has been made available to such recipients.
  178. You are responsible for ensuring that the Source Code version remains available
  179. even if the Electronic Distribution Mechanism is maintained by a third party.
  180. 3.3. Description of Modifications. You must cause all Covered Code to which
  181. You contribute to contain a file documenting the changes You made to create
  182. that Covered Code and the date of any change. You must include a prominent
  183. statement that the Modification is derived, directly or indirectly, from Original
  184. Code provided by the Initial Developer and including the name of the Initial
  185. Developer in (a) the Source Code, and (b) in any notice in an Executable version
  186. or related documentation in which You describe the origin or ownership of
  187. the Covered Code.
  188. 3.4. Intellectual Property Matters
  189. (a) Third Party Claims
  190. If Contributor has knowledge that a license under a third party's intellectual
  191. property rights is required to exercise the rights granted by such Contributor
  192. under Sections 2.1 or 2.2, Contributor must include a text file with the Source
  193. Code distribution titled "LEGAL" which describes the claim and the party making
  194. the claim in sufficient detail that a recipient will know whom to contact.
  195. If Contributor obtains such knowledge after the Modification is made available
  196. as described in Section 3.2, Contributor shall promptly modify the LEGAL file
  197. in all copies Contributor makes available thereafter and shall take other
  198. steps (such as notifying appropriate mailing lists or newsgroups) reasonably
  199. calculated to inform those who received the Covered Code that new knowledge
  200. has been obtained.
  201. (b) Contributor APIs
  202. If Contributor's Modifications include an application programming interface
  203. and Contributor has knowledge of patent licenses which are reasonably necessary
  204. to implement that API, Contributor must also include this information in the
  205. LEGAL file.
  206. (c) Representations.
  207. Contributor represents that, except as disclosed pursuant to Section 3.4 (a)
  208. above, Contributor believes that Contributor's Modifications are Contributor's
  209. original creation(s) and/or Contributor has sufficient rights to grant the
  210. rights conveyed by this License.
  211. 3.5. Required Notices. You must duplicate the notice in Exhibit A in each
  212. file of the Source Code. If it is not possible to put such notice in a particular
  213. Source Code file due to its structure, then You must include such notice in
  214. a location (such as a relevant directory) where a user would be likely to
  215. look for such a notice. If You created one or more Modification(s) You may
  216. add your name as a Contributor to the notice described in Exhibit A. You must
  217. also duplicate this License in any documentation for the Source Code where
  218. You describe recipients' rights or ownership rights relating to Covered Code.
  219. You may choose to offer, and to charge a fee for, warranty, support, indemnity
  220. or liability obligations to one or more recipients of Covered Code. However,
  221. You may do so only on Your own behalf, and not on behalf of the Initial Developer
  222. or any Contributor. You must make it absolutely clear than any such warranty,
  223. support, indemnity or liability obligation is offered by You alone, and You
  224. hereby agree to indemnify the Initial Developer and every Contributor for
  225. any liability incurred by the Initial Developer or such Contributor as a result
  226. of warranty, support, indemnity or liability terms You offer.
  227. 3.6. Distribution of Executable Versions. You may distribute Covered Code
  228. in Executable form only if the requirements of Sections 3.1, 3.2, 3.3, 3.4
  229. and 3.5 have been met for that Covered Code, and if You include a notice stating
  230. that the Source Code version of the Covered Code is available under the terms
  231. of this License, including a description of how and where You have fulfilled
  232. the obligations of Section 3.2. The notice must be conspicuously included
  233. in any notice in an Executable version, related documentation or collateral
  234. in which You describe recipients' rights relating to the Covered Code. You
  235. may distribute the Executable version of Covered Code or ownership rights
  236. under a license of Your choice, which may contain terms different from this
  237. License, provided that You are in compliance with the terms of this License
  238. and that the license for the Executable version does not attempt to limit
  239. or alter the recipient's rights in the Source Code version from the rights
  240. set forth in this License. If You distribute the Executable version under
  241. a different license You must make it absolutely clear that any terms which
  242. differ from this License are offered by You alone, not by the Initial Developer
  243. or any Contributor. You hereby agree to indemnify the Initial Developer and
  244. every Contributor for any liability incurred by the Initial Developer or such
  245. Contributor as a result of any such terms You offer.
  246. 3.7. Larger Works. You may create a Larger Work by combining Covered Code
  247. with other code not governed by the terms of this License and distribute the
  248. Larger Work as a single product. In such a case, You must make sure the requirements
  249. of this License are fulfilled for the Covered Code.
  250. 4. Inability to Comply Due to Statute or Regulation.
  251. If it is impossible for You to comply with any of the terms of this License
  252. with respect to some or all of the Covered Code due to statute, judicial order,
  253. or regulation then You must: (a) comply with the terms of this License to
  254. the maximum extent possible; and (b) describe the limitations and the code
  255. they affect. Such description must be included in the LEGAL file described
  256. in Section 3.4 and must be included with all distributions of the Source Code.
  257. Except to the extent prohibited by statute or regulation, such description
  258. must be sufficiently detailed for a recipient of ordinary skill to be able
  259. to understand it.
  260. 5. Application of this License.
  261. This License applies to code to which the Initial Developer has attached the
  262. notice in Exhibit A and to related Covered Code.
  263. 6. Versions of the License.
  264. 6.1. New Versions
  265. Netscape Communications Corporation ("Netscape") may publish revised and/or
  266. new versions of the License from time to time. Each version will be given
  267. a distinguishing version number.
  268. 6.2. Effect of New Versions
  269. Once Covered Code has been published under a particular version of the License,
  270. You may always continue to use it under the terms of that version. You may
  271. also choose to use such Covered Code under the terms of any subsequent version
  272. of the License published by Netscape. No one other than Netscape has the right
  273. to modify the terms applicable to Covered Code created under this License.
  274. 6.3. Derivative Works
  275. If You create or use a modified version of this License (which you may only
  276. do in order to apply it to code which is not already Covered Code governed
  277. by this License), You must (a) rename Your license so that the phrases "Mozilla",
  278. "MOZILLAPL", "MOZPL", "Netscape", "MPL", "NPL" or any confusingly similar
  279. phrase do not appear in your license (except to note that your license differs
  280. from this License) and (b) otherwise make it clear that Your version of the
  281. license contains terms which differ from the Mozilla Public License and Netscape
  282. Public License. (Filling in the name of the Initial Developer, Original Code
  283. or Contributor in the notice described in Exhibit A shall not of themselves
  284. be deemed to be modifications of this License.)
  285. 7. DISCLAIMER OF WARRANTY
  286. COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY
  287. OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES
  288. THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
  289. PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE
  290. OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN
  291. ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME
  292. THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
  293. OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED
  294. CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
  295. 8. Termination
  296. 8.1. This License and the rights granted hereunder will terminate automatically
  297. if You fail to comply with terms herein and fail to cure such breach within
  298. 30 days of becoming aware of the breach. All sublicenses to the Covered Code
  299. which are properly granted shall survive any termination of this License.
  300. Provisions which, by their nature, must remain in effect beyond the termination
  301. of this License shall survive.
  302. 8.2. If You initiate litigation by asserting a patent infringement claim (excluding
  303. declatory judgment actions) against Initial Developer or a Contributor (the
  304. Initial Developer or Contributor against whom You file such action is referred
  305. to as "Participant") alleging that:
  306. a. such Participant's Contributor Version directly or indirectly infringes
  307. any patent, then any and all rights granted by such Participant to You under
  308. Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant
  309. terminate prospectively, unless if within 60 days after receipt of notice
  310. You either: (i) agree in writing to pay Participant a mutually agreeable reasonable
  311. royalty for Your past and future use of Modifications made by such Participant,
  312. or (ii) withdraw Your litigation claim with respect to the Contributor Version
  313. against such Participant. If within 60 days of notice, a reasonable royalty
  314. and payment arrangement are not mutually agreed upon in writing by the parties
  315. or the litigation claim is not withdrawn, the rights granted by Participant
  316. to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration
  317. of the 60 day notice period specified above.
  318. b. any software, hardware, or device, other than such Participant's Contributor
  319. Version, directly or indirectly infringes any patent, then any rights granted
  320. to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective
  321. as of the date You first made, used, sold, distributed, or had made, Modifications
  322. made by that Participant.
  323. 8.3. If You assert a patent infringement claim against Participant alleging
  324. that such Participant's Contributor Version directly or indirectly infringes
  325. any patent where such claim is resolved (such as by license or settlement)
  326. prior to the initiation of patent infringement litigation, then the reasonable
  327. value of the licenses granted by such Participant under Sections 2.1 or 2.2
  328. shall be taken into account in determining the amount or value of any payment
  329. or license.
  330. 8.4. In the event of termination under Sections 8.1 or 8.2 above, all end
  331. user license agreements (excluding distributors and resellers) which have
  332. been validly granted by You or any distributor hereunder prior to termination
  333. shall survive termination.
  334. 9. LIMITATION OF LIABILITY
  335. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING
  336. NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY
  337. OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF
  338. ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL,
  339. OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES
  340. FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY
  341. AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE
  342. BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY
  343. SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH
  344. PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION.
  345. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL
  346. OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO
  347. YOU.
  348. 10. U.S. government end users
  349. The Covered Code is a "commercial item," as that term is defined in 48 C.F.R.
  350. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial
  351. computer software documentation," as such terms are used in 48 C.F.R. 12.212
  352. (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through
  353. 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code
  354. with only those rights set forth herein.
  355. 11. Miscellaneous
  356. This License represents the complete agreement concerning subject matter hereof.
  357. If any provision of this License is held to be unenforceable, such provision
  358. shall be reformed only to the extent necessary to make it enforceable. This
  359. License shall be governed by California law provisions (except to the extent
  360. applicable law, if any, provides otherwise), excluding its conflict-of-law
  361. provisions. With respect to disputes in which at least one party is a citizen
  362. of, or an entity chartered or registered to do business in the United States
  363. of America, any litigation relating to this License shall be subject to the
  364. jurisdiction of the Federal Courts of the Northern District of California,
  365. with venue lying in Santa Clara County, California, with the losing party
  366. responsible for costs, including without limitation, court costs and reasonable
  367. attorneys' fees and expenses. The application of the United Nations Convention
  368. on Contracts for the International Sale of Goods is expressly excluded. Any
  369. law or regulation which provides that the language of a contract shall be
  370. construed against the drafter shall not apply to this License.
  371. 12. Responsibility for claims
  372. As between Initial Developer and the Contributors, each party is responsible
  373. for claims and damages arising, directly or indirectly, out of its utilization
  374. of rights under this License and You agree to work with Initial Developer
  375. and Contributors to distribute such responsibility on an equitable basis.
  376. Nothing herein is intended or shall be deemed to constitute any admission
  377. of liability.
  378. 13. Multiple-licensed code
  379. Initial Developer may designate portions of the Covered Code as "Multiple-Licensed".
  380. "Multiple-Licensed" means that the Initial Developer permits you to utilize
  381. portions of the Covered Code under Your choice of the MPL or the alternative
  382. licenses, if any, specified by the Initial Developer in the file described
  383. in Exhibit A. Exhibit A - Mozilla Public License.
  384. "The contents of this file are subject to the Mozilla Public License Version
  385. 1.1 (the "License"); you may not use this file except in compliance with the
  386. License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
  387. Software distributed under the License is distributed on an "AS IS" basis,
  388. WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
  389. the specific language governing rights and limitations under the License.
  390. The Original Code is ______________________________________.
  391. The Initial Developer of the Original Code is ________________________.
  392. Portions created by ______________________ are Copyright (C) ______
  393. _______________________. All Rights Reserved.
  394. Contributor(s): ______________________________________.
  395. Alternatively, the contents of this file may be used under the terms of the
  396. _____ license (the "[___] License"), in which case the provisions of [______]
  397. License are applicable instead of those above. If you wish to allow use of
  398. your version of this file only under the terms of the [____] License and not
  399. to allow others to use your version of this file under the MPL, indicate your
  400. decision by deleting the provisions above and replace them with the notice
  401. and other provisions required by the [___] License. If you do not delete the
  402. provisions above, a recipient may use your version of this file under either
  403. the MPL or the [___] License."
  404. NOTE: The text of this Exhibit A may differ slightly from the text of the
  405. notices in the Source Code files of the Original Code. You should use the
  406. text of this Exhibit A rather than the text found in the Original Code Source
  407. Code for Your Modifications.