lgarron / folderify

:file_folder: Generate pixel-perfect macOS folder icons in the native style.
MIT License
1.5k stars 36 forks source link

License Consistency #42

Closed harens closed 4 years ago

harens commented 4 years ago

I am currently working on a brew formula for folderify found here.

When I audit it (in the hopes of adding it to homebrew/core), I get the following error:

* License mismatch - GitHub license is: [], but Formulae license states: ["MIT"].

I had set the license to MIT since this is what is stated on the PyPi project description. If I don't set a license, the audit also complains.

* No license specified for package.
lgarron commented 4 years ago

What does this require? Just a license file?

harens commented 4 years ago

I think so. Then it should be good.

lgarron commented 4 years ago

d4e91520a58fbf1c6c1196ed95517513d07be6ba should help!

harens commented 4 years ago

Thanks! It has fixed this issue.