1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-08-14 15:32:17 +03:00
parent c3a73b9316
commit bbb5f913a3

View File

@ -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")
} }
}) })