chore(license): update licensing (#1106)

* chore(license): update licensing

* chore(license): update licensing on Java files
This commit is contained in:
Alain Nicolas
2025-06-09 11:53:04 +02:00
committed by GitHub
parent 4e5625bdc0
commit a3ad42a072
156 changed files with 668 additions and 1298 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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:",