I think the FSF lawyers addressed similar licensing issues for the
classpath and dotGNU Portable.NET projects. You can read more about it
at: http://www.southern-storm.com.au/pnet_faq.html#q5 ... hope that
helps.
On Thu, 2002-05-23 at 23:52, Daniel Carrera wrote:
>
> I just though of an interesting question. Suppose I make a simple script
> that just calls mono. The line in Perl would be something like:
>
> system("mono $filename");
>
> In this case the program is not linking to mono or using any mono code.
> However, it is using mono in a very real way.
>
> Such a script could be under any license, right?
Yes. AFAIK, this isn't considered "linking", because you're filtering
the call through the operating system. For example, if this wasn't the
case, you wouldn't be able to run anything that's GPL'd on a BSD, and
vice versa.
Rich
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list