|
|
|
|
|
by jarpadat
1575 days ago
|
|
The main problem with the interpretation that the GPL sets conditions for use of software is that it specifically claims it does not: > Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, Now there are some ways to try to do an end-run around this clause, it does raise some questions about how you get the right to run the program without "this License". But if we take the text seriously, it disclaims any restrictions on use. This is the part where the derivative work standard comes in. Because if the GPL doesn't set conditions on use, your use of the software doesn't require complying with that license. The GPL would only enter in if you are going beyond mere use, e.g. are you making a legal derivative work (not the GPL definition) (Not legal advice.) |
|
EDIT: note that the GPL broadly doesn't impose restrictions on interacting with a program over a network ("using" a server), which is why the AGPL exists.