At the moment well defined licenses (e.g. from bower.json or package.json) get overwritten by licenses detected by package-licenses. This is actually a bug because for example a single mention of the simple string "MIT" overwrites these well defined licenses.
Also it is possible that packages have multiple licenses (e.g. almon). This is also fixed here.
At the moment well defined licenses (e.g. from bower.json or package.json) get overwritten by licenses detected by package-licenses. This is actually a bug because for example a single mention of the simple string "MIT" overwrites these well defined licenses.
Also it is possible that packages have multiple licenses (
e.g. almon). This is also fixed here.