On 6/12/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote:
On Mon, 11 Jun 2007, Xavier Hanin <[EMAIL PROTECTED]> wrote: > On 6/11/07, Stefan Bodewig <[EMAIL PROTECTED]> wrote: >> >> On Thu, 7 Jun 2007, Xavier Hanin <[EMAIL PROTECTED]> wrote: >> >> > - The code base must contain only ASL or ASL-compatible >> > dependencies >> >> In the case of the non-ASLed JavaScript stuff I'd like to see a >> solution other than "we don't ship it" since legally having >> something in svn means distributing it. > > > I can replace the dependency on ddtree by another js tree > component. We can use jquery [1] and the tree view plugin [2] for > instance. Both are released under a dual GPL and MIT license [3], > and MIT license seems to be compatible with ASL [4]. So, may I go > this way? Yes, the MIT license is compatible with the AL, so which one you choose is a purely technical decision and that I leave up to those who'll have to work with whatever is chosen 8-)
I've just checked in an upgraded version of xooki which does not rely any more on ddtree: I've actually removed the dependency on a tree component, recent tree components are usually able to deal with simple ul / li. So in our case I've set up a jquery tree (MIT licensed) to manage our tree menu. The modification is in svn, could someone try it before I upgrade the web site? Xavier Stefan
> [1] http://jquery.com/ > [2] http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ > [3] http://docs.jquery.com/License > [4] http://wiki.apache.org/jakarta/LicenceIssues
-- Xavier Hanin - Independent Java Consultant Manage your dependencies with Ivy! http://incubator.apache.org/ivy/
