AceMetrix / bower-license

Generates a list of bower dependencies
Apache License 2.0
15 stars 29 forks source link

Make it possible for multible licenses to be detected #7

Closed mojoaxel closed 9 years ago

mojoaxel commented 9 years ago

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.

anacronw commented 9 years ago

Makes sense! Thanks