From db40a5dfa5e059e284b727c8c9f9c32d31691311 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Fri, 17 Sep 2021 16:13:35 +0200 Subject: [PATCH] Add streetcomplete as option when querying licenses --- scripts/generateLicenseInfo.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/generateLicenseInfo.ts b/scripts/generateLicenseInfo.ts index 0a559a77cf..f9e6d485fc 100644 --- a/scripts/generateLicenseInfo.ts +++ b/scripts/generateLicenseInfo.ts @@ -72,6 +72,14 @@ knownLicenses.set("me", { sources: [] }) +knownLicenses.set("streetcomplete", { + authors: ["Tobias Zwick (westnordost)"], + path: undefined, + license: "CC0", + sources: ["https://github.com/streetcomplete/StreetComplete/tree/master/res/graphics","https://f-droid.org/packages/de.westnordost.streetcomplete/"] +}) + + knownLicenses.set("t", { authors: [], path: undefined,