mozilla / addon-recommendation-shield-study

Stand-alone verison of Add-on Recommendation for Shield Study
Mozilla Public License 2.0
3 stars 7 forks source link

Please add a LICENSE file to this public repository. #5

Closed floatingatoll closed 8 years ago

floatingatoll commented 8 years ago

Whatever license you think is appropriate is fine, with the usual preference towards MPL2 when it's code.

Osmose commented 8 years ago

For reference, https://www.mozilla.org/en-US/MPL/ explains how to use the MPL (in short, add a LICENSE file with a copy of the MPL, mention the license at the bottom of the README, and put the license header at the top of all the code files.

One thing complicating this is that this repo includes files taken from https://github.com/gregglind/shield-studies-addon-utils/, which has no license. I filed https://github.com/gregglind/shield-studies-addon-utils/issues/15 to see about fixing that. In the long term we shouldn't be copy-pasting that code anyway, but pulling it in via npm.