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

@@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Operations scripts",
"author": "Consensys Software Inc.",
"license": "Apache-2.0",
"license": "(MIT OR Apache-2.0)",
"scripts": {
"build": "shx rm -rf dist && tsc -p tsconfig.build.json",
"prettier": "prettier -c '**/*.{js,ts}'",
@@ -58,4 +58,4 @@
"/dist",
"/oclif.manifest.json"
]
}
}