Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
update licences
Browse files Browse the repository at this point in the history
Signed-off-by: JeffinSiby <jeffinsiby@gmail.com>
  • Loading branch information
JeffinSiby committed Jan 31, 2022
1 parent 4e411b4 commit f824578
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/utils/commandUtils.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/*
* This program and the accompanying materials are made available under the terms of the
* Eclipse Public License v2.0 which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-v20.html
*
* SPDX-License-Identifier: EPL-2.0
*
* Copyright Contributors to the Zowe Project.
*
*/

import { TreeView } from "vscode";

/**
Expand Down
1 change: 1 addition & 0 deletions src/utils/sessionExpansionHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Copyright Contributors to the Zowe Project.
*
*/

import { CICSSessionTree } from "../trees/CICSSessionTree";
import { CICSTree } from "../trees/CICSTree";
import { ProfileManagement } from "./profileManagement";
Expand Down

0 comments on commit f824578

Please sign in to comment.