HansHammel / license-compatibility-checker

Check npm dependencies' package.json for license compatibility (aka compliance check) with the current project based on spdx notation and naming conventions.
MIT License
93 stars 6 forks source link

0BSD License flags as possibly incompatible #21

Open Galvantua opened 1 year ago

Galvantua commented 1 year ago

0BSD is defined here: https://opensource.org/licenses/0BSD

It's a derivative of the ISC License. The program flags this license as unknown and possibly incompatible.