From 65a70c21f4fa0fee6edcbc707fb732cbf26bcdec Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Wed, 12 Aug 2020 11:27:06 +0300 Subject: [PATCH] update copyright & contact Signed-off-by: Jari Kolehmainen --- LICENSE | 2 +- dashboard/client/themes/kontena-dark.json | 4 ++-- dashboard/client/themes/kontena-light.json | 4 ++-- dashboard/webpack.config.ts | 2 +- package.json | 6 +++--- src/common/tracker.ts | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/LICENSE b/LICENSE index a399a8372e..841736290b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Lakend Labs, Inc. +Copyright (c) 2020 Mirantis, Inc. All rights reserved. diff --git a/dashboard/client/themes/kontena-dark.json b/dashboard/client/themes/kontena-dark.json index 7066b1670a..a227abd968 100644 --- a/dashboard/client/themes/kontena-dark.json +++ b/dashboard/client/themes/kontena-dark.json @@ -1,7 +1,7 @@ { "name": "Lens Dark Theme", "type": "dark", - "author": "Lakend Labs", + "author": "Mirantis", "colors": { "blue": "#3d90ce", "magenta": "#c93dce", @@ -102,4 +102,4 @@ "radioActiveBackground": "#36393e", "menuActiveBackground": "#36393e" } -} \ No newline at end of file +} diff --git a/dashboard/client/themes/kontena-light.json b/dashboard/client/themes/kontena-light.json index b485676924..2e3813524f 100644 --- a/dashboard/client/themes/kontena-light.json +++ b/dashboard/client/themes/kontena-light.json @@ -1,7 +1,7 @@ { "name": "Lens Light Theme", "type": "light", - "author": "Lakend Labs", + "author": "Mirantis", "colors": { "blue": "#3d90ce", "magenta": "#c93dce", @@ -103,4 +103,4 @@ "radioActiveBackground": "#f1f1f1", "menuActiveBackground": "#e8e8e8" } -} \ No newline at end of file +} diff --git a/dashboard/webpack.config.ts b/dashboard/webpack.config.ts index faf9d598a8..0404773c2f 100755 --- a/dashboard/webpack.config.ts +++ b/dashboard/webpack.config.ts @@ -45,7 +45,7 @@ export default () => { extractComments: { condition: "some", banner: [ - `Lens - The Kubernetes IDE. Copyright ${new Date().getFullYear()} by Lakend Labs, Inc. All rights reserved.` + `Lens - The Kubernetes IDE. Copyright ${new Date().getFullYear()} by Mirantis, Inc. All rights reserved.` ].join("\n") } }) diff --git a/package.json b/package.json index 9deda0e282..f7589f2d35 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "kontena-lens", "productName": "Lens", "author": { - "name": "Lakend Labs, Inc.", - "email": "info@lakendlabs.com" + "name": "Mirantis, Inc.", + "email": "info@k8slens.dev" }, - "copyright": "© 2020, Lakend Labs, Inc.", + "copyright": "© 2020, Mirantis, Inc.", "license": "MIT", "description": "Lens - The Kubernetes IDE", "version": "3.5.2", diff --git a/src/common/tracker.ts b/src/common/tracker.ts index 8075440632..65439d8d08 100644 --- a/src/common/tracker.ts +++ b/src/common/tracker.ts @@ -18,7 +18,7 @@ export class Tracker { } catch (error) { this.visitor = ua(GA_ID) } - this.visitor.set("dl", "https://lensapptelemetry.lakendlabs.com") + this.visitor.set("dl", "https://telemetry.k8slens.dev") } public async event(eventCategory: string, eventAction: string) {