jQuery UI and jQuery are available by either the GPL or MIT licenses. For your question, MIT is the most permissive. It's also pretty simple: http://jquery-ui.googlecode.com/svn/tags/1.7.2/MIT-LICENSE.txt
In short, you can do pretty much whatever you want as long as you don't remove these lines from the top of jquery-ui.js /* * jQuery UI 1.7.2 * * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. and similarly for jquery.js: /*! * jQuery JavaScript Library v1.3.2 * http://jquery.com/ * * Copyright (c) 2009 John Resig * Dual licensed under the MIT and GPL licenses. - Richard On Thu, Aug 27, 2009 at 9:36 AM, Joaquim <[email protected]> wrote: > > Hello. > > We are developing a website to sell to a customer (commercial > purposes) and we intend to include the 'jQuery - Datepicker' on > multiple pages. What should i do to make everything legal? Can I use > the 'jQuery - Datepicker' include several sites for commercial > purposes? > > Best regards, > Joaquim > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
