From 9d41f40d937a690a1dab0b09216d6835f515bbac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Kiss?= Date: Sun, 2 Jun 2019 22:21:29 +0200 Subject: [PATCH] chore: use the correct license entry in the package.json of the uhk-web (#960) --- packages/uhk-web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uhk-web/package.json b/packages/uhk-web/package.json index b64a0d6b..02400370 100644 --- a/packages/uhk-web/package.json +++ b/packages/uhk-web/package.json @@ -1,7 +1,7 @@ { "name": "uhk-web", "version": "1.0.0", - "license": "MIT", + "license": "GPL-3.0", "scripts": { "ng": "ng", "start": "ng serve",