mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-08 19:58: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 2024 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.
|
||||
@@ -89,4 +89,4 @@ try {
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the Apache-2.0 License.
|
||||
This project is licensed under the Apache-2.0 and the MIT licenses.
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"lint:fix": "pnpm run lint:ts:fix && pnpm run prettier:fix"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"license": "(MIT OR Apache-2.0)",
|
||||
"devDependencies": {
|
||||
"@jest/globals": "catalog:",
|
||||
"@types/jest": "catalog:",
|
||||
|
||||
Reference in New Issue
Block a user