Skip to content

Commit c732ab5

Browse files
committed
feat(headers): update file headers to Mojaloop Foundation format
1 parent b544e51 commit c732ab5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/lib/model/ParticipantModel.test.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
/**************************************************************************
2-
* (C) Copyright ModusBox Inc. 2020 - All rights reserved. *
3-
* *
4-
* This file is made available under the terms of the license agreement *
5-
* specified in the corresponding source code repository. *
6-
* *
7-
* ORIGINAL AUTHOR: *
8-
* Juan Correa - [email protected] **
9-
* Yevhen Kyriukha - [email protected] *
10-
**************************************************************************/
1+
/*****
2+
License
3+
--------------
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+
7+
http://www.apache.org/licenses/LICENSE-2.0
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.
10+
*****/
1111

1212
const initDatabase = require('@internal/database');
1313
const ParticipantModel = require('@internal/model/ParticipantModel');

0 commit comments

Comments
 (0)