From 04b2d7bda74e0a9ee6150386a28452d4b99dcff8 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 7 Oct 2019 11:21:20 +0200 Subject: [PATCH] Restore proper license tags The CC licenses are correct for those, since we have to list to the license for APK, not pieces of the source repo. It is the license of the combination of all the licenses of all the pieces put together. The most restrictive license wins, in this regard. https://gitlab.com/fdroid/fdroiddata/merge_requests/5623#note_226734466 This reverts 3/4 of changes in commit 07b3b8c33b0dbb22c059079c075bf254e16ef280. --- metadata/com.powerje.nyan.yml | 2 +- metadata/com.rj.pixelesque.yml | 2 +- metadata/org.gfd.gsmlocation.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata/com.powerje.nyan.yml b/metadata/com.powerje.nyan.yml index 4d3f8dce79..8308a51d01 100644 --- a/metadata/com.powerje.nyan.yml +++ b/metadata/com.powerje.nyan.yml @@ -2,7 +2,7 @@ AntiFeatures: - NonFreeAssets Categories: - Theming -License: Apache-2.0 +License: CC-BY-NC-3.0 SourceCode: https://github.com/powerje/NyanDroid IssueTracker: https://github.com/powerje/NyanDroid/issues diff --git a/metadata/com.rj.pixelesque.yml b/metadata/com.rj.pixelesque.yml index fef6f196f1..d680463e8f 100644 --- a/metadata/com.rj.pixelesque.yml +++ b/metadata/com.rj.pixelesque.yml @@ -2,7 +2,7 @@ AntiFeatures: - NonFreeAssets Categories: - Graphics -License: BSD-3-Clause +License: CC-BY-NC-3.0 SourceCode: https://github.com/rjmarsan/Pixelesque IssueTracker: https://github.com/rjmarsan/Pixelesque/issues diff --git a/metadata/org.gfd.gsmlocation.yml b/metadata/org.gfd.gsmlocation.yml index d89a5ee50f..38b2c16042 100644 --- a/metadata/org.gfd.gsmlocation.yml +++ b/metadata/org.gfd.gsmlocation.yml @@ -1,6 +1,6 @@ Categories: - Navigation -License: Apache-2.0 +License: CC-BY-SA-3.0 SourceCode: https://github.com/rtreffer/LocalGSMLocationProvider IssueTracker: https://github.com/rtreffer/LocalGSMLocationProvider/issues