On Thu, May 21, 2009 at 12:15 PM, doddstr13 <doddst...@gmail.com> wrote:
> > Are all jquery plugins available under GPL and MIT licenses? No. Each plugin author can choose their own license. > My > company requries me to provide a URL which describes the licensing of > any open source code we use. I have links to JQuery's licensing, but > I want to use ClueTip plugin and can't find any specific licensing > informaitno. > See http://plugins.learningjquery.com/cluetip/jquery.cluetip.js Lines 1-10: /* * jQuery clueTip plugin * Version 1.0.1 (May 18, 2009) * @requires jQuery v1.2.6+ * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * */ - Richard