Hacker News new | ask | show | jobs
by createaccount99 195 days ago
I thought that literally was the point of AGPL. If not, what's the difference between it and GPL3?
1 comments

AGPL changes what it means to "distribute" the software. With GPL, sending copies of the software to users is distribution. With AGPL, if the users can access it over network, it's distribution. The implication is that if you run a custom version of MinIO, you need to open source it.