-
Notifications
You must be signed in to change notification settings - Fork 82
Description
I've noticed that TTFunk gem doesn't have a license listed on Rubygems. So it doesn't have it in the gemspec.
LICENSE
states that GPL 2 or GPL 3 applicable, as well as "Matz's terms for Ruby". The LICENSE
is the same as the one we have in Prawn, yet that one says in Readme it's "a slightly modified form of the License of Ruby". And indeed there are more differences than simple wording. This means that we can not use plain Ruby license. Also Ruby has switched to MIT some time ago but that's not really a problem.
Another issue is that we distribute font files with TTFunk and it's not covered by license in any way. Though, original Ruby License does (partially) cover third-party copyrighted assets. For instance, DejaVu Sans' license mandates that the license must be redistributed with the font.
- Should we switch to vanilla Ruby license?
- We should fix fonts licensing.
- We should include licensing information in the gemspec.