matagus / remove-google-redirects-addon

🐣 Firefox addon to simply remove tracking code/redirect from Google search results. Works with firefox 20.x or superior.
http://matagus.github.com/remove-google-redirects-addon
58 stars 13 forks source link

Clear license and add LICENSE file #23

Open ssaavedra opened 8 years ago

ssaavedra commented 8 years ago

Hi, I like your addon. I suppose you want to license it as free software, as its source is browseable here on GitHub.

However, you have no license file on the repository, your code does not include any license header, and the information in https://addons.mozilla.org/en-US/firefox/addon/google-no-tracking-url/ is inconsistent with your package.json in the master branch.

On your package.json you say { "license": "MPL 2.0"}, but on Mozilla Addons, it's listed as "Custom License" with a link to the MPL 1.1.

If you don't clarify this information it can be challenging to contribute to your code, legally speaking.

If you would want to address these issues, I would recommend you that:

matagus commented 8 years ago

wow, amazing advice! Yes, I want to license it as free software.

I'll be fixing all these things based on your recommendations.

thanks a lot for taking the time @ssaavedra, it's a very clear and complete issue :)

ssaavedra commented 8 years ago

Well, thank you for actually coding the addon :blush:

If you have any issue regarding these comments, please ping me back, and I'll be happy to answer back.

If you want a quick description of the different licenses you may want to release your work under (reasonably biased towards copyleft licenses), you can check out the FSF's page on such issue.