This is an automated email from the ASF dual-hosted git repository.
thurka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-vscode.git
The following commit(s) were added to refs/heads/master by this push:
new 86a8930 licenseinfo.xml taken from netbeans/java/java.lsp.server
86a8930 is described below
commit 86a89309d951eb3e13352e67e6d33ca113f6fb26
Author: Tomas Hurka <[email protected]>
AuthorDate: Wed Jul 9 15:52:31 2025 +0200
licenseinfo.xml taken from netbeans/java/java.lsp.server
---
licenseinfo.xml | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
diff --git a/licenseinfo.xml b/licenseinfo.xml
new file mode 100644
index 0000000..001c831
--- /dev/null
+++ b/licenseinfo.xml
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+<licenseinfo>
+ <fileset>
+ <file>vscode/package-lock.json</file>
+ <file>vscode/package.json</file>
+ <file>vscode/tsconfig.json</file>
+ <file>vscode/esbuild.js</file>
+ <file>vscode/schemas/package.schema.json</file>
+ <license ref="Apache-2.0" />
+ <comment type="COMMENT_UNSUPPORTED" />
+ </fileset>
+ <fileset>
+ <file>vscode/.vscodeignore</file>
+ <file>vscode/.eslintrc.json</file>
+ <file>vscode/.vscode/extensions.json</file>
+ <file>vscode/.vscode/launch.json</file>
+ <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>
+ <file>script/etc/nbcode.clusters</file>
+ <license ref="Apache-2.0-ASF" />
+ <comment type="COMMENT_UNSUPPORTED" />
+ </fileset>
+ <fileset>
+ <file>vscode/syntaxes/java.tmLanguage.json</file>
+ <license ref="MIT-java-grammar" />
+ <comment type="COMMENT_UNSUPPORTED" />
+ </fileset>
+ <fileset>
+ <file>vscode/language-configuration.json</file>
+ <license ref="MIT-vscode" />
+ <comment type="COMMENT_UNSUPPORTED" />
+ </fileset>
+</licenseinfo>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists