mozilla / internet-health-report

MIT License
4 stars 9 forks source link

Incorrect license #3

Open gvn opened 8 years ago

gvn commented 8 years ago

License should be MPL 2.0 per mofo-standards

peterlarkin commented 8 years ago

@gvn How do we handle this if the boilerplate we're using has an MIT licence?

gvn commented 8 years ago

The license covers the overall app, but not the dependencies, so you just indicate MPL in package.json and add it as a LICENSE file in the root.

peterlarkin commented 8 years ago

@gvn Gulp Starter comes with an MIT License in the root – do we not need to preserve this somehow? It's not an npm module, the majority of the Gulp set up is from this project. Apologies, just want to make sure we handle this in the correct way!