diff --git a/apps/vc-api/package.json b/apps/vc-api/package.json index f8fbfa5..d952b0d 100644 --- a/apps/vc-api/package.json +++ b/apps/vc-api/package.json @@ -5,7 +5,7 @@ "author": "", "main": "dist/src/index.js", "private": true, - "license": "GPL-3.0-or-later", + "license": "Apache-2.0", "scripts": { "prebuild": "rimraf dist", "build": "nest build", diff --git a/libraries/did/package.json b/libraries/did/package.json index 5ff6162..b92d387 100644 --- a/libraries/did/package.json +++ b/libraries/did/package.json @@ -16,7 +16,7 @@ "test": "jest" }, "author": "Energy Web", - "license": "GPL-3.0-or-later", + "license": "Apache-2.0", "dependencies": { "@trust/keyto": "^1.0.1", "ethers": "6.6.2", diff --git a/libraries/webkms/package.json b/libraries/webkms/package.json index a3c7306..f5a1968 100644 --- a/libraries/webkms/package.json +++ b/libraries/webkms/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/energywebfoundation/ssi/issues" }, "author": "Energy Web", - "license": "GPL-3.0-or-later", + "license": "Apache-2.0", "dependencies": { "ethers": "6.6.2", "jose": "^4.14.4"