From 732700e79d3ce337c9f78cc886f23e29346099c8 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Fri, 10 Jan 2020 09:32:28 -0800 Subject: [PATCH] [CE-718] Correct license Signed-off-by: Ry Jones --- build_image/dockerhub/v0.9.0-beta/user-dashboard/package.json | 4 ++-- build_image/dockerhub/v0.9.0/user-dashboard/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build_image/dockerhub/v0.9.0-beta/user-dashboard/package.json b/build_image/dockerhub/v0.9.0-beta/user-dashboard/package.json index 29ef31bdc..054ee225b 100644 --- a/build_image/dockerhub/v0.9.0-beta/user-dashboard/package.json +++ b/build_image/dockerhub/v0.9.0-beta/user-dashboard/package.json @@ -55,5 +55,5 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "hightall", - "license": "ISC" -} \ No newline at end of file + "license": "Apache-2.0" +} diff --git a/build_image/dockerhub/v0.9.0/user-dashboard/package.json b/build_image/dockerhub/v0.9.0/user-dashboard/package.json index c21bb717d..60626c065 100644 --- a/build_image/dockerhub/v0.9.0/user-dashboard/package.json +++ b/build_image/dockerhub/v0.9.0/user-dashboard/package.json @@ -55,5 +55,5 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "hightall", - "license": "ISC" -} \ No newline at end of file + "license": "Apache-2.0" +}