I'm not a lawyer, and I realize most participants here probably aren't either, but I'm looking for some general guidance before talking to an IP lawyer.
First - If I want to use a javascript library that is GPL v3 (not LGPL) licensed, can I include this in a website without problems? I understand the source of the library itself must be redistributed if it's modified, but in this case the library would be acting as an individual "piece" of the site -- e.g. the site's main code would not be "dependent" on the library.
Second - Suppose I create an app that adds this library code to a users webpage. If the code is embedded in the application, must the entire app become GPL'ed? Or, because the code is never used by the app itself (the app is just an "envelope" to transport the code), is that restriction inapplicable? If there are GPL issues, suppose the code is not actually embedded in the app, and is instead downloaded from a site -- does that change the situation?
Thanks very much!