diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-28 16:21:52 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-28 16:21:52 +0200 |
commit | 4ddf0674084d9c547e4946c73cc7c1ad3246a8ad (patch) | |
tree | 23e74c95fa5543fa20fbbb46c4d1c400d7bea429 /resources | |
parent | Translated using Weblate (Polish) (diff) | |
download | nheko-4ddf0674084d9c547e4946c73cc7c1ad3246a8ad.tar.xz |
Remove CC-BY as main project license
Some of our build files and resource files are licensed as that, but not our actual code. This leads to funny issues, that GNOME software considers Nheko proprietary. To work around that, just put GPL there. Fixes https://github.com/flathub/io.github.NhekoReborn.Nheko/issues/1
Diffstat (limited to 'resources')
-rw-r--r-- | resources/nheko.appdata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/nheko.appdata.xml b/resources/nheko.appdata.xml index 8cd2bfa3..4fe9e722 100644 --- a/resources/nheko.appdata.xml +++ b/resources/nheko.appdata.xml @@ -3,7 +3,7 @@ <component type="desktop"> <id>nheko.desktop</id> <metadata_license>CC0-1.0</metadata_license> - <project_license>GPL-3.0-or-later and CC-BY</project_license> + <project_license>GPL-3.0-or-later</project_license> <name>nheko</name> <summary>Desktop client for the Matrix protocol</summary> <description> |