| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Right Off the Assembly Line
Join Date: Apr 2009
Posts: 2
|
1) If a program is just communicating to a GPL'd program through files.Does this program still needs to be released under GPL ? My program and GPL program are separately installed and there are no common structures/headers used by them.So can i release my program close-sourced and ask for a fee for commercial usage ? 2) communication through files is too slow.Another approach can be of starting GPL'd program (maxima in my case) in server mode and my program commuicating to it over sockets.So if i do that, will it require me to release my program under GPL ? I understand that there can be different answers depending on HOW exactly we communicate to a GPL program over sockets. But am pretty confused over this.Please help. |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) | |
|
Fresh Stock Since 2005
Join Date: Feb 2005
Posts: 1,015
|
About the 1st question:
You can even charge for GPLed software. You can of course charge for your software which just communicates with another GPLed software. Quote:
Please read the GPL http://www.gnu.org/copyleft/gpl.html
__________________
http://www.khattam.info |
|
|
|
|
|
#3 (permalink) |
|
Right Off the Assembly Line
Join Date: Apr 2009
Posts: 2
|
Thanks. Actually here am trying to understand the finer details of what's the limit of interaction with a GPL'd software, which'll still let me release my program closed-source and not under GPL.In first case(of communication thru files) i am not static/dynamic linking to GPL software so i guess i am safe ? Am i right ? The legal implications of second case(of commincation over sockets) are totally unclear to me !
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|