Hi,
In message "[ruby-talk:15472] Jusritic question"
on 01/05/21, Christian Szegedy <szegedy / or.uni-bonn.de> writes:
|If I create some commercial application, is it allowed to link
|the Ruby-library to my application?
Yes, but it should follow at least LGPL (which covers regex.c), so
that you have to allow re-link or put them in dynamic link library.
|What if the application itself enables to run Ruby-code
|created by the user (configuration scripts etc.).
|
|Is it still distributable as a standalone commercial programm?
Yes, no problem (except one stated above).
matz.