forked from MapComplete/MapComplete
Add streetcomplete as option when querying licenses
This commit is contained in:
parent
7120af21c1
commit
db40a5dfa5
1 changed files with 8 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue