mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Update copyright, eula and contact details (#690)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
30c14eb6da
commit
81796af508
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.
|
||||||
|
|
||||||
|
|||||||
@ -4,11 +4,11 @@
|
|||||||
"description": "Lens - The Kubernetes IDE",
|
"description": "Lens - The Kubernetes IDE",
|
||||||
"version": "3.6.0-dev",
|
"version": "3.6.0-dev",
|
||||||
"main": "out/main.js",
|
"main": "out/main.js",
|
||||||
"copyright": "© 2020, Lakend Labs, Inc.",
|
"copyright": "© 2020, Mirantis, Inc.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Lakend Labs, Inc.",
|
"name": "Mirantis, Inc.",
|
||||||
"email": "info@lakendlabs.com"
|
"email": "info@k8slens.dev"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "concurrently -k \"yarn dev-run -C\" \"yarn dev:main\" \"yarn dev:renderer\"",
|
"dev": "concurrently -k \"yarn dev-run -C\" \"yarn dev:main\" \"yarn dev:renderer\"",
|
||||||
|
|||||||
@ -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) {
|
||||||
|
|||||||
@ -21,7 +21,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 (isWindows) {
|
if (isWindows) {
|
||||||
title = ` ${title}`
|
title = ` ${title}`
|
||||||
@ -169,7 +169,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');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -45,7 +45,7 @@ export function webpackConfigReact(): webpack.Configuration {
|
|||||||
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")
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user