Skip to content

Commit ab382c2

Browse files
committed
feat(headers): update file headers to Mojaloop Foundation format
1 parent 9c21f9d commit ab382c2

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

src/lib/error/index.js

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
/**************************************************************************
2-
* (C) Copyright ModusBox Inc. 2021 - 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-
* Yevhen Kyriukha - [email protected] *
9-
**************************************************************************/
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+
*****/
1011

1112
class OracleError extends Error {
1213
constructor(msg, httpCode) {

0 commit comments

Comments
 (0)