Currently only licenses that are defined as a valid (or almost) SPDX license name are detected.
As per official NPM documentation it's possible to specify a license by also setting it to "SEE LICENSE IN ".
I believe such a license should also be accepted, either by parsing the string or simply by looking at the presence of a standard LICENSE file in the root of the project.
Currently only licenses that are defined as a valid (or almost) SPDX license name are detected. As per official NPM documentation it's possible to specify a license by also setting it to "SEE LICENSE IN".
I believe such a license should also be accepted, either by parsing the string or simply by looking at the presence of a standard LICENSE file in the root of the project.