Add license information, see #239

This commit is contained in:
pietervdvn 2021-04-17 12:16:09 +02:00
parent 882e2c4aa9
commit 349230ce75
2 changed files with 22 additions and 22 deletions

View file

@ -2,7 +2,7 @@ import { Utils } from "../Utils";
export default class Constants { export default class Constants {
public static vNumber = "0.6.8a"; public static vNumber = "0.6.8b";
// The user journey states thresholds when a new feature gets unlocked // The user journey states thresholds when a new feature gets unlocked
public static userJourney = { public static userJourney = {

View file

@ -1,78 +1,78 @@
[ [
{ {
"authors": [ "authors": [
"Christian Neumann" "Polarbear w", "Christian Neumann"
], ],
"path": "climbing_gym.svg", "path": "climbing_gym.svg",
"license": "CC-BY-SA 3.0", "license": "CC0",
"sources": [ "sources": [
"https://utopicode.de/", "https://wiki.openstreetmap.org/wiki/File:Climbing_icon_no_rope.svg", "https://utopicode.de/",
"https://github.com/chrneumann/MapComplete" "https://github.com/chrneumann/MapComplete"
] ]
}, },
{ {
"authors": [ "authors": [
"Christian Neumann" "Polarbear w", "Christian Neumann"
], ],
"path": "climbing_icon.svg", "path": "climbing_icon.svg",
"license": "CC-BY-SA 3.0", "license": "CC0",
"sources": [ "sources": [
"https://utopicode.de/", "https://wiki.openstreetmap.org/wiki/File:Climbing_icon_no_rope.svg", "https://utopicode.de/",
"https://github.com/chrneumann/MapComplete" "https://github.com/chrneumann/MapComplete"
] ]
}, },
{ {
"authors": [ "authors": [
"Christian Neumann" "Polarbear w", "Christian Neumann"
], ],
"path": "climbing_no_rope.svg", "path": "climbing_no_rope.svg",
"license": "CC-BY-SA 3.0", "license": "CC0",
"sources": [ "sources": [
"https://utopicode.de/", "https://wiki.openstreetmap.org/wiki/File:Climbing_icon_no_rope.svg", "https://utopicode.de/",
"https://github.com/chrneumann/MapComplete" "https://github.com/chrneumann/MapComplete"
] ]
}, },
{ {
"authors": [ "authors": [
"Christian Neumann" "Polarbear w", "Christian Neumann"
], ],
"path": "climbing_rope.svg", "path": "climbing_rope.svg",
"license": "CC-BY-SA 3.0", "license": "CC0",
"sources": [ "sources": [
"https://utopicode.de/", "https://wiki.openstreetmap.org/wiki/File:Climbing_icon_no_rope.svg", "https://utopicode.de/",
"https://github.com/chrneumann/MapComplete" "https://github.com/chrneumann/MapComplete"
] ]
}, },
{ {
"authors": [ "authors": [
"Christian Neumann" "Polarbear w", "Christian Neumann"
], ],
"path": "climbing_route.svg", "path": "climbing_route.svg",
"license": "CC-BY-SA 3.0", "license": "CC0",
"sources": [ "sources": [
"https://utopicode.de/", "https://wiki.openstreetmap.org/wiki/File:Climbing_icon_no_rope.svg", "https://utopicode.de/",
"https://github.com/chrneumann/MapComplete" "https://github.com/chrneumann/MapComplete"
] ]
}, },
{ {
"authors": [ "authors": [
"Christian Neumann" "Polarbear w", "Christian Neumann"
], ],
"path": "climbing_unknown.svg", "path": "climbing_unknown.svg",
"license": "CC-BY-SA 3.0", "license": "CC0",
"sources": [ "sources": [
"https://utopicode.de/", "https://wiki.openstreetmap.org/wiki/File:Climbing_icon_no_rope.svg", "https://utopicode.de/",
"https://github.com/chrneumann/MapComplete" "https://github.com/chrneumann/MapComplete"
] ]
}, },
{ {
"authors": [ "authors": [
"Christian Neumann" "Polarbear w", "Christian Neumann"
], ],
"path": "club.svg", "path": "club.svg",
"license": "CC-BY-SA 3.0", "license": "CC0",
"sources": [ "sources": [
"https://utopicode.de/", "https://wiki.openstreetmap.org/wiki/File:Climbing_icon_no_rope.svg", "https://utopicode.de/",
"https://github.com/chrneumann/MapComplete" "https://github.com/chrneumann/MapComplete"
] ]
} }