Brightspace / d2l-license-checker

Simple tool to continuously check for D2L accepted licenses of all npm dependencies in a project.
4 stars 2 forks source link

Support licenses specified as SPDX expressions #87

Closed jkehres closed 4 years ago

jkehres commented 4 years ago

According to the package.json docs, the "license" field may be an SPDX license expression syntax version 2.0 string (e.g. "(ISC OR GPL-3.0)"). Previously, the license checker rejected such license expressions as invalid. Now it supports them.