From 9d34e613432e539b4de35ae1449a942f8f8b6937 Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 7 May 2016 23:12:33 +0200 Subject: [PATCH] Minetest mod manager: correct icon license and remove antifeature The minetest icon is in fact licensed under CC-BY-SA 3.0 [1]. This means that the modified logo must be licensed under that license as well. This means that the antifeature can be removed. See also the upstream commit [2]. [1]: https://forum.minetest.net/viewtopic.php?p=63922#p63922 [2]: https://github.com/rubenwardy/mtmods4android/commit/45987b974869ab945c9f22d5e317bae9e8c0662b --- metadata/com.rubenwardy.minetestmodmanager.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/metadata/com.rubenwardy.minetestmodmanager.txt b/metadata/com.rubenwardy.minetestmodmanager.txt index 9fc4b3a28e..da66dd692c 100644 --- a/metadata/com.rubenwardy.minetestmodmanager.txt +++ b/metadata/com.rubenwardy.minetestmodmanager.txt @@ -1,4 +1,3 @@ -AntiFeatures:NonFreeAssets Categories:Games License:LGPLv2.1+ Author Name:Rubenwardy @@ -14,10 +13,6 @@ Install and update Minetest mods. The app depends on a free network service, see [https://github.com/rubenwardy/mtmods4android_server source code] and [http://app-mtmm.rubenwardy.com/ website] for more details. - -'''AntiFeatures:''' - -* non-free assets are used: All resources featuring the Minetest logo are CC-BY-SA-NC, original author is erlehmann. Also CC-BY-3.0 licensed assets from [http://shreyasachar.com/AndroidAssetStudio/attribution.html Android material design asset studio] have been used for app/src/main/res/drawable/ic_public_24dp.xml and app/src/main/res/drawable/ic_report_problem_24dp.xml. . Repo Type:git