mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Update copyright, eula and contact details (#682)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
573e93aa4c
commit
fb5bdd138d
2
LICENSE
2
LICENSE
@ -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.
|
||||||
|
|
||||||
|
|||||||
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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")
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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) {
|
||||||
|
|||||||
@ -19,7 +19,7 @@ function showAbout(_menuitem: MenuItem, browserWindow: BrowserWindow) {
|
|||||||
const appDetails = [
|
const appDetails = [
|
||||||
`Version: ${app.getVersion()}`,
|
`Version: ${app.getVersion()}`,
|
||||||
]
|
]
|
||||||
appDetails.push(`Copyright 2020 Lakend Labs, Inc.`)
|
appDetails.push(`Copyright 2020 Mirantis, Inc.`)
|
||||||
let title = "Lens"
|
let title = "Lens"
|
||||||
if (process.platform === "win32") {
|
if (process.platform === "win32") {
|
||||||
title = ` ${title}`
|
title = ` ${title}`
|
||||||
@ -177,7 +177,7 @@ export default function initMenu(opts: MenuOptions, promiseIpc: any) {
|
|||||||
{
|
{
|
||||||
label: 'License',
|
label: 'License',
|
||||||
click: async () => {
|
click: async () => {
|
||||||
shell.openExternal('https://lakendlabs.com/licenses/lens-eula.md');
|
shell.openExternal('https://k8slens.dev/licenses/eula.md');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user