Skip to content

Commit 4ac9f64

Browse files
committed
correct licensing
Signed-off-by: Andrew Twydell <[email protected]>
1 parent 178a76e commit 4ac9f64

File tree

6 files changed

+41
-36
lines changed

6 files changed

+41
-36
lines changed

packages/cli/__mocks__/@zowe/cli-test-utils.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/**
22
* This program and the accompanying materials are made available under the terms of the
33
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
44
* https://www.eclipse.org/legal/epl-v20.html
@@ -8,7 +8,6 @@
88
* Copyright Contributors to the Zowe Project.
99
*
1010
*/
11-
1211
const original = jest.requireActual("@zowe/cli-test-utils") as any;
1312
const nodePath = require("path");
1413
original.PROJECT_ROOT_DIR = nodePath.join(__dirname, "..", "..");

packages/vsce/scripts/getSecretsPrebuilds.js

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
/*
2-
* This program and the accompanying materials are made available under the terms of the
3-
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
4-
* https://www.eclipse.org/legal/epl-v20.html
5-
*
6-
* SPDX-License-Identifier: EPL-2.0
7-
*
8-
* Copyright Contributors to the Zowe Project.
9-
*
10-
*/
11-
1+
/**
2+
* This program and the accompanying materials are made available under the terms of the
3+
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
4+
* https://www.eclipse.org/legal/epl-v20.html
5+
*
6+
* SPDX-License-Identifier: EPL-2.0
7+
*
8+
* Copyright Contributors to the Zowe Project.
9+
*
10+
*/
1211
const fsE = require("fs-extra");
1312
const path = require("path");
1413
const secretsPkgDir = path.resolve(require.resolve("@zowe/secrets-for-zowe-sdk"), "..", "..");

prettier.config.js

+10
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1+
/**
2+
* This program and the accompanying materials are made available under the terms of the
3+
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
4+
* https://www.eclipse.org/legal/epl-v20.html
5+
*
6+
* SPDX-License-Identifier: EPL-2.0
7+
*
8+
* Copyright Contributors to the Zowe Project.
9+
*
10+
*/
111
module.exports = { printWidth: 150 };

scripts/bundleTgz.js

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
/*
2-
* This program and the accompanying materials are made available under the terms of the
3-
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
4-
* https://www.eclipse.org/legal/epl-v20.html
5-
*
6-
* SPDX-License-Identifier: EPL-2.0
7-
*
8-
* Copyright Contributors to the Zowe Project.
9-
*
10-
*/
11-
1+
/**
2+
* This program and the accompanying materials are made available under the terms of the
3+
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
4+
* https://www.eclipse.org/legal/epl-v20.html
5+
*
6+
* SPDX-License-Identifier: EPL-2.0
7+
*
8+
* Copyright Contributors to the Zowe Project.
9+
*
10+
*/
1211
const childProcess = require("child_process");
1312
const fsE = require("fs-extra");
1413
const fs = require("fs");

scripts/rewriteShrinkwrap.js

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
/*
2-
* This program and the accompanying materials are made available under the terms of the
3-
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
4-
* https://www.eclipse.org/legal/epl-v20.html
5-
*
6-
* SPDX-License-Identifier: EPL-2.0
7-
*
8-
* Copyright Contributors to the Zowe Project.
9-
*
10-
*/
11-
1+
/**
2+
* This program and the accompanying materials are made available under the terms of the
3+
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
4+
* https://www.eclipse.org/legal/epl-v20.html
5+
*
6+
* SPDX-License-Identifier: EPL-2.0
7+
*
8+
* Copyright Contributors to the Zowe Project.
9+
*
10+
*/
1211
const fs = require("fs");
1312
const cp = require("child_process");
1413
const chalk = require("chalk");

scripts/updateLicenses.js

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const fs = require("fs");
1717
// turn the license file into a multi line comment
1818
const header =
1919
fs.readFileSync("LICENSE_HEADER", "utf-8") +
20-
require("os").EOL +
2120
require("os").EOL;
2221
let alreadyContainedCopyright = 0;
2322

0 commit comments

Comments
 (0)