|
1 |
| -/*- |
2 |
| - * |
3 |
| - * Hedera JSON RPC Relay |
4 |
| - * |
5 |
| - * Copyright (C) 2022-2024 Hedera Hashgraph, LLC |
6 |
| - * |
7 |
| - * Licensed under the Apache License, Version 2.0 (the "License"); |
8 |
| - * you may not use this file except in compliance with the License. |
9 |
| - * You may obtain a copy of the License at |
10 |
| - * |
11 |
| - * http://www.apache.org/licenses/LICENSE-2.0 |
12 |
| - * |
13 |
| - * Unless required by applicable law or agreed to in writing, software |
14 |
| - * distributed under the License is distributed on an "AS IS" BASIS, |
15 |
| - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
16 |
| - * See the License for the specific language governing permissions and |
17 |
| - * limitations under the License. |
18 |
| - * |
19 |
| - */ |
| 1 | +// SPDX-License-Identifier: Apache-2.0 |
20 | 2 |
|
21 | 3 | module.exports = {
|
22 | 4 | "env": {
|
@@ -68,24 +50,7 @@ module.exports = {
|
68 | 50 | "simple-import-sort/imports": "error",
|
69 | 51 | "simple-import-sort/exports": "off",
|
70 | 52 | "header/header": [2, "block", [
|
71 |
| - "-", |
72 |
| - " *", |
73 |
| - " * Hedera JSON RPC Relay", |
74 |
| - " *", |
75 |
| - {"pattern": "^\\s\\*\\sCopyright \\(C\\) 20(1[8-9]|[2-9]\\d)(?:-20(1[8-9]|[2-9]\\d))? Hedera Hashgraph, LLC$", "template": ` * Copyright (C) ${new Date().getFullYear()} Hedera Hashgraph, LLC`}, |
76 |
| - " *", |
77 |
| - " * Licensed under the Apache License, Version 2.0 (the \"License\");", |
78 |
| - " * you may not use this file except in compliance with the License.", |
79 |
| - " * You may obtain a copy of the License at", |
80 |
| - " *", |
81 |
| - " * http://www.apache.org/licenses/LICENSE-2.0", |
82 |
| - " *", |
83 |
| - " * Unless required by applicable law or agreed to in writing, software", |
84 |
| - " * distributed under the License is distributed on an \"AS IS\" BASIS,", |
85 |
| - " * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.", |
86 |
| - " * See the License for the specific language governing permissions and", |
87 |
| - " * limitations under the License.", |
88 |
| - " *", |
| 53 | + " * SPDX-License-Identifier: Apache-2.0", |
89 | 54 | " ",
|
90 | 55 | ]],
|
91 | 56 | },
|
|
0 commit comments