You don't need to worry about that at all. jQuery is also licensed under the MIT license, a much more liberal license than GPL.
Simply use jQuery under the MIT license, not the GPL. That makes it fully compatible with any version of GPL you want to use for the rest of your code. More info here: http://en.wikipedia.org/wiki/MIT_License You don't have to do anything special to make this happen; just use the code and have fun! -Mike > From: Alexey Chernov > > Hello, > I develop open source CMS under GPLv3 and would like to use > jQuery in it. > Could you please tell me what is the version of GPL of > jQuery? I tried to find it on http://jquery.com but it's > still a little bit unclear. > This is important for me, because GPLv2-only and GPLv3 are > incompartible. > > Thank you in advance, > Alexey >