Skip to content

license: use the correct license in LICENSE

Vanadiae requested to merge (removed):use-gplv3-in-license into master

Currently, the license described in LICENSE is the LGPLv3.

However, in every source code file there is a license header, which is great. But it is for the GPLv3+ license, not the LGPLv3.

So this commit changes the license in LICENSE to the GPLv3.

Merge request reports