- My software uses a client lib.
- I only need the GPL software as a server for integration testing.
- There is no need for the GPL software for testing.
What are the implications of using the GPL server...does it infect the rest of the system?
What are the implications of using the GPL server...does it infect the rest of the system?
| ||||
|
feedback
|
|
IANAL, TINLA, talk to your company lawyer. My opinion: No, it does not, as long as the code that you distribute does not in any way reference the API of the testing library. For example, if you have:
The test assembly is "contaminated" by the GPL since it uses its API. Assembly A does not reference assembly B and therefore is not affected by its license in any way. Note that you are not required to license assembly C under the GPL if you do not distribute the code to anyone outside of the company -- the GPL only comes into play if you distribute binaries to some entity who does not already own the rights to the code. | |||||
feedback
|