is automation of a GPL software allowed


1

if there is a batch software released under the GPL, can I create a services that calls that batch and uses it's output?I do not go into the source code of the program, I just call the batch file

GPL

asked Oct 31 '11 at 22:48
Blank
Ryan
147 points

1 Answer


2

Yes, it is allowed as long as you comply with the other provisions of the GPL license, and there are different GPL licenses so it would be helpful if you named the particular license.

For GPL2 and GPL3. the most significant limitation is that if you modify and distribute the GPL'ed software then you need to make your modifications available to others. If you are not distributing then, you don't have to worry about this limitation. For example, if you use GPL'ed software on the backend of your website and don't distribute the software, then you are ok.

Note that GPL3 also has patent implications that you should be aware of

Be careful of the Affero GPL license, as this one has obligations even if you don't distribute the GPL'ed software.

answered Nov 1 '11 at 01:53
Blank
Kekito
1,936 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

GPL