|
|
|
|
|
by bch
3519 days ago
|
|
v3 means that if it's used (even over a network) by somebody, they can request the code, versus GPLv2 (Wireshark license), which says if you distribute binaries of Wireshark or software based on it, you must provide the source. The difference is that you could theoretically provide a web interface to a GPLv2 project and not need to supply the source, but if you provide such an interface to GPLv3 software, you could receive a request for the code. EDIT: I'm not entirely correct There are provisions for the network situation ("ASP (application service provider) loophole") I described, but I looks like it's not necessarily the default mode. See [0][1]. [0] https://en.wikipedia.org/wiki/GNU_General_Public_License [1] https://en.wikipedia.org/wiki/Affero_General_Public_License |
|