diff --git a/CLI/package.json b/CLI/package.json index cc2773b74..e799a9287 100644 --- a/CLI/package.json +++ b/CLI/package.json @@ -4,10 +4,10 @@ "description": "CLI for Polymath-core", "main": "polymath-cli.js", "scripts": { - "stable_coin": "scripts/stable_coin.sh" + "stable_coin": "scripts/stable_coin.sh" }, "author": "Polymath Inc", - "license": "MIT", + "license": "Apache-2.0", "dependencies": { "chalk": "^2.4.1", "commander": "^2.16.0", diff --git a/package.json b/package.json index d9f2b744b..3fcabfbbd 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "ST20" ], "author": "Polymath Inc", - "license": "MIT", + "license": "Apache-2.0", "bugs": { "url": "https://github.com/PolymathNetwork/polymath-core/issues" },