|
|
|
|
|
by apex_sloth
538 days ago
|
|
As I understand it, GrayJay is not free (as in they want to be paid, which is I think is reasonable). How does this work with something like AGPL? I'm curious to hear more, because I'm in the process of evaluating licenses for a software I'm planning to build and sell. For me it's important that users can feel safe with running my code and build it themselves - and keep using the software if I'm no longer around to maintain it.
Looking forward to hearing your thoughts. |
|
It is literally one of the fundamental freedoms mentioned by Richard Stallman. Freedom to sell the software.
AGPL just closes the cloud service loop where someone can take your code, modify it and deploy it and offer it as a cloud service. As they’re not technically “distributing” the modifications they wouldn’t be required to release their changes by regular GPL but they would by AGPL.
IANAL