carlosbuenosvinos / compify

Compify is a tool to save disk usage and bandwith in your composer vendor folder. Maybe you haven't noticed, but if you take a look to your vendor folder after doing a "php composer.phar install" there are so much useless information like tests, ".travis.yml" like files that you just don't need in production.
MIT License
34 stars 1 forks source link

Don't strip licenses from vendor packages #2

Open GDmac opened 9 years ago

GDmac commented 9 years ago

Stripping LICENSE files is not a nice thing to do.

jarodium commented 9 years ago

I agree on this. You could provide an option to explicitly remove the LICENSE files. That way you leave it up to the developer to clean them.

ebeyrent commented 9 years ago

I have a concern for license compliance, and also want to leave the LICENSE files intact.