Skip to content

Commit d4fd9e8

Browse files
authored
Merge pull request OpenLiberty#557 from mattbsox/copyright-updates
IBM Copyright Updates
2 parents 43a3664 + f0a949b commit d4fd9e8

23 files changed

Lines changed: 276 additions & 326 deletions

package-lock.json

Lines changed: 211 additions & 157 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,13 @@
285285
"@types/fs-extra": "^8.1.0",
286286
"@types/semver": "^7.3.2",
287287
"@types/xml2js": "^0.4.5",
288+
"brace-expansion": "^4.0.1",
288289
"expand-home-dir": "0.0.3",
289290
"find-java-home": "^1.2.2",
290291
"fs-extra": "^9.0.0",
291292
"gradle-to-js": "^2.0.0",
292293
"jsonpath-plus": "^10.3.0",
293-
"vscode-languageclient": "^8.1.0",
294+
"vscode-languageclient": "^9.0.1",
294295
"xml2js": "^0.5.0"
295296
}
296297
}

src/definitions/constants.ts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
/**
2-
* Copyright (c) 2020, 2025 IBM Corporation.
3-
*
4-
* This program and the accompanying materials are made available under the
5-
* terms of the Eclipse Public License v. 2.0 which is available at
6-
* http://www.eclipse.org/legal/epl-2.0.
7-
*
8-
* SPDX-License-Identifier: EPL-2.0
1+
/*
2+
* IBM Confidential
3+
* Copyright IBM Corp. 2020, 2025
94
*/
105
import { localize } from "../util/i18nUtil";
116
export const LIBERTY_MAVEN_PROJECT = "libertyMavenProject";

src/definitions/lsp4jakartaLSRequestNames.ts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
/**
2-
* Copyright (c) 2022 IBM Corporation.
3-
*
4-
* This program and the accompanying materials are made available under the
5-
* terms of the Eclipse Public License v. 2.0 which is available at
6-
* http://www.eclipse.org/legal/epl-2.0.
7-
*
8-
* SPDX-License-Identifier: EPL-2.0
1+
/*
2+
* IBM Confidential
3+
* Copyright IBM Corp. 2022
94
*/
105

116
// Jakarta Language API

src/extension.ts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
/**
2-
* Copyright (c) 2020, 2025 IBM Corporation.
3-
*
4-
* This program and the accompanying materials are made available under the
5-
* terms of the Eclipse Public License v. 2.0 which is available at
6-
* http://www.eclipse.org/legal/epl-2.0.
7-
*
8-
* SPDX-License-Identifier: EPL-2.0
1+
/*
2+
* IBM Confidential
3+
* Copyright IBM Corp. 2020, 2025
94
*/
105
import * as vscode from "vscode";
116
import * as devCommands from "./liberty/devCommands";

src/liberty/baseLibertyProject.ts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
/**
2-
* Copyright (c) 2022 IBM Corporation.
3-
*
4-
* This program and the accompanying materials are made available under the
5-
* terms of the Eclipse Public License v. 2.0 which is available at
6-
* http://www.eclipse.org/legal/epl-2.0.
7-
*
8-
* SPDX-License-Identifier: EPL-2.0
1+
/*
2+
* IBM Confidential
3+
* Copyright IBM Corp. 2022
94
*/
105
export class BaseLibertyProject {
116
public label: string;

src/liberty/dashboard.ts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
/**
2-
* Copyright (c) 2022 IBM Corporation.
3-
*
4-
* This program and the accompanying materials are made available under the
5-
* terms of the Eclipse Public License v. 2.0 which is available at
6-
* http://www.eclipse.org/legal/epl-2.0.
7-
*
8-
* SPDX-License-Identifier: EPL-2.0
1+
/*
2+
* IBM Confidential
3+
* Copyright IBM Corp. 2022
94
*/
105

116
import { BaseLibertyProject } from "./baseLibertyProject";

src/liberty/devCommands.ts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
/**
2-
* Copyright (c) 2020, 2024 IBM Corporation.
3-
*
4-
* This program and the accompanying materials are made available under the
5-
* terms of the Eclipse Public License v. 2.0 which is available at
6-
* http://www.eclipse.org/legal/epl-2.0.
7-
*
8-
* SPDX-License-Identifier: EPL-2.0
1+
/*
2+
* IBM Confidential
3+
* Copyright IBM Corp. 2020, 2024
94
*/
105
import * as fs from "fs";
116
import * as fse from "fs-extra";

src/liberty/libertyProject.ts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
/**
2-
* Copyright (c) 2020, 2024 IBM Corporation.
3-
*
4-
* This program and the accompanying materials are made available under the
5-
* terms of the Eclipse Public License v. 2.0 which is available at
6-
* http://www.eclipse.org/legal/epl-2.0.
7-
*
8-
* SPDX-License-Identifier: EPL-2.0
1+
/*
2+
* IBM Confidential
3+
* Copyright IBM Corp. 2020, 2024
94
*/
105
import * as fse from "fs-extra";
116
import * as vscodePath from "path";

src/liberty/projectStartCmdParam.ts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
/**
2-
* Copyright (c) 2022 IBM Corporation.
3-
*
4-
* This program and the accompanying materials are made available under the
5-
* terms of the Eclipse Public License v. 2.0 which is available at
6-
* http://www.eclipse.org/legal/epl-2.0.
7-
*
8-
* SPDX-License-Identifier: EPL-2.0
1+
/*
2+
* IBM Confidential
3+
* Copyright IBM Corp. 2022
94
*/
105
export class ProjectStartCmdParam {
116
public param: string;

0 commit comments

Comments
 (0)