Skip to content

Commit 589472c

Browse files
authored
Shorten license header to reduce amount of clutter in top of the files (lensapp#4709)
Signed-off-by: Janne Savolainen <[email protected]>
1 parent 66d0a35 commit 589472c

File tree

1,393 files changed

+3013
-25303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,393 files changed

+3013
-25303
lines changed

.eslintrc.js

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/**
2-
* Copyright (c) 2021 OpenLens Authors
3-
*
4-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
5-
* this software and associated documentation files (the "Software"), to deal in
6-
* the Software without restriction, including without limitation the rights to
7-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8-
* the Software, and to permit persons to whom the Software is furnished to do so,
9-
* subject to the following conditions:
10-
*
11-
* The above copyright notice and this permission notice shall be included in all
12-
* copies or substantial portions of the Software.
13-
*
14-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2+
* Copyright (c) OpenLens Authors. All rights reserved.
3+
* Licensed under MIT License. See LICENSE in root directory for more information.
204
*/
215

226
const packageJson = require("./package.json");

__mocks__/electron-updater.ts

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/**
2-
* Copyright (c) 2021 OpenLens Authors
3-
*
4-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
5-
* this software and associated documentation files (the "Software"), to deal in
6-
* the Software without restriction, including without limitation the rights to
7-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8-
* the Software, and to permit persons to whom the Software is furnished to do so,
9-
* subject to the following conditions:
10-
*
11-
* The above copyright notice and this permission notice shall be included in all
12-
* copies or substantial portions of the Software.
13-
*
14-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2+
* Copyright (c) OpenLens Authors. All rights reserved.
3+
* Licensed under MIT License. See LICENSE in root directory for more information.
204
*/
215

226
// This mock exists because library causes criminal side-effect on import

__mocks__/electron.ts

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/**
2-
* Copyright (c) 2021 OpenLens Authors
3-
*
4-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
5-
* this software and associated documentation files (the "Software"), to deal in
6-
* the Software without restriction, including without limitation the rights to
7-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8-
* the Software, and to permit persons to whom the Software is furnished to do so,
9-
* subject to the following conditions:
10-
*
11-
* The above copyright notice and this permission notice shall be included in all
12-
* copies or substantial portions of the Software.
13-
*
14-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2+
* Copyright (c) OpenLens Authors. All rights reserved.
3+
* Licensed under MIT License. See LICENSE in root directory for more information.
204
*/
215
export default {
226
require: jest.fn(),

__mocks__/imageMock.ts

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/**
2-
* Copyright (c) 2021 OpenLens Authors
3-
*
4-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
5-
* this software and associated documentation files (the "Software"), to deal in
6-
* the Software without restriction, including without limitation the rights to
7-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8-
* the Software, and to permit persons to whom the Software is furnished to do so,
9-
* subject to the following conditions:
10-
*
11-
* The above copyright notice and this permission notice shall be included in all
12-
* copies or substantial portions of the Software.
13-
*
14-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2+
* Copyright (c) OpenLens Authors. All rights reserved.
3+
* Licensed under MIT License. See LICENSE in root directory for more information.
204
*/
215

226
export default {};

__mocks__/node-pty.ts

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/**
2-
* Copyright (c) 2021 OpenLens Authors
3-
*
4-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
5-
* this software and associated documentation files (the "Software"), to deal in
6-
* the Software without restriction, including without limitation the rights to
7-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8-
* the Software, and to permit persons to whom the Software is furnished to do so,
9-
* subject to the following conditions:
10-
*
11-
* The above copyright notice and this permission notice shall be included in all
12-
* copies or substantial portions of the Software.
13-
*
14-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2+
* Copyright (c) OpenLens Authors. All rights reserved.
3+
* Licensed under MIT License. See LICENSE in root directory for more information.
204
*/
215

226
// This mock exists because library causes criminal side-effect on import

__mocks__/styleMock.ts

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
/**
2-
* Copyright (c) 2021 OpenLens Authors
3-
*
4-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
5-
* this software and associated documentation files (the "Software"), to deal in
6-
* the Software without restriction, including without limitation the rights to
7-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8-
* the Software, and to permit persons to whom the Software is furnished to do so,
9-
* subject to the following conditions:
10-
*
11-
* The above copyright notice and this permission notice shall be included in all
12-
* copies or substantial portions of the Software.
13-
*
14-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2+
* Copyright (c) OpenLens Authors. All rights reserved.
3+
* Licensed under MIT License. See LICENSE in root directory for more information.
204
*/
215
export default {};

__mocks__/windowMock.ts

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/**
2-
* Copyright (c) 2021 OpenLens Authors
3-
*
4-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
5-
* this software and associated documentation files (the "Software"), to deal in
6-
* the Software without restriction, including without limitation the rights to
7-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8-
* the Software, and to permit persons to whom the Software is furnished to do so,
9-
* subject to the following conditions:
10-
*
11-
* The above copyright notice and this permission notice shall be included in all
12-
* copies or substantial portions of the Software.
13-
*
14-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2+
* Copyright (c) OpenLens Authors. All rights reserved.
3+
* Licensed under MIT License. See LICENSE in root directory for more information.
204
*/
215

226
/**

build/build_theme_vars.ts

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/**
2-
* Copyright (c) 2021 OpenLens Authors
3-
*
4-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
5-
* this software and associated documentation files (the "Software"), to deal in
6-
* the Software without restriction, including without limitation the rights to
7-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8-
* the Software, and to permit persons to whom the Software is furnished to do so,
9-
* subject to the following conditions:
10-
*
11-
* The above copyright notice and this permission notice shall be included in all
12-
* copies or substantial portions of the Software.
13-
*
14-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2+
* Copyright (c) OpenLens Authors. All rights reserved.
3+
* Licensed under MIT License. See LICENSE in root directory for more information.
204
*/
215

226
import fs from "fs-extra";

build/build_tray_icon.ts

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/**
2-
* Copyright (c) 2021 OpenLens Authors
3-
*
4-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
5-
* this software and associated documentation files (the "Software"), to deal in
6-
* the Software without restriction, including without limitation the rights to
7-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8-
* the Software, and to permit persons to whom the Software is furnished to do so,
9-
* subject to the following conditions:
10-
*
11-
* The above copyright notice and this permission notice shall be included in all
12-
* copies or substantial portions of the Software.
13-
*
14-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2+
* Copyright (c) OpenLens Authors. All rights reserved.
3+
* Licensed under MIT License. See LICENSE in root directory for more information.
204
*/
215
import path from "path";
226
import sharp from "sharp";

build/download_helm.ts

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/**
2-
* Copyright (c) 2021 OpenLens Authors
3-
*
4-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
5-
* this software and associated documentation files (the "Software"), to deal in
6-
* the Software without restriction, including without limitation the rights to
7-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8-
* the Software, and to permit persons to whom the Software is furnished to do so,
9-
* subject to the following conditions:
10-
*
11-
* The above copyright notice and this permission notice shall be included in all
12-
* copies or substantial portions of the Software.
13-
*
14-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2+
* Copyright (c) OpenLens Authors. All rights reserved.
3+
* Licensed under MIT License. See LICENSE in root directory for more information.
204
*/
215
import packageInfo from "../package.json";
226
import { isWindows } from "../src/common/vars";

build/download_kubectl.ts

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/**
2-
* Copyright (c) 2021 OpenLens Authors
3-
*
4-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
5-
* this software and associated documentation files (the "Software"), to deal in
6-
* the Software without restriction, including without limitation the rights to
7-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8-
* the Software, and to permit persons to whom the Software is furnished to do so,
9-
* subject to the following conditions:
10-
*
11-
* The above copyright notice and this permission notice shall be included in all
12-
* copies or substantial portions of the Software.
13-
*
14-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2+
* Copyright (c) OpenLens Authors. All rights reserved.
3+
* Licensed under MIT License. See LICENSE in root directory for more information.
204
*/
215
import packageInfo from "../package.json";
226
import fs from "fs";

build/notarize.js

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/**
2-
* Copyright (c) 2021 OpenLens Authors
3-
*
4-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
5-
* this software and associated documentation files (the "Software"), to deal in
6-
* the Software without restriction, including without limitation the rights to
7-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8-
* the Software, and to permit persons to whom the Software is furnished to do so,
9-
* subject to the following conditions:
10-
*
11-
* The above copyright notice and this permission notice shall be included in all
12-
* copies or substantial portions of the Software.
13-
*
14-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2+
* Copyright (c) OpenLens Authors. All rights reserved.
3+
* Licensed under MIT License. See LICENSE in root directory for more information.
204
*/
215
const { notarize } = require("electron-notarize");
226

build/set_build_version.ts

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/**
2-
* Copyright (c) 2021 OpenLens Authors
3-
*
4-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
5-
* this software and associated documentation files (the "Software"), to deal in
6-
* the Software without restriction, including without limitation the rights to
7-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8-
* the Software, and to permit persons to whom the Software is furnished to do so,
9-
* subject to the following conditions:
10-
*
11-
* The above copyright notice and this permission notice shall be included in all
12-
* copies or substantial portions of the Software.
13-
*
14-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2+
* Copyright (c) OpenLens Authors. All rights reserved.
3+
* Licensed under MIT License. See LICENSE in root directory for more information.
204
*/
215
import * as fse from "fs-extra";
226
import * as path from "path";

build/set_npm_version.ts

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/**
2-
* Copyright (c) 2021 OpenLens Authors
3-
*
4-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
5-
* this software and associated documentation files (the "Software"), to deal in
6-
* the Software without restriction, including without limitation the rights to
7-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8-
* the Software, and to permit persons to whom the Software is furnished to do so,
9-
* subject to the following conditions:
10-
*
11-
* The above copyright notice and this permission notice shall be included in all
12-
* copies or substantial portions of the Software.
13-
*
14-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2+
* Copyright (c) OpenLens Authors. All rights reserved.
3+
* Licensed under MIT License. See LICENSE in root directory for more information.
204
*/
215
import * as fs from "fs";
226
import * as path from "path";

extensions/.eslintrc.js

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
/**
2-
* Copyright (c) 2021 OpenLens Authors
3-
*
4-
* Permission is hereby granted, free of charge, to any person obtaining a copy of
5-
* this software and associated documentation files (the "Software"), to deal in
6-
* the Software without restriction, including without limitation the rights to
7-
* use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
8-
* the Software, and to permit persons to whom the Software is furnished to do so,
9-
* subject to the following conditions:
10-
*
11-
* The above copyright notice and this permission notice shall be included in all
12-
* copies or substantial portions of the Software.
13-
*
14-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16-
* FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
17-
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
18-
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19-
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2+
* Copyright (c) OpenLens Authors. All rights reserved.
3+
* Licensed under MIT License. See LICENSE in root directory for more information.
204
*/
215

226
module.exports = {

0 commit comments

Comments
 (0)