On Mon, Feb 23, 2009 at 3:48 AM, Viki <gy...@hotmail.com> wrote:

>
> This is Vicky from China. I came across to know JQuery last year and
> felt very interested in this masterpiece.  My brother once adopted
> some features or plug-in of JQuery during his graduation thesis of
> designing a web application. He found it's very practical also.
>
> Now I have some questions which need your kind clarification.
>
> 1.  May I know the licence for the plug-in called "table sorter"?
> JQuery is in dual licence(GPL and MIT), but I'm not sure whether this
> specific plug-in is in both? MIT? or GPL? Pls advise.


See http://tablesorter.com/docs/#main

"Licence: Dual licensed under MIT or GPL licenses."


>
> 2. If my bother want to adopt some functions (plugs-in) to design some
> other web site and turn for commercial use (like design home page for
> small company), could you pls clarify how to claim the use of Jquery?
> Should we enclose a claim in his source code or having the same
> licensing info in his about page? Is there any other issue we should
> notice?  It would be appreciated if you could offer some example or
> template that we need to folllow.  Thanks a lot in advance. :)


The MIT license does not have an advertising clause. Meaning you don't
*have* to post any notice such as in the about page (altough you could).
Here's a relevant bit from the license:

http://dev.jquery.com/browser/trunk/jquery/MIT-LICENSE.txt
"Copyright (c) 2009 John Resig, http://jquery.com/
...
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
...
"

That's really the only requirement. The first few lines of jquery.js, which
contain the copyright notice, and the fact that it's MIT licensed

http://dev.jquery.com/browser/trunk/jquery/src/intro.js
"
 * jQuery JavaScript Library v...@version
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
"

don't remove those.

- Richard

Reply via email to