Hello, Speaking about licenses issues... > -----Original Message----- > From: Yukihiro Matsumoto [mailto:matz / ruby-lang.org] > Sent: Friday, February 22, 2002 4:24 AM > To: ruby-talk ML > Subject: Re: Epic4/Ruby (embedding Ruby in commercial apps) > > ... > And since my terms allow you not to make your code public, you don't > have to worry about your code to be GPLed, just linking my code. The > only exception is regex.c under LGPL. You have to prepare workaround > to embed it in the commercial application (e.g. prepare the way to > re-link regex.o). > > I admit this is little bit annoying for commercial applications. > That's why I'm developing a new regex engine from scratch. > Sorry, I don't understand here. If it is LGPL (lesser/library GPL), as opposed to GPL, there should not be any problem in _linking_ one's proprietary application or extension to it? Or am I missing something? Of course, the code for regexp.c (and, why not, for Ruby itself) has to be distributed as well, but this is not to prevent commercial/ proprietary use. -- Christian (wanting to make money out of your work :)