|
|
|
|
|
by CyberDildonics
1551 days ago
|
|
Why would it be illegal to use IPC to communicate from one GPL executable to another non GPL executable? Files are interprocess communication too. If files are fine and other forms are not, then it starts to get into an argument of speed making something illegal. Not only that, but network communication is IPC and that would imply that it's fine to have a GPL program go to another computer holding a non GPL program, but not if they are on the same computer. There are a lot of holes in this argument. Not only that, but any program that can't communicate with other programs (do drivers count?) through file formats, networks operations or anything else is probably limited anyway. |
|