1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

update copyright & contact

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-08-12 11:27:06 +03:00
parent 573e93aa4c
commit 65a70c21f4
6 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2020 Lakend Labs, Inc. Copyright (c) 2020 Mirantis, Inc.
All rights reserved. All rights reserved.

View File

@ -1,7 +1,7 @@
{ {
"name": "Lens Dark Theme", "name": "Lens Dark Theme",
"type": "dark", "type": "dark",
"author": "Lakend Labs", "author": "Mirantis",
"colors": { "colors": {
"blue": "#3d90ce", "blue": "#3d90ce",
"magenta": "#c93dce", "magenta": "#c93dce",
@ -102,4 +102,4 @@
"radioActiveBackground": "#36393e", "radioActiveBackground": "#36393e",
"menuActiveBackground": "#36393e" "menuActiveBackground": "#36393e"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "Lens Light Theme", "name": "Lens Light Theme",
"type": "light", "type": "light",
"author": "Lakend Labs", "author": "Mirantis",
"colors": { "colors": {
"blue": "#3d90ce", "blue": "#3d90ce",
"magenta": "#c93dce", "magenta": "#c93dce",
@ -103,4 +103,4 @@
"radioActiveBackground": "#f1f1f1", "radioActiveBackground": "#f1f1f1",
"menuActiveBackground": "#e8e8e8" "menuActiveBackground": "#e8e8e8"
} }
} }

View File

@ -45,7 +45,7 @@ export default () => {
extractComments: { extractComments: {
condition: "some", condition: "some",
banner: [ 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") ].join("\n")
} }
}) })

View File

@ -2,10 +2,10 @@
"name": "kontena-lens", "name": "kontena-lens",
"productName": "Lens", "productName": "Lens",
"author": { "author": {
"name": "Lakend Labs, Inc.", "name": "Mirantis, Inc.",
"email": "info@lakendlabs.com" "email": "info@k8slens.dev"
}, },
"copyright": "© 2020, Lakend Labs, Inc.", "copyright": "© 2020, Mirantis, Inc.",
"license": "MIT", "license": "MIT",
"description": "Lens - The Kubernetes IDE", "description": "Lens - The Kubernetes IDE",
"version": "3.5.2", "version": "3.5.2",

View File

@ -18,7 +18,7 @@ export class Tracker {
} catch (error) { } catch (error) {
this.visitor = ua(GA_ID) 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) { public async event(eventCategory: string, eventAction: string) {