Lines Matching refs:license
1 validate-npm-package-license
4 Give me a string and I'll tell you if it's a valid npm package license string.
7 var valid = require('validate-npm-package-license');
10 SPDX license identifiers are valid license strings:
26 The function will return a warning and suggestion for nearly-correct license identifiers:
35 'license should be ' +
36 'a valid SPDX license expression (without "LicenseRef"), ' +
39 'license is similar to the valid expression "Apache-2.0"'
48 // Simple SPDX license expression for dual licensing
63 'license should be ' +
64 'a valid SPDX license expression (without "LicenseRef"), ' +
94 valid('SEE LICENSE IN license.md'),
98 inFile: 'license.md'