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:
parent
573e93aa4c
commit
65a70c21f4
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 Lakend Labs, Inc.
|
||||
Copyright (c) 2020 Mirantis, Inc.
|
||||
|
||||
All rights reserved.
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Lens Dark Theme",
|
||||
"type": "dark",
|
||||
"author": "Lakend Labs",
|
||||
"author": "Mirantis",
|
||||
"colors": {
|
||||
"blue": "#3d90ce",
|
||||
"magenta": "#c93dce",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Lens Light Theme",
|
||||
"type": "light",
|
||||
"author": "Lakend Labs",
|
||||
"author": "Mirantis",
|
||||
"colors": {
|
||||
"blue": "#3d90ce",
|
||||
"magenta": "#c93dce",
|
||||
|
||||
@ -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")
|
||||
}
|
||||
})
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user