react-native-oss-license icon indicating copy to clipboard operation
react-native-oss-license copied to clipboard

--skip-not-required includes packages without license

Open andris-silis opened this issue 1 year ago • 0 comments

Hi

--skip-not-required includes packages without license information. I think it is because src/models/License.ts:requiresNotice has this:

if (!license) {
  return true
}

andris-silis avatar Apr 03 '23 11:04 andris-silis