max-mapper / nugget

minimalist wget clone written in node. HTTP GET files and downloads them into the current directory
BSD 3-Clause "New" or "Revised" License
167 stars 30 forks source link

Please clarify the license #22

Open ind1go opened 7 years ago

ind1go commented 7 years ago

In the package.json it says "BSD". Could this be clarified to specify which BSD, to make it easier for those doing license checks? Would BSD-3-Clause be too much of an assumption?

bennymeg commented 5 years ago

In the package.json it says "BSD". Could this be clarified to specify which BSD, to make it easier for those doing license checks?

I agree, but not only for license checks. Not including a licence file might imply that the project is closed source, and may lead to all sorts of problems.

Would BSD-3-Clause be too much of an assumption?

I don't think we should assume that.

@maxogden Please add a LICENCE file to your repository.

ihbar commented 4 years ago

I see that license file with BSD-3-Clause has been added in github, thanks a lot. It would be good to also update the package.json file with the information "license": "BSD-3-Clause", because BSD is not a valid SPDX identifier for npm. Thanks