webscopeio / license.sh

License checker tool - We're in a beta phase, any help is appreciated, especially reporting issues
https://webscopeio.github.io/license.sh
MIT License
40 stars 6 forks source link

Package whitelisting #57

Closed 4rokis closed 4 years ago

4rokis commented 4 years ago

I am trying to white-list certain packages but they are still failing

bunyan-format - 0.2.1 - {'type': 'MIT', 'url': 'https://github.com/thlorenz/bunyan-format/blob/master/LICENSE'}
pako - 1.0.10 - (MIT AND Zlib)

They are present in the config

{
  "projects": [
    {
      "directory": ".",
      "type": "npm"
    }
  ],
  "whitelist": [
    "ISC",
    "Unlicense",
    "CC-BY-4.0",
    "BSD-3-Clause",
    "MIT",
    "BSD-2-Clause",
    "(BSD-3-Clause OR GPL-2.0)",
    "CC0-1.0",
    "Apache 2",
    "Apache-2",
    "(MIT AND Zlib)",
    "(MIT AND BSD-3-Clause)",
    "BSD",
    "MPL-2.0",
    "Apache-2.0",
    "CC-BY-3.0",
    "{'type': 'MIT', 'url': 'https://github.com/thlorenz/bunyan-format/blob/master/LICENSE'}",
    "MIT/X11",
    "(MIT AND CC-BY-3.0)"
  ]
}
4rokis commented 4 years ago

Part moved to separate issue #65