2 years, 5 months ago
Is using an Ajax component on a business's internal intranet a violation of that components GPL License?
If a company offers an Ajax web component released Free for non-commercial use under the GPLv3 license, can the product be used free under the following criteria:
1. The website/it's source is not distributed.
2. The site is on a business's Intranet and is not available to the public.
3. The site is for internal communications and does not generate revenue.
4. The module will not be modified in any way.
I have read varying opinions stating that if the code is not distributed, then having the GPL licence in the header fulfills the terms. Others state that "Commercial" indicates "Makes Money" as opposed to "Business Related" (but isn't all business activities geared towards making money?). All points of view welcomed. Professionals or experience-based answers appreciated.
1. The website/it's source is not distributed.
2. The site is on a business's Intranet and is not available to the public.
3. The site is for internal communications and does not generate revenue.
4. The module will not be modified in any way.
I have read varying opinions stating that if the code is not distributed, then having the GPL licence in the header fulfills the terms. Others state that "Commercial" indicates "Makes Money" as opposed to "Business Related" (but isn't all business activities geared towards making money?). All points of view welcomed. Professionals or experience-based answers appreciated.
Separate topics with commas, or by pressing return. Use the delete or backspace key to edit or remove existing topics.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$1 Answer
Under the GPL, you can use the code and/or binaries for commercial use. What you cannot do is modify the code and sell it for a profit. Simply using the code for commercial use or modifying it for your own purposes is not a violation.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Report Abuse