Ensuring Proper License usage

Ensuring Proper License usage

Hello,


I'm developing an open source website CMS which I intend to include jQuery bundled with. As well, I want to ensure everything included is allowed for any website, private or commercial.




According to the above link " You are free to use a jQuery project in commercial projects as long as the copyright header is left intact."




In the download of the min file (jquery-1.8.2.min.js), this is the only comment line, but it doesn't specifically state "copyright" or "©":
 /*! jQuery v1.8.2 jquery.com | jquery.org/license */ 
If I include this in the bundle for the CMS, does the above line constitute enough to be following the license? Is this the "copyright header" mentioned on the license page that must remain intact, or do I need to add more? 
 
(Having had someone improperly use some GPL code I wrote years back, I'm just very sensitive to ensuring I'm complying with licensing of other people's code and want to make sure this is correct before any distribution or usage is done.)