Thank you for working on this.

I did not look specifically at the changes, but what you describe seems
reasonable to me: your are fixing all the new files to be clearly
compatible with GPLv2+, and where files were renamed, merged, or split,
making your best effort to be clear about authorship and maintaining clear
compatibility with GPLv2.

I did see this exception in the list below:
> > = www/js/jquery-1.4.2.min.js
> > = www/js/jquery-ui-1.8.custom.min.js
> > = www/js/jquery.jqGrid.min.js
> > 
> > Minified source is not the Preferred Form for Modification
> 
> Interesting. Please suggest a better approach.

Instead of these files, include and refer to the non-minified versions
after ensuring they are a GPLv2+-compatible license (I believe they are
MIT which is OK but didn't check).  The non-minified versions are the
preferred form form modification AFAIK.  It's easy to know that the
.min.js form is not, because typical minified javascript looks like
this:

    (function(a,b){function cu(a){return f.isWindow(a)?a:a.nodeType===9?a.de
    faultView||a.parentWindow:!1}function cr(a){if(!cg[a]){var b=c.body,d=f(
    "<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===
    ""){ch||(ch=c.createElement("iframe"),ch.frameBorder=ch.width=ch.height=
    ... reams and reams of the same ...

Jeff

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to