Lemmy backend is licensed under AGPL. Does it mean that lemmy clients/frontends have to have same license?
11 comments
No, it means if you run Lemmy as a service and make modifications to it, you have to release your modifications back with the same license. Otherwise you couldn't use a browser that's not AGPL and read pages running on top of an AGPL server.
What AGPL is really good at is how nobody can take Lemmy, run a proprietary service and add incompatible features without giving them back to the community. So nobody can fork Lemmy, create a new VC-backed Reddit clone and start making incompatible changes to the source without the main project getting the source code.
Unfortunately it's still possible to rewrite a VC-backed clone and start making incompatible changes. Think about Facebook's "threads.net". They sure did not take Lemmy source code.
Threads isn't a Lemmy server, it's a proprietary platform that happens to "speak" ActivityPub.
You just have to be very careful to not have your developers to get even close to the AGPL source code, because if it's similar, there's a possibility the judge says you copied the AGPL code and now your license is AGPL too. There's a reason companies are really scared about everything related to the license...
But yes, this happens and you have to have resources to fight it. Which is not easy.
No. Clients communicate with the servers, but do not necessarily use their code - just the output, which isn't inherently covered by the license.
Okay, thank you
Correct.
No, but Jerboa is also AGPL-licensed, Thunder is under MIT and Liftoff under GPL
No, it means if you run Lemmy as a service and make modifications to it, you have to release your modifications back with the same license. Otherwise you couldn't use a browser that's not AGPL and read pages running on top of an AGPL server.
What AGPL is really good at is how nobody can take Lemmy, run a proprietary service and add incompatible features without giving them back to the community. So nobody can fork Lemmy, create a new VC-backed Reddit clone and start making incompatible changes to the source without the main project getting the source code.
Unfortunately it's still possible to rewrite a VC-backed clone and start making incompatible changes. Think about Facebook's "threads.net". They sure did not take Lemmy source code.
Threads isn't a Lemmy server, it's a proprietary platform that happens to "speak" ActivityPub.
You just have to be very careful to not have your developers to get even close to the AGPL source code, because if it's similar, there's a possibility the judge says you copied the AGPL code and now your license is AGPL too. There's a reason companies are really scared about everything related to the license...
But yes, this happens and you have to have resources to fight it. Which is not easy.