From cfddb1680dbadb517fbb0fb282f87063d823d8cc Mon Sep 17 00:00:00 2001 From: Svata Dedic Date: Thu, 6 Jan 2022 16:57:22 +0100 Subject: [PATCH] Licenses fixed. --- java/java.lsp.server/licenseinfo.xml | 6 ++++-- java/java.lsp.server/vscode/src/explorer.ts | 19 ++++++++++++++++++- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/java/java.lsp.server/licenseinfo.xml b/java/java.lsp.server/licenseinfo.xml index b2f957aee746..0c93cfbd3bca 100644 --- a/java/java.lsp.server/licenseinfo.xml +++ b/java/java.lsp.server/licenseinfo.xml @@ -24,8 +24,9 @@ vscode/package-lock.json vscode/package.json vscode/tsconfig.json - vscode/src/extension.ts - + vscode/schemas/package.schema.json + + src/org/netbeans/modules/java/lsp/server/refactoring/ui/codicon.ttf @@ -40,6 +41,7 @@ vscode/.vscode/tasks.json vscode/.vscode/settings.json + vscode/images/Apache_NetBeans_Logo.png diff --git a/java/java.lsp.server/vscode/src/explorer.ts b/java/java.lsp.server/vscode/src/explorer.ts index e8c9b2a9b654..fd7437cee16d 100644 --- a/java/java.lsp.server/vscode/src/explorer.ts +++ b/java/java.lsp.server/vscode/src/explorer.ts @@ -1,4 +1,21 @@ -import { disconnect } from 'process'; +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ import * as vscode from 'vscode'; import { ThemeIcon } from 'vscode'; import { LanguageClient } from 'vscode-languageclient/node';