On Mon, 2010-02-01 at 01:12 -0800, Paul Lindner wrote: > > Sadly I don't think it would be possible to bundle closure-compiler > directly > with shindig since it contains closed-source jars, requires Java 6 and > also seems to incorporate rhino (which I believe is LGPL/GPL/MPL, not > Apache licensed)
As I understand it, Rhino is MPL/GPL, and is included in both YuiCompressor and Closure-compiler. (It's definitely been modified in YuiCompressor and so I assume in closure compiler) Tim Wintle