|
|
|
|
|
by tzs
725 days ago
|
|
That link is OK for the general concepts, but some of the details aren't quite right so read the license text if you are in a situation where the details matter. For example: > The GNU Affero General Public License is a modified version of the ordinary GNU GPL version 3. It has one added requirement: if you run a modified program on a server and let other users communicate with it there, your server must also allow them to download the source code corresponding to the modified version running there. That's an overstatement. The requirement is that you make source available for your program is for "users interacting with it remotely through a computer network". There are plenty of ways that you could let users communicate with a program on your server that do not involve remote communication through a computer network. |
|
Could you give some examples?