Skip to content

Change license to AGPLv3 or later

Benjamin Bouvier requested to merge change-license into main

As discussed in chat, this will make sure that any changes to the server will be upstreamed back, which is important if we want to create a software common. It's always been my intent, but only recently I've realized that it wasn't the case with the MIT license. This MR fixes that.

We do not need to get in touch with every contributor, since the MIT license is "compatible" with the AGPLv3. This means that all the changes up to the commit of this merge request can still be used under the MIT license, and any commit after (including) this one are all under the AGPLv3 license.

Merge request reports