directory icon indicating copy to clipboard operation
directory copied to clipboard

Add support for SPDX license expression syntax

Open Simek opened this issue 4 years ago • 0 comments

NPM users can set the license field using SPDX license expression syntax:

  • https://docs.npmjs.com/cli/v7/configuring-npm/package-json#license

Currently those expressions are resolved as Unrecognized license, it would be nice to support this too. The recommended package to parse the syntax is:

  • https://www.npmjs.com/package/spdx-expression-parse

Simek avatar Mar 16 '21 20:03 Simek