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

`BSD-3-Clause-Clear` is not supported #68

Closed zommerfelds closed 4 years ago

zommerfelds commented 6 years ago

This is more of an issue rather than a pull request. It demonstrates how BSD-3-Clause-Clear is not working. This is because https://github.com/davglass/license-checker is using an outdated package spdx which doesn't support BSD-3-Clause-Clear and probably other IDs. I have tried to find out why but couldn't find it yet.

zommerfelds commented 6 years ago

I think I found the bug. See my post at https://github.com/davglass/license-checker/issues/153.

zommerfelds commented 6 years ago

A workaround could be to put an exception for specific packages that use unsupported IDs (such as github-api).

omsmith commented 4 years ago

Fixed by https://github.com/Brightspace/d2l-license-checker/pull/85/files