@mojaloop/central-ledger 19.1.0 → 19.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (233) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/LICENSE.md +1 -1
  3. package/migrations/100100_event.js +9 -5
  4. package/migrations/110100_contactType.js +9 -5
  5. package/migrations/110101_contactType-indexes.js +9 -5
  6. package/migrations/110200_currency.js +9 -5
  7. package/migrations/110201_currency-scale.js +9 -5
  8. package/migrations/110300_endpointType.js +9 -5
  9. package/migrations/110301_endpointType-indexes.js +9 -5
  10. package/migrations/110400_ledgerEntryType.js +9 -5
  11. package/migrations/110401_ledgerEntryType-indexes.js +9 -5
  12. package/migrations/110450_ledgerAccountType.js +9 -5
  13. package/migrations/110451_ledgerAccountType-indexes.js +9 -5
  14. package/migrations/110500_participantLimitType.js +9 -5
  15. package/migrations/110501_participantLimitType-indexes.js +9 -5
  16. package/migrations/110600_transferParticipantRoleType.js +9 -5
  17. package/migrations/110601_transferParticipantRoleType-indexes.js +9 -5
  18. package/migrations/110700_transferState.js +9 -5
  19. package/migrations/110800_settlementWindowState.js +9 -5
  20. package/migrations/110900_settlementState.js +9 -5
  21. package/migrations/111000_amountType.js +9 -11
  22. package/migrations/111001_amountType-indexes.js +9 -11
  23. package/migrations/111100_balanceOfPayments.js +9 -11
  24. package/migrations/111101_balanceOfPayments-indexes.js +9 -11
  25. package/migrations/111200_partyIdentifierType.js +9 -11
  26. package/migrations/111201_partyIdentifierType-indexes.js +9 -11
  27. package/migrations/111300_partyType.js +9 -11
  28. package/migrations/111301_partyType-indexes.js +9 -11
  29. package/migrations/111400_quoteDuplicateCheck.js +9 -11
  30. package/migrations/111500_transactionInitiator.js +9 -11
  31. package/migrations/111501_transactionInitiator-indexes.js +9 -11
  32. package/migrations/111600_transactionInitiatorType.js +9 -11
  33. package/migrations/111601_transactionInitiatorType-indexes.js +9 -11
  34. package/migrations/111700_settlementDelay.js +9 -11
  35. package/migrations/111701_settlementDelay-indexes.js +10 -12
  36. package/migrations/111800_settlementInterchange.js +9 -11
  37. package/migrations/111801_settlementInterchange-indexes.js +10 -12
  38. package/migrations/111900_settlementGranularity.js +9 -11
  39. package/migrations/111901_settlementGranularity-indexes.js +10 -12
  40. package/migrations/112000_bulkTransferState.js +9 -5
  41. package/migrations/112100_bulkProcessingState.js +9 -5
  42. package/migrations/112101_bulkProcessingState-indexes.js +9 -5
  43. package/migrations/200100_participant.js +9 -5
  44. package/migrations/200101_participant-indexes.js +9 -5
  45. package/migrations/200200_participantContact.js +9 -5
  46. package/migrations/200201_participantContact-indexes.js +9 -5
  47. package/migrations/200300_participantEndpoint.js +9 -5
  48. package/migrations/200301_participantEndpoint-indexes.js +9 -5
  49. package/migrations/200400_participantParty.js +9 -5
  50. package/migrations/200401_participantParty-indexes.js +9 -5
  51. package/migrations/200600_token.js +9 -5
  52. package/migrations/200601_token-indexes.js +9 -5
  53. package/migrations/300100_transferDuplicateCheck.js +9 -5
  54. package/migrations/300150_bulkTransferDuplicateCheck.js +9 -5
  55. package/migrations/300200_transfer.js +9 -5
  56. package/migrations/300201_transfer-indexes.js +9 -5
  57. package/migrations/300202_transfer-decimal184.js +9 -5
  58. package/migrations/300250_bulkTransfer.js +9 -5
  59. package/migrations/300251_bulkTransfer-indexes.js +9 -5
  60. package/migrations/300275_bulkTransferAssociation.js +9 -5
  61. package/migrations/300276_bulkTransferAssociation-indexes.js +9 -5
  62. package/migrations/300300_ilpPacket.js +9 -5
  63. package/migrations/300400_transferStateChange.js +9 -5
  64. package/migrations/300401_transferStateChange-indexes.js +9 -5
  65. package/migrations/300450_bulkTransferStateChange.js +9 -5
  66. package/migrations/300451_bulkTransferStateChange-indexes.js +9 -5
  67. package/migrations/300500_segment.js +9 -5
  68. package/migrations/300501_segment-indexes.js +9 -5
  69. package/migrations/310100_participantCurrency.js +9 -5
  70. package/migrations/310101_participantCurrency-indexes.js +9 -5
  71. package/migrations/310200_transferParticipant.js +9 -5
  72. package/migrations/310201_transferParticipant-indexes.js +9 -5
  73. package/migrations/310202_transferParticipant-decimal184.js +9 -5
  74. package/migrations/310203_transferParticipant-indexes.js +9 -5
  75. package/migrations/310204_transferParticipant-participantId.js +9 -5
  76. package/migrations/310300_participantPosition.js +9 -5
  77. package/migrations/310301_participantPosition-indexes.js +9 -5
  78. package/migrations/310302_participantPosition-decimal184.js +9 -5
  79. package/migrations/310400_participantPositionChange.js +9 -5
  80. package/migrations/310401_participantPositionChange-indexes.js +9 -5
  81. package/migrations/310402_participantPositionChange-decimal184.js +9 -5
  82. package/migrations/310403_participantPositionChange-participantCurrencyId.js +9 -5
  83. package/migrations/310404_participantPositionChange-change.js +9 -5
  84. package/migrations/310500_participantLimit.js +9 -5
  85. package/migrations/310501_participantLimit-indexes.js +9 -5
  86. package/migrations/310502_participantLimit-decimal184.js +9 -5
  87. package/migrations/310503_participantLimit-indexes-composite.js +9 -5
  88. package/migrations/400100_settlementWindow.js +9 -5
  89. package/migrations/400200_settlement.js +9 -5
  90. package/migrations/400300_settlementSettlementWindow.js +9 -5
  91. package/migrations/400301_settlementSettlementWindow-indexes.js +9 -5
  92. package/migrations/400400_settlementWindowStateChange.js +9 -5
  93. package/migrations/400401_settlmentWindowStateChange-indexes.js +9 -5
  94. package/migrations/400500_settlementTransferParticipant.js +9 -5
  95. package/migrations/400501_settlementTransferParticipant-indexes.js +9 -5
  96. package/migrations/400502_settlementTransferParticipant-decimal184.js +9 -5
  97. package/migrations/400600_settlementParticipantCurrency.js +9 -5
  98. package/migrations/400601_settlementParticipantCurrency-indexes.js +9 -5
  99. package/migrations/400602_settlementParticipantCurrency-decimal184.js +9 -5
  100. package/migrations/400700_settlementParticipantCurrencyStateChange.js +9 -5
  101. package/migrations/400701_settlementParticipantCurrencyStateChange-indexes.js +9 -5
  102. package/migrations/400800_settlementStateChange.js +9 -5
  103. package/migrations/400801_settlementStateChange-indexes.js +9 -5
  104. package/migrations/400900_settlementWindowContent.js +9 -5
  105. package/migrations/401000_settlementWindowContentStateChange.js +9 -5
  106. package/migrations/401001_settlementWindowContentStateChange-indexes.js +9 -5
  107. package/migrations/401002_settlementWindowContent-indexes.js +9 -5
  108. package/migrations/401200_settlementContentAggregation.js +9 -5
  109. package/migrations/401201_settlementContentAggregation-indexes.js +9 -5
  110. package/migrations/401300_settlementModel.js +9 -5
  111. package/migrations/401301_settlementModel-indexes.js +9 -5
  112. package/migrations/410100_transferFulfilmentDuplicateCheck.js +9 -5
  113. package/migrations/410101_transferFulfilmentDuplicateCheck-indexes.js +9 -5
  114. package/migrations/410102_transferFulfilmentDuplicateCheck-dropForeignTransferId.js +9 -5
  115. package/migrations/410103_transferFulfilmentDuplicateCheck-hashNullable.js +9 -5
  116. package/migrations/410200_transferFulfilment.js +9 -5
  117. package/migrations/410201_transferFulfilment-indexes.js +9 -5
  118. package/migrations/410202_transferFulfilment-ilpFulfilment.js +9 -5
  119. package/migrations/410203_transferFulfilment-foreignTransferFulfilmentId.js +9 -5
  120. package/migrations/410240_bulkTransferFulfilmentDuplicateCheck.js +9 -5
  121. package/migrations/410250_bulkTransferFulfilment.js +9 -5
  122. package/migrations/410300_transferExtension.js +9 -5
  123. package/migrations/410301_transferExtension-indexes.js +9 -5
  124. package/migrations/410302_transferExtension-transferErrorId.js +9 -5
  125. package/migrations/410350_bulkTransferExtension.js +9 -5
  126. package/migrations/410351_bulkTransferExtension-indexes.js +9 -5
  127. package/migrations/410400_transferTimeout.js +9 -5
  128. package/migrations/410401_transferTimeout-indexes.js +9 -5
  129. package/migrations/410450_transferErrorDuplicateCheck.js +9 -5
  130. package/migrations/410500_transferError.js +9 -5
  131. package/migrations/410501_transferError-indexes.js +9 -5
  132. package/migrations/410502_transferError-foreignTransferErrorDuplicateCheckId.js +9 -5
  133. package/migrations/410550_bulkTransferError.js +9 -5
  134. package/migrations/410551_bulkTransferError-indexes.js +9 -5
  135. package/migrations/410600_expiringTransfer.js +9 -5
  136. package/migrations/410601_expiringTransfer-indexes.js +9 -5
  137. package/migrations/500100_transactionReference.js +9 -11
  138. package/migrations/500101_transactionReference-indexes.js +9 -11
  139. package/migrations/500200_transactionScenario.js +9 -11
  140. package/migrations/500201_transactionScenario-indexes.js +9 -11
  141. package/migrations/500300_transactionSubScenario.js +9 -11
  142. package/migrations/500400_quote.js +9 -11
  143. package/migrations/500401_quote-hotfix-2719.js +9 -11
  144. package/migrations/500500_quoteParty.js +9 -11
  145. package/migrations/500501_feature-fixSubIdRef.js +9 -11
  146. package/migrations/500600_party.js +9 -11
  147. package/migrations/500601_party-2480.js +11 -8
  148. package/migrations/500700_quoteResponse.js +9 -11
  149. package/migrations/500800_quoteResponseIlpPacket.js +9 -11
  150. package/migrations/500900_geoCode.js +9 -11
  151. package/migrations/501000_quoteExtension.js +9 -11
  152. package/migrations/501001_quoteExtension-quote-service-174.js +9 -5
  153. package/migrations/501002_quoteExtension-2522.js +9 -6
  154. package/migrations/501100_quoteResponseDuplicateCheck.js +9 -11
  155. package/migrations/501200_quoteError.js +9 -11
  156. package/migrations/501300_transferRules.js +9 -11
  157. package/migrations/600010_fxTransferType.js +4 -3
  158. package/migrations/600011_fxTransferType-indexes.js +3 -3
  159. package/migrations/600012_fxParticipantCurrencyType.js +4 -3
  160. package/migrations/600013_fxParticipantCurrencyType-indexes.js +3 -3
  161. package/migrations/600100_fxTransferDuplicateCheck.js +9 -5
  162. package/migrations/600200_fxTransfer.js +9 -5
  163. package/migrations/600201_fxTransfer-indexes.js +9 -5
  164. package/migrations/600400_fxTransferStateChange.js +9 -5
  165. package/migrations/600401_fxTransferStateChange-indexes.js +9 -5
  166. package/migrations/600501_fxWatchList.js +9 -5
  167. package/migrations/600502_fxWatchList-indexes.js +9 -5
  168. package/migrations/600600_fxTransferFulfilmentDuplicateCheck.js +9 -5
  169. package/migrations/600601_fxTransferFulfilmentDuplicateCheck-indexes.js +9 -5
  170. package/migrations/600700_fxTransferFulfilment.js +9 -5
  171. package/migrations/600701_fxTransferFulfilment-indexes.js +9 -5
  172. package/migrations/600800_fxTransferExtension.js +9 -5
  173. package/migrations/601400_fxTransferTimeout.js +9 -5
  174. package/migrations/601401_fxTransferTimeout-indexes.js +9 -5
  175. package/migrations/601500_fxTransferError.js +9 -5
  176. package/migrations/601501_fxTransferError-indexes.js +9 -5
  177. package/migrations/610200_fxTransferParticipant.js +9 -5
  178. package/migrations/610201_fxTransferParticipant-indexes.js +9 -5
  179. package/migrations/610202_fxTransferParticipant-participantId.js +9 -5
  180. package/migrations/610403_participantPositionChange-fxTransfer.js +9 -5
  181. package/migrations/800100_quotePartyView.js +9 -11
  182. package/migrations/800101_feature-fixSubIdRef.js +9 -11
  183. package/migrations/800200_quoteView.js +9 -11
  184. package/migrations/800300_quoteResponseView.js +9 -11
  185. package/migrations/900100_foreign-keys.js +9 -5
  186. package/migrations/900101_foreign-keys.js +9 -5
  187. package/migrations/910100_feature904DDL.js +9 -5
  188. package/migrations/910101_feature904DataMigration.js +9 -5
  189. package/migrations/910102_feature949DataMigration.js +9 -5
  190. package/migrations/910102_hotfix954.js +9 -5
  191. package/migrations/910103_feature1093SettlementByCurrency.js +9 -5
  192. package/migrations/940100_quotePartyIdInfoExtension.js +8 -10
  193. package/migrations/940101_quotePartyIdInfoExtension-2522.js +29 -27
  194. package/migrations/950100_settlementContentAggregation-decimal184.js +9 -5
  195. package/migrations/950101_transferParticipantStateChange.js +9 -5
  196. package/migrations/950102_settlementModel-adjustPosition.js +9 -5
  197. package/migrations/950103_dropTransferParticipantStateChange.js +9 -5
  198. package/migrations/950104_settlementModel-settlementAccountTypeId.js +8 -10
  199. package/migrations/950106_unique_settlement_model_ledger_account_currency.js +9 -5
  200. package/migrations/950107_settlementWindowContent_foreign_settlementModel.js +10 -7
  201. package/migrations/960100_create_externalParticipant.js +8 -5
  202. package/migrations/960110_alter_transferParticipant__addFiled_externalParticipantId.js +8 -5
  203. package/migrations/960111_alter_fxTransferParticipant__addFiled_externalParticipantId.js +8 -5
  204. package/migrations/960112_fxTransfer-indexes2.js +42 -0
  205. package/migrations/960113_fxTransferExtension-indexes.js +42 -0
  206. package/migrations/960114_fxTransferTimeout-indexes2.js +41 -0
  207. package/package.json +11 -13
  208. package/seeds/amountType.js +9 -11
  209. package/seeds/balanceOfPayments.js +9 -11
  210. package/seeds/bulkProcessingState.js +9 -5
  211. package/seeds/bulkTransferState.js +9 -5
  212. package/seeds/currency.js +9 -5
  213. package/seeds/endpointType.js +9 -5
  214. package/seeds/fxParticipantCurrencyType.js +9 -5
  215. package/seeds/fxTransferType.js +9 -5
  216. package/seeds/ledgerAccountType.js +9 -5
  217. package/seeds/ledgerEntryType.js +9 -5
  218. package/seeds/participant.js +9 -5
  219. package/seeds/participantLimitType.js +9 -5
  220. package/seeds/partyIdentifierType.js +9 -11
  221. package/seeds/partyType.js +9 -11
  222. package/seeds/settlementDelay.js +9 -5
  223. package/seeds/settlementGranularity.js +9 -5
  224. package/seeds/settlementInterchange.js +9 -5
  225. package/seeds/settlementState.js +9 -5
  226. package/seeds/settlementWindow1State.js +9 -5
  227. package/seeds/settlementWindow2Open.js +9 -5
  228. package/seeds/transactionInitiator.js +9 -11
  229. package/seeds/transactionInitiatorType.js +9 -11
  230. package/seeds/transactionScenario.js +9 -11
  231. package/seeds/transferParticipantRoleType.js +9 -5
  232. package/seeds/transferState.js +9 -5
  233. package/seeds/z1000_settlementModel-deprecated.js- +9 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [19.1.2](https://github.com/mojaloop/central-ledger/compare/v19.1.1...v19.1.2) (2025-03-05)
6
+
7
+
8
+ ### Chore
9
+
10
+ * add indexes ([#1157](https://github.com/mojaloop/central-ledger/issues/1157)) ([fb74c0d](https://github.com/mojaloop/central-ledger/commit/fb74c0d2a92c11a39775c2e0961c539f37e60b6f))
11
+
12
+ ### [19.1.1](https://github.com/mojaloop/central-ledger/compare/v19.1.0...v19.1.1) (2025-02-25)
13
+
14
+
15
+ ### Chore
16
+
17
+ * maintenance updates ([#1155](https://github.com/mojaloop/central-ledger/issues/1155)) ([791063b](https://github.com/mojaloop/central-ledger/commit/791063bef8650e90afa2593974ac559b5fef038a))
18
+
5
19
  ## [19.1.0](https://github.com/mojaloop/central-ledger/compare/v19.0.7...v19.1.0) (2025-02-23)
6
20
 
7
21
 
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # LICENSE
2
2
 
3
- Copyright © 2020-2024 Mojaloop Foundation
3
+ Copyright © 2020-2025 Mojaloop Foundation
4
4
 
5
5
  The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0
6
6
  (the "License") and you may not use these files except in compliance with the [License](http://www.apache.org/licenses/LICENSE-2.0).
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>
@@ -1,10 +1,13 @@
1
1
  /*****
2
2
  License
3
3
  --------------
4
- Copyright © 2017 Bill & Melinda Gates Foundation
5
- The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
4
+ Copyright © 2020-2025 Mojaloop Foundation
5
+ The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
6
+
6
7
  http://www.apache.org/licenses/LICENSE-2.0
8
+
7
9
  Unless required by applicable law or agreed to in writing, the Mojaloop files are distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
10
+
8
11
  Contributors
9
12
  --------------
10
13
  This is the official list of the Mojaloop project contributors for this file.
@@ -12,11 +15,12 @@
12
15
  should be listed with a '*' in the first column. People who have
13
16
  contributed from an organization can be listed under the organization
14
17
  that actually holds the copyright for their contributions (see the
15
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
16
19
  their names indented and be marked with a '-'. Email address can be added
17
20
  optionally within square brackets <email>.
18
- * Gates Foundation
19
- - Name Surname <name.surname@gatesfoundation.com>
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
20
24
 
21
25
  * ModusBox
22
26
  - Georgi Georgiev <georgi.georgiev@modusbox.com>