I’m currently working on a project that incorporates jquery.cookie.js plugin.
The problem is that the legal team has a problem because they claim its under GPLv3 license but I think its under GPLv2 which is acceptable.
My question exactly is which license does the jQuery cookie plugin ((c)2006) operate under?
The jQuery.cookie plugin found at https://github.com/carhartl/jquery-cookie/blob/master/jquery.cookie.js is released under both MIT and GPL2 licenses (you choose).