deface icon indicating copy to clipboard operation
deface copied to clipboard

Problem with licensing - gem "colorize" uses GPLv2 license

Open jgracin opened this issue 10 years ago • 2 comments

Hello!

I can see that deface uses "colorize" as a dependency. However, "colorize" uses GPLv2 license, which seems to me affects all code which depends on deface, making deface's MIT license misleading.

In https://github.com/mattheworiordan/capybara-screenshot/issues/93, they resolved the same issue by replacing "colorize" with https://github.com/defunkt/colored. Could something like this be done in deface?

jgracin avatar Dec 23 '15 15:12 jgracin

There is a pull request to fix this in #152

vizjerai avatar Sep 15 '16 19:09 vizjerai

fixed with: https://github.com/spree/deface/pull/168

heroic avatar May 15 '24 17:05 heroic