On Fri, Sep 7, 2012 at 9:04 PM, Mice Xia <weiran.x...@gmail.com> wrote: > jquery.js in console-proxy is licensed under > 'Dual licensed under the MIT and GPL licenses.' > > while jquery.js in ui/lib is licensed under > 'Dual licensed under the MIT or GPL Version 2 licenses.' > > Is dual license 'and GPL' allowed in ASF? >
Good catch They don't really mean 'and' in a logical sense, it should really be 'or' since it's a choice of either license, not both. http://jquery.org/license/ And in this case we are using it under MIT license which is acceptable. --David