Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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!

share|improve this question
1  
FYI - I did see this question and I suppose that's the closest thing to an "answer" for Q1. – N Rohler Feb 3 '11 at 19:55

1 Answer

up vote 0 down vote accepted

Basically, you need to read the full text of the licence. All the common OpenSource licences can be found on the OSI website. Then if it is not clear, consult a lawyer by giving them the text and asking specifically about the part that concerns you.

share|improve this answer
1  
I appreciate the link and thoughts. It seems the safest course is just to avoid GPL code ;) I can read the licenses, but they are so (intentionally?) cryptic and ambiguous that professional IP counsel seems safest. – N Rohler Feb 6 '11 at 4:09
Oh, and also, just asking the project developer in cases of small open source projects. Often times the developer will clarify specific usage cases based on how he "wants" the license to be interpreted. – N Rohler Feb 6 '11 at 4:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.