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.

Interbase-1.0 24KB

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