Hi, I have a question about code under the MIT license that is modified. In particular, I have a sketch of a Language Server Protocol server supporting Java, based on the NetBeans' support for Java.
In order to use this, one needs to bind the server to some other IDE, e.g. Visual Studio Code. For this, an extension for that IDE is needed. For VS Code specifically, I took a sample extension: https://github.com/Microsoft/vscode-extension-samples/tree/master/lsp-sample I tried to adjust it to work for the experimental server. The original sample is under the MIT license: https://github.com/Microsoft/vscode-extension-samples/blob/master/lsp-sample/License.txt My question is whether I can include the extension's source in git and (source) release, and if yes, what is the proper way to do that (what should be in LICENSE and NOTICE). Thanks, Jan
