[Mono-devel-list] JScript was Splitting up Mono packages.
Jonathan Pryor
jonpryor at vt.edu
Thu Mar 18 07:17:53 EST 2004
On Thu, 2004-03-18 at 03:07, Michael J. Ryan wrote:
<snip/>
> Was actually having some thoughts on this earlier...
> looking at Rhino <http://www.mozilla.org/rhino/> ... is the license for this
> compatible with the mono project, and what would porting this from Java to
> C# take? I was thinking, it would be nice to have a scripting environment
> for .Net other than MS's VSA, and in porting this would potentially lead
> to a better implimentation of JS for mono...
Silly question, but what's the license for Rhino? A cursory look at the
site didn't bring enlightenment.
The current convention is that managed assemblies are under the MIT/X11
license. Which (of course!) isn't consistent; Gtk# is LGPL.
Better summary: all assemblies in mcs/class are MIT/X11.
Regardless, I imagine that GPL libraries won't be accepted, LGPL
libraries might be, and MIT/X11 (or BSD without advertising clause) will
be accepted.
- Jon
More information about the Mono-devel-list
mailing list