@mojaloop/central-services-shared 18.18.0 → 18.18.1

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 (68) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/LICENSE.md +2 -2
  3. package/audit-ci.jsonc +1 -1
  4. package/package.json +3 -4
  5. package/src/enums/accounts.js +9 -5
  6. package/src/enums/endpoints.js +9 -5
  7. package/src/enums/events.js +9 -5
  8. package/src/enums/fx.js +9 -5
  9. package/src/enums/http.js +5 -6
  10. package/src/enums/index.js +9 -5
  11. package/src/enums/kafka.js +9 -5
  12. package/src/enums/settlements.js +9 -5
  13. package/src/enums/tags.js +9 -5
  14. package/src/enums/transfers.js +9 -5
  15. package/src/healthCheck/HealthCheck.js +9 -5
  16. package/src/util/comparators/duplicateCheckComparator.js +5 -5
  17. package/src/util/documentation/apiDocBuilder.js +9 -5
  18. package/src/util/encoding.js +9 -5
  19. package/src/util/endpoints.js +9 -5
  20. package/src/util/eventFramework/index.js +9 -4
  21. package/src/util/eventFramework/tags.js +9 -4
  22. package/src/util/hapi/plugins/apiDocumentation.js +9 -5
  23. package/src/util/hapi/plugins/customCurrencyCodeExtension.js +9 -5
  24. package/src/util/hapi/plugins/eventPlugin.js +9 -5
  25. package/src/util/hapi/plugins/loggingPlugin.js +8 -5
  26. package/src/util/hapi/plugins/openapiBackendValidator.js +9 -5
  27. package/src/util/hapi/plugins/rawPayloadToDataUri.js +5 -6
  28. package/src/util/hash.js +9 -5
  29. package/src/util/headers/transformer.js +9 -5
  30. package/src/util/helpers.js +9 -5
  31. package/src/util/http.js +5 -6
  32. package/src/util/id.js +9 -4
  33. package/src/util/index.js +9 -5
  34. package/src/util/kafka/index.js +5 -5
  35. package/src/util/openapiBackend.js +9 -5
  36. package/src/util/participants.js +9 -5
  37. package/src/util/proxies.js +8 -5
  38. package/src/util/request.js +9 -4
  39. package/src/util/schema/openapiSchemaValidator.js +9 -5
  40. package/src/util/settlement.js +9 -5
  41. package/src/util/streaming/protocol/index.js +9 -4
  42. package/test/unit/encoding.test.js +9 -5
  43. package/test/unit/healthCheck/HealthCheck.test.js +9 -5
  44. package/test/unit/index.test.js +9 -5
  45. package/test/unit/util/comparators/duplicateCheckComparator.test.js +9 -5
  46. package/test/unit/util/documentation/apiDocBuilder.test.js +10 -6
  47. package/test/unit/util/eventFramework/tags.test.js +9 -5
  48. package/test/unit/util/hapi/plugins/apiDocumentation.test.js +9 -5
  49. package/test/unit/util/hapi/plugins/customCurrencyCodeExtension.test.js +9 -5
  50. package/test/unit/util/hapi/plugins/eventPlugin.test.js +9 -5
  51. package/test/unit/util/hapi/plugins/eventPluginIsolated.test.js +9 -5
  52. package/test/unit/util/hapi/plugins/headerValidation.test.js +9 -5
  53. package/test/unit/util/hapi/plugins/loggingPlugin.test.js +8 -5
  54. package/test/unit/util/hapi/plugins/openapiBackendValidator.test.js +9 -5
  55. package/test/unit/util/hapi/plugins/rawPayloadToDataUri.test.js +9 -5
  56. package/test/unit/util/hash.test.js +9 -5
  57. package/test/unit/util/headers/transformer.test.js +9 -5
  58. package/test/unit/util/helpers.test.js +9 -5
  59. package/test/unit/util/http.test.js +9 -5
  60. package/test/unit/util/id.test.js +9 -4
  61. package/test/unit/util/index.test.js +9 -5
  62. package/test/unit/util/kafka/index.test.js +5 -5
  63. package/test/unit/util/openapiBackend.test.js +10 -6
  64. package/test/unit/util/settlement.test.js +9 -5
  65. package/test/unit/util/streaming/protocol/index.test.js +9 -5
  66. package/test/unit/util/time.test.js +9 -5
  67. package/test/util/handlers.js +10 -5
  68. package/test/util/helper.js +9 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
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
+ ### [18.18.1](https://github.com/mojaloop/central-services-shared/compare/v18.18.0...v18.18.1) (2025-02-20)
6
+
7
+
8
+ ### Chore
9
+
10
+ * update src code headers pi26 ([#433](https://github.com/mojaloop/central-services-shared/issues/433)) ([0ddb11b](https://github.com/mojaloop/central-services-shared/commit/0ddb11ba0e50348e95b71c9c0669334f09d8aa6e))
11
+
5
12
  ## [18.18.0](https://github.com/mojaloop/central-services-shared/compare/v18.17.0...v18.18.0) (2025-02-17)
6
13
 
7
14
 
package/LICENSE.md CHANGED
@@ -1,9 +1,9 @@
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 (the "License") and you may not use these files except in compliance with the License.
6
6
 
7
7
  You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
8
8
 
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.
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.
package/audit-ci.jsonc CHANGED
@@ -4,6 +4,6 @@
4
4
  // Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
5
5
  "moderate": true,
6
6
  "allowlist": [ // NOTE: Please add as much information as possible to any items added to the allowList
7
- // Currently no fixes available for the following
7
+ // e.g. Currently no fixes available for the following
8
8
  ]
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mojaloop/central-services-shared",
3
- "version": "18.18.0",
3
+ "version": "18.18.1",
4
4
  "description": "Shared code for mojaloop central services",
5
5
  "license": "Apache-2.0",
6
6
  "author": "ModusBox",
@@ -113,17 +113,16 @@
113
113
  "sanitize-html": "2.12.1",
114
114
  "jsonpointer": "5.0.0",
115
115
  "markdown-it": "12.3.2",
116
- "yargs-parser": "13.1.2",
117
116
  "postcss": "8.4.31"
118
117
  },
119
118
  "widdershins": {
120
- "yargs-parser": "13.1.2",
121
119
  "markdown-it": "12.3.2",
122
120
  "swagger2openapi": "7.0.8"
123
121
  },
124
122
  "markdown-it": "12.3.2",
125
123
  "trim": "0.0.3",
126
- "cross-spawn": "7.0.6"
124
+ "cross-spawn": "7.0.6",
125
+ "yargs-parser": "21.1.1"
127
126
  },
128
127
  "peerDependencies": {
129
128
  "@mojaloop/central-services-error-handling": ">=13.x.x",
@@ -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
  * Georgi Georgiev <georgi.georgiev@modusbox.com> : sourced from ml-api-adapter
22
26
  * Miguel de Barros <miguel.debarros@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
  * Georgi Georgiev <georgi.georgiev@modusbox.com> : sourced from ml-api-adapter
22
26
  * Miguel de Barros <miguel.debarros@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
  * Georgi Georgiev <georgi.georgiev@modusbox.com> : sourced from ml-api-adapter
22
26
  * Miguel de Barros <miguel.debarros@modusbox.com>
package/src/enums/fx.js CHANGED
@@ -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
  * Vijay Kumar Guthi <vijaya.guthi@infitx.com>
22
26
  --------------
package/src/enums/http.js CHANGED
@@ -1,9 +1,8 @@
1
1
  /*****
2
- * @file This registers all handlers for the central-ledger API
3
2
  License
4
3
  --------------
5
- Copyright © 2017 Bill & Melinda Gates Foundation
6
- 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
7
6
 
8
7
  http://www.apache.org/licenses/LICENSE-2.0
9
8
 
@@ -16,12 +15,12 @@
16
15
  should be listed with a '*' in the first column. People who have
17
16
  contributed from an organization can be listed under the organization
18
17
  that actually holds the copyright for their contributions (see the
19
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
20
19
  their names indented and be marked with a '-'. Email address can be added
21
20
  optionally within square brackets <email>.
22
21
 
23
- * Gates Foundation
24
- - Name Surname <name.surname@gatesfoundation.com>
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
25
24
 
26
25
  * ModusBox
27
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
  * Georgi Georgiev <georgi.georgiev@modusbox.com> : sourced from ml-api-adapter
22
26
  * Miguel de Barros <miguel.debarros@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
  * Georgi Georgiev <georgi.georgiev@modusbox.com>
22
26
  * Shashikant Hirugade <shashikant.hirugade@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>
package/src/enums/tags.js CHANGED
@@ -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
  * Neal Donnan <neal.donnan@modusbox.com>
22
26
  --------------
@@ -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
  * Georgi Georgiev <georgi.georgiev@modusbox.com> : sourced from ml-api-adapter
22
26
  * Miguel de Barros <miguel.debarros@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
  * Lewis Daly <lewis@vesselstech.com>
22
26
  --------------
@@ -1,8 +1,8 @@
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
7
  http://www.apache.org/licenses/LICENSE-2.0
8
8
 
@@ -15,12 +15,12 @@
15
15
  should be listed with a '*' in the first column. People who have
16
16
  contributed from an organization can be listed under the organization
17
17
  that actually holds the copyright for their contributions (see the
18
- Gates Foundation organization for an example). Those individuals should have
18
+ Mojaloop Foundation for an example). Those individuals should have
19
19
  their names indented and be marked with a '-'. Email address can be added
20
20
  optionally within square brackets <email>.
21
21
 
22
- * Gates Foundation
23
- - Name Surname <name.surname@gatesfoundation.com>
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
24
24
 
25
25
  * Georgi Georgiev <georgi.georgiev@modusbox.com>
26
26
  * Miguel de Barros <miguel.debarros@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
  * Steven Oderayi <steven.oderayi@modusbox.com>
22
26
  --------------
@@ -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
  * Miguel de Barros <miguel.debarros@modusbox.com>
22
26
  * Rajiv Mothilal <rajiv.mothilal@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
  * Shashikant Hirugade <shashikant.hirugade@modusbox.com>
22
26
  * Rajiv Mothilal <rajiv.mothilal@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,10 +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
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
19
24
 
20
25
  * Valentin Genev <valentin.genev@modusbox.com>
21
26
 
@@ -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,10 +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
21
+
22
+ * Mojaloop Foundation
23
+ - Name Surname <name.surname@mojaloop.io>
19
24
 
20
25
  * Neal Donnan <neal.donnan@modusbox.com>
21
26
  * Valentin Genev <valentin.genev@modusbox.com>