I am migrating a client's static website, which was done by another company, to our (propietary) CMS.
On their website thay have a small slideshow that is powered by a JavaScript library that is licensed under GPL. The attached license notice is below:
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Now I don't know a lot about the GPL and have not used GPL code on a website before. If I include this library in the website what obligations do I have? Would I be required to release the server side code of the CMS? Since the HTML output is freely accessible via the Page Source is this sufficent to satisfy the GPL?
The code is remaining on our servers so the code is not being distributed, not even to the client (customer).
UPDATE: Based on the comment by mgb and the fact this is clientside JavaScript then the GPL code is being distributed. What do I do to comply with the GPL then?
Thanks for your advice.