Skip to content

Commit d2aacb4

Browse files
Add copyright statements
1 parent 479f7bd commit d2aacb4

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

__tests__/api/BundlePush/SubtaskWithStatus.test.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +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 IBM Corp, 2019
9+
*
10+
*/
111
import { SubtaskWithStatus } from "../../../src/api/BundlePush/SubtaskWithStatus";
212
import { TaskStage, ITaskWithStatus, TaskProgress } from "@zowe/imperative";
313

src/api/BundlePush/SubtaskWithStatus.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +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 IBM Corp, 2019
9+
*
10+
*/
111
import { ITaskWithStatus, TaskProgress, TaskStage, ImperativeExpect, ImperativeError, Logger} from "@zowe/imperative";
212

313

0 commit comments

Comments
 (0)