mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
chore(license): update licensing (#1106)
* chore(license): update licensing * chore(license): update licensing on Java files
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
Copyright 2023 Consensys Software Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is 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.
|
||||
@@ -34,7 +34,7 @@ All messages are stored in a configurable Postgres DB.
|
||||
<br>
|
||||
You can filter by the calldata field:
|
||||
<br>
|
||||
|
||||
|
||||
Example:
|
||||
`calldata.funcSignature == "0x6463fb2a" and calldata.params.messageNumber == 85804`,
|
||||
- `L1_EVENT_FILTER_CALLDATA_FUNCTION_INTERFACE`: Calldata data function interface following this format: `"function transfer(address to, uint256 amount)"`. Make sure you specify parameters names in order to use syntax like `calldata.params.messageNumber`.
|
||||
@@ -55,7 +55,7 @@ All messages are stored in a configurable Postgres DB.
|
||||
<br>
|
||||
You can filter by the calldata field:
|
||||
<br>
|
||||
|
||||
|
||||
Example:
|
||||
`calldata.funcSignature == "0x6463fb2a" and calldata.params.messageNumber == 85804`,
|
||||
- `L2_EVENT_FILTER_CALLDATA_FUNCTION_INTERFACE`: Calldata data function interface following this format: `"function transfer(address to, uint256 amount)"`. Make sure you specify parameters names in order to use syntax like `calldata.params.messageNumber`.
|
||||
@@ -150,4 +150,4 @@ We will then implement the migration code manually. We omit scripts for TypeORM
|
||||
|
||||
## License
|
||||
|
||||
This package is licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for more information.
|
||||
This package is licensed under the [Apache 2.0](../LICENSE-APACHE) and the [MIT](../LICENSE-MIT) licenses.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@consensys/linea-postman",
|
||||
"version": "1.0.0",
|
||||
"author": "Consensys Software Inc.",
|
||||
"license": "Apache-2.0",
|
||||
"license": "(MIT OR Apache-2.0)",
|
||||
"description": "",
|
||||
"main": "dist/src/index.js",
|
||||
"types": "dist/src/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user