Skip to content

Commit e47d730

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

File tree

1 file changed

+24
-26
lines changed

1 file changed

+24
-26
lines changed

src/lib/log/log.js

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
11
/*****
2-
License
3-
--------------
4-
Copyright © 2017 Bill & Melinda Gates Foundation
5-
The Mojaloop files are made available by the
6-
Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you
7-
may not use these files except in compliance with the License.
8-
You may obtain a copy of the License at
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+
97
http://www.apache.org/licenses/LICENSE-2.0
10-
Unless required by applicable law or agreed to in writing,
11-
the Mojaloop files are distributed on an
12-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
See the License for the specific language governing permissions and limitations under the License.
14-
Contributors
15-
--------------
16-
This is the official list of the Mojaloop project contributors for this file.
17-
Names of the original copyright holders (individuals or organizations)
18-
should be listed with a '*' in the first column. People who have
19-
contributed from an organization can be listed under the organization
20-
that actually holds the copyright for their contributions (see the
21-
Gates Foundation organization for an example). Those individuals should have
22-
their names indented and be marked with a '-'. Email address can be added
23-
optionally within square brackets <email>.
24-
* Gates Foundation
25-
- Name Surname <name.surname@gatesfoundation.com>
26-
* Mowali
27-
--------------
28-
******/
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+
11+
Contributors
12+
--------------
13+
This is the official list of the Mojaloop project contributors for this file.
14+
Names of the original copyright holders (individuals or organizations)
15+
should be listed with a '*' in the first column. People who have
16+
contributed from an organization can be listed under the organization
17+
that actually holds the copyright for their contributions (see the
18+
Mojaloop Foundation for an example). Those individuals should have
19+
their names indented and be marked with a '-'. Email address can be added
20+
optionally within square brackets <email>.
21+
22+
* Mojaloop Foundation
23+
- Name Surname <name.surname@mojaloop.io>
24+
25+
* Mowali
26+
*****/
2927

3028
'use strict';
3129

0 commit comments

Comments
 (0)