From: Yukihiro Matsumoto Date: 2004-10-02T14:32:33+09:00 Subject: Re: ruby for commercial application Hi, In message "Re: ruby for commercial application" on Sat, 2 Oct 2004 13:34:35 +0900, nkb writes: |Can we use ruby for commercial |application? Yes. |Do we need to distribte our application with sources? No. If you're using regex.c comes with 1.8.2, you have to allow re-linking the binary (via supplying object files or dynamic linking), because it's LGPL. If you are using Oniguruma new regex engine, you have no such restriction. matz.