LICENSE 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. Materialize is licensed under the Business Source License agreement below.
  2. Materialize occasionally includes source code that is derived from third-party
  3. code. This situation is noted in the license header at the top of the affected
  4. files. Full authorship information can be derived from the version control
  5. history.
  6. --------------------------------------------------------------------------------
  7. MATERIALIZE BUSINESS SOURCE LICENSE AGREEMENT
  8. Business Source License 1.1
  9. Licensor: Materialize, Inc.
  10. Licensed Work: Materialize Version 20250730
  11. The Licensed Work is © 2025 Materialize, Inc.
  12. Additional Use Grant: Within a single installation of the Licensed Work,
  13. the sum of the memory limits across all clusters
  14. must remain below 24GiB, and the sum of the disk
  15. limits across all clusters must remain below 48GiB.
  16. You may operate multiple installations of the
  17. Licensed Work for distinct applications, provided
  18. each installation remains below the 24GiB memory
  19. limit and 48GiB disk limit. You may also run
  20. multiple applications on a single installation, so
  21. long as that installation does not exceed the 24GiB
  22. memory limit and 48GiB disk limit in total. However,
  23. you may not split or “shard” a single application
  24. across multiple installations in order to exceed
  25. these limits.
  26. Further, you may not use the Licensed Work for a
  27. Database Service. A "Database Service" is a
  28. commercial offering that allows third parties (other
  29. than your employees and contractors) to access the
  30. functionality of the Licensed Work by creating views
  31. whose definitions are controlled by such third
  32. parties.
  33. Change Date: July 30, 2029
  34. Change License: Apache License, Version 2.0
  35. For information about alternative licensing arrangements for the Software,
  36. please contact us at https://materialize.com/contact.
  37. Notice
  38. The Business Source License (this document, or the “License”) is not an Open
  39. Source license. However, the Licensed Work will eventually be made available
  40. under an Open Source License, as stated in this License.
  41. License text copyright © 2017 MariaDB Corporation Ab, All Rights Reserved.
  42. “Business Source License” is a trademark of MariaDB Corporation Ab.
  43. Terms
  44. The Licensor hereby grants You the right to copy, modify, create derivative
  45. works, redistribute, and make non-production use of the Licensed Work. The
  46. Licensor may make an Additional Use Grant, above, permitting limited production
  47. use.
  48. Effective on the Change Date, or the fourth anniversary of the first publicly
  49. available distribution of a specific version of the Licensed Work under this
  50. License, whichever comes first, the Licensor hereby grants you rights under the
  51. terms of the Change License, and the rights granted in the paragraph above
  52. terminate.
  53. If your use of the Licensed Work does not comply with the requirements currently
  54. in effect as described in this License, you must purchase a commercial license
  55. from the Licensor, its affiliated entities, or authorized resellers, or you must
  56. refrain from using the Licensed Work.
  57. All copies of the original and modified Licensed Work, and derivative works of
  58. the Licensed Work, are subject to this License. This License applies separately
  59. for each version of the Licensed Work and the Change Date may vary for each
  60. version of the Licensed Work released by Licensor.
  61. You must conspicuously display this License on each original or modified copy of
  62. the Licensed Work. If you receive the Licensed Work in original or modified form
  63. from a third party, the terms and conditions set forth in this License apply to
  64. your use of that work.
  65. Any use of the Licensed Work in violation of this License will automatically
  66. terminate your rights under this License for the current and all other versions
  67. of the Licensed Work.
  68. This License does not grant you any right in any trademark or logo of Licensor
  69. or its affiliates (provided that you may use a trademark or logo of Licensor as
  70. expressly required by this License).
  71. TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN
  72. “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS
  73. OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF MERCHANTABILITY,
  74. FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE.
  75. MariaDB hereby grants you permission to use this License’s text to license your
  76. works, and to refer to it using the trademark“Business Source License”, as long
  77. as you comply with the Covenants of Licensor below.
  78. Covenants of Licensor
  79. In consideration of the right to use this License’s text and the “Business
  80. Source License” name and trademark, Licensor covenants to MariaDB, and to all
  81. other recipients of the licensed work to be provided by Licensor:
  82. 1. To specify as the Change License the GPL Version 2.0 or any later version, or
  83. a license that is compatible with GPL Version 2.0 or a later version, where
  84. “compatible” means that software provided under the Change License can be
  85. included in a program with software provided under GPL Version 2.0 or a later
  86. version. Licensor may specify additional Change Licenses without limitation.
  87. 2. To either: (a) specify an additional grant of rights to use that does not
  88. impose any additional restriction on the right granted in this License, as
  89. the Additional Use Grant; or (b) insert the text “None”.
  90. 3. To specify a Change Date.
  91. 4. Not to modify this License in any other way.
  92. --------------------------------------------------------------------------------
  93. A copy of the MIT license is reproduced below. This license applies only to
  94. files that indicate as such in their license header.
  95. Permission is hereby granted, free of charge, to any
  96. person obtaining a copy of this software and associated
  97. documentation files (the "Software"), to deal in the
  98. Software without restriction, including without
  99. limitation the rights to use, copy, modify, merge,
  100. publish, distribute, sublicense, and/or sell copies of
  101. the Software, and to permit persons to whom the Software
  102. is furnished to do so, subject to the following
  103. conditions:
  104. The above copyright notice and this permission notice
  105. shall be included in all copies or substantial portions
  106. of the Software.
  107. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
  108. ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  109. TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  110. PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
  111. SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  112. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  113. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
  114. IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  115. DEALINGS IN THE SOFTWARE.
  116. --------------------------------------------------------------------------------
  117. A copy of the Apache 2.0 license is reproduced below. This license applies only
  118. to files that indicate as such in their license header.
  119. Apache License
  120. Version 2.0, January 2004
  121. http://www.apache.org/licenses/
  122. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  123. 1. Definitions.
  124. "License" shall mean the terms and conditions for use, reproduction,
  125. and distribution as defined by Sections 1 through 9 of this document.
  126. "Licensor" shall mean the copyright owner or entity authorized by
  127. the copyright owner that is granting the License.
  128. "Legal Entity" shall mean the union of the acting entity and all
  129. other entities that control, are controlled by, or are under common
  130. control with that entity. For the purposes of this definition,
  131. "control" means (i) the power, direct or indirect, to cause the
  132. direction or management of such entity, whether by contract or
  133. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  134. outstanding shares, or (iii) beneficial ownership of such entity.
  135. "You" (or "Your") shall mean an individual or Legal Entity
  136. exercising permissions granted by this License.
  137. "Source" form shall mean the preferred form for making modifications,
  138. including but not limited to software source code, documentation
  139. source, and configuration files.
  140. "Object" form shall mean any form resulting from mechanical
  141. transformation or translation of a Source form, including but
  142. not limited to compiled object code, generated documentation,
  143. and conversions to other media types.
  144. "Work" shall mean the work of authorship, whether in Source or
  145. Object form, made available under the License, as indicated by a
  146. copyright notice that is included in or attached to the work
  147. (an example is provided in the Appendix below).
  148. "Derivative Works" shall mean any work, whether in Source or Object
  149. form, that is based on (or derived from) the Work and for which the
  150. editorial revisions, annotations, elaborations, or other modifications
  151. represent, as a whole, an original work of authorship. For the purposes
  152. of this License, Derivative Works shall not include works that remain
  153. separable from, or merely link (or bind by name) to the interfaces of,
  154. the Work and Derivative Works thereof.
  155. "Contribution" shall mean any work of authorship, including
  156. the original version of the Work and any modifications or additions
  157. to that Work or Derivative Works thereof, that is intentionally
  158. submitted to Licensor for inclusion in the Work by the copyright owner
  159. or by an individual or Legal Entity authorized to submit on behalf of
  160. the copyright owner. For the purposes of this definition, "submitted"
  161. means any form of electronic, verbal, or written communication sent
  162. to the Licensor or its representatives, including but not limited to
  163. communication on electronic mailing lists, source code control systems,
  164. and issue tracking systems that are managed by, or on behalf of, the
  165. Licensor for the purpose of discussing and improving the Work, but
  166. excluding communication that is conspicuously marked or otherwise
  167. designated in writing by the copyright owner as "Not a Contribution."
  168. "Contributor" shall mean Licensor and any individual or Legal Entity
  169. on behalf of whom a Contribution has been received by Licensor and
  170. subsequently incorporated within the Work.
  171. 2. Grant of Copyright License. Subject to the terms and conditions of
  172. this License, each Contributor hereby grants to You a perpetual,
  173. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  174. copyright license to reproduce, prepare Derivative Works of,
  175. publicly display, publicly perform, sublicense, and distribute the
  176. Work and such Derivative Works in Source or Object form.
  177. 3. Grant of Patent License. Subject to the terms and conditions of
  178. this License, each Contributor hereby grants to You a perpetual,
  179. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  180. (except as stated in this section) patent license to make, have made,
  181. use, offer to sell, sell, import, and otherwise transfer the Work,
  182. where such license applies only to those patent claims licensable
  183. by such Contributor that are necessarily infringed by their
  184. Contribution(s) alone or by combination of their Contribution(s)
  185. with the Work to which such Contribution(s) was submitted. If You
  186. institute patent litigation against any entity (including a
  187. cross-claim or counterclaim in a lawsuit) alleging that the Work
  188. or a Contribution incorporated within the Work constitutes direct
  189. or contributory patent infringement, then any patent licenses
  190. granted to You under this License for that Work shall terminate
  191. as of the date such litigation is filed.
  192. 4. Redistribution. You may reproduce and distribute copies of the
  193. Work or Derivative Works thereof in any medium, with or without
  194. modifications, and in Source or Object form, provided that You
  195. meet the following conditions:
  196. (a) You must give any other recipients of the Work or
  197. Derivative Works a copy of this License; and
  198. (b) You must cause any modified files to carry prominent notices
  199. stating that You changed the files; and
  200. (c) You must retain, in the Source form of any Derivative Works
  201. that You distribute, all copyright, patent, trademark, and
  202. attribution notices from the Source form of the Work,
  203. excluding those notices that do not pertain to any part of
  204. the Derivative Works; and
  205. (d) If the Work includes a "NOTICE" text file as part of its
  206. distribution, then any Derivative Works that You distribute must
  207. include a readable copy of the attribution notices contained
  208. within such NOTICE file, excluding those notices that do not
  209. pertain to any part of the Derivative Works, in at least one
  210. of the following places: within a NOTICE text file distributed
  211. as part of the Derivative Works; within the Source form or
  212. documentation, if provided along with the Derivative Works; or,
  213. within a display generated by the Derivative Works, if and
  214. wherever such third-party notices normally appear. The contents
  215. of the NOTICE file are for informational purposes only and
  216. do not modify the License. You may add Your own attribution
  217. notices within Derivative Works that You distribute, alongside
  218. or as an addendum to the NOTICE text from the Work, provided
  219. that such additional attribution notices cannot be construed
  220. as modifying the License.
  221. You may add Your own copyright statement to Your modifications and
  222. may provide additional or different license terms and conditions
  223. for use, reproduction, or distribution of Your modifications, or
  224. for any such Derivative Works as a whole, provided Your use,
  225. reproduction, and distribution of the Work otherwise complies with
  226. the conditions stated in this License.
  227. 5. Submission of Contributions. Unless You explicitly state otherwise,
  228. any Contribution intentionally submitted for inclusion in the Work
  229. by You to the Licensor shall be under the terms and conditions of
  230. this License, without any additional terms or conditions.
  231. Notwithstanding the above, nothing herein shall supersede or modify
  232. the terms of any separate license agreement you may have executed
  233. with Licensor regarding such Contributions.
  234. 6. Trademarks. This License does not grant permission to use the trade
  235. names, trademarks, service marks, or product names of the Licensor,
  236. except as required for reasonable and customary use in describing the
  237. origin of the Work and reproducing the content of the NOTICE file.
  238. 7. Disclaimer of Warranty. Unless required by applicable law or
  239. agreed to in writing, Licensor provides the Work (and each
  240. Contributor provides its Contributions) on an "AS IS" BASIS,
  241. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  242. implied, including, without limitation, any warranties or conditions
  243. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  244. PARTICULAR PURPOSE. You are solely responsible for determining the
  245. appropriateness of using or redistributing the Work and assume any
  246. risks associated with Your exercise of permissions under this License.
  247. 8. Limitation of Liability. In no event and under no legal theory,
  248. whether in tort (including negligence), contract, or otherwise,
  249. unless required by applicable law (such as deliberate and grossly
  250. negligent acts) or agreed to in writing, shall any Contributor be
  251. liable to You for damages, including any direct, indirect, special,
  252. incidental, or consequential damages of any character arising as a
  253. result of this License or out of the use or inability to use the
  254. Work (including but not limited to damages for loss of goodwill,
  255. work stoppage, computer failure or malfunction, or any and all
  256. other commercial damages or losses), even if such Contributor
  257. has been advised of the possibility of such damages.
  258. 9. Accepting Warranty or Additional Liability. While redistributing
  259. the Work or Derivative Works thereof, You may choose to offer,
  260. and charge a fee for, acceptance of support, warranty, indemnity,
  261. or other liability obligations and/or rights consistent with this
  262. License. However, in accepting such obligations, You may act only
  263. on Your own behalf and on Your sole responsibility, not on behalf
  264. of any other Contributor, and only if You agree to indemnify,
  265. defend, and hold each Contributor harmless for any liability
  266. incurred by, or claims asserted against, such Contributor by reason
  267. of your accepting any such warranty or additional liability.
  268. END OF TERMS AND CONDITIONS
  269. --------------------------------------------------------------------------------
  270. A copy of the PostgreSQL license is reproduced below. This license applies only
  271. to files that indicate as such in their license header.
  272. Permission to use, copy, modify, and distribute this software and its
  273. documentation for any purpose, without fee, and without a written
  274. agreement is hereby granted, provided that the above copyright notice
  275. and this paragraph and the following two paragraphs appear in all
  276. copies.
  277. IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
  278. FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
  279. INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
  280. DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF
  281. THE POSSIBILITY OF SUCH DAMAGE.
  282. THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  283. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  284. AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
  285. ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS
  286. TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
  287. MODIFICATIONS.
  288. A copy of the 3-clause BSD license is reproduced below. This license applies
  289. only to files that indicate as such in their license header.
  290. Redistribution and use in source and binary forms, with or without
  291. modification, are permitted provided that the following conditions are
  292. met:
  293. * Redistributions of source code must retain the above copyright
  294. notice, this list of conditions and the following disclaimer.
  295. * Redistributions in binary form must reproduce the above
  296. copyright notice, this list of conditions and the following disclaimer
  297. in the documentation and/or other materials provided with the
  298. distribution.
  299. * Neither the name of the copyright holder nor the names of its
  300. contributors may be used to endorse or promote products derived from
  301. this software without specific prior written permission.
  302. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  303. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  304. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  305. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  306. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  307. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  308. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  309. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  310. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  311. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  312. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.