Skip to content

Move to AGPLv3-only

luna requested to merge agplv3 into master

We were really fast on !35 (merged) that we did not notice that the AGPL would better suit the needs of elixi.re.

This MR also changes the headers on source code files, from the "GPL headers" to SPDX, which are small and machine-readable (The basis of it is a comment with SPDX-License-Identifier, which is simple to check against, compared to a long comment block explaining the meat of a license).

  • Remove GPLv3 headers
  • Add SPDX headers with AGPL-3.0-only
  • Update LICENSE file
  • Maybe add LICENSE.spdx with legal information (such as creators, etc)?
  • Contact contributors for confirmation of license change
Edited by luna

Merge request reports