Skip to content

Commit

Permalink
Licenses fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdedic committed Jan 15, 2022
1 parent 0706f4c commit ae3bade
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
6 changes: 4 additions & 2 deletions java/java.lsp.server/licenseinfo.xml
Expand Up @@ -24,8 +24,9 @@
<file>vscode/package-lock.json</file>
<file>vscode/package.json</file>
<file>vscode/tsconfig.json</file>
<file>vscode/src/extension.ts</file>
<license ref="MIT-vscode-ext" />
<file>vscode/schemas/package.schema.json</file>
<license ref="Apache-2.0" />
<comment type="COMMENT_UNSUPPORTED" />
</fileset>
<fileset>
<file>src/org/netbeans/modules/java/lsp/server/refactoring/ui/codicon.ttf</file>
Expand All @@ -40,6 +41,7 @@
<file>vscode/.vscode/tasks.json</file>
<file>vscode/.vscode/settings.json</file>
<license ref="Apache-2.0" />
<comment type="COMMENT_UNSUPPORTED" />
</fileset>
<fileset>
<file>vscode/images/Apache_NetBeans_Logo.png</file>
Expand Down
19 changes: 18 additions & 1 deletion 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';
Expand Down

0 comments on commit ae3bade

Please sign in to comment.