Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to AGPLv3 Licence #16573

Open
ranjithrajv opened this issue Oct 14, 2020 · 1 comment
Open

Switch to AGPLv3 Licence #16573

ranjithrajv opened this issue Oct 14, 2020 · 1 comment

Comments

@ranjithrajv
Copy link

What’s the issue with the GPL license?

The problem with the GPL license is that it didn’t imagine cloud computing and how the cloud would come to dominate the world of software. Cloud companies download open source software, modify it, run it on their servers and resell it as a service.

They’re not actually “distributing” the software because users never have the software installed on their computers. It means that cloud corporations have no obligations to contribute their modifications back to the open source community.

And this is against the spirit of free and open-source software. So there’s a license that considers cloud computing too.

What is the GNU AGPLv3 license?

Copyleft license: “If you make a derivative work of this, and distribute it or run it as a service on a server to others then you have to provide the source code under this license”
In the early 2000s, Stallman and others tried to close this cloud computing loophole and protect open source from this abuse by creating a new license. The GNU Affero General Public License (AGPL) was born.

What are the benefits of the AGPLv3?

The AGPL license is identical to the original GPL license with the only additional term being to allow users who interact with the licensed software over a network to receive the source for that program.

AGPL is designed to ensure corporations contribute back to the open-source community even when running the software as a service in the cloud.

If you used AGPL-licensed code in your web service in the cloud, you are required to open source it. It basically prevents corporations that never had any intention to contribute to open source from profiting from the open-source work.

It explicitly prohibits corporations from parasitically competing with an open source project. They won’t be able to take the code, make changes to it and sell it as a competing product without contributing those changes back to the original project.

Here’s that extra paragraph:
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.

What are the restrictions with the AGPLv3?

  • A corporation needs to be clear and provide a prominent mention and link to the original project so people that are considering to use their version of software can be aware of the original source
  • If a corporation modifies the original software, they need to open source and publish their modifications by for instance contributing back to the original project

So how can a corporation commercialize a FOSS project without open sourcing their modified code? They can purchase a commercial license to remove the copyleft restrictions and in that way support the original project.
FSF recommends the AGPLv3 license for projects in the cloud

Free Software Foundation (FSF) and the GNU project state:

We recommend that people consider using the GNU AGPL for any software which will commonly be run over a network.

If it is likely that others will make improved versions of your program to run on servers and not distribute their versions to anyone else, and you’re concerned that this will put your released version at a disadvantage, we recommend the GNU Affero General Public License (AGPL). The AGPL’s terms are almost identical to the GPL’s; the sole substantive difference is that it has an extra condition to ensure that people who use the software over a network will be able to get the source code for it.

@Findus23
Copy link
Member

Findus23 commented Oct 14, 2020

Hi,

In theory I agree that the AGPL would be a nice license for Matomo (see also https://plausible.io/blog/open-source-licenses for some arguments).

The issue* is: The copyright over the Matomo code is spread over all of its contributors. So if you want to relicense Matomo you would need to have a written agreement of every person that every contributed to Matomo that they are okay with their code now being licensed under the AGPL. This means contacting over 250 people who contributed in the last decade, some of which may not be reachable or even alive anymore.


* Personally I don't see this as an issue as this guarantees that Matomo will stay GPL licensed no matter what happens in the future.


Disclaimer: This post was written quickly and might misrepresent some legal details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants