vmssoftware / vms-ide

MIT License
13 stars 3 forks source link

package.json license identifer #3

Closed GitMensch closed 3 years ago

GitMensch commented 3 years ago

The vsix docs mentioned the currently used "SEE LICENSE in..." but refers to npm which says:

You should specify a license for your package so that people know how they are permitted to use it, and any restrictions you're placing on it. If you're using a common license such as BSD-2-Clause or MIT, add a current SPDX license identifier for the license you're using, { "license" : "BSD-3-Clause" }, like this: [...] If you are using a license that hasn't been assigned an SPDX identifier, or if you are using a custom license, use a string value like this one: { "license" : "SEE LICENSE IN <filename>" } Then include a file named at the top level of the package.

This PR is therefore in accordance to the documentation.