From 19b10a33209ec815d5ed81e624e89a64365ba574 Mon Sep 17 00:00:00 2001 From: jrhender Date: Fri, 8 Dec 2023 17:09:30 +0000 Subject: [PATCH] chore(package.json files): update license Changes from GPLv3 to Apache 2.0 --- apps/vc-api/package.json | 2 +- libraries/did/package.json | 2 +- libraries/webkms/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"