LICENSE 25 KB

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