Am i allowed to use Extjs java script library vaersion which published under GNU public license to create a web application for a private company?
Regards
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That would be up to the company. Generally speaking, however, JavaScript is one of the few places where you can get away with using GPL’ed code in a corporate context. All of your JavaScript source code and HTML markup needs to be publicly accessible anyways, so it makes no difference if you’re forced to open-source it under the terms of the GPL. It’s already open in the sense that anyone who wants to can view it and save a copy.
Really though, you should consult the company that you are doing the work for. They may have their own opinions on the issue.