h2-MPL-2.0 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552
  1. H2 is dual licensed and available under the MPL 2.0 (Mozilla Public License
  2. Version 2.0) or under the EPL 1.0 (Eclipse Public License).
  3. -------------------------------------------------------------------------------
  4. Mozilla Public License, version 2.0
  5. 1. Definitions
  6. 1.1. “Contributor”
  7. means each individual or legal entity that creates, contributes to the
  8. creation of, or owns Covered Software.
  9. 1.2. “Contributor Version”
  10. means the combination of the Contributions of others (if any) used by a
  11. Contributor and that particular Contributor’s Contribution.
  12. 1.3. “Contribution”
  13. means Covered Software of a particular Contributor.
  14. 1.4. “Covered Software”
  15. means Source Code Form to which the initial Contributor has attached the
  16. notice in Exhibit A, the Executable Form of such Source Code Form,
  17. and Modifications of such Source Code Form, in each case
  18. including portions thereof.
  19. 1.5. “Incompatible With Secondary Licenses”
  20. means
  21. a. that the initial Contributor has attached the notice described
  22. in Exhibit B to the Covered Software; or
  23. b. that the Covered Software was made available under the terms of
  24. version 1.1 or earlier of the License, but not also under the terms
  25. of a Secondary License.
  26. 1.6. “Executable Form”
  27. means any form of the work other than Source Code Form.
  28. 1.7. “Larger Work”
  29. means a work that combines Covered Software with other material,
  30. in a separate file or files, that is not Covered Software.
  31. 1.8. “License”
  32. means this document.
  33. 1.9. “Licensable”
  34. means having the right to grant, to the maximum extent possible,
  35. whether at the time of the initial grant or subsequently,
  36. any and all of the rights conveyed by this License.
  37. 1.10. “Modifications”
  38. means any of the following:
  39. a. any file in Source Code Form that results from an addition to,
  40. deletion from, or modification of the contents of Covered Software; or
  41. b. any new file in Source Code Form that contains any Covered Software.
  42. 1.11. “Patent Claims” of a Contributor
  43. means any patent claim(s), including without limitation, method, process,
  44. and apparatus claims, in any patent Licensable by such Contributor that
  45. would be infringed, but for the grant of the License, by the making,
  46. using, selling, offering for sale, having made, import, or transfer of
  47. either its Contributions or its Contributor Version.
  48. 1.12. “Secondary License”
  49. means either the GNU General Public License, Version 2.0, the
  50. GNU Lesser General Public License, Version 2.1, the GNU Affero General
  51. Public License, Version 3.0, or any later versions of those licenses.
  52. 1.13. “Source Code Form”
  53. means the form of the work preferred for making modifications.
  54. 1.14. “You” (or “Your”)
  55. means an individual or a legal entity exercising rights under this License.
  56. For legal entities, “You” includes any entity that controls,
  57. is 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 contract
  60. or otherwise, or (b) ownership of more than fifty percent (50%) of the
  61. outstanding shares or beneficial ownership of such entity.
  62. 2. License Grants and Conditions
  63. 2.1. Grants
  64. Each Contributor hereby grants You a world-wide, royalty-free,
  65. non-exclusive license:
  66. a. under intellectual property rights (other than patent or trademark)
  67. Licensable by such Contributor to use, reproduce, make available,
  68. modify, display, perform, distribute, and otherwise exploit its
  69. Contributions, either on an unmodified basis, with Modifications,
  70. or as part of a Larger Work; and
  71. b. under Patent Claims of such Contributor to make, use, sell,
  72. offer for sale, have made, import, and otherwise transfer either
  73. its Contributions or its Contributor Version.
  74. 2.2. Effective Date
  75. The licenses granted in Section 2.1 with respect to any Contribution
  76. become effective for each Contribution on the date the Contributor
  77. first distributes such Contribution.
  78. 2.3. Limitations on Grant Scope
  79. The licenses granted in this Section 2 are the only rights granted
  80. under this License. No additional rights or licenses will be implied
  81. from the distribution or licensing of Covered Software under this License.
  82. Notwithstanding Section 2.1(b) above, no patent license is granted
  83. by a Contributor:
  84. a. for any code that a Contributor has removed from
  85. Covered Software; or
  86. b. for infringements caused by: (i) Your and any other third party’s
  87. modifications of Covered Software, or (ii) the combination of its
  88. Contributions with other software (except as part of its
  89. Contributor Version); or
  90. c. under Patent Claims infringed by Covered Software in the
  91. absence of its Contributions.
  92. This License does not grant any rights in the trademarks, service marks,
  93. or logos of any Contributor (except as may be necessary to comply with
  94. the notice requirements in Section 3.4).
  95. 2.4. Subsequent Licenses
  96. No Contributor makes additional grants as a result of Your choice to
  97. distribute the Covered Software under a subsequent version of this
  98. License (see Section 10.2) or under the terms of a Secondary License
  99. (if permitted under the terms of Section 3.3).
  100. 2.5. Representation
  101. Each Contributor represents that the Contributor believes its
  102. Contributions are its original creation(s) or it has sufficient rights
  103. to grant the rights to its Contributions conveyed by this License.
  104. 2.6. Fair Use
  105. This License is not intended to limit any rights You have under
  106. applicable copyright doctrines of fair use, fair dealing,
  107. or other equivalents.
  108. 2.7. Conditions
  109. Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the
  110. licenses granted in Section 2.1.
  111. 3. Responsibilities
  112. 3.1. Distribution of Source Form
  113. All distribution of Covered Software in Source Code Form, including
  114. any Modifications that You create or to which You contribute, must be
  115. under the terms of this License. You must inform recipients that the
  116. Source Code Form of the Covered Software is governed by the terms
  117. of this License, and how they can obtain a copy of this License.
  118. You may not attempt to alter or restrict the recipients’ rights
  119. in the Source Code Form.
  120. 3.2. Distribution of Executable Form
  121. If You distribute Covered Software in Executable Form then:
  122. a. such Covered Software must also be made available in Source Code
  123. Form, as described in Section 3.1, and You must inform recipients of
  124. the Executable Form how they can obtain a copy of such Source Code
  125. Form by reasonable means in a timely manner, at a charge no more than
  126. the cost of distribution to the recipient; and
  127. b. You may distribute such Executable Form under the terms of this
  128. License, or sublicense it under different terms, provided that the
  129. license for the Executable Form does not attempt to limit or alter
  130. the recipients’ rights in the Source Code Form under this License.
  131. 3.3. Distribution of a Larger Work
  132. You may create and distribute a Larger Work under terms of Your choice,
  133. provided that You also comply with the requirements of this License for
  134. the Covered Software. If the Larger Work is a combination of
  135. Covered Software with a work governed by one or more Secondary Licenses,
  136. and the Covered Software is not Incompatible With Secondary Licenses,
  137. this License permits You to additionally distribute such Covered Software
  138. under the terms of such Secondary License(s), so that the recipient of
  139. the Larger Work may, at their option, further distribute the
  140. Covered Software under the terms of either this License or such
  141. Secondary License(s).
  142. 3.4. Notices
  143. You may not remove or alter the substance of any license notices
  144. (including copyright notices, patent notices, disclaimers of warranty,
  145. or limitations of liability) contained within the Source Code Form of
  146. the Covered Software, except that You may alter any license notices to
  147. the extent required to remedy known factual inaccuracies.
  148. 3.5. Application of Additional Terms
  149. You may choose to offer, and to charge a fee for, warranty, support,
  150. indemnity or liability obligations to one or more recipients of
  151. Covered Software. However, You may do so only on Your own behalf,
  152. and not on behalf of any Contributor. You must make it absolutely clear
  153. that any such warranty, support, indemnity, or liability obligation is
  154. offered by You alone, and You hereby agree to indemnify every Contributor
  155. for any liability incurred by such Contributor as a result of warranty,
  156. support, indemnity or liability terms You offer. You may include
  157. additional disclaimers of warranty and limitations of liability
  158. specific to any jurisdiction.
  159. 4. Inability to Comply Due to Statute or Regulation
  160. If it is impossible for You to comply with any of the terms of this License
  161. with respect to some or all of the Covered Software due to statute,
  162. judicial order, or regulation then You must: (a) comply with the terms of
  163. this License to the maximum extent possible; and (b) describe the limitations
  164. and the code they affect. Such description must be placed in a text file
  165. included with all distributions of the Covered Software under this License.
  166. Except to the extent prohibited by statute or regulation, such description
  167. must be sufficiently detailed for a recipient of ordinary skill
  168. to be able to understand it.
  169. 5. Termination
  170. 5.1. The rights granted under this License will terminate automatically
  171. if You fail to comply with any of its terms. However, if You become
  172. compliant, then the rights granted under this License from a particular
  173. Contributor are reinstated (a) provisionally, unless and until such
  174. Contributor explicitly and finally terminates Your grants, and (b) on an
  175. ongoing basis, if such Contributor fails to notify You of the
  176. non-compliance by some reasonable means prior to 60 days after You have
  177. come back into compliance. Moreover, Your grants from a particular
  178. Contributor are reinstated on an ongoing basis if such Contributor
  179. notifies You of the non-compliance by some reasonable means,
  180. this is the first time You have received notice of non-compliance with
  181. this License from such Contributor, and You become compliant prior to
  182. 30 days after Your receipt of the notice.
  183. 5.2. If You initiate litigation against any entity by asserting a patent
  184. infringement claim (excluding declaratory judgment actions,
  185. counter-claims, and cross-claims) alleging that a Contributor Version
  186. directly or indirectly infringes any patent, then the rights granted
  187. to You by any and all Contributors for the Covered Software under
  188. Section 2.1 of this License shall terminate.
  189. 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
  190. end user license agreements (excluding distributors and resellers) which
  191. have been validly granted by You or Your distributors under this License
  192. prior to termination shall survive termination.
  193. 6. Disclaimer of Warranty
  194. Covered Software is provided under this License on an “as is” basis, without
  195. warranty of any kind, either expressed, implied, or statutory, including,
  196. without limitation, warranties that the Covered Software is free of defects,
  197. merchantable, fit for a particular purpose or non-infringing. The entire risk
  198. as to the quality and performance of the Covered Software is with You.
  199. Should any Covered Software prove defective in any respect, You
  200. (not any Contributor) assume the cost of any necessary servicing, repair,
  201. or correction. This disclaimer of warranty constitutes an essential part of
  202. this License. No use of any Covered Software is authorized under this
  203. License except under this disclaimer.
  204. 7. Limitation of Liability
  205. Under no circumstances and under no legal theory, whether tort
  206. (including negligence), contract, or otherwise, shall any Contributor, or
  207. anyone who distributes Covered Software as permitted above, be liable to
  208. You for any direct, indirect, special, incidental, or consequential damages
  209. of any character including, without limitation, damages for lost profits,
  210. loss of goodwill, work stoppage, computer failure or malfunction, or any and
  211. all other commercial damages or losses, even if such party shall have been
  212. informed of the possibility of such damages. This limitation of liability
  213. shall not apply to liability for death or personal injury resulting from
  214. such party’s negligence to the extent applicable law prohibits such
  215. limitation. Some jurisdictions do not allow the exclusion or limitation of
  216. incidental or consequential damages, so this exclusion and limitation may
  217. not apply to You.
  218. 8. Litigation
  219. Any litigation relating to this License may be brought only in the courts of
  220. a jurisdiction where the defendant maintains its principal place of business
  221. and such litigation shall be governed by laws of that jurisdiction, without
  222. reference to its conflict-of-law provisions. Nothing in this Section shall
  223. prevent a party’s ability to bring cross-claims or counter-claims.
  224. 9. Miscellaneous
  225. This License represents the complete agreement concerning the subject matter
  226. hereof. If any provision of this License is held to be unenforceable,
  227. such provision shall be reformed only to the extent necessary to make it
  228. enforceable. Any law or regulation which provides that the language of a
  229. contract shall be construed against the drafter shall not be used to construe
  230. this License against a Contributor.
  231. 10. Versions of the License
  232. 10.1. New Versions
  233. Mozilla Foundation is the license steward. Except as provided in
  234. Section 10.3, no one other than the license steward has the right to
  235. modify or publish new versions of this License. Each version will be
  236. given a distinguishing version number.
  237. 10.2. Effect of New Versions
  238. You may distribute the Covered Software under the terms of the version
  239. of the License under which You originally received the Covered Software,
  240. or under the terms of any subsequent version published
  241. by the license steward.
  242. 10.3. Modified Versions
  243. If you create software not governed by this License, and you want to
  244. create a new license for such software, you may create and use a modified
  245. version of this License if you rename the license and remove any
  246. references to the name of the license steward (except to note that such
  247. modified license differs from this License).
  248. 10.4. Distributing Source Code Form that is
  249. Incompatible With Secondary Licenses
  250. If You choose to distribute Source Code Form that is
  251. Incompatible With Secondary Licenses under the terms of this version of
  252. the License, the notice described in Exhibit B of this
  253. License must be attached.
  254. Exhibit A - Source Code Form License Notice
  255. This Source Code Form is subject to the terms of the
  256. Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
  257. with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
  258. If it is not possible or desirable to put the notice in a particular file,
  259. then You may include the notice in a location (such as a LICENSE file in a
  260. relevant directory) where a recipient would be likely to
  261. look for such a notice.
  262. You may add additional accurate notices of copyright ownership.
  263. Exhibit B - “Incompatible With Secondary Licenses” Notice
  264. This Source Code Form is “Incompatible With Secondary Licenses”,
  265. as defined by the Mozilla Public License, v. 2.0.
  266. -------------------------------------------------------------------------------
  267. Eclipse Public License, Version 1.0 (EPL-1.0)
  268. THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
  269. LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
  270. CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
  271. 1. DEFINITIONS
  272. "Contribution" means:
  273. a) in the case of the initial Contributor, the initial code and
  274. documentation distributed under this Agreement, and
  275. b) in the case of each subsequent Contributor:
  276. i) changes to the Program, and
  277. ii) additions to the Program;
  278. where such changes and/or additions to the Program originate from and are
  279. distributed by that particular Contributor. A Contribution 'originates'
  280. from a Contributor if it was added to the Program by such Contributor itself
  281. or anyone acting on such Contributor's behalf. Contributions do not include
  282. additions to the Program which: (i) are separate modules of software
  283. distributed in conjunction with the Program under their own license agreement,
  284. and (ii) are not derivative works of the Program.
  285. "Contributor" means any person or entity that distributes the Program.
  286. "Licensed Patents " mean patent claims licensable by a Contributor which are
  287. necessarily infringed by the use or sale of its Contribution alone or
  288. when combined with the Program.
  289. "Program" means the Contributions distributed in accordance with
  290. this Agreement.
  291. "Recipient" means anyone who receives the Program under this Agreement,
  292. including all Contributors.
  293. 2. GRANT OF RIGHTS
  294. a) Subject to the terms of this Agreement, each Contributor hereby grants
  295. Recipient a non-exclusive, worldwide, royalty-free copyright license to
  296. reproduce, prepare derivative works of, publicly display, publicly
  297. perform, distribute and sublicense the Contribution of such
  298. Contributor, if any, and such derivative works,
  299. in source code and object code form.
  300. b) Subject to the terms of this Agreement, each Contributor hereby grants
  301. Recipient a non-exclusive, worldwide, royalty-free patent license under
  302. Licensed Patents to make, use, sell, offer to sell, import and
  303. otherwise transfer the Contribution of such Contributor, if any,
  304. in source code and object code form. This patent license shall apply
  305. to the combination of the Contribution and the Program if, at the time
  306. the Contribution is added by the Contributor, such addition of the
  307. Contribution causes such combination to be covered by the
  308. Licensed Patents. The patent license shall not apply to any other
  309. combinations which include the Contribution.
  310. No hardware per se is licensed hereunder.
  311. c) Recipient understands that although each Contributor grants the
  312. licenses to its Contributions set forth herein, no assurances are
  313. provided by any Contributor that the Program does not infringe the
  314. patent or other intellectual property rights of any other entity.
  315. Each Contributor disclaims any liability to Recipient for claims
  316. brought by any other entity based on infringement of intellectual
  317. property rights or otherwise. As a condition to exercising the
  318. rights and licenses granted hereunder, each Recipient hereby assumes
  319. sole responsibility to secure any other intellectual property rights
  320. needed, if any. For example, if a third party patent license is
  321. required to allow Recipient to distribute the Program, it is
  322. Recipient's responsibility to acquire that license
  323. before distributing the Program.
  324. d) Each Contributor represents that to its knowledge it has sufficient
  325. copyright rights in its Contribution, if any, to grant the copyright
  326. license set forth in this Agreement.
  327. 3. REQUIREMENTS
  328. A Contributor may choose to distribute the Program in object code form under
  329. its own license agreement, provided that:
  330. a) it complies with the terms and conditions of this Agreement; and
  331. b) its license agreement:
  332. i) effectively disclaims on behalf of all Contributors all warranties
  333. and conditions, express and implied, including warranties or
  334. conditions of title and non-infringement, and implied warranties or
  335. conditions of merchantability and fitness for a particular purpose;
  336. ii) effectively excludes on behalf of all Contributors all liability
  337. for damages, including direct, indirect, special, incidental and
  338. consequential damages, such as lost profits;
  339. iii) states that any provisions which differ from this Agreement are
  340. offered by that Contributor alone and not by any other party; and
  341. iv) states that source code for the Program is available from such
  342. Contributor, and informs licensees how to obtain it in a reasonable
  343. manner on or through a medium customarily used for software exchange.
  344. When the Program is made available in source code form:
  345. a) it must be made available under this Agreement; and
  346. b) a copy of this Agreement must be included with each copy of the Program.
  347. Contributors may not remove or alter any copyright notices contained
  348. within the Program.
  349. Each Contributor must identify itself as the originator of its Contribution,
  350. if any, in a manner that reasonably allows subsequent Recipients to
  351. identify the originator of the Contribution.
  352. 4. COMMERCIAL DISTRIBUTION
  353. Commercial distributors of software may accept certain responsibilities with
  354. respect to end users, business partners and the like. While this license is
  355. intended to facilitate the commercial use of the Program, the Contributor who
  356. includes the Program in a commercial product offering should do so in a manner
  357. which does not create potential liability for other Contributors. Therefore,
  358. if a Contributor includes the Program in a commercial product offering,
  359. such Contributor ("Commercial Contributor") hereby agrees to defend and
  360. indemnify every other Contributor ("Indemnified Contributor") against any
  361. losses, damages and costs (collectively "Losses") arising from claims,
  362. lawsuits and other legal actions brought by a third party against the
  363. Indemnified Contributor to the extent caused by the acts or omissions of
  364. such Commercial Contributor in connection with its distribution of the Program
  365. in a commercial product offering. The obligations in this section do not apply
  366. to any claims or Losses relating to any actual or alleged intellectual
  367. property infringement. In order to qualify, an Indemnified Contributor must:
  368. a) promptly notify the Commercial Contributor in writing of such claim,
  369. and b) allow the Commercial Contributor to control, and cooperate with the
  370. Commercial Contributor in, the defense and any related settlement
  371. negotiations. The Indemnified Contributor may participate in any such
  372. claim at its own expense.
  373. For example, a Contributor might include the Program in a commercial product
  374. offering, Product X. That Contributor is then a Commercial Contributor.
  375. If that Commercial Contributor then makes performance claims, or offers
  376. warranties related to Product X, those performance claims and warranties
  377. are such Commercial Contributor's responsibility alone. Under this section,
  378. the Commercial Contributor would have to defend claims against the other
  379. Contributors related to those performance claims and warranties, and if a
  380. court requires any other Contributor to pay any damages as a result,
  381. the Commercial Contributor must pay those damages.
  382. 5. NO WARRANTY
  383. EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
  384. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
  385. IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
  386. NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  387. Each Recipient is solely responsible for determining the appropriateness of
  388. using and distributing the Program and assumes all risks associated with its
  389. exercise of rights under this Agreement , including but not limited to the
  390. risks and costs of program errors, compliance with applicable laws, damage to
  391. or loss of data, programs or equipment, and unavailability
  392. or interruption of operations.
  393. 6. DISCLAIMER OF LIABILITY
  394. EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
  395. CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  396. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION
  397. LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  398. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  399. ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
  400. EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
  401. POSSIBILITY OF SUCH DAMAGES.
  402. 7. GENERAL
  403. If any provision of this Agreement is invalid or unenforceable under
  404. applicable law, it shall not affect the validity or enforceability of the
  405. remainder of the terms of this Agreement, and without further action by
  406. the parties hereto, such provision shall be reformed to the minimum extent
  407. necessary to make such provision valid and enforceable.
  408. If Recipient institutes patent litigation against any entity (including a
  409. cross-claim or counterclaim in a lawsuit) alleging that the Program itself
  410. (excluding combinations of the Program with other software or hardware)
  411. infringes such Recipient's patent(s), then such Recipient's rights granted
  412. under Section 2(b) shall terminate as of the date such litigation is filed.
  413. All Recipient's rights under this Agreement shall terminate if it fails to
  414. comply with any of the material terms or conditions of this Agreement and
  415. does not cure such failure in a reasonable period of time after becoming
  416. aware of such noncompliance. If all Recipient's rights under this
  417. Agreement terminate, Recipient agrees to cease use and distribution of the
  418. Program as soon as reasonably practicable. However, Recipient's obligations
  419. under this Agreement and any licenses granted by Recipient relating to the
  420. Program shall continue and survive.
  421. Everyone is permitted to copy and distribute copies of this Agreement,
  422. but in order to avoid inconsistency the Agreement is copyrighted and may
  423. only be modified in the following manner. The Agreement Steward reserves
  424. the right to publish new versions (including revisions) of this Agreement
  425. from time to time. No one other than the Agreement Steward has the right to
  426. modify this Agreement. The Eclipse Foundation is the initial
  427. Agreement Steward. The Eclipse Foundation may assign the responsibility to
  428. serve as the Agreement Steward to a suitable separate entity. Each new version
  429. of the Agreement will be given a distinguishing version number. The Program
  430. (including Contributions) may always be distributed subject to the version
  431. of the Agreement under which it was received. In addition, after a new version
  432. of the Agreement is published, Contributor may elect to distribute the Program
  433. (including its Contributions) under the new version. Except as expressly
  434. stated in Sections 2(a) and 2(b) above, Recipient receives no rights or
  435. licenses to the intellectual property of any Contributor under this Agreement,
  436. whether expressly, by implication, estoppel or otherwise. All rights in the
  437. Program not expressly granted under this Agreement are reserved.
  438. This Agreement is governed by the laws of the State of New York and the
  439. intellectual property laws of the United States of America. No party to
  440. this Agreement will bring a legal action under this Agreement more than one
  441. year after the cause of action arose. Each party waives its rights to a
  442. jury trial in any resulting litigation.